/**
Plugin Name: TW Recent Posts Widget
Plugin URI: http://vuckovic.biz/wordpress-plugins/tw-recent-posts-widget
Description: A simple and flexible widget for WordPress which will show recent posts from a selected category.
Author: Igor Vučković
Author URI: http://vuckovic.biz
Version: 1.3
*/

/*
Tweaked for use with HeatMap AdAptive Theme by Stuart Wider
*/

/* R E C E N T   P O S T S
----------------------------------------*/
.tw-recent-posts {	
}

.tw-recent-posts .featured-post {
	margin-bottom: 15px;
	line-height: 1.1em;
}

.tw-recent-posts .featured-post h4 {
	clear: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.tw-recent-posts .featured-post h4 a {
	font-size: 100%
}

.tw-recent-posts .post-time {
	font-size: .8em;
	margin: 0 0 5px 0;
	padding: 0;
}

.tw-recent-posts .featured-post img {
	float: left;
	margin: 0 10px 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tw-recent-posts .featured-post .excerpt {
	clear: none;
	font-size: .9em;
}

.tw-recent-posts a.read-more {
	white-space: nowrap;
	display: block;
	margin-top: 5px;
	font-size: .8em;
}

.tw-recent-posts .clear {
	clear: both;
}