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

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

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

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

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

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

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

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

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

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