/* Trending Posts CSS */

.trending-posts-widget
{
	display: block;
}

.trending-posts-widget .img
{
	margin-right: 10px;
	display: inline-block;
}

.trending-posts-widget ul li div
{
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

.trending-posts-widget ul li .headline a
{
	font-weight: bold;
}

.trending-posts-widget ul li .post_excerpt
{
	margin-top: 10px;
}

.trending-posts-widget ul li
{
	display: block;
	margin-bottom: 10px;
}

.trending-posts-widget ul li:last-child
{
	margin-bottom: 0;
}