/*
 * @package Featured Posts
 * @author Nando Pappalardo e Giustino Borzacchiello
 * @version 1.4
*/
ul.clearfix
{margin-left:0px;padding-left:5px;}
.widget_featured-posts {}
.widget_featured-posts li {list-style-type:none;margin:0px;padding-top:3px;padding-bottom:3px;display:block;clear:both;}
.widget_featured-posts li:last-child {border:none;}
.widget_featured-posts img {float:left;margin-right:5px;display:inline;}
.widget_featured-posts .featured-title {}
.widget_featured-posts li a, h4.featured-title {font-family:"Lucida Sans", Arial;font-size:12px;color: #720A87;}
.widget_featured-posts li:hover {}
.widget_featured-posts li:hover img {}
h4.featured-title{margin:0;}
.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;}