.news-list-item{
   text-align: left;
   margin-bottom: 10px;  
}
.news-list-item strong,.news-cat-name{
   color:#578BB8; 
}
.news-cat-name{
  font-weight: bold;
}
.clearer{
      border-bottom: 1px solid #578BB8;
      margin-bottom: 10px;
      margin-top : 10px;
      clear:both;
}
.news-list-date{
   float: right;
/*   clear:both;*/
   font-style: italic;
}
.news-single-item h2{
   color:#578BB8; 
}