/*
 * @package Featured Posts
 * @author Nando Pappalardo e Giustino Borzacchiello
 * @version 1.5.1
*/

ul#yiw-featured-post {padding: 0;font-size:100%;}
ul#yiw-featured-post h4 {font-size: 12px; text-transform: none; font-weight: 400;}
ul#yiw-featured-post li {margin: 5px 0 0 0;padding: 0 0 5px 0;display:block;overflow:hidden; background: none;}
ul#yiw-featured-post li:last-child {border:none;}
ul#yiw-featured-post .featured-thumb {float:left;margin: 0 10px 0 -15px; }
ul#yiw-featured-post img {
		border-radius: 4px;
		padding:1px;
		background: #f8f8f8;
		box-shadow: 0 0 0 1px #ddd;
		margin: 0 0 0 3px; }
ul#yiw-featured-post li a:link, .widget_featured-posts li a:visited {min-height:40px;}
ul#yiw-featured-post li:hover {}
h4.featured-title{clear:none;margin:0;}
/* HACKS & UTILITA' */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* CSS rule for IE6 */
* html .clearfix {height:1%;}
/* CSS rule for IE7 */
*:first-child+html .clearfix {min-height: 1px;}

/* elimina il bullet per il tema di default */
ul#yiw-featured-post>li:before {content: ""!important;}

