div#featuredpostsContainer {
border:1px solid #090 !important;
margin: 3px 3px 5px 0;
padding: 0 5px 0 0;
background: inherit;
}
div#featuredpostsTitle {
color:#090;
font-weight:700;
text-align:center;
margin-top:2px;
letter-spacing:1px;
}
div.featuredposts {
margin-bottom: 5px;
padding: 0;
font-size: 1em;
white-space:normal;
}

div.featuredposts h2 {
font-size:110%;
border:none !important;
margin:5px 0 -2px 0;
}

div.featuredpostsText {
padding-left:4px;
line-height:125%;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}
.featuredpostsFlag {
display:block;
float:left;
position:relative;
}

/* ############# MEDIA ############### */
@media print {
	body {
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#000;
	}
	div#featuredpostsContainer {
	display:none;
	}

}
