@charset "UTF-8";
/**
 * featured-page-widget.css: Stylesheet for widget.
 *
 * @package Featured Page Widget
 * @subpackage includes
 * @author GrandSlambert
 * @copyright 2009-2011
 * @access public
 * @since 0.1
*/

.featured-post-widget {
     clear: both;
}

.fpw-image-left {
     float: left;
     padding-right: 10px;
     padding-bottom: 5px;
}

.fpw-image-right {
     float: right;
     padding-left: 10px;
     padding-bottom: 5px;
}

h3.featured-post-title {
     margin: 0;
     font-size: 16px;
    
}

div.featured-post-widget-border {
    height:207px;
    width:277px;
    background: url('../../history-theme/images/news_bg.png') no-repeat;
     margin-bottom: 22px;
}

div.featured-post-widget-border:hover {
background: url('../../history-theme/images/news_active_bg.png') no-repeat;
}

div.featured-post-widget-border h3.featured-post-title {
     padding: 10px 0 0 0;
}

div.featured-post-widget-border h3.featured-post-title a {
	color: #ffffff;

}
div.featured-post-widget-border div.featured_post_content {
   color: white;
   font-style: italic;
   text-align: center;
   font-size: 11px;
    
      
}

div.featured-post-widget-border div.featured_post_more_link {
     padding: 0 5px;
     margin: 0;
     border-top: solid 1px #dadada;
}

div.featured-post-widget-border div.featured-post-image {
margin-top: 28px;


    }
