
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
/*
	clear:right;
	height:1px;
	border:1px solid white;
*/
		color: #fff;
		background: transparent;
		margin: 0 0 0.5em 0;
		padding: 0 0 0.5em 0;
		border: 0;
		border-bottom: 1px white solid;
}
.news-latest-container HR.clearer {
	/*clear:left;*/
}

.news-list-date {
	margin:0;
	font-size:1.1em;
	font-weight:bold;
	color:#727272;
	line-height:1.1em;
}

.news-list-subtitle p.bodytext {
	display:inline;
	margin:0;
	font-weight:bold;
	color:#727272;
	line-height:1.1em;
}

.news-list-title h3 {
	font-size:1.1em;
	line-height:1.3em;
}
.news-list-title h3,
.news-list-title h3 a {
	margin:0;
	color:black;
}

.news-list-container p.bodytext {
	line-height:1.3em;
}

