/*
 * @package Featured Posts
 * @author Nando Pappalardo e Giustino Borzacchiello
 * @version 1.4
*/

ul.clearfix {
	list-style:none !important;
	padding:0 !important;
	margin:0 !important;
	background:#f1f6fa;
	border-top: 1px solid #deebf9
}
.widget_featured-posts {
	padding:0px 0 0 0;
	font-size:100%;
	border-bottom:1px solid #deebf9
}
.widget_featured-posts li {
	line-height:20px;
	margin:0!important;
	padding:0.75em 0!important;
	padding-right:10px;
	font-size:90%;
	height:auto!important;
	height:73px;
	min-height:73px;
	border-bottom:1px solid #deebf9;
	border-top: 1px solid #ffffff;
	background:none !important
}
.widget_featured-posts li:last-child {
	border:none;
}
.widget_featured-posts img {
	float:left;
	margin:0 10px 0 10px;
	display:inline;
	width:70px;
	height:70px;
	overflow:hidden;
	border:1px solid #deebf9;
}
.widget_featured-posts .featured-title {
	color:#015799;
	font-size:13px;
	text-decoration:none;
	line-height:14px;
	font-weight:bold;
	padding-right:15px;
	margin-top:10px
}
.widget_featured-posts li a {
	color:#015799 !important;
	text-decoration:none
}
.widget_featured-posts li:hover {
	background:#cccbcb;
}
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;
}
