@charset "utf-8";

article {
	min-height: 220px;
	margin-bottom: 20px;
	}
article figure {
	float:right;
	padding: 0 0 5px 10px;
	display:block;
	width:200px;
	}
article figcaption {
	padding:2px;
	color:#999;
	display:none;
	}
article h2 {
	border-top:5px solid #EEE;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-top:5px;
}
article h4 {
	border-top:5px solid #EEE;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px 0px;
	font-size:1em;
	color:#666;
}
article h5 {
	font-size:1.5em;
	padding-bottom:10px;
}
.newsItem br {
	clear:both;
	}
