/* FEATURED */
div#featured h2 {
	margin-bottom: 0px;
}
div#featured img {
	float: left;
	margin: 0px 10px 10px;
}

/* LATEST CONTENT REEL */
div#latest_published_content h2 {
	color: #235467;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}
div#latest_published_content {
	margin-top: 20px;
}
div#latest_published_content ul {
	list-style-type: none;
	margin-top: 5px;
}
div#latest_published_content ul li {
	background: #EEE;
	clear: both;
	padding: 10px;
}
div#latest_published_content ul li.alternate {
	background: #FFF;
}
div#latest_published_content ul li h3 {
	font-size: 1.5em;
}
div#latest_published_content ul li img {
	float: right;
	margin: 10px 0px 10px 10px;
}
div#latest_published_content ul li.alternate img {
	float: left;
	margin: 10px 10px 10px 0px;
}

/* MOST POPULAR ARTICLES */
div#most_popular_articles ul {
	margin: -10px;
	list-style-type: none;
}
div#most_popular_articles ul li {
	padding: 5px 10px;
}
div#most_popular_articles ul li.alternate {
	background: #B2D3DE;
}
div#most_popular_articles li p {
	font-size: 0.9em;
}
div#most_popular_articles li p cite {
	font-style: normal;
}
div#sidebar div#most_popular_articles li p a {
	color: #000;
}

/* MINI-BANNER ADS */
div#banner_ads {
	margin: -10px 0px 10px 20px;
}
