/*
 * Global Landsat styles
 */

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #000000;
    color: #333333;
    font-family: Letter Gothic Std;
    font-size: 14px;
    line-height: 1.5;
}

/*
 * Project navigation
 */

.project_navigation {
    font-family: Letter Gothic Std;
    font-size: 12px;
    position: fixed;
    top: 20px; left: 20px;
    z-index: 9999;
}

/* Always show the project nav when the text is visible */

.text_visible .project_navigation {
    display: block !important;
    opacity: 1 !important;
}

.project_navigation_group {
    background: rgba(10, 10, 10, 0.2);
    float: left;
    height: 34px;
    margin: 0 10px 0 0 ;
    padding: 0 2px 0 1px;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.project_navigation a {
    background-color: #ffffff;
    color: #000000;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 2px 0 2px 1px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

a.project_nav_button {
    padding: 0;
    width: 30px;
}

a.project_nav_button .nav_svg {
    fill: #999999;    
}

a.project_nav_button:hover {
    background-color: #f2f2f2;
}

a.project_nav_button:hover .nav_svg {
    fill: #555555;
}

#project_nav_buttons a:active {
    background-color: #f2f2f2;
}

a.project_nav_button:active .nav_svg {
    fill: #222222;
}

a.project_nav_button.disabled {
    background-color: #ffffff;
    cursor: default;    
}

a.project_nav_button.disabled .nav_svg {
    fill: #cccccc !important;    
}

a.fullscreen_close {
    display: none;    
}

a.project_nav_title {
    color: #333333;
    font-weight: normal;
    height: 30px;
}

a.project_nav_title .text {
    display: inline-block;
    max-width: 173px;
    min-width: 10px;
    overflow: hidden;
    white-space: nowrap;
    
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.project_nav_title.disabled {
    cursor: default;
}

.img_count {
    color: #999999;
    display: block;
    float: right;
    font-weight: normal;
    margin-left: 10px;
}

body.text_visible a.toggle_text {
    background-color: #f2f2f2;
}

body.text_visible a.toggle_text .nav_svg {
    fill: #555555;
}

.close_group {
    display: none;
    position: absolute;
    top: 0; left: 446px;
}

/*
 * Header / Navigation
 */

#header {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    line-height: 34px;
    height: 34px;
    padding: 20px 60px;
    position: fixed;
    top: 0; right: 0; left: 0;
    text-align: right;
    z-index: 9998;
}

.header_img {
    float: right;
    margin: 1px 5px 0 50px;
}

.nav_container {
    font-size: 12px;
}



.nav_container a {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.project_link a { 
    color: #ffffff;
}

.project_link a:hover { 
    color: #ffffff; 
    text-decoration: underline; 
}

.project_link a:active { 
    color: #cccccc; 
}

.page_link a { 
    color: #ffffff; 
}

.page_link a:hover { 
    color: #ffffff; 
    text-decoration: underline; 
}

.page_link a:active { 
    color: #cccccc; 
}

.link_link a { 
    color: #cccccc;
}

.link_link a:hover { 
    color: #ffffff; 
    text-decoration: underline; 
}

.link_link a:active { 
    color: #cccccc; 
}

.nav_active a { 
    color: #ffffff;
    font-weight: bold;
}

.nav_active a:hover { 
    text-decoration: none; 
}

.nav_active a:active { 
    color: #cccccc;
}

.nav_follow { 
    color: #ffffff; 
    z-index: 11; 
}

.nav_follow a { 
    color: #ffffff; 
    text-decoration: none; 
}

.nav_follow a:hover { 
    color: #ffffff;
    text-decoration: underline;
}

.nav_follow a:active { 
    color: #cccccc; 
}

.pagination { 
    margin: 0 0 20px 40px; 
    color: #666666; 
    float: left; 
}

.pagination a { 
    color: #cccccc; 
    text-decoration: underline; 
}

.pagination a:hover { 
    color: #ffffff; 
}

.pagination a:active { 
    color: #999999; 
}

#nav_loadspin {
    background: #ffffff;
    display: none;
    padding: 5px;
    position: absolute;
    top: 2px;
    left: 33px;
    z-index: 9;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* Fullscreen styles */

body.fullscreen .fullscreen_open {
    display: none;
}

body.fullscreen .fullscreen_close {
    display: block;
}

/*
 * Content
 */

#content_container {
    padding: 40px;
}

.project #content_container {
    padding: 0;
}

#maincontainer {
    display: none;
    position: relative;

}

.project_title {
    color: #222222;
    font-family: Letter Gothic Std;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 20px;
}

.project_content {
    position: relative;
}

.project_content a { 
    color: #333333; 
    text-decoration: underline; 
}

.project_content a:hover { 
    background: #ffff00;
    color: #000000;
    text-decoration: none;
}

.project_content a:active { 
    background: none;
    color: #999999; 
}

.project_content br {
    clear: none !important;
}

.project_media {
    background: #000000;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 2;
}

.project_media.slideshow {
    cursor: pointer;
}

.project_media img {
    background: #1a1a1a;
    display: none;
    position: absolute;
    top: 0; left: 0;
}

.project_media iframe,
.project_media object,
.project_media embed {
    display: none;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}

#iframe_screen {
    display: block;
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 74px;
    z-index: 9990;
}

.project_media .active {
    display: block;
}

.project_text {
    background: #ffffff;
    display: none;
    padding: 94px 40px 80px 20px;
    position: absolute;
    top: 0; left: 0;
    width: 460px;
    z-index: 9998;
}

.project_text img {
    height: auto !important;
    width: auto !important;
    max-width: 420px;
}

.project_header {
    display: none;
}

.view_tag_info { 
    color: #999999;
    margin: 0 0 40px 0; 
}

.view_tag_info a { 
    color: #999999; 
    text-decoration: underline; 
}

.view_tag_info a:hover { 
    color: #ffffff; 
}

.view_tag_info a:active { 
    color: #999999; 
}

/*
 * Default element styles
 */

h1 {
    font-size: 22px;
    line-height: 165%;
}

h2 {
    font-size: 16px;
    line-height: 165%;
}

h3 {
    font-size: 14px;
    line-height: 150%;
}

blockquote {
    color: #666666;
    margin: 0;
}

/*
 * The conventional slideshow component is not used in this design
 * which is why the element is hidden below.
 */

.slideshow_component {
    display: none;
}

/**
 * Fullscreen button
 */

a#fullscreen {
    background-color: #1a1a1a;
    background-image: url(/_gfx/fullscreen_open.png);
    background-repeat: no-repeat;
    background-position: 67px 3px;
    border: 1px solid #1a1a1a;
    color: #bbbbbb;
    display: block;
    font-family: Letter Gothic Std;
    font-size: 11px;
    line-height: 18px;
    height: 19px;
    padding: 0 4px 0 5px;
    text-align: left;
    text-decoration: none;
    width: 74px;
}

a#fullscreen:hover {
    background-color: #fff;
    color: #000;
}

a#fullscreen:active {
    background-color: #fff;
    border: 1px solid #999;
    color: #666;
}

/*
 * Project footer
 */

.project_footer {
    background: #ffffff;
    border-top: 1px solid #ddd;
    color: #999999;
    clear: both;
    display: none;
    font-size: 12px;
    margin: 40px 0 0 0;
    padding: 20px;
    position: absolute;
    left: 0; right: 0; bottom: 0;
}

.comment_link a {
    color: #999999;
}

.comment_link a:hover {

}

.footer_title_type {
    color: #999999;
    font-weight: bold;
}

.project_views {
    color: #bbbbbb;
}

.project_footer .permalink a {
    color: #999999;
    text-decoration: none;
}

.project_footer .permalink a:hover {
    color: #000000;
    text-decoration: underline;
}

.project_footer .permalink a:active {
    color: #666666;
}

.tags {
    color: #bbbbbb;
}

.tags a {
    color: #999999;
    text-decoration: none;
}

.tags a:hover {
    color: #333333;
    text-decoration: underline;
}

.tags a:active {
    color: #666666;
}

.project_footer .editlink a {
    color: #0066ff;
}

.project_footer .editlink a:hover {
    color: #333333;
}

.project_footer .editlink a:active {
    color: #555555;
}

.project_bottom {
    clear: both;
}

/*
 * Project thumbnails
 */

.project_thumb {
    cursor: pointer;
    float: left;
    margin: 0 40px 40px 0;
    position: relative;
    text-align: center;
}

.project_thumb .hover {
    cursor: pointer;
    text-decoration: none;
}

.project_thumb .nohover {
    text-decoration: none;
}

.project_thumb:hover .thumb_info {
    display: block;
}

.project_thumb:active {
    margin: 1px 40px 39px 0;
}

.project_thumb.active .cardimgcrop {

}

/**
 * When making adjustments to the thumbnail size in your display options
 * also adjust the width and height of this class.
 */
.cardimgcrop {
    background: #252525;
    position: relative;
    height: 200px;
    width: 200px;
    z-index: 0;
}

.loader_holder {
    background: #ffffff;
    display: none;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0px; left: 0px;
    z-index: 1;
}

.thumb_info {
    background: #ffffff;
    display: none;
    position: absolute;
    bottom: 0;
}

.thumb_info.tagged {
    right: 0;
}

.thumb_title {
    left: 0;
    max-width: 189px;
    overflow: hidden;
    text-align: left;
    padding: 3px 4px 3px 7px;
    white-space: nowrap;
    z-index: 9;

    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.thumb_title.notag {
    bottom: 0px;
}

.thumb_title .text {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.thumb_tag {
    color: #999999;
    height: 1.5em;
    line-height: 15px;
    overflow: hidden;
    margin: -7px 0 0 0;
    padding: 3px 4px 3px 7px;
    text-align: left;
    max-width: 170px;
}

.thumb_tag a {
    color: #999999;    
    font-size: 12px;
    line-height: 1.5em;
    text-decoration: none;
}

.thumb_tag a:hover {
    color: #000000;
    text-decoration: underline;
}

.thumb_tag a:active {
    color: #666666;
    text-decoration: underline;
}

/*
 * Search results
 */

#search_form {
    
}

#search_form #search_term {
    background: #191919;
    border: 1px solid #333333;
    color: #333333;
    font-size: 12px;
    width: 188px;
}

.search_header {
    color: #666666;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 0;
    width: 145px;
}

#search_term {
    background: #000000;
    border: 1px solid #333333;
    color: #cccccc;
    float: left;
    font-family: Letter Gothic Std;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    clear: both;
    color: #666666;
    float: left;
}

.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-top: 40px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    width: 120px; height: auto;
}

.search_text {
    width: 500px;
    margin-left: 145px;
}

.search_title a {
    color: #00AF8A;
    font-weight: bold;
    text-decoration: underline;    
}

.search_title a:hover {
    color: #ffffff;
}

.search_title a:active {
    color: #666666;
}

.search_tags {
    color: #666666;
    font-size: 11px;
}

.search_tags a {
    color: #666666;
}

.search_tags a:hover {
    color: #cccccc;
}

.search_tags a:active {
    color: #666666;
}

.bottompad {
    clear: both;
    position: relative;
    width: 705px;
}

.bottompad a {
    padding: 2px 3px 2px 3px;
}

/*
 * Video / Audio components
 */

.video_component {
    float: left;
    margin: 0 15px 15px 0;
}

.video_tag,
video,
.mediaplayer {
    position: fixed;
    top: 0;
    left: 0; 
    right: 0; 
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
}

.audio_component {
    color: #777777;
    font-family: Letter Gothic Std;
    font-size: 10px;
    height: 30px;
    line-height: 26px;
    width: 425px;
    margin-right:0px !important;
}

.audio_component div {
    height: 26px;
}

.audio_component .border {
    border: 2px solid #aaaaaa;
    opacity: 0.5;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .vertical_border {
    background: #aaaaaa;
    opacity: 0.50;
    
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .controls {
    top: 2px; left: 2px;
}

.audio_component .play_pause {
    background: url("/_gfx/playpause.png");    
}

.audio_component .spectrum .spectrum_bar {
    background: #666666;
}

.audio_component .loading {
    background: #bbbbbb;
    opacity: 0.25;
    
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .progress {
    background: #bbbbbb;
    border-right: 1px dotted #333333;
    opacity: 0.25;
    
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .volume_slide.hover {
    background: #bbbbbb;
    opacity: 0.3;

    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

/*
 * Other
 */

.toolset {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

/* "Running on Cargo" */

.cargo_link {
    color: transparent;
    overflow: hidden;
    text-indent: -9999px; 
    position: absolute;
    top: -999px; left: -999px;
    width: 20px; height: 20px;
}

.cargo_link a {
    background: url(/_gfx/bolt-sc.png) no-repeat center;
    display: block;
    font-size: 11px;
    overflow: hidden;
    position: fixed;
    bottom: 18px; right: 18px;
    text-indent: -9999px;
    width: 20px; height: 20px;
    z-index: 9999;
}

/*
 * IE / iOS Fallbacks
 */

.ie .fullscreen_group {
    display: none;
}

.ie_video .project_media {
    top: 84px !important;
}

.ie_old .project_navigation_group {
    background: #333333;
}

.ie_old.text_visible .project_navigation_group {
    background: #cccccc;
}

.ie_old #header {
    background: none;
}

.ie_old a.project_nav_title {
    width: 230px;
}

/*
 * IE SVG fallback used in the navigation. 
 *
 *    If you have any questions about this please visit our
 *    support forum: http://support.cargocollective.com
 *
 */

.ie .project_navigation svg {
    display: none;
}

.ie a.project_nav_button {
    background-image: url(/_gfx/landsat_navigation_sprite.png);
    background-repeat: no-repeat;
}

.ie a.project_nav_button.project_prev {
    background-position: 0 0;
}

.ie a.project_nav_button.project_prev:hover {
    background-position: 0 -30px;
}

.ie a.project_nav_button.project_prev:active {
    background-position: 0 0;
}

.ie a.project_nav_button.index_view {
    background-position: -30px 0;
}

.ie a.project_nav_button.index_view:hover {
    background-position: -30px -30px;
}

.ie a.project_nav_button.index_view:active {
    background-position: -30px 0;
}

.ie a.project_nav_button.project_next {
    background-position: -59px 0;
}

.ie a.project_nav_button.project_next:hover {
    background-position: -59px -30px;
}

.ie a.project_nav_button.project_next:active {
    background-position: -59px 0;
}

.ie a.project_nav_button.fullscreen_open {
    background-position: -90px 0;
}

.ie a.project_nav_button.fullscreen_open:hover {
    background-position: -90px -30px;
}

.ie a.project_nav_button.fullscreen_open:active {
    background-position: -90px 0;
}

.ie a.project_nav_button.fullscreen_close {
    background-position: -120px 0;
}

.ie a.project_nav_button.fullscreen_close:hover {
    background-position: -120px -30px;
}

.ie a.project_nav_button.fullscreen_close:active {
    background-position: -120px 0;
}

.ie a.project_nav_button.toggle_text {
    background-position: -150px 0;
}

.ie a.project_nav_button.toggle_text:hover {
    background-position: -150px -30px;
}

.ie a.project_nav_button.toggle_text:active {
    background-position: -150px 0;
}

.ie a.project_nav_button.project_close {
    background-position: -180px 0;
}

.ie a.project_nav_button.project_close:hover {
    background-position: -180px -30px;
}

.ie a.project_nav_button.project_close:active {
    background-position: -180px 0;
}
.header_img {
    padding: 20px;
    text-align: center;
    z-index: 99;
}







.nav_container.horizontal div {
    display: inline-block;
    margin-left: 20px;
}
#site_footer {
    border-top: 1px solid #cccccc;
    clear: both;
    color: #999999;
    padding-top: 15px;
    width: 670px;
}



.project_thumb .hover .thumb_title span {
    background: transparent;
}