/**
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 selected category.
Author: Igor Vučković
Author URI: http://vuckovic.biz
Version: 1.3
*/

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

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

.tw-recent-posts .featured-post h4 {
	clear: none;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #01505f;
}

.tw-recent-posts .featured-post h4 a {
	font-size: 12px;
	font-weight: 700!important;
	color: #01505f;
}

.tw-recent-posts .featured-post h4 a:hover {
	font-size: 12px;
	font-weight: 700!important;
	color: #7fa9b8!important;
}

.tw-recent-posts .post-time {
	font-size: 10px;
	font-style: italic;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
    color: #7fa9b8;
}

.tw-recent-posts .featured-post img {
	float: left;
	margin: 0 10px 20px 0;
	width: 60px;
	height: 60px;
	 
}

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

.tw-recent-posts a.read-more {
	white-space: nowrap;
	font-weight: 700!important;
	color: #01505f;
}

.tw-recent-posts a.read-more:hover {
	white-space: nowrap;
	font-weight: 700!important;
	color: #7fa9b8!important;
}

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