/*
    Document   : sls
    Created on : Aug 20, 2014, 2:03:19 PM
    Author     : dholland1
    Description:
        Includes common site-wide styles.
        Initially copied from worldcup.css:
            //sports.newsday.com/long-island/soccer/world-cup-tv-listings/css/worldcup.css
            Created on : May 28, 2014, 10:20:21 AM
            Author     : akastl
*/

#primary {
    clear:both;
}
.col {float: left;}
#secondary {width:34%;margin-left:1%;margin-top:12px;}
/* Related ---------- */
#secondary #specials.module, #secondary .grayBox {margin:12px 0 0;}

/* Ads ----------- */
#secondary div.cubeAd {margin:10px 0;}

/* Responsive Styles -------------------------------*/

/* Big Width Response ------*/
@media (max-width :980px) {
    main {padding:0 12px;}
    #primary {display:inline;float:left;position:relative;width:63%;}
    #secondary {width:36%;}
}

@media (max-width :890px) {
    #secondary {width:42%;}
}
@media (max-width:860px) {
    #primary {width:100%}
    #secondary div.cubeAd {max-width:330px;margin:0px auto;}
    #secondary #specials.module, #secondary .grayBox {margin: 12px auto;max-width: 330px;}
}

@media (max-width:750px) {
     #secondary {width:45%}
}
@media (max-width :700px) {
    #secondary {float:none;width:100%;}
}
@media (max-width :360px) {
    #secondary .module.cubeAd {max-width:330px;margin:0px auto;border:none;background:none;}
    #secondary {margin:0 -5px; width:103%;}
}