div.featuredposts {
	margin: 5px 0px 30px 0px;
	width: 100%;
	height: 200px;
	font-size: 0.9em;
	background-color: #E7F3F7;
	color: #000000;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
div.featuredposts h2
{
	margin-top: 0;
	font-size: 1.1em;
}

div.featuredposts a
{
    text-decoration: none;
    color:#2E94B5;
}

div.featuredposts a:hover
{
    text-decoration: underline;
    color:#2E94B5;
}

div.featuredposts h2>a
{
    text-decoration:none;
	color: #2E94B5;
}

img.featuredimg
{
	float: left;
    border: 1px solid #EEEEEE;
	margin: auto 10px 5px auto;
}
