﻿.module-featured-media .media .img img {
     max-width: 160px;
 }

/* Block */
.block {
    padding: 0;
    margin-bottom: 20px;
}
.block .head {
    color: #009ddc;
    /*font-family: 'Droid Sans', sans-serif;*/
    font-size: 24px;
    padding: 0 0 6px 0;
    border-bottom: 1px dotted #bbb;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 22px;
    font-weight: normal;
    line-height: 130%;
}
.block .head .view-all {
    float: right;
    font-size: 12px;
    text-decoration: none;
    background: url(/images/icons/plus.png) no-repeat 0 7px;
    padding: 0 0 0 20px;
    color:#f1f1f1;
}
.block .head .view-all:hover {
    color:#fff;
}
.block .content .read-more {
    padding-top: 10px;
}
.block .content .read-more .view-all {
    font-size: 12px;
    text-decoration: underline;
}
.block .content {
    padding: 10px 0;
}

/***** Social Media *****/
.social-media {
    min-height:337px;
    margin-bottom:10px;
}
.social-media .listing li p.title, .social-media .listing li p.summary {
    padding-left: 0 !important;
}
.social-media ul.listing li p.title {
    font-weight: normal !important;
}
.social-media .listing li .posted {
    float: right;
    color: #999;
    font-style: italic;
    font-weight: normal;
}
.contentpane .social {
    margin: 0 0 10px 0;
}
.contentpane .social .twitter, .social .contentpane .facebook {
    margin: 0 10px 0 0;
    float: left;
    display: inline-block;
}
.st_twitter .stButton {
    height:12px !important;
}


/***** Twitter List Style Override****/
iframe[id^='twitter-widget-'] {
    width: 100% !important;
}
iframe[id^='twitter-widget-'] .customisable-border {
    border: 0 !important;
}

.cross-btn {
    background-image: url(../../images/icons/icon-remove.gif);
    background-repeat:no-repeat;
    border:0px;
    text-indent:-9999px;
    background-color:#fff !important;
    width:18px !important;
    height:18px !important;
    text-align:center !important;
}