div.featuredposts {
	margin: 5px 0 0;
	width: 100%;
	height: auto;
	font-size: 1em;
	color: #333;
	padding: 5px;
	line-height:1.9em;
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 1.4em;
	padding:5px;
	font-weight:normal;
}
div.featuredposts h2>a {
	color: #000;
}
div.featuredposts h2>a:hover {
	color: #fff;
}

img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}
