/* Banner Module Style */
.module-banner,
.belt .module-banner {
    font-size: 12px;
    border: solid 1px #ccc;
    position: relative;
    padding: 10px;
    overflow:hidden;
}

.module-banner .rubric {
    display: block;
    background:#ED1C24;
    color: white;
    font-family: helvetica, arial;
    text-transform: uppercase;

    padding: 6px 10px;

    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom:12px;
}

.module-banner .rubric:after {
    content:url(/static/front/images/modules/module-down-arrow.png);
    display:block;
    margin-bottom:-15px;
}

/* Shared In Focus Styles */
.module-photo {
    border: 1px solid #e1e1e1;
}
.module-photo .module-header {
    display: block;
    background-color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #ed1c24;
    padding: 10px;
    background-image: url("//cdn.theatlantic.com/assets/static/theatlantic/common/img/logo.svg");
    background-repeat: no-repeat;
    background-position: 5px center;
    text-transform: uppercase;
    font-weight: bold;
}
.module-photo img {
    vertical-align: middle;
}
.module-photo .photo-article {
    position: relative;
    margin: 17px;
}
.module-photo .article-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    line-height: 18px;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.8);
}
.module-photo a:hover h3 {
    text-decoration: underline;
}
.module-photo .article-header h3 {
    color: white;
    font-weight: normal;
    font-size: 18px;
}
.module-photo .article-header .num-photos {
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
}


.module-photo .module-header {
    text-indent: 85px;
    height: 25px;
    padding: 5px;
    line-height: 33px;
    font-size: 21px;
}
#homepage .module-photo img {
    width: 450px;
}
#homepage .module-photo {
    float: right;
    margin-top: 9px;
}

.promoColumn .new-module.photo-promo {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 28px;
}

/* Video */
.video-module {
    background-color: white;
    position:relative;
}

.video-module .header {
    background: #333;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    margin: -1px -1px 0 -1px;
}

.video-module .content {
    margin: 5px 10px 10px 10px;
}

.video-module .component-social {
    float: right;
    margin: 10px 0;
}

.video-module .video-still {
    margin: 0 -1px;
}

.video-module .video-still img {
    max-width: 100%;
    display: block;
    margin: 0 0 10px 0;
}

.video-module .video-still > a:after {
    content: url('/static/front/images/play-triangle-100x100.png');
    display: block;
    left: 50%;
    margin: -50px auto auto -50px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.video-module h3 {
    font-size: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: bold;
    line-height: 20px;
}

.video-module h3 a:link,
.video-module h3 a:visited {
    color: black;
}

.video-module h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-transform:none;
    margin:0;
    float:left;
    font-size:16px;
}

.video-module h2 img {
    vertical-align: top;
}

.video-module h2 a:hover,
.video-module .more-video:hover {
    text-decoration:none;
}

.video-module .more-video {
    float:right;
    font-size: 12px;
    font-family: "Arial", arial, sans-serif;
    font-weight: bold;
    display:block;
    color: white;
    text-transform: uppercase;
    margin-top: 5px;
}

.video-module .more-video:after {
    font-family:"atl-icons";
    content:"\f132";
    margin-left: 5px;
}

.video-social {
    float:right;
    margin: 10px 0 5px 0;
}

.video-social li {
    display:inline;
    float:left;
    padding-left:5px;
}

/* This iframe gets some extra padding because of the video module iframe
 * selector.
 */
.video-social .twitter iframe {
    margin:0;
}
