body, p { font-family: 'Open Sans', sans-serif; color: #000; font-size:15px;}
a {color:#242424;}
a:hover, a:focus, a:active {
    color: #cd181f;
    text-decoration:none;
    filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: opacity .10s ease-in-out;
        -moz-transition: opacity .10s ease-in-out;
        -ms-transition: opacity .10s ease-in-out;
        -o-transition: opacity .10s ease-in-out;
        transition: opacity .10s ease-in-out;
 }
.byline  {
    color:#242424;
    font-weight:600;
    text-decoration:none;
    vertical-align:top;
}


/* CONTENT */
#content {
    /*
    styles were moved to #container since we're now inheriting from publications/base.html.
    */
    border: 0 solid #dddddd;
}
#content img { border: 0; max-width:100%; }
#section-top { float: left; margin-top:60px; }
#section-top p { max-width:600px; }
h2 {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.5em;;
    margin-bottom: 10px;
    margin-top:0;
    text-transform:uppercase;
    padding-bottom: 5px;
}
h3 {
    text-align:center;
    text-transform:uppercase;
    margin-top:40px;
}
#brand-carousel { border-top: 1px solid #dddddd;}
.headline {
    font-stretch:condensed;
}
/* SHARE ICONS */
.share-icon img { opacity:.3; padding-left: 5px; }
.share-icon img:hover {
    cursor: pointer;opacity:1;}
.tools {
    background: white;
    border: 1px solid #999;
    box-shadow: 0 5px 5px 0 #999;
    display: none;
    list-style-type: none;
    margin: -15px 0 0 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 260px;
}
.tools li {
    float: left;
    padding: 0 5px;
    text-align:left;
}
.tools:before {
    border-width: 0 0 9px 9px;
    border-style: solid;
    border-color: #999 transparent;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: -10px;
    width: 0;
}
/* creates the smaller  triangle */
.tools:after {
    border-width: 0 0 9px 8px;
    border-style: solid;
    border-color: #fff transparent;
    top: -8px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}
.active-tools {
    display: block;
    z-index: 2;
}

/* TOP FEATURED ARTICLE */
#news { padding: 0;}
#news .byline {
    color: #242424;
    display: block;
    font-size: 0.75em;
    font-weight: 600;

}
#top-featured-article {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 7px;
    padding-bottom: 20px;
    min-height: 163px;
    overflow: auto;
}
#top-featured-article img {
    margin: 10px 15px 0 0;
    max-width: 240px;
    width: 240px;
    float: left;
}
.superhead {
    color: #242424;
    font-family: "Open Sans",sans-serif;
    font-size: 0.85em;
    font-weight: 300;
    text-transform: uppercase;
    padding-top:7px;
}
#top-featured-article .superhead {
    font-size: 0.95em;
    padding-top:0;
}
#top-featured-article .headline {
    color: #242424;
    display: block;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 5px;
    text-decoration: none;
}
#top-featured-article .headline:hover {
    cursor: pointer;
    color: #cd181f;
    text-decoration: underline;
    filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
#top-featured-article .short {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding-bottom: 6px;
    font-size: 1em;
    line-height: 1.3em;
}
#top-featured-article .byline {
    font-weight:600;
}
/*
-----------------
MORE TOP STORIES
-----------------
*/
#mts {
    clear:both;
    display: none;
}
#mts_sectitle {
    border-bottom: 1px solid #dbdbdb;
    color: #969bc8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.carousel { margin-top: 30px; margin-bottom: 30px; }
.carousel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mts_title {
    color: #2f3892;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 10px;
}
.mts_meta {
    color: #858484;
    font-size: 11px;
}

/* FEATURED ARTICLES */
.article {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 8px;
    padding-bottom: 5px;
    clear:both;
}
#featured-articles .article {
    min-height:168px;
}
#featured-articles-l {
    float: left;
}
#featured-articles-r {
    float: left;
}
#featured-articles .headline {
    color: #242424;
    display: block;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-decoration: none;
}
#featured-articles .headline:hover {
    cursor: pointer;
    color: #cd181f;
    text-decoration: underline;
    filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

#featured-articles .short {
    font-size: 1.0em;
    line-height:1.3em;
    margin: 5px 0 0;
    padding-bottom: 6px;
    display:block;
}
#featured-articles .byline {
    color: #242424;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 0.7em;
    font-weight: 600;
}
#featured-articles #featured-articles-l .article:last-child .byline,
#featured-articles #featured-articles-r .article:last-child .byline {
    border-bottom: none;
}
.article_category {
    font-size: 0.8em;
    margin: 5px 0 0;
    text-transform: uppercase;
}
#featured-articles.todaysnews img {
    border: medium none;
    float: left;
    margin: 0 10px 2px 0;
    width: 122px;
}
/*
------------
OPINION
------------
*/
#soccertalk, #whattheyresaying {
    margin:25px 0;
}
#soccertalk .short, #whattheyresaying .short {
    font-size: 1.0em;
    line-height:1.3em;
    margin: 5px 0 0;
    padding-bottom: 6px;
    display:block;
    color:#000000;
}
#soccertalk .headline, #whattheyresaying .headline {
    color: #242424;
    display: block;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 2px;
    padding-bottom: 5px;
    text-decoration: none;
}
#soccertalk .headline:hover, #whattheyresaying .headline:hover {
    cursor: pointer;
    color: #cd181f;
    text-decoration: underline;
    filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
#soccertalk .headshot, #whattheyresaying .headshot {
    background-size: 100%;
    border-radius: 100px;
    float: right;
    height: 65px;
    padding: 5px;
    width: 65px;
    margin:0 0 0 15px;
}
#soccertalk .byline, #whattheyresaying .byline {
    font-family: "Open Sans", Arial, sans-serif;
    color: #242424;
    display: block;
    font-weight:600;
    font-size: 0.7em;
    position: relative;
    clear:both;
}
#todays-opinions .byline {
    border-bottom: 1px solid #dddddd;
}
#soccertalk .article:last-child .byline, #whattheyresaying .article:last-child .byline {
    border-bottom: none;
}
a.morelink {
    color: #fff;
    font-size: 10pt;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    float:right;
    text-align:center;
    text-decoration: none;
    padding:7px 10px;
    margin-bottom:30px;
    width:100%;
    border-top: 1px solid #cd181f;
    border-bottom: 1px solid #dddddd;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cd181f 50%, #cd181f 100%) repeat scroll 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
a.morelink:hover {
    cursor: pointer;
    text-decoration: none;
    filter: alpha(opacity=80);
        opacity: 0.8;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

#mostcommented, #soccervideos, #aroundthenet {
    margin: 20px 0;
    clear:both;
}
#mostcommented .headline, #soccervideos .headline, #aroundthenet .headline {
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1em;
}
#mostcommented .byline, #aroundthenet .byline {
    font-size: 0.85em;
    font-weight: 300;
    color: #242424;
}
#mostcommented .story, #soccervideos .story, #aroundthenet .story {
    border-bottom: 1px solid #dbdbdb;
    line-height: 1.3em;
    padding: 5px 0;
}

/*
SIDEBAR
*/
.sidebar_group {
    margin-top:40px;
}
.sidebar_title {
    border-bottom: 1px solid #d7d7d7;
    color: #242424;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size:1.1em;
}


/*
------------------
MIDDLE SECTION
------------------
*/
#section-middle {
    border-top: 0 solid #7e97a8;
    clear: both;
    float: left;
    margin-top: 10px;
}
#most-read-news {
    float: left;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#most-read-news h3 {
    color: #7e97a8;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
}
#most-read-news .story { margin-bottom: 12px; }
#most-read-news .headline {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    line-height: 14pt;
    text-decoration: none;
}
#most-read-news .headline:hover {
    cursor: pointer;
    text-decoration: underline;
    filter: alpha(opacity=80);
        opacity: 0.8;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
#most-read-news .byline {
    color: #848484;
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
}

/* MOST READ BLOGS */
#most-read-blogs { float: left;  }
#most-read-blogs h3 {
    color: #7e97a8;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0;
    padding: 0;

}
#most-read-blogs .story { margin-bottom: 12px; }
#most-read-blogs .headline {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    line-height: 14pt;
    text-decoration: none;
}
#most-read-blogs .headline:hover {
    cursor: pointer;
    text-decoration: none;
    filter: alpha(opacity=80);
        opacity: 0.8;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
#most-read-blogs .byline {
    color: #848484;
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
}
/* MOST COMMENTED ON */
#most-commented-on { float: left;  }
#most-commented-on h3 {
    color: #7e97a8;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0;
    padding: 30px 0 0;
    border-top: 1px solid #8ca2b2;
}
#most-commented-on .story { margin-bottom: 12px; }
#most-commented-on .headline {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    line-height: 14pt;
    text-decoration: none;
}
#most-commented-on .headline:hover {
    cursor: pointer;
    text-decoration: none;
    filter: alpha(opacity=80);
        opacity: 0.8;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
#most-commented-on .byline {
    color: #848484;
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
}

/*
--------------
BOTTOM SECTION
--------------
 */
#section-bottom {
    border-top: 1px solid #7e97a8;
    font-size: 10pt;
    line-height: 16pt;
    clear: both;
    float: left;
    margin: 10px 0 30px;
    padding: 10px 0;
    width:100%;
}
#section-bottom h2 {
    margin: 0;
    padding: 20px 0;
    padding-bottom: 25px;
}
#section-bottom a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    margin-bottom:25px;
    color: #242424;
    text-transform:uppercase;
}
#section-bottom a:hover {
    cursor: pointer;
    text-decoration: none;
    filter: alpha(opacity=80);
        opacity: 0.8;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

/*
------
FOOTER
------
*/
#speedbump {
    padding-top: 40px;
}
#footer {
    border-top: 1px solid #dddddd;
    clear: both;
    font-size: 10px;
    overflow: auto;
    margin-top: 20px;
    padding: 20px 0 100px 0;
}
#footer #footer-logo {
    float: left;
    margin-right: 2%;
}
#footer-logo img { max-width: 100%; }
#footer #footer-r { float: left; width: 75%; }
#footer ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer ul li { float: left; line-height: 20px; margin-right: 2px; }
#footer ul li a {
    border-right: 1px solid #242424;
    color: #242424;
    font-weight: 600;
    font-size: 12px;
    margin-right: 6px;
    padding-right: 6px;
    text-decoration: none;
}
#footer ul li:last-child a { border-right: 0; }
#footer ul li a:hover {
    cursor: pointer; text-decoration: underline; }
#footer #copy {
    clear: both;
    color: #999;
    font-size: 12px;
    line-height: 17px;
    padding-top: 10px;
}
#footer #copy a { color: #999; }
#adtech-logo {
    clear: both;
    margin: 5px 0 20px 0;
    padding-top: 20px;
    text-align: center;
}

/*
-----------------------------------
MOBILE MENU
-----------------------------------
*/
#mobile_menu, #menu_button {
    display: none;
}

@media (min-width: 320px) {
    .narrow {display:block;}
    .wide {display:block;}
    #top-featured-article .headline {
         font-size: 2em;
    }
    #top-featured-article img {
        margin: 10px 10px 10px 0;
        width: 122px;
    }
    #featured-articles img {
        border: medium none;
        float: left;
        margin: 10px 10px 10px 0;
        width: 122px;
    }
    #featured-articles .article {
        min-height: 90px;
    }
    .article {
        margin-bottom: 3px;
    }
    #featured-articles .article .no-image{
        min-height:none!important;
    }
    h2.todaystitle {
        padding-top:45px;
    }
}
@media (min-width: 415px) {
    #top-featured-article .headline {
        font-size: 2.7em;
        line-height: 1em;
        margin-bottom: 5px;
    }
    #top-featured-article img {
        margin: 10px 10px 10px 0;
        width: 240px;
    }
    #featured-articles .headline {
        font-size: 1.5em;
        line-height: 1.15em;
        margin-bottom: 10px;
    }
    #featured-articles .byline {
        font-size: 0.7em;
        font-weight: 600;
        display:block;
    }
    #featured-articles .article {
        min-height:163px;
    }
    .article {
        margin-bottom: 7px;
    }
    #featured-articles img {
        margin: 10px 15px 0 0;
        max-width: 240px;
        width: 240px;
    }
    #soccertalk .headline, #whattheyresaying .headline {
        font-size: 1.5em;
        line-height: 1.15em;
    }
}
@media (min-width: 660px) {
    .narrow {display:none;}
    .wide {display:block;}
    #section-top {
        float: left;
        margin-top:50px;
    }
    .carousel ul li {
        float: left;
        margin: 0 2%;
        min-width: 180px;
        width: 28%;
    }
    .carousel-inner {
        width: 100%;
    }
}
@media (min-width: 992px) {
    h2.todaystitle {
        padding-top:0;
    }
    .sidebar_group {
        margin: 0;
    }
    /* HEADER */
    .navbar {
        min-height: 65px !important;
        /* JAL Remove the next line when we mobilize 3 homepages - causes menu to stay static */
        position: static !important;
    }
    .navbar .container {
        margin: 0 auto;
        position: relative;
        width: 1000px;
    }
    .navbar-brand {
        background: rgba(0, 0, 0, 0) url("../images/sa_logo_homepage.png") no-repeat scroll 0 0;
        background-position: left center;
        height: 65px;
        margin-left: 0 !important;
        margin-top: 0;
        padding-right: 296px;
    }
    .navbar-nav {
        margin-top: 26px !important;
    }
     /* begin navbar height */
     .navbar-nav > li > a {
         padding-left: 8px !important;
         padding-right: 10px !important;
     }
    .dropdown .dropdown-menu {
        margin-top: 0 !important;
    }
    .navbar-nav #nav_search.dropdown-menu {
        margin-left: -100px;
    }
    #section-top {
        float: left;
        margin-top: 10px;
    }
}