/**

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 {

	 

	line-height: 19px;

}



.tw-recent-posts .featured-post h4 {

	clear: none;

font-style:normal;line-height: 19px;

	font-weight:bold !important;

font-size:18px !important;

	margin: 0 0 5px 0;

	padding: 0;font-family:century gothic;
	color: #ffffff !important;

}



.tw-recent-posts .featured-post h4 a {

	 font-weight:bold !important;line-height: 19px;

font-size:18px !important;font-style:normal;
font-family:century gothic;
color: #ffffff !important;
}



.tw-recent-posts .post-time {

	font-size: 0.8em;

	font-style: italic;

	text-align: right;

	margin: 0 0 5px 0;

	padding: 0;

}



.tw-recent-posts .featured-post img {

	float: left;

	margin: 0 10px 0 0;

}



.tw-recent-posts .featured-post .excerpt {

	clear: none;

font-size:15px;

padding-bottom:20px;

}



.tw-recent-posts a.read-more {

	white-space: nowrap;

}



.tw-recent-posts .clear {

	clear: both;

}