/* 
    Document   : bdn-blog-promotions
    Created on : Sep 16, 2013, 4:43:03 PM
    Author     : Pattie Reaves
    Version	:1.1
    Description:
        Styles the BDN blogs widget.
*/

.bdn-blog-headshot {
    width: 70px;
    height: 70px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.bdn-blogs-widget-posts img {
    margin: 0 10px 10px 0;
}

.bdn-blogs-widget-posts {
    border: #006743 solid 1px;
    padding: 5px;
}

.bdn-blogs-widget-header {
    overflow: auto;
    background-color: #006743;
    color: #fff; 
}

.bdn-blogs-widget-header img {margin-right: 10px;}
.bdn-blogs-widget-header h3 {font-size: 50px; clear: right; margin: 10px;}
.widget .bdn-blogs-widget-header a, .widget .bdn-blogs-widget-header a:visited {color: #fff; line-height: 30px;}

.blogwidget {
    margin: 10px 0;
    padding: 10px 0;
    overflow: auto;
    border-bottom: 1px solid #ddd;
}

.blogwidget:first-of-type {
    margin-top: 0;
}
.blogwidget:last-of-type {
    margin-bottom: 0;
}

.bdn-blogs-widget-header .promo-links {margin-left: 5px;}

h4.blogstory, h5.blogname {
    margin: 0;
}

h5.blogname {text-transform: uppercase; font-size: 75%;}

a.post-image {
    text-indent: -99999px; 
    display: block; 
    width: 100%; 
    height: 180px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ccc;
}
