/*
 * @package Featured Posts
 * @author GdnGroups
 * @version trunk
*/
.widget_featured-posts {background:#fff no-repeat top left;padding:0 -5px; margin: 0 0 10px 0;font-size:100%;}
.widget_featured-posts li {list-style:none;line-height:15px;margin:0 0 0 3px!important;padding:5px 0!important;font-size:11px;height:auto;min-height:100px;border-bottom:1px dotted #696a6c;}
.widget_featured-posts li:last-child {border: none;}
.widget_featured-posts img {border:1px solid #ccc;padding: 10px; float:left;margin:0 0 5px 0;display:inline; width: 220px; height:auto;}
.widget_featured-posts .featured-title {}
.widget_featured-posts .featured-title img {display:none;}
.widget_featured-posts li a {color:#005395!important;}
.widget_featured-posts li:hover {background:transparent; color: #ffcf00;}
.widget_featured-posts li:hover img {border:1px solid #96b4de;}
h4.featured-title{margin:0; color: #005395; font-weight: bold;font-size: 11px;}
div.featured-subtitle {font-size: 11px; color:#5a5b5d;display:inline;}

.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;}