
body {
    background: white url('../i/body-bg.png') repeat-x top left;
}

/** Explorers-specific header **/

#explorers-head {
    width: 990px;
    margin: 0 auto 20px;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
}

#explorers-head h1 {
    padding: 15px 0 5px 20px;
    font-weight: bold;
    color: white;
    text-indent: -99999px;
    background: url('../i/explorers-head.png') no-repeat 22px 15px;
    height: 50px;
}

#explorers-head.bio h1 {
    background: url('../i/explorers-head-bio.png') no-repeat 22px 15px;
}

#explorers-head.support h1 {
    background: url('../i/explorers-head-support.png') no-repeat 22px 15px;
}

#explorers-head.projects h1 {
    background: url('../i/explorers-head-projects.png') no-repeat 22px 15px;
}

#explorers-head.explorer h1 {
    background: url('../i/explorers-head-explorer.png') no-repeat 22px 15px;
}

#explorers-head h1 > span {
    margin: -10px 0 -10px 18px;
    padding: 0 0 0 18px;
    color: #999;
    font-weight: normal;
    border-left: 3px solid #999;
}

#explorers-head .general {
    border: none;
}

#explorers-head .nav {
    margin: 10px 0 10px 20px;
    padding: 0;
    border: none;
    font-size: 14px;
    clear: left;
    overflow: hidden;
}

#explorers-head .openHTML .nav {
    margin: 0;
    padding: 10px 0 8px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

#explorers-head .openHTML .nav li {
    padding: 0 20px;
    border-left: 2px solid #848484;
}

#explorers-head .openHTML .nav li:first-child {
    border: none;
}

#explorers-head .nav li > a {
    color: #999;
    text-decoration: none;
}

#explorers-head .openHTML .nav li > a {
    color: white;
}

#explorers-head .nav li > a:hover {
    text-decoration: underline;
}

#explorers-head .nav li.selected > a {
    color: white;
}

#explorers-head .openHTML .nav li.selected > a {
    color: #fcd700;
}

#explorers-head .nav li#login_btn {
    margin-top: -2px;
    float: right;
    border: none;
}

#explorers-head .nav li#login_btn a {
    padding: 3px 8px;
    display: block;
    background: #666;
    color: white;
}

#explorers-head .nav li#login_btn a:hover {
    text-decoration: none;
    background: #ffd800;
    color: black;
}

#explorers-head .advertisement {
    width: 210px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 0;
}


/** Simple News Ticker Module **/

/*
<div class="explorers-ticker">
    <h2>News Alert</h2>
    <a href="#">Link Content</a>
</div>
*/

.explorers-ticker {
    height: 30px;
    background: #9c0000;
    overflow: hidden;
}

.explorers-ticker h2 {
    background: #680000 url('../i/explorers-ticker-bg.gif') top right no-repeat;
}

.explorers-ticker h2, 
.explorers-ticker a {
    height: 30px;
    display: block;
    float: left;
    color: white;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
}

.explorers-ticker h2 {
    padding: 0 30px 0 20px;
    text-transform: uppercase;
}

.explorers-ticker a {
    padding: 0 10px 0 10px;
}

.explorers-ticker a:hover {
    text-decoration: underline;
}

.explorers-ticker a:after {
    content: " »";
}


/** Exploration, Conservation, Scientific Research modules **/

#content_top .promo_collection {
    width: 289px;
    margin: 30px 0 25px;
    padding: 0 20px;
    float: left;
    border-right: 1px solid #d5d5d5;
}

#content_top .promo_collection:last-child {
    border: none;
}

#content_top .promo_collection img {
    float: left;
    margin: 0 10px 10px 0;
}

/** Exploration Programs module **/

.promo_collection.thumbnail_grid ul.wide {
    margin: 0 0 0 -40px;
}

.promo_collection.thumbnail_grid ul.wide li {
    float: left;
    margin-right: 0;
    margin-left: 40px;
}

/** Action Atlas module **/

#content_mainB .primary {
    width: 300px;
    min-height: 0 !important;
}

/** In Your Words module **/

.fastfact .facts_description {
    display: none;
}

.fastfact .fact_box {
    width: 370px;
    padding: 0 0 10px 0;
    background: url('../i/fastfact/quote-left.png') left 10px no-repeat;
}

.fastfact .fact {
    min-height: 70px;
    padding: 20px 45px 20px 60px;
    font-family: Helvetica, sans-serif;
    color: black;
    background: url('../i/fastfact/quote-right.png') bottom right no-repeat;
}

.fastfact .fact_arrow {
    width: auto !important;
}

.fastfact .fact_arrow a {
    top: 65px;
}

.fastfact .fact_prev, 
.fastfact a.fact_prev:hover, 
.fastfact a.fact_next, 
.fastfact a.fact_next:hover {
    background-image: url('../i/fastfact/sprite.gif');
}

.fastfact .fact_prev {
    background-position: 0 -25px
}

.fastfact a.fact_prev:hover {
    background-position: 0 -38px;
}

.fastfact a.fact_next {
    background-position: 0 -51px;
}

.fastfact a.fact_next:hover {
    background-position: 0 -64px;
}


.fastfact .action {
    bottom: 0 !important;
    left: 0 !important;
}


/** Landing **/

.landing #content_top {
    width: 990px !important;
    margin: 0 0 0 -20px !important;
    padding: 0;
}

.landing #content_top .openHTML .title {
    display: none;
}

/** Be an Explorer **/

.be-an-explorer #content_top {
    width: 990px !important;
    margin: 0 0 0 -20px !important;
    padding: 0;
}

.be-an-explorer #content_top .dl {
    width: 610px;
    height: 343px;
    overflow: hidden;
    float: left;
}

.be-an-explorer #content_top .openHTML .title {
    display: none;
}

/** Projects **/

.projects #content_top {
    width: 990px !important;
    margin: 0 0 0 -20px !important;
    padding: 0;
}

.projects #content_top > div iframe {
    width: 990px !important;
}

/** Explorers Bio Articles **/

.article.bio #page_head {
    display: none;
}

.article.bio .article_subhead > h1, 
.article.bio .article_subhead > p {
    margin: 0;
    float: none;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif !important;
    color: black;
}

.article.bio .article_subhead > h1 {
    font-size: 24px;
    line-height: 30px;
}

.article.bio .article_subhead > p.subtitle {
    font-size: 18px !important;
    color: black !important;
}

.article.bio .article_subhead > p.subsubtitle {
    font-size: 15px;
}

.article.bio .article_body {
    width: 610px !important;
    padding-left: 0;
    overflow: hidden;
    border: none;
}

.article.bio .article_body .extended {
    border: none !important;
    padding-left: 0 !important;
}

.article.bio .article_body .viewport {
    width: 590px;
    height: 400px;
    margin: 0;
    padding: 0;
    border: none !important;
}

.article.bio .social_buttons {
    border-top: 1px solid #d5d5d5 !important;
    padding: 15px 0 0 0 !important;
}

.article.bio .subsection:nth-child(3) > div, 
.article.bio .subsection:nth-child(3) .secondary, 
.article.bio .subsection:nth-child(4) > div, 
.article.bio .subsection:nth-child(4) .secondary {
    width: 284px;
}

/*.article.bio .subsection:nth-child(4) .secondary {
    height: 300px !important;
    min-height: 300px !important;
    margin-top: 405px;
}

.article.bio #ngsexplorersminimap {
    margin-bottom: -20px;
}*/

.article.bio .twtr-doc {
    width: 285px !important;
}


/** Explorers Bio Pull Quote Module **/

.article.bio .pull_quote {
    background: url('../i/fastfact/quote-right.png') bottom right no-repeat;
}

.article.bio .pull_quote > div {
    background: url('../i/fastfact/quote-left.png') top left no-repeat;
    padding: 0 35px 0 60px !important;
}

.article.bio .pull_quote h4 {
    font-family: Helvetica, sans-serif;
    color: black;
    font-size: 1.45em;
    line-height: 1.25em;
    font-style: normal;
    font-weight: normal;
}


/** Explorers Bio and BioBlitz Audio Module **/

.article.bio #content_mainB > h3.title, 
.explorers.bioblitz #content_mainB > h3.title {
    padding-top: 20px;
    background-position: 0 22px;
    border-top: 1px solid #D5D5D5;
    margin-top: 20px;
}


/** Explorers OpenHTML Share Module **/

/*
<ul class="openhtml_share">
    <li><a class="youtube" href="http://youtube.com" target="_blank"><span>YouTube</span></a></li>
    <li><a class="facebook" href="http://facebook.com" target="_blank"><span>Facebook</span></a></li>
    <li><a class="twitter" href="http://twitter.com" target="_blank"><span>Twitter</span></a></li>
</ul>
*/

.openhtml_share, 
.openhtml_share li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

.openhtml_share {
    margin: -42px 0 0 120px;
}

.openhtml_share li {
    float: left;
    margin: 0 8px 0 0;
}

.openhtml_share li a {
    width: 30px;
    height: 31px;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
}

.openhtml_share li a span { display: none; }

.openhtml_share li .youtube { background-image: url('../i/openhtml_share/youtube.png'); }
.openhtml_share li .facebook { background-image: url('../i/openhtml_share/facebook.png'); }
.openhtml_share li .twitter { background-image: url('../i/openhtml_share/twitter.png'); }

/** jQuery scrollable content **/

.scrollable .viewport {
    top: 0;
    overflow: hidden;
    position: relative;
}

.scrollable .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

.scrollable .thumb .end,
.scrollable .thumb {
    background-color: #6b6b6b;
}

.scrollable .scrollbar {
    position: relative;
    float: right;
    width: 15px;
}

.scrollable .track {
    background-color: #d6d6d6;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

.scrollable .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.scrollable .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}

.scrollable .disable {
    display: none;
}


/** Built-in DL Module Skin **/

.js .dl {
    /*height: 369px !important;
    margin-top: -26px !important;*/
}

.js .dl .medium {
    /*margin-top: 26px !important;*/
}

.js .dl .dl_navigation,  
.js .dl .dl_navigation li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

.js .dl .dl_navigation {
    height: 23px;
    top: 0;
    margin-right: -20px;
    float: right;
}

.js .dl .dl_navigation li {
    width: 16px;
    height: 15px;
    margin: 5px 4px;
    background: white;
    cursor: pointer;
}

.js .dl .dl_navigation li a {
    padding: 0;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: black;
}

.js .dl .dl_navigation li.selected {
    background: #fbd800;
}

.js .dl .dl_navigation li.prev, 
.js .dl .dl_navigation li.next {
    display: none;
}

.js .dl .dl_navigation li.play, 
.js .dl .dl_navigation li.pause {
    width: 21px;
    height: 12px;
    margin: 6px 10px 0 5px;
    background: url('../i/dl_module/play-pause.png') no-repeat top left;
}

.js .dl .dl_navigation li.pause {
    background-position: bottom left;
}

