.news-block {
	font: 14px 'Open Sans', sans-serif;
	padding-bottom: 15px;
}
.news-block .news-date {
	clear: both;
	font: bold 13px/11px 'Open Sans', sans-serif;
	padding-right: 10px;
	color: #444;
}

.news-block a {
	display: inline-block;
	margin-bottom: 5px;
}

.news-block a:hover {
	text-decoration: none;
}


.news-block .news-body {
	line-height: 26px;
}

.aside .newsblock p {
	margin: 0;
}

.news-block p {
	font:13px 'Open Sans', sans-serif;
}

/**/

.newsDetailed{
	margin-bottom: 20px;
}

.detailedDate{
	display: block;
}

.newsDetailed .detailedNewTitle{
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #3e3e3e;
	font-weight: normal;
}

.detailedNewBody{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #DDD;
}