/**
 * Global styles for details.com screen.
 *
 * Do not place CSS includes in this file!
*/


/**
 * @section Basic element styles
 *
 * @author  Vincent Lim Show Chen
 * @date    13 July 2009
 */

@import 'lightreg.css';
@import 'livefyre.css';
@import 'livefyre.css';
@import 'vaud.css';

body {
    font: 100%/1.15em georgia, "times new roman", times, serif;
    color: #000;
    position: relative;
    background-color: #fff;
    min-width: 990px;
}
.home, .channel-page {
    background: #000;
}

/* Link Rules */

a:link {
    color:#ee2e24;
    text-decoration:none;
}

.features a:link {
    color:#000;
}
.horizontaltextoverlay a:link {
    color:#fff;
}

a:visited {
    color:#666;
    text-decoration:none;
}

.features a:visited {
    text-decoration:none;
}

a:hover {
    color: #ee2e24;
    text-decoration: underline;
}
.features a:hover {
    text-decoration:underline;
}


a:active {
}

a:focus {
    outline-width: 0;
}


/* Simple CSS Reset */

.alt {
    position: absolute;
    left: -9999px;
}

hr {
    display: none;
}

div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,.clearall,.clearb,form,img,body,label,fieldset,table,tr,td {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

input:focus {
    outline:none;
}

.clearb {
    clear: both;
    font-size: .1em;
    line-height: .1em;
}

.smallcaps {
    font-size: .8em;
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}


/**
 * @section Main typography settings
*/

p,
ol,
ul,
dl {
    margin: 0 0 .8em 0;
}

h1 {
    color: #000;
    font-family: georgia, "times new roman", "times", serif;
    font-size: 1.714em;
    line-height: 1.1em;
    font-weight:normal;
    text-transform:uppercase;
}

h2 {
    color: #000;
    font-family: arial, verdana, sans-serif;
    font-size: 0.857em;
    font-weight: bold;
    text-transform:uppercase;
}
.section-footer h2 { text-transform:none; }

h3 {
    color: #000;
    font-family: georgia, "times new roman", times, serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0;
}

h4 {
    color: #000;
    font-family: helvetica, arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0;
}

h5 {
    color: #000;
    font-family: georgia, "times new roman", times, serif;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}

#index_headers { clear:both; position:relative;left:20px; }

#main #index_headers { left:0; }

#index_headers h2 {
    font-size:1.714em;
    font-family: georgia, "times new roman", times, serif;
    text-transform:uppercase;
    margin-bottom:20px;
    font-weight:normal;
}

/* hides or flags for javascript replacement into input box */

label.replace,
label.hide {
    position: absolute;
    left: -9999px;
}


/**
 * @section Primary layout divisions
 */

#wrapper {
    background-color: #fff;
    background: url('i/shell/bg-main.gif') 0px -1px repeat-x;
    font-size: .875em;
    padding: 0;
    position: relative;
    /* width: 980px; */
}
/*#wrapper:after {
    content:".";
    display: block;
    visibility: hidden;
    width:100%;
}*/

#page {
    background-color: #FFF;
    border-top:0;
    clear: both;
    margin: 0 auto;
    position: relative;
    width:980px;
}

#page:after {
    content:".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    width:980px
}

#content {
    width: 640px;
    float: left;
    margin: 0 auto;
    position: relative;
    margin-right:-1px;
    margin-top:35px;
}
.channel-page #content {
    margin-top: 0;
}
.home #content {
    padding-left: 18px;
    margin-top: 25px;
}
#urail {
    clear: both;
    margin: 0;
    position: relative;
    width: 620px;
    left:19px;
    float:left;
}

#urail .features { margin-bottom:20px; }
#urail #position1_urail .features { margin-bottom:0; }

#main #urail {
    left:0;
}

#urail #position1_urail,
.error #position1,
.thankyou #position1 {
    margin-bottom:3px;
}

#urail #position1_urail .feature,
.thankyou #position1 .feature {
    display:none;
}

#urail #position1_urail h2,
.error #position1 h2,
.thankyou #position1 h2 {
    font:normal 1.142em/1 georgia,"times new roman",serif;
    text-transform:uppercase;
}

#urail .footer {
    margin-left:0;
}


#yrail {
    width: 300px;
    float: right;
    right: 19px;
    margin-top: 34px;
    padding-bottom: 20px;
    position: relative;
}
.channel-page #yrail {
   margin-top: 26px;
}
.home #yrail {
    margin-top: 78px;
}
.s_video #yrail {
    top:24px;
    margin-top:0;
}

/* this is too general to be here, it messes up feature in the yrail -
I added #yrail_ads into it, but if it is for something else,
please change to whatever specificity you need */

#yrail #yrail_ads a img { display:block;margin-bottom:15px; }

#yrail .features {
    /* adding clear, don't know why it wasn't ever there, though I'm sure I had a reason at some point, but I don't think it will break anything - EBS 06.25.09 */
    clear: both;
    width: 300px;
}

#ps1_fs1_yrail,
#ps1_fs2_yrail,
#ps1_fs3_yrail {
    clear: both;
}
#ps1_fs2_yrail .feature.first {
    margin-top:30px;
    padding:0 !important;
    padding-bottom: 0 !important;
}

/* GENERIC YRAIL PROMO */

#global_rightRail_A { margin-bottom:20px; }
#global_rightRail_B,#AMS_DET_GLOBAL_RIGHTRAIL_B { padding-bottom:30px } /* changed in IE.css */

/*.yrcomponent .yrpromo /*, .yrcomponent #global_embeddedForm*/
.yrail_ad_wrap {
    clear: both;
    margin-bottom: 30px;
}

.s_video .yrail_ad_wrap {
    margin: 607px 0 20px 0 !important;
    position: relative;
    z-index: 0;
}


/*  Yrail Search Box */

.yrail-search { margin-bottom:30px;}

.yrail-search h3 {
    text-indent:-9999px;
    overflow:hidden;
    height:10px;
    width:73px;
}

#search_form_rail {
    padding:0;
    position: relative;
    width:300px;
}

#search_form_rail input,
#newsletter-email {
    border: 1px solid #CCC;
    border-right: 0px;
    color: #575757;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 31px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 288px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 1px;
    padding-top: 1px;
}

#search_form_rail button,
#submit-newsletter {
    background:url(i/shell/shell-sprite.gif) -463px -45px no-repeat;
    border-width:0;
    cursor:pointer;
    font-size:1px;
    line-height:0.1em;
    height:35px;
    position: relative;
    padding: 0px;
    position: absolute;
    right: 0px;
    text-indent:-9999px;
    top: 0px;
    vertical-align:middle;
    width:35px;
}

#search_form_rail button:hover,
#search_form_rail button:active {
    background:url(i/shell/shell-sprite.gif) -463px -45px no-repeat;
}


/* POSITIONS */

#position1_yrail,
#position2_yrail,
#position3_yrail,
#position4_yrail {
    clear: both;
    float: left;
}

.yrcomponent {
    clear: both;
    float: left;
    width: 300px;
}


/* spans top */
#position1 {
    clear: both;
    float: left;
    margin: 0;
    width: 100%;
}

/* wide right */
#position2 {
    clear: right;
    float: left;
    margin: 0;
    width:380px;
}

/* narrow left */
#position3 {
    float: right;
    margin: 0;
    width:220px;
}

/* equal left */
#position4 {
    clear: both;
    float: left;
    margin: 0;
    width: 300px;
}

/* equal right */
#position5 {
    float: left;
    margin: 0 0 0 20px;
    width: 300px;
    display:inline;
}
.home #position5{
    margin-left: 30px;
}

/* spans bottom */
#position6 {
    clear: both;
    float: left;
    margin: 0;
    width:100%;
}


/**
 * @section Content Positions
 */


/**
 * @section U-Rail Positions
 */

#position1_urail {
    clear: both;
    float: none;
    margin: 0;
    width:100%;
}

#position2_urail {
    float: left;
    margin: 0;
    width: 300px;
}

#position3_urail {
    clear: right;
    float: left;
    margin: 0;
    width: 300px;
    position:relative;
    left:20px;
}


/**
 * @section Ads
 */

#topBannerAd {
    width: 100%;
    text-align: center;
    margin:0 auto
}
#topBannerAd table {
    margin: 0px auto;
    width: 100%;
    align: center;
}

#topBannerAd .displayAd {
    margin: 0px auto;
    padding: 18px 0;
}

#pushdownAd {
    width: 970px;
    margin: 5px 0px 0px 0px;
    float:left;
    clear:both;
}
.home #pushdownAd {
 display: none;
}
#bottomBannerAd, #debugInfoDivTable {
    background-color:#fff;
}

#mboxImported-GLM_global_footer-0 {
    padding: 0 0 20px 14px;
}

.outerailTextAd {
    font: 10px/1.2em Arial, sans-serif;
    padding-top:4px
}

    .outerailTextAd a {
        color:#999;
    }

#magads img {
    display: block;
}


/**
 * @section Image Replacement
 */

.imgreplacement {
    text-indent: -9999px;
    line-height: 1em;
    font-size: 10px;
}


/* Common Page Elements */
#header {
    position: relative;
    width:980px;
    height: 209px;
    /* float:left; */
    padding-top:10px;
    margin: 0 auto;
    border-bottom:0;
    background-color: #FFF;

}

#logo h2, #logo h5 {
    text-indent: -9999px;
}

#logo {
    width: 351px;
    height: 84px;
    position: relative;
    background:url(i/shell/shell-sprite.gif) top left no-repeat;
    left:10px;
    top:23px;
}

#logo a {
        background: none;
        display: block;
        text-indent: -9999px;
        text-decoration: none;
        overflow: hidden;
        height: 84px;
}

#header-subs {
    width: 300px;
    height: 112px;
    position: absolute;
    right:19px;
    top:24px;
    background:url(i/shell/shell-sprite.gif) bottom left no-repeat;
    clear:both;
}

#header-subs #subs-link { display:none; }

#header-subs ul {
    float:left;
    margin:0;
    width: 301px;
}

#header-subs ul li {
    float:left;
    height:24px;
    list-style:none;
}

#header-subs ul li a { text-indent:-9999px;display:block;height:24px; }

#header-subs li#snav3 { width:48px; margin-left:1px; }
#header-subs li#snav1 { width:68px; margin-left:1px; }
#header-subs li#snav2 { width:33px; margin-left:1px; }
#header-subs li#snav4 { width:68px; margin-left:1px; }

#header-subs a {
    display: block;
    zoom: 1;
}


#subs-teaser a {
    width: 218px;
    height: 86px;
    left: 0;
    top: 25px;
    position: absolute;
    overflow:hidden
}

#header-subs #subs-cover a {
    position: absolute;
    top:0;
    right:0;
    display: block;
    background: url(http://subscribe.condenet.com/images_covers/cover_details_80.jpg) 0 0 no-repeat;
    height: 109px;
    width: 80px;
    text-indent:-9999px;
    border:1px solid #889ea6;
}

#header-subs.secure #subs-cover a {
    background: url(https://subscribe.condenet.com/images_covers/cover_details_80.jpg) 0 0 no-repeat;
}

#bottomsubs {
    clear: both;
    position: relative;
}

/* Taken from the styles used in user.css */

    #bottomsubs .subsinclude {
        background:#f0f0f0 none repeat scroll 0%;
        font-family:georgia,"times new roman",serif;
        padding:10px;
        width:571px;
        position:relative;
        height: 151px;
        overflow: hidden;
    }

    #bottomsubs .subsinclude h3 {
        color:#000000;
        font-family:helvetica,arial,sans-serif;
        font-size:1.4em;
        font-weight:bold;
        margin:0pt;
        margin-bottom:0.6em;
        text-transform:lowercase;
    }

    #bottomsubs .subsinclude .promo {
        float:left;
        padding:15px 0pt 15px 15px;
        width:320px;
    }

    #bottomsubs .subsinclude a img {
        float:left;
        width:100px;
    }

    #bottomsubs .subsinclude .rightimg {
        float:right;
        margin-top:17px;
    }


#main {
    clear: both;
    position:relative;
    left:19px;
    margin-bottom:20px;
    width:620px;
}

.home #main{
    left: 0;
    width: 630px;
    display: inline-block;
    margin-bottom: 0;

}

.s_video #main {
    width:800px;
}

#main h5.rubric,
#yrail h5.rubric,
#urail h5.rubric,
.set13 h2.features-header.header a {
    font-family: arial, sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    color:#000;
    font-size:1.071em;
    margin-bottom:4px;
}

#main h5.rubric a,.rubric a:hover,.rubric a:visited,
#yrail h5.rubric a,
#urail h5.rubric a,
.set13 h2.features-header.header a {
    color:#ee2e24;
    text-decoration:none;
}
#main h5.rubric a:hover,
#yrail h5.rubric a:hover,
#urail h5.rubric a:hover,
.set13 h2.features-header.header a:hover {
    text-decoration:underline;
}

.set13 h2.features-header.header a {
    font-size: 15px;
}

#urail .rubric {
    display:none;
}


/**
 * @section Global navigation
*/

#global-nav {
    font-family: arial,verdana, sans-serif;
    position: relative;
    margin-top: 48px;
    float: left;
    width:980px;
    z-index: 1;
}

#global-nav-menu {
    border-top: 9px solid #555D65;
    float:left;
    font-size:1px;
    line-height:0.1em;
    height:55px;
    width:980px;
}

#global-nav-menu li {
    float:left;
    list-style: none;
    height:46px;
}

#global-nav-menu li a {
    background: url(i/shell/nav-main.gif) no-repeat;
    cursor: pointer;
    display: block;
    height: 46px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-indent: -9999px;
    z-index: 6000;
    color:#fff;
}
#global-nav-menu li#nav-subscribe{
    padding-left:10px;
}
#global-nav-menu li#nav-subscribe,
#global-nav-menu li#nav-subscribe a { width: 112px; }
li#nav-subscribe a:hover { background-position: 0px -56px; }
li#nav-subscribe a:active { background-position:0px -158px; }
li#nav-home { display:none; }
li#nav-culture-trends { width: 109px; }
li#nav-culture-trends a { background-position: -112px 0; }
li#nav-culture-trends a:hover,
.s_culture-trends li#nav-culture-trends a { background-position: -112px -56px; }
li#nav-culture-trends a:active { background-position: -112px -112px; }
li#nav-style-advice { width: 102px }
li#nav-style-advice a { background-position: -222px 0; }
li#nav-style-advice a:hover,
.s_style-advice li#nav-style-advice a { background-position: -222px -56px; }
li#nav-style-advice a:active { background-position: -222px -112px; }
li#nav-celebrities-entertainment { width: 157px; }
li#nav-celebrities-entertainment a { background-position: -326px 0; }
li#nav-celebrities-entertainment a:hover,
.s_celebrities-entertainment li#nav-celebrities-entertainment a { background-position: -326px -56px; }
li#nav-celebrities-entertainment a:active { background-position: -326px -112px; }

li#nav-health-fitness { width:110px; }
li#nav-health-fitness a { background-position: -486px 0 }
li#nav-health-fitness a:hover,
.s_health-fitness #nav-sex-relationships a { background-position: -486px -56px; }
.s_health-fitness #nav-health-fitness a { background-position: -486px -56px; }
li#nav-health-fitness a:active { background-position: -486px -112px; }

li#nav-sex-relationships { width:111px; }
li#nav-sex-relationships a { background-position: -486px 0; }
li#nav-sex-relationships a:hover,
.s_sex-relationships li#nav-sex-relationships a { background-position: -486px -56px; }
li#nav-sex-relationships a:active { background-position: -486px -112px; }
li#nav-video { width:85px; }
li#nav-video a { background-position: -597px 0; }
li#nav-video a:hover,
.s_video li#nav-video a { background-position: -597px -56px; }
li#nav-video a:active { background-position: -597px -112px; }
li#nav-magazine { width:107px; }
li#nav-magazine a { background-position: -683px 0; }
li#nav-magazine a:hover,
.s_magazine li#nav-magazine a { background-position: -683px -56px; }
li#nav-magazine a:active { background-position: -683px -112px; }
li#nav-promotions-events { width: 105px; background-color: #FFF}
li#nav-promotions-events a { background-position : -791px 0; }
li#nav-promotions-events a:hover{ background-position: -791px -56px; }
li#nav-promotions-events a:active{ background-position: -791px -112px; }
li#nav-style-network { width: 65px;}
li#nav-style-network a{ background-position: -895px 0;}
li#nav-style-network a:hover{ background-position: -895px -56px; }
li#nav-style-network a:active{ background-position: -895px -112px; }

/**
 * @section Global navigation subitems
*/

#global-sub-menu {
    background-color:#57585C;
    font-family: verdana, arial, sans-serif;
    font-size: .786em;
    font-weight:bold;
    line-height:1.0em;
    list-style: none;
    height:29px;
    line-height:29px;
    margin: 0;
    position: relative;
    float:left;
    width:960px;
}

    #global-sub-menu li {
        display:inline;
        padding-left:5px;
        margin-right:10px;
        background:url(i/shell/bg-subnav.gif) left center no-repeat;
    }

    #global-sub-menu li.last {
        border-right-width:0
    }

        #global-sub-menu li a {
            color: #fff;
        }
        #global-sub-menu li a:hover {
            color: #000;
        }




/* LOGIN BAR */

#loginbx {
    left:10px;
    top: 30px;
    text-indent:1px;
    width: 380px;
    color:#000000;
    font-family:arial,verdana,sans-serif;
    position:relative;
    font-size:0.786em;
    font-weight: bold;
    text-transform: uppercase;
}

#login .loginbar.loggedout #opts {
    left: 236px;
}

#opts {
    margin-left: 5px;
    position: relative;
    left: 107px;
}
    #opts span {
    color:#e3e3e3;
    padding:0 8px
}

#login a {
    color: #000000;
    text-transform: lowercase;
    text-decoration: none;
}
#login a:visited { text-decoration:none; }


/**
 * @section Breadcrumbs
*/

#bc {
    clear: both;
    font-family: arial, sans-serif;
    font-size: .643em;
    list-style: none;
    text-transform:uppercase;
    position:relative;
    left:19px;
    line-height:1;
}

    #bc li {
        display: inline;
        padding:0 5px 0 9px;
        background:url(i/shell/shell-sprite.gif) -959px -240px no-repeat;
    }

    #bc li.first {
        padding-left: 0;
        border-left:none;
        background:none;
    }
    #bc a {
        color:#ee2e24;
    }

/**
 * @section Utility icons
*/
body.ss_blogs ul.utilities {display:none;}

    ul.utilities {
        float: right;
        margin: 0;
        line-height:1;
        clear:right;
        border:1px solid #dedede;
        padding:5px;
        position:relative;
        right:1px;
    }

    ul.utilities-bottom { margin-bottom:42px; clear:both; right:0; }

    ul.utilities li {
        float: left;
        list-style: none;
        margin-right:5px;
    }

    ul.utilities li.utility-twitter {
        margin-right:2px;
    }

        ul.utilities li a {
            background-image: url(i/shell/shell-sprite.gif);
            background-repeat:no-repeat;
            display: block;
            height: 12px;
            overflow: hidden;
            text-indent: -9999px;
        }

            ul.utilities li.utility-print a {
                background-position: 0 -313px;
                width: 40px;
            }

                ul.utilities li.utility-print a:hover {
                    background-position: 0 -325px;
                }

            ul.utilities li.utility-email a {
                background-position: -45px -313px;
                width: 41px;
            }

                ul.utilities li.utility-email a:hover {
                    background-position: -45px -325px;
                }

            ul.utilities li.utility-feeds a {
                background-position: -91px -313px;
                width: 31px;
            }

                ul.utilities li.utility-feeds a:hover {
                    background-position: -91px -325px;
                }

            ul.utilities li.utility-share a {
                background-position: -128px -313px;
                width: 42px;
            }

                ul.utilities li.utility-share a:hover {
                    background-position: -128px -325px;
                }

            ul.utilities li.utility-facebook a {
                background-position: -175px -313px;
                width: 59px;
            }

                ul.utilities li.utility-facebook a:hover {
                    background-position: -175px -325px;
                }

          ul.utilities li.utility-twitter a {
                background-position: -242px -313px;
                width: 48px;
            }

                ul.utilities li.utility-twitter a:hover {
                    background-position: -242px -325px;
                }

ul.utilities-fblike-twitter{
    border:none;
    float:none;
    clear:both;
    margin:20px 0 0;
    padding:0;
    width:620px;
}

ul.utilities-fblike-twitter .utility-like,
ul.utilities-fblike-twitter .utility-fb-share{
    margin-bottom: 15px;
    height: 24px;
}

ul.utilities-fblike-twitter.bottom,ul.utilities-fblike-twitter.top {
    margin:0!important;
}

ul.utilities li.utility-tweetmeme-sm, ul.utilities li.utility-tweet{
    float:right;
}

ul.utilities-blog {
    margin: 0;
}

    ul.utilities-blog li.utility-fb-share {
        float:left;
        list-style: none;
        margin-right: 5px;

    }

    ul.utilities-blog li.utility-twitter {
        float:right;
        list-style: none;
    }
    ul.utilities-blog li.utility-like-sm, ul.utilities-blog li.utility-tweet,
    ul.utilities li.utility-tweetmeme-sm, ul.utilities-blog li.utility-twitter,
    .article .headers-container li.utility-like-sm, .article .headers-container li.utility-tweetmeme-sm{
        width : 95px;
    }
    ul.utilities-blog li.utility-tweet, .article .headers-container li.utility-tweetmeme-sm{
        margin-right: 0;
    }

/**
 * @section Pagination
*/

.pagination {
    clear: both;
    float: right;
    font-size:0.857em;
    font-family:Arial,Verdana,sans-serif;
    margin-bottom: 40px;
    font-weight:bold;
    text-transform:uppercase;
    padding-right:1px;
    position:relative;
}

    .pagination span {
        display: block;
        float: left;
    }

        .pagination .pageField a {
            font-weight: bold;
            padding-left: 3px;
            text-transform:none;
            color:#000;
        }

        .pagination input {
            border: 1px solid #dcdcdc;
            margin: 0 3px;
            text-align: center;
            width: 1.5em;
            font-family:Arial,Verdana,sans-serif;
            text-transform:none;
            font-weight:bold;
        }

    .pagination .paginationFirst,
    .pagination .paginationLast {
        display: none;
    }

    .pagination .paginatorWord {
        text-transform:uppercase;
        font-family:georgia,"times new roman",serif;
        color:#666;

    }

    .pagination span.paginationPrevious a,
    .pagination span.paginationNext a {
        height: 20px;
        margin: 0 8px;
        background-image:url(i/article/bg-pagination.gif);
        background-repeat:no-repeat;
        line-height:15px;
        display:block;
        position:relative;
        color:#000;
        text-align:left;
        text-indent:-9999px;
    }

    .pagination span.paginationPrevious a:visited,
    .pagination span.paginationNext a:visited {
        text-decoration:none;
    }

    .pagination span.paginationPrevious { width:103px; }
    .pagination span.paginationNext { width:58px; }
    .pagination span.paginationPrevious a {
        padding-right:86px;
        background-position:14px -20px;
    }
    .pagination span.paginationNext a {
        padding-left:45px;
        background-position:top left;
    }
    .pagination span.paginationNext {
        margin-right: 0;
    }
    .pagination span.paginationPrevious a:hover,
    .pagination span.paginationNext a:hover {
        text-decoration:none;
        color:#ee2e24;
    }
    .pagination span.paginationPrevious a:hover {
        background-position:14px -60px;
    }
    .pagination span.paginationNext a:hover {
        background-position:0 -40px;
    }

    .article h5.paginationTeaser {
        font:normal 0.857em arial,verdana,sans-serif;
        text-transform:uppercase;
        text-align:right;
        margin-bottom:3px;
    }

/**
 * @section Keywords
*/

#main div.keywords {
    clear: both;
    font-family: arial,verdana,sans-serif;
   /* width: 330px; */
    font-weight:normal;
    line-height:1.2;
    margin-bottom:42px;
    font-size:12px;
}

    #main .item div.keywords {
        margin-left: 0;
    }

    #main div.keywords dt{
        font-weight:normal;
        color:#333;
        font-size:12px;
        margin-bottom:2px;
        text-transform:uppercase;
        float:left;
        margin-right:3px;
    }
    #main div.keywords dd {
        display: inline;
        font-size:12px;
        text-transform:uppercase;
        line-height:1.2;
    }
    #main div.keywords dd a {
        color:#ee2e24;
    }
    #main div.keywords dd a:visited {
        text-decoration:none;
    }
    #main div.keywords dd a:hover {
        text-decoration:underline;
    }

/**
 * @section Contributors
*/
div.contributor-type { display:inline; }

div.contributors {
    font-size:0.714em;
    line-height:1.1;
    font-weight:bold;
    text-transform:uppercase;
    font-family:arial,verdana,sans-serif;
}

span.contributor {margin-right:4px;}

span.contributor a:link { color:#ee2e24; }

div.display-date {
    color:#666;
    font-family:Arial,Verdana,sans-serif;
    font-size:0.714em;
    text-transform:uppercase;
    margin-top:13px;
    line-height:1;
}

.keywords {
/*    margin-left:60px; */
}



/* GLOBAL SEARCH */

#global-search{clear:both;background-color:#d8d8cb;height:29px;position:relative;top:15px;width:359px}
#global-search input{position:absolute;top:0px;left:0px}
#global-search input#global-search-input{width:267px;border:1px solid #bcbdbf;top:5px;left:5px}
#global-search input#global-search-submit{top:5px;left:279px}


/* Hide IFRAMES in DART */

.hiddenDAU {
    width: 0;
    height: 0;
}

#yrail #dartTarget_sz160x600 {
    height: auto !important;
}


/* Footer */


#footer {
    position: relative;
    background-color: #000;
    color: #fff;
    padding-top:30px;
}

.footer-position {
    width: 945px;
    height: 481px;
    margin: 0 auto;
    border-top: 1px solid #333;
}

#sitemap-nav {
    width: 196px;
    display: inline-block;
    height: 390px;
}

#sitemap-nav a {
    color: #fff;
}

#sitemap-nav ul {
    width: 196px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 32px;
    float: left;
    font: 16px Vaud-Medium, Helvetica, sans-serif;
}

#sitemap-nav ul li a {
    color: #fff;
    text-decoration: underline;
    font: 16px/32px Vaud-Medium, Helvetica, sans-serif;
    display:block;
}

#sitemap-nav li a:hover {
   color: #999;
}
#sitemap-nav li:first-child a {
    display: inline-block;
    margin-top: 10px;
    font: 16px/32px Vaud-Regular, Helvetica, sans-serif;
}

#global-footer {
    width: 730px;
    display: inline-block;
    position: relative;
    float: right;
}

#ft_1 {
    margin: 0;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 736px;
    text-align: center;
}

#ft_1 li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    padding-right: 15px;
    font: 14px Vaud-Medium, Helvetica, sans-serif;
    text-decoration: underline;
}
#ft_1 li a:hover {
    color: #999;
}

#ft_1 li:last-child {
    padding-right: 0;
    padding-top:2px;
}

#ft_1 a {
    color: #fff;
}

.global-footer-nav {
    margin: 0 auto;
    width: 380px;
}

.global-footer-nav ul {
    margin: 0 auto;
    padding: 0;
    width: 370px;
    display: block;
    margin-bottom: 14px;
    font: 12px Vaud-Regular, Helvetica, sans-serif;
}

.global-footer-nav ul li {
    list-style-type: none;
    margin: 0;
    display: inline;
    font: 12px Vaud-Regular, Helvetica, sans-serif;
}

li#global-footer-nav-careers::after, li#global-footer-nav-store::after {
    content: ".";
    display: inline;
    color: #999;
    padding-right: 8px;
}

.global-footer-logo {
    text-align: center;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding: 20px 0 34px;
    margin: 0 auto;
    width: 730px;
    display: block;
    overflow: hidden;
}
.global-footer-logo  a {
    width: 440px;
    height: 60px;
    background: url('i/global/conde_nast_logo.png') 0 0 no-repeat;
    clear: both;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.global-footer-subscriptions {
    float: left;
    width: 200px;
    margin: 20px 18px 20px 130px;
    padding: 12px 0 12px 10px;
    position: relative;
    color: #ccc;
    font: 12px Vaud-Medium, Helvetica, sans-serif;
    background-color: #333;
    padding-right: 18px;
    cursor: pointer;
    background-image: url('i/global/down_arrow.png');
    background-repeat: no-repeat;
    background-position: 203px 15px;
}

.global-footer-sister-sites {
    float: left;
    width: 220px;
    margin: 20px 0;
    padding: 12px 0 12px 10px;
    color: #ccc;
    font: 12px Vaud-Medium, Helvetica, sans-serif;
    background-color: #333;
    padding-right: 18px;
    cursor: pointer;
    background-image: url('i/global/down_arrow.png');
    background-repeat: no-repeat;
    background-position: 214px 15px;
    position: relative;
}

.footer-social-buttons {
    padding-top: 10px;
    width: 262px;
    margin: 0 auto;
    border-top: 1px solid #333;
    margin: 0 auto;
    width: 730px;
    display: block;
    overflow: hidden;
}

.footer-social-buttons ul li {
    float: left;
    list-style-type: none;

}

.footer-social-buttons li a {
    width: 25px;
    height: 25px;
    padding: 0;
    background: url('i/global/social_share_icons.png')  no-repeat;
    padding-right: 9px;
    display: inline-block;
}

#instagram a {
    background-position: 0 -34px;
}

#instagram a:hover {

    background-position: 0 0;
}

#tumbler a {
    background-position: -34px -34px;
}

#tumbler a:hover {
    background-position: -34px 0;
}

#facebook a {
    background-position: -68px -34px;
}

#facebook a:hover {
    background-position: -68px 0;
}

#twitter a {
    background-position: -103px -34px;
}

#twitter a:hover {
    background-position: -103px 0;
}

#pinterest a {
    background-position: -137px -34px;
}

#pinterest a:hover {
    background-position: -137px 0;
}

.global-footer-nav li {
    list-style-type: none;
}

.global-footer-nav li a {
    color: #999;
    display: inline;
    width: auto;
    text-align: center;
    text-decoration: underline;
}

#global-footer-nav-careers a, #global-footer-nav-store a  {
    margin-right: 8px;
}

#ps1_fs1_footerNavigation .feature.first {
    float: none;
}

#position1_footerNavigation .text {
    border-bottom: 1px solid #333;
}

.add-choice-img {
    display: none;
}

.global-footer-copyright {
    font: 11px Vaud-Medium, Helvetica, sans-serif;
    border-top: 1px solid #333;
    padding-top: 30px;
    line-height: 16px;
    color: #666;
    position: relative;
    top: -52px;
}

.global-footer-copyright p {
    margin: 0;
}

.global-footer-copyright a {
    color: #666;
    text-decoration: underline;
}

.global-footer-logo h3 {
    display: none;
}

.global-footer-copyright .copyright {
    color: #fff;
}

.feature.first {
    margin: 0;
    padding-bottom: 12px !important;
}

#mag_dropmenus h3, #sub_dropmenus h3  {
    color: #ccc;
    font: 12px Vaud-Medium, Helvetica, sans-serif;
}

#sub_dropmenus h3 {
    margin-right: 0;
}

.social-buttons-text {
    font: 12px Vaud-Regular, Helvetica, sans-serif;
    color: #999;
    float: left;
    display: inline-block;
    margin-left: 230px;
    padding-right: 10px;
    padding-top: 6px;
}

#subscribe-head, #sites-head, #subscribe-tail, #sites-tail {
    z-index: 2;
}

#subscribe-head li, #subscribe-tail li {
    list-style-type: none;
    background-color: #333;
    padding-left: 10px!important;
    width: 218px;
}

#sites-head li, #sites-tail li {
    list-style-type: none;
    background-color: #333;
    padding-left: 10px!important;
    width: 238px;
}

#subscribe-head a, #subscribe-tail a, #sites-head a, #sites-tail a {
    color: #ccc;
    line-height: 25px;
}

#subscribe-head li:first-child, #sites-head li:first-child {
    margin-top: 12px;
}

ul#subscribe-head, ul#subscribe-tail, ul#sites-head, ul#sites-tail  {
    left: 0;
}

.down-arrow {
    background-image: url('i/global/down_arrow.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 25px;
    margin: 0 auto;
    color: transparent;
    display: block;
}

#subscribe-head, #subscribe-tail, #sites-head, #sites-tail {
    display: none;
    position: absolute;
}

#subscribe-tail, #sites-tail {
    bottom: -135px;
}
#ft_1 li.footer-subscribe {
    display: inline-block;
}

/* Clearfix */

.yrcomponent .feature:after,
#zrail:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.yrcomponent .feature {
    display: block;
    height: 1%;
    clear: both;
}



/* Hide IFRAMES in DART */
.hiddenDAU{width:0;height:0}
.hpPhotoCredits{margin-top:120px !important;margin-top:110px;margin-left:190px}



/**
 * @section Errors
 */

.errors {
    margin-left: 14px; /* TODO: this is probably going to break other things... */
    clear: both;
}

#main .errors {
    margin-left: 0;
}


/**
 * @pluck css
 */

.rating-comments {
    background:#ccc;
    padding:25px 20px;
    clear:both;
    margin-bottom:35px;
}

.rating {
    font-family:arial,verdana,sans-serif;
    margin-bottom:30px;
}

.rating h3 {
    background:url(i/pluck/pluck-sprite.gif) top left no-repeat;
    height:16px;
    width:80px;
    overflow:hidden;
    text-indent:-9999px;
    margin-bottom:6px;
}

.rating span {
    font-weight:bold;
    margin-bottom:2px;
}

.rating h4 {
    font-size:0.714em;
    font-family:arial,verdana,sans-serif;
    clear:both;
}

.comments h3 {
    background:url(i/pluck/pluck-sprite.gif) 0 -16px no-repeat;
    height:16px;
    width:106px;
    overflow:hidden;
    text-indent:-9999px;
    margin-bottom:20px;
    float:left;
}

.totalComments span {
    display:none;
}

.totalComments .add {
    float:right;
    padding-right:10px;
    background:url(i/global/arrow-gray.gif) right center no-repeat;
    font-family:arial,verdana,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    color:#ee2e24;
    font-size:0.714em;
}

.publicCommentsBox {
    clear:both;
}

.publicCommentsBox, .publicCommentsBox form {
    position:relative;
}

.publicCommentsBox h5 {
    background:url(i/pluck/pluck-sprite.gif) 0 -16px no-repeat;
    clear:both;
    height:24px;
    width:176px;
    overflow:hidden;
    text-indent:-9999px;
    margin-bottom:6px;
    background-position:0 -32px;
}

.publicCommentsBox textarea {
    background:#ccc url(i/pluck/pluck-sprite.gif) 0 -56px no-repeat;
    border:none;
    height:85px;
    width:560px;
    padding:10px;
    padding-bottom:40px;
}

.publicCommentsBox .post_btn {
    position:relative;
    left:492px;
    cursor:pointer;
}

.commentAnchor {
    clear:both;
    position:relative;
    z-index:10000
}

.commentAnchor .entry {
    font-weight:bold;
    position:relative;
    margin-bottom:20px;
}

.commentAnchor .body {
    font-size:0.857em;
}

.commentAnchor .body img{
    display: none !important;
}

.commentAnchor .entry-number {
    display:none;
}

.commentAnchor .dated, .commentAnchor .author {
    display:inline;
    font-size:0.929em;
}

.commentAnchor .author {
    margin-left:20px;
}

.commentAnchor .report {
    float:right;
    position:relative;
}

.commentAnchor .report a {
    font-size:0.714em;
    color:#ee2e24;
    font-family:arial,verdana,sans-serif;
    background:url(i/global/arrow-gray.gif) right center no-repeat;
    padding-right:10px;
}

.regblurb {
    background:url(i/pluck/bg_container.gif) top left;;
    clear:left;
    font-size:1.25em;
    height:auto;
    left: 50% !important;
    margin-left: -270px;
    margin-top:0 !important;
    padding:10px;
    position:absolute;
    width:360px;
    z-index:40000;
}

.regblurb #regtxt {
    background-color:#FFFFFF;
    padding:30px;
    padding-right:80px;
    font-family:arial,verdana,sans-serif;
    margin-bottom:0;
    text-transform:uppercase;
    font-weight:bold;
}

.regblurb .closebtn {
    background:transparent url(i/pluck/close_icon.gif) no-repeat scroll 0 0;
    display:block;
    font-size:1px;
    height:27px;
    line-height:0.1em;
    overflow:hidden;
    position:absolute;
    right:24px;
    text-indent:-9999px;
    top:28px;
    width:26px;
}

.regblurb a {
        font-weight:bold;
        text-transform:uppercase;
        color:#ee2e24;
        text-decoration:none;
}
.regblurb a:visited {
    text-decoration:none;
}
.regblurb a:hover {
    text-decoration:underline;
}

.comments .aform {
    background:url(i/pluck/bg_container.gif) top left;;
    margin-top:-170px;
    padding:10px;
    position:absolute;
    left:350px;
    *left:150px;
    width:360px;
    z-index:4000;
}
.comments .aform form {
    background-color:#FFFFFF;
    width:360px;
    height:190px;
}

.comments .aform textarea {
    border:1px solid #DCDCDC;
    width:314px;
}
.comments .aform .closebtn {
    background:transparent url(i/pluck/close_icon.gif) no-repeat scroll 0 0;
    display:block;
    font-size:1px;
    height:27px;
    line-height:0.1em;
    overflow:hidden;
    position:absolute;
    right:24px;
    text-indent:-9999px;
    top:28px;
    width:26px;
}
.comments .aform .row {
    color:#000;
    font-weight:bold;
    padding:10px 0 10px 30px;
    text-transform:uppercase;
    width:auto;
}
.comments .aform label {
    color:#000;
    margin-bottom:10px;
    font-family:arial,verdana,sans-serif;
    display:block;
    font-size:1.25em;
}

.comments .aform input {
    position:relative;
    left:204px;
    top:-10px;
}

/* PLUCK PAGINATION */
.rating-comments .next,
.rating-comments .previous { margin-bottom:10px; }
.rating-comments .next { float:right; }
.rating-comments .previous { float:left; }

/* RATING STARS */
.rate span { float:none; }
.listA .rate span { float:left; }
.listA .rate .ratingtxtshort span { float:none; }
.rate a {
    display:block;
    height:21px;
    width:22px;
    background-image:url(i/pluck/star-sprite.gif);
    background-position:0 -22px;
    text-indent:-9999px;
    float:left;
    position:relative;
    top:-3px;
    overflow:hidden;
}

.rate a.active,.rate a.hover {
    background-position:0 -43px;
}


/**
 * @newsletters yrail
 */

#newsletter-form {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #555;
    float:none;
    font: 13px/16px Vaud-Regular, Helvetica,arial,verdana,sans-serif;
    letter-spacing: 0;
    padding-bottom:0;
    padding-top: 14px;
    margin-bottom: 30px;
    position:relative;
}

#newsletter-form h5.newsletters {
    background:url('i/shell/shell-sprite.gif') no-repeat;
    background-position: 0px -235px;
    margin: 0px 0px 10px 15px;
    text-indent:-9999px;
    overflow:hidden;
}

#newsletter-form fieldset {
   /* position:relative;
    top:-10px; */
}
/* positioning for IE6 and IE7 in ie.css */



#newsletter-form form{
    padding-bottom: 20px;
    position: relative;
    background-color: #eee;
}

#newsletter-email{
    width: 256px;
    margin-left: 14px;
}

#newsletter-form #submit-newsletter {
   right: 17px;
}

#newsletter-form fieldset div {
    display:inline;
}

#newsletter-form fieldset.collapse {
    display: none;
}

#newsletter-form fieldset ul {
    font-size: 13px;
    line-height: 16px;
    margin: 0 6px 0px 15px;
}

#newsletter-form ul li{
    list-style: none;
    clear: both;
    margin-bottom: 14px;
}

#newsletter-form ul li:last-child {
    margin-bottom: 0;
}

#newsletter-form ul li input{
    margin-left: 0;
    margin-top: 2px;
    margin-right: 0;
    vertical-align: top;
}

#newsletter-form ul li div{
    display: inline-block;
    margin-right: 9px;
    width: 250px;
}

#newsletter-form ul li div span{
    color: #1394CB;
    font-weight: bold;
}

#newsletter-form li a {
    text-decoration: underline;
    text-transform:capitalize;
    color: #000;
}

#newsletter-form fieldset fieldset {
    top:0px;
}

#newsletter-form #newsletter-disclaimer,
#newsletter-form #newsletter-disclaimer a{
    color: #B6B6B6;
    font-family: "Helvetica Neue",Helvetica,arial,verdana,sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-decoration: none;
}

#newsletter-form #newsletter-disclaimer{
    clear: both;
    display: inline-block;
    margin: 10px 15px 0px 15px;
}

/**
 * @newsletters non-rail
 */
#newsletter-form-nonrail {
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    color: #555D65;
    float: none;
    font-family: Helvetica,arial,verdana,sans-serif;
    padding-bottom: 0;
    padding-top: 24px;
    margin-bottom: 20px;
    position: relative;
}
#newsletter-form-nonrail form {
    padding-bottom: 20px;
    position: relative;
    margin-left: -13px;
}
#newsletter-form-non-rail fieldset fieldset{
    top: 0px;
}
#newsletter-form-nonrail h5.newsletters {
    background: url('i/shell/shell-sprite.gif') no-repeat;
    background-position: 0px -235px;
    height: 17px;
    margin: 0px 0px 10px 1px;
    text-indent: -9999px;
    overflow: hidden
}

#newsletter-form-nonrail #newsletter-disclaimer-nonrail {
    clear: both;
    display: inline-block;
    margin: 10px 15px 3px 15px;
    color: #B6B6B6;
    font-family: "Helvetica Neue",Helvetica,arial,verdana,sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-decoration: none;
}
#newsletter-form-nonrail fieldset.collapse {
    display:none;
}

#newsletter-form-nonrail li a {
    text-transform: uppercase;
        background: url(i/global/arrow.gif) right 9px no-repeat;
        font-weight: bold;
        font-size: 11px;
        width: 75px;
        display: block;
        padding-top: 5px;
        padding-right: 3px;
}
#newsletter-form-nonrail fieldset ul {
    font-size: 13px;
    line-height: 16px;
    margin: 13px 6px 0px 15px;
}
#newsletter-form-nonrail ul li {
    list-style: none;
    clear: both;
}
#newsletter-form-nonrail ul li input {
    vertical-align: top;
    margin-right: 5px;
    float: left;
}
#newsletter-form-nonrail ul li:last-child {
    margin-top: 9px;
}

#newsletter-form-nonrail ul li div {
    display: inline-block;
    margin-right: 9px;
}

.s_blogs #newsletter-form-nonrail ul li label {
    display: inline-block;
    width: 430px;
}

#newsletter-form-nonrail #submit-newsletter-nonrail {
    background: url(i/shell/shell-sprite.gif) -463px -45px no-repeat;
    border-width: 0;
    cursor: pointer;
    font-size: 1px;
    line-height: 0.1em;
    height: 35px;
    position: relative;
    padding: 0px;
    right: 17px;
    text-indent: -9999px;
    top: 0px;
    vertical-align: middle;
    width: 35px;
}

 #newsletter-email-nonrail {
    border: 1px solid #CCC;
    border-right: 0px;
    color: #575757;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 31px;
    width: 256px;
    margin-left: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 1px;
    padding-top: 1px;
}
#newsletter-disclaimer-nonrail a {
    color: #B6B6B6;
    text-decoration: none;
}
/*

/*


#submit-newsletter:hover {
    background-position:-300px -18px;
}

#submit-newsletter:active {
    background-position:-300px -36px;
} */

.has1item {
    display:block;
    padding:0 0 0 0;
}


/**
 * @polls
 * There are styles for the main column and the yrail, organized by generic to specific from the top of the markup to the bottom
 */
.poll {
    font-family:arial,verdana,sans-serif;
}

#main .poll {
    padding:15px;
    width:auto;
    border:1px solid #dedede;
}

#yrail .poll {
    background:#000;
    padding:15px;
    width:auto;
    color:#fff;
    float:none;
}

.pollQuestion {
    font-size:1.429em;
    line-height:1.2em;
    text-transform:uppercase;
    font-weight:bold;
}

    .pollQuestion p {
        margin:20px 0 5px 0;
    }


.pollAnswer {
    font-size:0.857em;
    font-weight:bold;
}

.poll-header {
    height:24px;
    width:155px;
    background-image:url(i/features/sprite-polls.gif);
    background-repeat:no-repeat;
    overflow:hidden;
    text-indent:-9999px;
    margin-bottom:12px;
}

#yrail .poll-header {
    background-position:0 -24px;
    padding-left:0;
    margin-bottom:-5px;
    width:160px;
}

.pollRadio { margin-left:0; }

.submitBox {
    text-align:right;
    padding:20px 10px 10px 0;
}

.pollSubmit {
    height:24px;
    width:89px;
    background-image:url(i/features/sprite-polls.gif);
    background-repeat:no-repeat;
    overflow:hidden;
    text-indent:-9999px;
    border:0;
    cursor:pointer;
}

#main .pollSubmit {
    background-position:-160px 0;
    padding:0;
}

#main .pollSubmit:hover {
    background-position:-160px -24px;
}

#main .pollSubmit:active {
    background-position:-160px -48px;
}

#yrail .pollSubmit {
    background-position:-249px 0;
    padding:0;
}

#yrail .pollSubmit:hover {
    background-position:-249px -24px;
}

#yrail .pollSubmit:active {
    background-position:-249px -48px;
}

.ss_press-center.c_index #main {
    padding-top:20px;
}
h2#autohed {
    margin: 35px 0 20px 0;
}

.ss_press-center h2#autohed, .ss_press-center h2#indhed {
  background-image:url(i/index-headers/press_center.gif);
  background-repeat:no-repeat;
  height:50px;
  width:235px;
  text-indent:-9999px;
}

.ss_contact-us h2#autohed { margin-left:10px;}

.ss_press-center #index_headers h3.subhed_below {
   display:none;
}
.ss_press-center #main .set1 img {
    border:1px solid #dedede;
}

.ss_press-center #main .set1 h3.header,
.ss_press-center #main .set1 .blurb {
    float:right;
    clear:right;
    width:245px;
}

.ss_press-center #main .set1 .feature {
    border-bottom:1px dashed #8c8c8c;
    margin-bottom:20px;
}

/* CONTACT US PAGE */

.ss_contact-us h2#indhed, .ss_contact-us h2#autohed {
    text-indent:-9999px;
    background:url(i/index-headers/contact_us.gif) top left no-repeat;
    height:50px;
    width:203px;
    overflow:hidden;
    clear:both;
    position:relative;
}

.ss_contact-us #main .feature .header,
.ss_contact-us #main .lead {
    font-family:arial,verdana,sans-serif;
    font-weight:bold;
}

.ss_contact-us #main .feature .header {
    font-size:1.571em;
}

.ss_contact-us #main .feature .header a {
    color:#00aeef;
}

.ss_contact-us #main .lead {
    font-size:0.714em;
    text-transform:uppercase;
    line-height:1.1;
}

.ss_contact-us #main .lead a {
    color:#ee2e24;
    padding-right:10px;
    background:url(i/global/arrow.gif) center right no-repeat;
}

.ss_contact-us #main .feature .header a:hover,
.ss_contact-us #main .lead a:hover {
    text-decoration:underline;
}

.ss_contact-us #ps0_fs1 .blurb {
    padding:10px 0 0;
}

/* SPONSORS */

#sponsorship-ad {
    clear:both;
    float: right;
    margin: -15px 1px 15px 0;

}

#sponsorship-ad img {
    display: block;
}

/* AUTOSUB */
.autosubs{ font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; border:1px solid #dedede;border-top:10px solid #ccc; color:#535353; width:294px;}
.autosubs.wide{width:464px;}
.autosubs .privacy, .autosubs .nonusa { color:#000; font-size:10px; text-decoration:underline; }
/*.autosubs .submit { position:absolute; right:0px; bottom:0px; font-size:10px; font-weight:bold; cursor:pointer; text-transform:uppercase; color:#fff; padding:2px 4px; border:1px solid #dde1e2; background:#666; }*/
.autosubs .frm_row label{ font-size:11px; }
.autosubs .frm_offer{ font-size:12px; margin:12px 0; }
.autosubs .frm_offer span{ font-size:9px; }
.autosubs .submit { position:absolute; right:0px; bottom:0px; cursor:pointer; background:url(/css/i/global/btn-submit-layer-form.gif) top left no-repeat;height:18px;width:60px;text-indent:-9999px;overflow:hidden;border:0;padding:0;margin:0;display:block;text-align:left;font-size:0;color:#000; }
.autosubs .submit:hover { background-position:bottom left; }

/* Rollover Ad CSS */

#rolloverAd {
    background: url(/css/i/shell/up_arrow.png) no-repeat scroll 144px 0px transparent;
    display: none;
    padding-top: 6px;
    position: absolute;
    margin: 22px 0 0 -123px;
    z-index: 99999;
    top: 0px !important;
    left: 0px !important;
}

#rolloverAd .autosubs { border:0; }
#rolloverAd .autosubs a { color:#0086DD;text-decoration:none; }

#rolloverAd_header {
    height: 20px;
    background: #dedede;
    text-align: right;
    display: none;
}

#rolloverAd_header a {
    float: right;
    display: block;
    width: 65px;
    height: 20px;
    text-indent: -9999px;
    background: url(/css/i/global/btn-close-layer-form.gif) no-repeat 0 2px;
    overflow: hidden;
    text-align:left;
}

#rolloverAd_content {
    background: #fff;
    border: 5px solid #000;
}

#rolloverAd_content img{
    width: 300px;
}

#rolloverAd_footer {
    height: 20px;
    background: #dedede;
    display: none;
}

/* Floating Ad CSS */

#floatingAd {
    position: absolute;
    width: 312px;
    top: 285px;
    left: 51%;
    margin-left: -425px;
    display: none;
    z-index: 99999;
}

#floatingAd_header {
    height: 20px;
    background: #1d1d1d;
    text-align: right;
}

#floatingAd_header a {
    line-height: 20px;
    font-family: arial,helvetica,sans-serif;
    font-size: 0.6em;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 15px;
    background:url(i/shell/close.gif) right center no-repeat
}

#floatingAd_content {
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    overflow: hidden;
}

#floatingAd_header a:hover {
    text-decoration: underline;
}

.ss_newsletters #registration {
    background:url(i/index-headers/newsletter.gif) 0 20px no-repeat;
    padding-top:70px;
}

.ss_newsletters.c_thankyou #registration {
    background:url(i/index-headers/thank_you.gif) 0 20px no-repeat;
    padding-top:70px;
}

.ss_update #registration .section-header .logo {
    background-image:url(i/index-headers/edit_profile.gif);
}

.ss_registration #main {
    padding-top:13px;
}

.ss_registration #registration .section-header .logo { left:0; }

/* FORUMS WATCHES - put here instead of in /css/jive/forums.css because Jive files cannot be modified */
.s_forums #bc ul { display:inline; }
#jive-editwatchespage,#jive-pmpage { font-size:12px;font-family:arial,verdana,sans-serif;}
#jive-editwatchespage img,#jive-pmpage img { display:none; }
#jive-editwatchespage th,#jive-pmpage th { color:#fff;background:#000;font-weight:bold; }

.regForm_actions a:visited {
    color:#EE2E24;
}

.details-box > div {position:relative;}
#AMS_DET_REGFORM_SUBSCRIBE.details-box > div {float:left;}
.details-box .suboffer {border: 4px solid #dce1e2; background: #fff7dd; width: 580px; font:normal 13px arial; position:static; overflow:hidden;}
.details-box .suboffer-covers {float:left; width:190px;padding: 5px 5px !important;}
.details-box .suboffer-covers .magoffer{float:left;}
.details-box .suboffer-covers .magcov {float:right;}
.details-box .suboffer-desc {float:right;width:360px;padding: 10px 10px 10px 0 !important;}
.details-box .suboffer-desc h3 {font: italic 22px Georgia; color: #ff0024;}
.details-box .suboffer-desc p {padding: 10px 0 !important;}
.details-box .suboffer-desc small {font-size:11px;}

/*TopRail*/
#toprail{
    width:942px;
    border: 1px solid #d1d1d1;
    float:left;
    margin-bottom: 8px;
    position: relative;
    margin:18px 18px 0 18px;
}
#toprail .features {
    float: left;
    width: 100%;
}
#toprail h2.features-header {
    background: none;
    color: #FFFFFF;
    float: left;
    left: 10px;
    margin-bottom: 7px;
    margin-top: -22px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 26px;
    z-index: 100;
    font: 12px Georgia,"Times New Roman",Times,serif;
}
#toprail h2.features-header a {
    color: #FFFFFF;
}
#toprail h2.features-header img {
    margin: 0 -5px -3px;
}
#toprail h2.header {
    border-width: 0;
    font-family:Times;
    position:relative;
    top:11px;
    left:-13px;
    font-weight:normal;

}
#toprail .feature {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    clear: none;
    float: left;
    padding:0 !important;
    margin:0 !important;
    overflow: hidden;
    width: 213px !important;
    border-left: 1px solid #D1D1D1 !important;
    padding-left: 5px;
    border-right:none !important;
}
#toprail .feature.first {
    width: 107px !important;
    height:74px;
    border-left:none !important;
}
#toprail .feature.last {
    margin-right: 0;
}

#toprail .feature .w {
    padding: 0;
    float: left;
}
#toprail .feature .captioned-photo {
    float: left;
}
#toprail .feature .w a {
    float: left;
    clear: none;
}
#toprail .feature img {
    height: 64px !important;
    width: 57px !important;
    padding: 5px;
}
#toprail .feature h3.header {
    font: 16px/18px Vaud-Bold,"Times New Roman",serif !important;
    color:#555;
    float: none;
    z-index: 70;
    position:relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    height: 74px;
}
#toprail .first h3.header {
    padding-left: 17px;
    position:relative;
    text-align:left;
}
#toprail .feature.first:hover {
    background:none;
}
#toprail .feature h3.header a{
    font: 12px/16px Vaud-Bold,"Times New Roman",serif !important;
    color:#000;
    float: none;
    display: table;
    top:0 !important;
    padding: 0 18px 0 5px;
    position:relative;
    text-align:left;
    text-decoration: none;
    cursor:pointer;
}
#toprail .feature h3.header a:hover {
    text-decoration:underline;
}
#toprail .feature:hover {
    background:#eee;
}
#toprail .feature h3.header a em{
    float: none;
    font-size: 15px;
    font-weight: normal;
    z-index: 70;
    text-align:center;
    margin:0;
    padding:0;
}
#trail_ad,
.feature-dartad{
    width:300px;
    height:400px;
    position:absolute;
    top:-5px;
    left:660px;
}
#toprail .feature-dartad{
    top:0 !important;
    left:749px !important;
    width:184px;
    height:74px;
    border-left: 1px solid #D1D1D1;
}

.feature-dartad iframe{
    width: 300px;
    height: 400px;
    background:#eee;
    margin:0 0 0 5px;
}

#yrail_ads_top .yrail_ad_wrap.noscroll {
    top: 0 !important;
}

#toprail .feature-dartad iframe {
    width: auto;
    height: auto;
    background:none;
}

.ecom-placement {
    visibility: hidden;
}

#blogvertorial460x528_frame.ad-served {
    padding: 4px 0 20px;
    border-bottom: 1px dashed #CACACA;
    margin: 0 0 10px 0;
}
#blogvertorial278x100_frame.ad-served {
    position: absolute;
    bottom: 0px;
    background: none repeat scroll 0% 0% white;
    height: 110px;
    z-index: 1;
}

.feature.last.hide .captioned-photo {
    visibility: hidden;
}

.article .headers-container .headers h1, .list .headers-container .headers h1 {
    text-transform: none !important;
}

#ps1_fs3_yrail{
    width: 300px;
}
.feature.first #popular-search{
    margin-left:18px;
    clear: both;
    padding: 0px 10px 10px 15px;
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 ;
}

ul.utilities li.utility-fb-share a,
ul.utilities-blog li.utility-fb-share a{
    background-image: url(i/shell/shell-sprite.gif);
    background-repeat:no-repeat;
    display: block;
    height: 22.5px;
    overflow: hidden;
    background-position: -900px -454px;
    float: right;
    text-indent: 0px;
}

ul.utilities .fb-share-count,
ul.utilities-blog .fb-share-count{
    background: url("i/shell/shell-sprite.gif") no-repeat scroll left center transparent;
    background-position: -953px -430px;
    height: 22.5px;
    margin-left: 60px;
    overflow: hidden;
    padding: 0 6px;
    text-align: center;
    width: auto;
    max-width:100px;
}

ul.utilities li.utility-fb-share a span,
ul.utilities-blog li.utility-fb-share a span {
    border-bottom: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-top: 1px solid #D1D1D1;
    display: inline-block;
    line-height: 18px;
    margin-left: -2px;
    padding: 0 5px;
    text-indent: 0px;
    float: left;
    font: 11px/18px 'Helvetica Neue',Arial,sans-serif;
    text-align: center;
}
.lightreg-forms.login .modal.hide.fade.in{
    z-index: 10000001;
}
#topBannerAd{
    /*position:fixed;*/
    top:0;
    z-index:9999;
    left:0;
    right:0;
    background-color: #151515;
}
.topBannerAd_border{
    border-bottom: 1px solid #555D65 !important;
    outline: 3px solid #fff !important;
}
.wrapper_margin {
    padding-top: 188px !important;
}
/* hp redesgin header Styele */
.home #wrapper,.channel-page #wrapper{
    background: none !important;
    overflow:hidden;
}
.home .wrapper_margin,.channel-page .wrapper_margin {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#page-wrapper{
    position:relative;
    top: 62px;
    margin-bottom: 62px;
}

.home #page-wrapper,.channel-page #page-wrapper{
    background: url(i/global/bg.jpg) repeat-x #fff;
    position: relative;
    top: 486px;
    margin-bottom: 486px;

}
.channel-page #page-wrapper {
    top: 60px !important;
    margin-bottom: 60px !important;
}

.home #page-wrapper:after,.channel-page #page-wrapper:after,
.home #page:before,.channel-page #page:before  {
    background: url(i/global/left_shadow.png) no-repeat;
    height: 242px;
    width: 9px;
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: -9px;
}
.home #topBannerAd {
    position: relative;
    width: 981px;
    outline: none !important;
    border: none !important;
    background: transparent;
    padding: 0px;
}
.home #topBannerAd .displayAd {
    padding: 0px;
}
.home #topBannerAd:before {
    content: '';
    height: 5px;
    width: 1200px;
    background: #000;
    position: absolute;
    left: -105px;
    top:-5px;
}
.home #header{
    position: fixed;
    width: 100%;
    float: none;
    padding-top: 0;
    margin: 0 auto;
    border-bottom: 0;
    background-color: #000;
    height: auto;
    top: 0 !important;
    left:0 !important;
}
#header.sticky{
    position: fixed;
    width: 100%;
    float: none;
    padding-top: 0;
    margin: 0 auto;
    border-bottom: 0;
    background-color: #000;
    height: auto;
    z-index: 10000;
    left: 0;
}
.channel-page #header.sticky {
    height:62px;
}
#header.sticky .header-position {
    padding-left: 22px;
}
.home #header.sticky .header-position,.channel-page #header.sticky .header-position {
    padding-left: 38px;
}
#header .header-position {
    width: 981px;
    margin: 0 auto;
    position: relative;
    height:62px;
}
.home #header.sticky #logo,#header.sticky #logo {
    padding: 16px 18px 16px 0px !important;
}
#header.sticky #logo a{
    background: url('i/global/header-sprite.png') -177px 0 no-repeat !important;
    width:124px;
    height:30px;
}
#header.sticky #logo a img {
    display:none;
}
.home #logo,#header.sticky #logo {
    width: 160px;
    height: 38px;
    position: relative;
    background: none;
    float: left;
    left: 0;
    top: 0;
    padding: 23px 18px 24px 0px;
}

#header.sticky #logo {
    width: 124px;
    height: 30px;
}

.home #logo a,#header.sticky #logo a {
    text-indent: 0;
}
#header.sticky .header-menu {
    margin: 16px 0;
}
.header-menu {
    float: left;
    margin: 24px 0 25px;
    padding: 0 14px 0 18px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    cursor:pointer;
}
.header-menu > a {
    background: url('i/global/header-sprite.png') 0 0 no-repeat;
    height: 32px;
    display: block;
    width: 35px;
    text-indent: -9999px;
}
.header-menu > a.active_menu,.header-menu > a:hover {
    background-position: -40px 0;
}
 .home #global-nav {
    font-family: arial,verdana, sans-serif;
    position: relative;
    float: none;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    background: #fff;
}
.home #global-nav-menu {
    border-top: none;
    float: none;
    margin: 0 auto;
}
#header.sticky .header-search {
    margin: 20px 0 18px 18px;
    width:148px;
}
.header-search {
    float: left;
    position: relative;
    margin: 30px 18px 25px;
    width: 174px;
}
.header-search #search-icon{
    float: left;
    background: url(i/global/header-sprite.png) -114px 0px no-repeat;
    width:22px;
    height:22px;
}
.header-search #search-icon:hover,.header-search #search-icon.search_active {
    background: url(i/global/header-sprite.png) -145px 0px no-repeat;
}
.header-search #search_form_rail {
    width: 142px;
    position: relative;
    display: none;
    float: left;
    padding-left: 10px;
}
#header.sticky .header-search #search_form_rail {
    width:100px;
}
.header-search #search_form_rail input {
    border: 1px solid #333;
    color: #888;
    font-family: Minion-Pro;
    font-size: 13px;
    text-transform: none;
    width: 125px;
    background: url(i/global/search_rule.png) 5px 4px no-repeat;
    font-style: italic;
    margin-left: 0;
    padding-left: 11px;
    height: 21px;
    outline:none;
}
#header.sticky .header-search #search_form_rail input {
    width:80px !important;
}
.header-search #search_form_rail #results-search-rail:focus {
    color: #fff;
}
.header-search #search_form_rail button {
    background: url(i/global/search_arrow.png) 0 5px no-repeat #000;
    right: 5px;
    top: 1px;
    height: 22px;
    width: 12px;
}
#header.sticky .header-search #search_form_rail button  {
    background: url(i/global/header-sprite.png) -98px 7px no-repeat #000;
    right: 8px;
    width: 8px;
}
.home #search-icon img{
    display: inline-block;
    vertical-align: middle;
}
.home .header-social-icons {
    padding: 32px 0 25px;
    width: 182px;
    margin: 0;
    float: left;
}
.home .header-social-icons ul li {
    float: left;
    list-style-type: none;
}
.home .header-social-icons li a {
    width: 25px;
    height: 25px;
    padding: 0 9px 0 0;
    background: url('i/global/social_share_icons.png') no-repeat;
    display: inline-block;
}
.home #header #header-subs,.channel-page #header #header-subs {
    background: none;
    right: 0;
    height: auto;
    top: 0;
}

#AMS_DET_HOMEPAGE_HEADERCALLOUT {
   position: relative;
   right: 18px;
}

.home #header #header-subs #subs-cover a ,.channel-page #header #header-subs #subs-cover a{
    position: relative;
    top: 0;
    right: 0;
    background: none;
    height: auto;
    text-indent: 0;
    border: none;
    color: #fff;
    text-align: center;
    width: auto;
    padding: 1px 0 3px;
    font-family: Minion-Pro;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.home #header #header-subs #subs-cover a:hover {
    text-decoration: none;
}
.home #header #subs-nav ,.channel-page #header #subs-nav{
    border-top: 1px solid #333;
    text-align: center;
}
.home #header #header-subs ul li,.channel-page #header #header-subs ul li{
    float: left;
    width: auto !important;
    padding: 3px 15px 0 0;
}
.home #header #header-subs ul li a {
    text-indent: 0;
    height: auto;
    color: #fff;
    font-family: Vaud-Bold;
    font-size: 11px;
    text-transform: capitalize;
    color: #888;
    letter-spacing: 0;
}

.home #header #header-subs li#snav1 a {
    color: #fff;
    padding-left: 10px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.home #header #header-subs li#snav4 {
    padding-right: 0;
    margin: 0;
}
.home #header #subs-teaser a {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    position: relative;
    text-align: center;
    color: #fff;
    text-indent: 0;
    padding: 12px 0 2px;
    border-bottom: 1px solid #333;
    color: #888;
    font: 12px Vaud-Bold, helvetica ,Georgia,"Times New Roman",Times,serif;
    letter-spacing: 0.3px;
}
#header.sticky .header-social-icons{
    display: none;
}
#header.sticky #header-subs{
    display: none;
}
#header.sticky #hp-rotator{
    display: none;
}
#header #sub-nav-subscribe #header-subs {
    background: url(i/shell/shell-sprite.gif) bottom left no-repeat;
    height: 112px;
    top: 86px;
    float: left;
    text-align: left;
    width: 524px;
    padding-top: 17px;
}
#header.sticky #sub-nav-subscribe #header-subs {
   top: 62px !important;
   padding-top: 0;
   width: auto;
}
#header #sub-nav-subscribe #header-subs #subs-cover a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(http://subscribe.condenet.com/images_covers/cover_details_80.jpg) 0 0 no-repeat;
    height: 109px;
    width: 80px;
    text-indent: -9999px;
}
#header #sub-nav-subscribe #subs-nav {
    border-top: none;
    text-align: center;
}
#header #sub-nav-subscribe #header-subs ul li a{
    text-indent: -9999px;
}
#header #sub-nav-subscribe #subs-teaser a {
    width: 222px;
    height: 86px;
    left: 0;
    top: 25px;
    position: absolute;
    text-indent: 0;
    padding: 0;
    border-bottom: none;
}
#navbar-ecom{
    position: relative;
}
#navbar-ecom .ecom-placement {
    display: inline-block;
}
#navbar-ecom .ecom-placement a, #header #navbar-ecom .ecom-placement a{
    color: #F04E23;
}
#navbar-ecom .ecom-placement a:hover, #header #navbar-ecom .ecom-placement a:hover {
    text-decoration: underline;
    color: #BE3814;
}

/* HP Redesgin Menu CSS */
.home #global-nav,#header.sticky #global-nav {
    width:530px;
    text-align: left;
    margin-left:-104px;
    margin-top: 0px;
    z-index:9999 !important;
    position:absolute;
    display:none;
    background: none;
}
.home #wrapper #global-nav {
    margin: 0;
    top: 60px;
    position: fixed;
}
.home #header #global-nav {
    top: 50px;
}
.home #global-nav-menu,#header.sticky #global-nav-menu{
    width:auto;
    border:none;
    height:auto;
    background-color: #FFF;
    width: 260px;
    margin-top:18px;
    padding:30px 0;
    float:left;
}
.home #global-nav-menu li,#header.sticky #global-nav-menu li{
    float:none !important;
    width:200px !important;
    display: inline;
    clear: both;
}
.home #global-nav-menu li a,#header.sticky #global-nav-menu li a {
    clear:both;
    font:18px/20px Vaud-Bold, helvetica ,Georgia,"Times New Roman",Times,serif;
    text-indent: 0 !important;
    color:#000;
    display:block;
    overflow: visible !important;
    border-bottom:1px solid #d1d1d1;
    padding: 12px 12px 8px 18px;
    height: 20px;
    cursor:pointer;
    background: url('i/slide/right_nav_arrow.png') 233px 15px no-repeat;
}
.home #global-nav-menu #nav-video a, .home #global-nav-menu #nav-promotions-events a,.home #global-nav-menu #nav-style-network a,#header.sticky #global-nav-menu #nav-style-network a,#header.sticky #global-nav-menu #nav-promotions-events a,#header.sticky #global-nav-menu #nav-video a{
    background:none;
}
.home #global-nav-menu li a:hover,.home #global-nav-menu li a.activeState,.home #global-nav-menu li.active a,#header.sticky #global-nav-menu li a:hover,#header.sticky #global-nav-menu li a.activeState,#header.sticky #global-nav-menu li.active a {
    background-color:#eee !important;
    text-decoration:underline;
}
.home #global-nav-menu li#nav-subscribe ,#header.sticky #global-nav-menu li#nav-subscribe {
    padding-left:0;
}
.home #global-nav-menu #global_navBar a,#header.sticky #global-nav-menu #global_navBar a{
    border:none !important;
    width: 230px !important;
    background:none;
}
.home #nav-subscribe .ecom-placement {
    border-bottom:1px solid #d1d1d1;
}
.home #nav-celebrities-entertainment a,#header.sticky #nav-celebrities-entertainment a {
    height:42px !important;
    background: url('i/slide/right_nav_arrow.png') 233px 24px no-repeat !important;
}
.home #global-nav-menu li:last-child a,#header.sticky #global-nav-menu li:last-child a  {
    border-bottom:none !important;
}
.home #global-nav-menu li:first-child a {
    padding-top:30px !important;
    border-bottom:none !important;
}
.home #global-sub-menu,#header.sticky #global-sub-menu {
    float:left;
    top:18px;
    width:250px;
    background-color:transparent;
    height: 450px;
    margin-left:0 !important;
}
.home #global-sub-menu ul,#header.sticky #global-sub-menu ul{
    height:auto;
    width:250px;
    height: 418px;
    background-color:#5fa9c3;
    padding: 10px 0 0 18px;
    list-style-type:none;
    float:left;
    display:none;
    box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.5);
}
.home #global-sub-menu li .hide,#header.sticky #global-sub-menu li .hide {
    display:none;
}
.home #global-sub-menu li,#header.sticky #global-sub-menu li{
    display:block;
    background:none;
    padding-top:5px;
}
.home #global-sub-menu li a ,#header.sticky #global-sub-menu li a{
    font:15px/32px Vaud-Bold, helvetica ,Georgia,"Times New Roman",Times,serif;
    color:#fff;
    cursor:pointer;
}

.home #global-sub-menu li a i,#header.sticky #global-sub-menu li a i {
    font-style:normal !important;
}
.home #nav-home,#header.sticky #nav-home {
    display:none !important;
}
.home .Ham_arrowUp,#header.sticky .Ham_arrowUp {
    width: 0;
    height: 0;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid #FFF;
    position: relative;
    top: -45px;
    left: 105px;
}
.home .item-intro .body {
    padding-right:15px;
}
.home .header-menu>#header-subs{
    display: none;
}
/* sub navigation styles */
#sub-nav {
    text-align: center;
    width: 100%;
}
#header #sub-nav{
    display:none;
}
#header.sticky #sub-nav{
    display:block;
    float: left;
    width: 600px;
    padding-top: 12px;
    position: relative;
    right: 12px;
}

#zergnet .title {
    font: normal 22px/20px Vaud-Bold, "Helvetica Neue", Helvetica, Georgia,"Times New Roman",Times,serif;
    color: #3f4c56;
    text-transform: uppercase;
}

#sub-nav:after {
    background: url(i/global/right_shadow.png) no-repeat;
    display: block;
    position: relative;
    height: 242px;
    width: 9px;
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
}
#header #sub-nav:after{
    background: none;
}
#sub-nav-menu {
    width: 981px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 0 16px;
}
#header #sub-nav-menu {
    width:608px;
    margin: 0;
    background: none;
    text-align:right;
}
#sub-nav-menu li {
    display: inline;
    padding-right: 31px;
}
#header #sub-nav-menu li {
    padding-right: 27px;
}
#sub-nav-menu li a {
    color: #000;
    font: 13px Vaud-Bold, helvetica ,Georgia,"Times New Roman",Times,serif;;
    letter-spacing: 0;
}
#header #sub-nav-menu li a {
    color: #fff;
}
li#sub-nav-subscribe a{
    color:#f04e23;
}
li#sub-nav-subscribe a:hover{
    color:#be3814;
}
#header li#sub-nav-subscribe {
    padding-right: 0;
}
#header li#sub-nav-subscribe a{
    color:#f04e23;
}
#header li#sub-nav-subscribe a:hover{
    color:#be3814;
}
#sub-nav-subscribe .ecom-placement{
    display: inline;
}

/* CM FOOTER STYLES */
#cm-footer {
    background: #eee;
    padding: 30px 0 11px;
}
#cm-footer .cm-container{
    width:981px;
    margin: 0 auto;
}
#cm-footer .cm-container:after {
    clear: both;
    display: block;
    content: '.';
    visibility: hidden;
    height: 0;
    width: 981px;
}
#cm-footer .cover {
    float: left;
    width: 303px;
    padding-left: 18px;
}
#cm-footer .cover img {
    width: 100%;
}
#cm-footer .footer-ecom {
    float: right;
    width: 624px;
    padding-right: 18px;
}
/* floating Ads styels*/
#floatingAd {
    top: 125px;
    margin-left: -193px;
    width: 312px;
    height: 250px;
}
#floatingAd_header {
    height: 40px;
    background: #fff;
    text-indent: -99999;
    width: 40px;
    position: absolute;
    left: -40px;
}
#floatingAd_content {
    background: #fff;
    border: 3px solid #fff;
}
#floatingAd_header a {
    margin-right: 0;
    padding-right: 0;
    background: url(i/shell/close_cm.png) 12px 8px no-repeat;
    text-indent: 9999px;
    height: 40px;
    width: 40px;
    float: left;
}
#sub-nav-subscribe #header-subs {
    right: 79px;
    top: 41px;
    border: 5px solid #000;
    border-top: none;
    display: none;
    z-index: 99999;
}
#sub-nav-menu #sub-nav-subscribe {
    display: inline-block;
}
#sub-nav-menu #sub-nav-subscribe .hover {
    background: url(i/shell/up_arrow.png) 20px 21px no-repeat;
    display: block;
}
#sub-nav-subscribe #header-subs .rollover-close {
    position: absolute;
    left: 287px;
    top: 5px;
    z-index: 1000;
}

/* Teamsite siteConfig Override */

.subnav-placeholder {
    display: none;
    width: 100%;
    height: 39px;
}
.subnav-placeholder.active {
    display: block;
}

#wrapper {
    position: relative !important;
}

#AMS_DET_GLOBAL_FOOTER{
    padding-bottom: 19px;
}

/*channel page ad-insteam */
.channel-page .ad-insteam {
    background: #FFF;
}
.channel-page #in-stream900x90_frame {
    margin: 0 auto;
    display: block;
}

.home #floatingAd,.channel-page #floatingAd{
    position:fixed;
}
#ps1_fs1 .floatingAd_overlay,#ps1_fs2 .floatingAd_overlay,#ps1_fs3 .floatingAd_overlay,
.channel-page #ps1_fs1 .feature.floatingAd_overlay{
   opacity:0.2;
}
.home .features.set1.floatingAd_overlay,.home .features.set3.floatingAd_overlay,#channel_Header .features.set3.floatingAd_overlay{
    opacity:0.2 !important;
}