/* ========================================================================== SCNOW NAV ========================================================================== */ .scnow-global { font-family: "Proxima Nova Soft Regular",Arial,Helvetica,sans-serif; width:980px; height:57px; margin-left:17px; background: url("http://static.sharecare.com/promo/sharecare-now/images/nav-corners2.png") -4px 43px no-repeat; } ul#scnow-nav { position:relative; width:966px; height:43px; margin:0 0 0 -3px; font-weight: normal; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); background-color:#fafafa; } ul#scnow-nav li { float: left; list-style-type: none !important; list-style:none; background-color:#fafafa; border-left: 1px solid #eeeeee; width:240px; } ul#scnow-nav a { display: block; padding: 12px 0 0 0; font-size: 14px; text-align: center; background: url("http://static.sharecare.com/promo/sharecare-now/images/nav-bar.png") 0 -1px repeat-x #fff; margin-top:-1px; height:29px; } ul#scnow-nav a.selected { background: url("http://static.sharecare.com/promo/sharecare-now/images/nav-hovers.png") 0 -1px repeat-x #66bac0; color:#fff; } /*** ROUNDED CORNERS FOR LEFT SIDE ***/ ul#scnow-nav #left-end { border-top-left-radius: 2px; border-bottom-left-radius: 0; } /*** STYLING FOR ALL TOPICS LINK ***/ ul#scnow-nav li#alltopics a { color:#fff; background: url("http://static.sharecare.com/promo/sharecare-now/images/all-topics-nav.png") 0 -1px repeat-x #f47e2f; border-top-right-radius: 2px; border-bottom-right-radius: 0; border-left: 1px solid #eeeeee; } li#alltopics .selectBox-arrow { background: url("http://static.sharecare.com/promo/sharecare-now/images/down-arrow.png") no-repeat scroll; height: 20px; width: 25px; position: absolute; right:10px; top: 13px; } /* ========================================================================== SCNOW NAV ALL TOPICS DROPDOWN ========================================================================== */ ul#scnow-nav li#alltopics ul { display: none; position: absolute; top: 43px; margin-left:1px; background-color:#fafafa; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); border-top:1px solid #eeeeee; height:300px; overflow-y:scroll; overflow-x:hidden; width:191px; } ul#scnow-nav li#alltopics:hover ul { display: block; z-index:10000; } ul#scnow-nav li#alltopics:hover ul li { margin:none; border:none; } ul#scnow-nav li#alltopics:hover ul li a { height: 20px; padding: 4px 0 2px 8px; margin:none; background:none; background-color:#fafafa; border: none !important; color: #333333; font-size: 12px; font-family: "Proxima Nova Regular","Proxima Nova Soft Regular",Arial,Helvetica,sans-serif,Arial,Helvetica,sans-serif; text-align: left; } ul#scnow-nav li#alltopics:hover ul li a:hover { background-color:#eeeeee; } /* ========================================================================== SCNOW NAV SOCIAL SHARE ========================================================================== */ .social-sharing { position: absolute; top: 270px; left: -70px; background-color: #E5E5E5; border-radius: 3px 3px 3px 3px; min-width: 55px; padding: 8px 6px; z-index:100; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }