div.news .item {
	color: white;
	padding: 5px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #232323;
}

div.news.homepage .item {
	float: left;
	width: 46%;
}

div.news.homepage .item.left {
	margin-right: 15px;
}

div.news .item.last {
	border: none;
}

div.news .item h2 {
	padding: 0;
	margin: 0px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
div.news .item h1,
div.news .item h1 a.title,
div.news .item div.title {
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	display: block;
	margin-bottom: 5px;
}

div.news .item h1 {
	font-size: 1.6em;
	font-weight: normal;
}

div.news .item h1 a.title {
	font-size: 0.8em;
}

div.news .item h3 a.title,
div.news .item h3 span.title {
	font-size: 0.9em;
}

div.news .item div.date {
	font-size: 0.9em;
	color: rgb(62, 144, 194);
	margin: 0 0 2px 0;
}

div.news .item .perex {
	padding-left: 10px;
	text-align:  justify;
}

div.news .item .perex p {
	line-height: 1.5em!important;
	margin: 0px 0 0.3em 0;
	text-indent: 20px;
}