/* Defaults, resets */

#cnnBannerContainer { 
    background:none !important;
}

.c_share_container {
    width:160px;
    float:right;
    margin-top:5px;
}

.cnnint-timestamp {
    font-size:11px;
    color:#666666;
    padding-left:10px;
}

.cnnint-sourceline {
    font-size:12px !important;
    color:#666666;
}

.cnnint-container {
    width:970px;
    padding-left:10px;
}

.cnnint-container>h1 {
    margin-left:0px;
}

.cnnint-container>p {
    margin-left:-10px;
}



/* related content carousel */

.cnn-related-bin {
    width:960px;
    padding:10px;
    height:100px;
    background-color:#FBFBF3;
    border-top:1px solid #E3E3DC;
    border-bottom:1px solid #E3E3DC;
    margin:30px 0 30px -10px;
}

.cnn-related {
    height:68px;
    width:120px;
    float:left;
    margin-right:17px;
    font-weight:bold;
}

.cnn-related-meta {
    width: 150px;
    height:68px;
    float:left;
    margin-right:20px;
}

.cnn-related-meta>h3 {
    font-size:18px;
    font-weight:bold;
    line-height:22px;
}

.cnn-related>a {
    text-decoration:none;
    color:#004276;
    padding-top:4px;
    line-height:14px;
}



body {
    background-image: url('http://i.cdn.turner.com/cnn/interactive/2013/09/entertainment/fall-releases-guide/media/fallpreview-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.fallpre-container {
    width: 95%;
    max-width: 980px;
    margin: 20px auto;
    overflow: visible;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin: 10px 0;
}


.fall-preview-buttons {
    text-align: left;
    margin: 10px 0 0 -5px;
    display: inline-block;
}

.fall-preview-buttons > button {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #a69f95;
    border: 0;
    width: 100px;
    padding: 5px 0;
    cursor: pointer;
    margin: 0 5px;
}
.fall-preview-buttons > button.active {
    color: #fff;
    background-color: #ec008c;
}

button > span {
    background-image: url('http://i.cdn.turner.com/cnn/interactive/2013/09/entertainment/fall-releases-guide/media/button-sprite-black.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
}
button.active > span {
    background-image: url('http://i.cdn.turner.com/cnn/interactive/2013/09/entertainment/fall-releases-guide/media/button-sprite-white.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
}

button>span.tv-button { background-position: 0 -60px; }
button>span.movie-button { background-position: 0 -20px; }
button>span.book-button { background-position: 0 0; }
button>span.music-button { background-position: 0 -40px; }

.fall-preview-options {
    display: inline-block;
    text-align: right;
    float: right;
    position: relative;
    top: 5px;
    right: 1%;
}
.fall-preview-options > p {
    margin: 10px 0;
    font-weight: bold;
}

.sortby {
    color: #004276;
    text-decoration: underline;
    cursor: pointer;
}

.sortby.active {
    color: #666;
    text-decoration: none;
    cursor: default;
}

#fall-preview-data-container {
    width: 102%;
    margin-left: -1%;
    clear: both;
}
.release {
    box-sizing: border-box;
    float: left;
    width: 23%;
    margin: 20px 1% 0 1%;;

    padding: 10px 0 10px 0;
    background-color: #fff8ed;
    
    font-family: Arial, sans-serif;
    line-height: 16px;
    font-size: 12px;
    color: #000;
}

.quad0 { clear: left; }

.releaseImg {
    width: 100%;
    height: auto;
    margin-top: -10px;
    margin-bottom: 5px;
}

.releaseIcon {
    width: 20px;
    height: 20px;
    background-image: url('http://i.cdn.turner.com/cnn/interactive/2013/09/entertainment/fall-releases-guide/media/sprite.gif');
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-bottom: 5px;
}

.book .releaseIcon { background-position: -22px 0; }
.movie .releaseIcon { background-position: -22px -20px; }
.music .releaseIcon { background-position: -22px -40px; }
.tv .releaseIcon { background-position: -22px -60px; }


.release p {
    margin: 0 10px 2px 10px;
}

.author, .returning, .new, .artist {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #737271;
}
.new {
    color: #ca0002;
}

.series, .title, .album {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.network {
    font-size: 14px;
}

.releasedate, .showTime {
    color: #a69f95;
    font-style: italic;
    font-weight: bold;
}

.movieStars {
    font-weight: bold;
}

.notes {
    font-size: 12px;
    line-height: 15px;
}
.director, .genre {
    color: #A69F95;
    font-weight: bold;
}

.outbrain-container {
    clear: both;
    padding-top: 20px;
}

.ad-container {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .fall-preview-buttons > button { margin-bottom: 5px; }
    .release { width: 98%; }
    h1 { clear: right; }
}
@media screen and (min-width: 501px) and (max-width: 700px) {
    .release { width: 48%; }
    .quad0, .quad2 { clear: left; }
    h1 { clear: right; }
}
@media screen and (min-width: 701px) and (max-width: 900px) {
    .release { width: 31.333333%; }
    .tri0 { clear: left; }
    .quad0 { clear: none; }
}
