div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.projects a.title,
.buisness a.title{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #37586a;
    font-weight: bold;
    text-decoration: none; 
}
.projects h3{
    background: url(images/projects.png) no-repeat;
    padding: 10px 0 10px 60px;
}
.buisness h3{
    background: url(images/buisness.png) no-repeat;
    padding: 10px 0 10px 60px;
}
.projects footer,
.buisness footer{
    text-align: right;
    margin-top: 10px;
}
.projects header{
    margin-bottom: 10px;
}
.projects .author,
.projects .city{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 2%;
}
.projects .author .title,
.projects .city .title{
    color:#808080;
}

.columns_index  .projects article
{
	displaY:table;
}
.columns_index  .projects article footer
{
	display: table-footer-group;
}