/**
 * Satura CMS
 *  - default style
*/

.articles .item {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}

.articles h2.title {
  font-size: 14px;
  margin-top: 2px;
}

.articles h2.title a {
  color: #5B5B5B;
}

.articles .article-head {
  font-size: 10px;
}

.articles .article-head .date {
  text-align: right;
}

.articles .author {
  font-size: 12px;
  text-align: right;
  font-style: italic;
}

.articles .perex {
  margin-bottom: 20px;
  font-style: italic;
}

.articles .author,
.articles .perex,
.articles .content {
  clear: both;
}

.articles .perex img,
.articles .content img {
  margin: 5px 10px;
}