/**
Plugin Name: GI Recent Posts Widget
Description: A simple and flexible widget for WordPress which will show recent posts from selected category, based on TW Recent Posts
Version: 1.0
*/

/* R E C E N T   P O S T S
----------------------------------------*/
.gi-recent-posts {

}

.gi-recent-posts .featured-post {
	margin: 15px 0;
	line-height: 1.1em;
}

.gi-recent-posts .featured-post img {
	float: left;
	margin: 0 10px 0 0;
}

.gi-recent-posts .featured-post .excerpt {
	clear: none;
}

.gi-recent-posts a.read-more {
	white-space: nowrap;
}

.gi-recent-posts .clear {
	clear: both;
}
