div.featuredposts {
	margin: 5px 0 0;
	width: 570px;
	/*height: 200px;*/
	height: 160px;
	font-size: 0.9em;
	/*background: #333;*/
	color: #ccc;
	padding: 5px;
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 0.9em;
}
div.featuredposts h2>a {
	color:#90CACC !important;
}
div.featuredposts a { color:#90CACC !important; }
div.featuredposts a:hover { text-decoration:underline; }
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}

