div.featuredposts {
	margin: 5px 0 0;
	width: 90%;
	height: 40%;
	height: 200px;
	font-size: 0.9em;
	#background: #333;
	color: #fff;
	padding: 5px;
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 0.9em;
}
div.featuredposts h2>a {
	color: #fff;
}
img.featuredimg {
	float: left;
	height: 40%;
	width: 30%;
	margin: auto 5px 5px auto;
}
