/* Global Escher styles
***********************************************************************************************************/

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #212121;
    color: #212121;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    word-spacing: 1px;
}

#start {
    color: #fff;
    font-family: "atrament-web-1", "atrament-web-2", sans-serif;
    font-size: 70px;
    line-height: 88px;
    margin: 0 auto;
    padding: 80px 25px 80px 25px;
    position: relative;
    z-index: 9;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    width: 850px;
}

    span#masthead {
        
    }
        
        span#masthead span { color: #999; }
            
        span#masthead a {
            color: #E02830;
            text-decoration: none;
        }
            
        span#masthead a:hover {
            background: #E02830;
            border-bottom: 15px solid #E02830;
            color: #fff;
        }

#location {
    background: #212121;
    border-bottom: 1px solid #333;
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding: 40px 0;
}

#location_containment {
    margin: 0 auto;
    padding: 0 25px;
    width: 850px;    
}

#location .col {
    float: left;
    margin-right: 20px;
    width: 270px;
}

div#location a {
    color: #E02830;
    text-decoration: none;
}
            
div#location a:hover {
    background: #E02830;
    color: #212121;
}





/* Header / Navigation
***********************************************************************************************************/

.header_img {                                              /* To fix in place change to "position:fixed;" */
    margin: 0 0 0 35px;
    position: relative;
    z-index: 11;
}

.nav_container {
    display: none;
}

#nav_loadspin { position: fixed; top: 35px; left: 35px; display: none; }




/* Content
***********************************************************************************************************/

#content_container {
    position: relative;
    z-index: 10;
}





    /* Content > Project content
    ***************************************************************************************************/
    
    #page_1 { margin: 0 auto; padding: 40px 10px 0px 10px; width: 880px;}

    #maincontainer {
        background: #ccc;
        display: none;
        margin: 0 0 0 0;
        padding: 80px 0px 0px 0px;
        color: #fff;
    }
    
    .bodycopy a { color: #000000; text-decoration: underline; }
    .bodycopy a:hover { background: #ffff00; color: #000000; text-decoration: none; }
    .bodycopy a:active { background: #000000; color: #ffffff; }
    
    .project_content {
        margin: 0 auto;
        padding: 0 25px 40px;
        width: 850px;
    }

    .project_content br {
        clear: none !important;
    }
    
    .project_title {
        color: #fff;
        font-size: 70px;
        line-height: 70px;
        font-family: "atrament-web-1", "atrament-web-2", sans-serif;
        -webkit-font-smoothing: antialiased;
    
        margin: 0 auto 40px;
        padding: 0 25px;
        width: 850px;
    }
    
    
    
    
    
        /* Project content > Header
        *******************************************************************************************/
        
        .project_header {
            margin: 0 35px 0 0;
        }
    
        .project_index a {
            color: #999999;
            float: right;
            font-size: 11px;
            font-style: italic;
            text-decoration: underline;
        }
        
        .project_index a:hover {
            background: #ffff00;
            color: #000000;
            text-decoration: none;
        }
    
        .project_index a:active {
            color: #ffffff;
            background:#000;
        }
    
    /* Styling of default typographic headers and elements */
    
    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;
    }
    
    .project_content img {
        
    }





        /* Project content > Slideshows
        *******************************************************************************************/
        
        .slideshow_wrapper {
            clear: both;
            
        }
        
        .slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active {
            background: none !important;
        }
        
        .slideshow_nav {
            clear: both;
            color: #999999;
            font-size: 11px;
            padding-bottom: 10px;
        }
        
        .slideshow_nav a {
            color: #666666;  
            text-decoration: none;  
        }

        .slideshow_nav a:hover {
            background: none !important;
            color: #999999;
            text-decoration: none;
        }

        .slideshow_nav a:active {
            color: #ff3300;
        }
        
        .slideshow_count {
            color: #999999;
            font-size: 11px;
        }
            
        ul.slideshow_thumbs {
            margin: 0;
            padding: 0;
        }    

        .slideshow_thumb {
            float: left;
            list-style: none;
            margin: -3px 7px 7px -3px;
        }

        .slideshow_thumb a {
            background: none !important;
            border: 1px solid transparent;
            display: block;
            padding: 2px;
        }

            .slideshow_thumb a:hover {
                background: none !important;
                border: 1px solid #ccc;
            }

            a.activeSlide {
                background: none;
                border: 1px solid #ccc;
            }

            .slideshow_thumb a:active, a.activeSlide:active {
                background: none !important;
                border: 1px solid #666;
            }

        .slideshow_thumb img {
            border: 0;
            display: block;
            margin: 0;
            height: 60px;
        }
        
        
        
        
        
        /* Project content > Project footer
        *******************************************************************************************/
    
        .project_footer {
            background: #E02830;
            color: #212121;
            clear: both;
            font-size: 11px;
            padding: 40px 0 40px 100px;
            position: relative;
                left: -100px; right: -100px;
            width: 100%;
        }
    
            .footer_title_type {
                color: #212121;
            }
    
            .project_views {
                color: #212121;
            }
            
            /* Project Footer Links */
            
            .project_footer .permalink a { color: #212121; }
            .project_footer .permalink a:hover { background: #ffff00; color: #000000; }
            .project_footer .permalink a:active { color: #ffffff; background: #000000; }
                
            .tags {    color: #212121;    }
                .tags a { color: #000000; text-decoration: none; }
                .tags a:hover { background: #ffff00; text-decoration: none; }
                .tags a:active { color: #ffffff; background: #000000; }
                .tags a:visited {  }

            .project_footer .editlink a { color: #0066ff; font-style: italic; }
            .project_footer .editlink a:hover { background: #ffff00; color: #000000; }
            .project_footer .editlink a:active { background: #000000; color: #ffffff; }
    
    .project_bottom {
        clear: both;
    }
    
    
    
    
    
    /* Content > Thumbnails
    ***************************************************************************************************/
    
    .project_thumb {
        background: #E02830;
        float: left;
        margin-bottom: 20px;
        margin-left: 10px; margin-right: 10px;
        position: relative;
        text-align: center;
    
        width: 270px; height: 270px;
    }
    
    .project_thumb .hover {
        cursor: pointer;
        text-decoration: none;
    }
    
    .project_thumb .nohover {
        text-decoration: none;
    }

    .project_thumb .hover .cardimgcrop {
        opacity: 0.1;
    }

    .project_thumb.active .cardimgcrop {
    }

    .project_thumb.active .thumb_title span {
        color: #fff;
    }
    
    .cardimgcrop {
        opacity: 1;
        position: absolute;
        width: 270px;
        height: 270px;
    }
        
    .loader_holder {
        display: none;
        position: absolute;
        top: 8px; left: 8px;
        text-align: center;
        z-index: 3;
    }

    .thumb_title {
        font-family: "atrament-web-1", "atrament-web-2", sans-serif;
        overflow: hidden;
        white-space:nowrap;
        text-align: center;
        line-height: 270px;
        width: 270px;
    }
    
    .thumb_title .text {
        color: #212121;
        font-size: 32px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        -webkit-font-smoothing: antialiased;
    }

    .thumb_tag {
        color: #E02830;
        font-family: Georgia, Times, serif;
        height: 3em;
        line-height: 15px;
        margin: 0 0 2px 0;
        overflow: hidden;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
        width: 270px;
        -webkit-font-smoothing: antialiased;
    }
    
    .thumb_tag a {
        color: #E02830;        
        font-size: 9px;
        line-height: 1.5em;
        text-align: center;
        text-decoration: none;
    }
    
    .thumb_tag a:hover {
        text-decoration: underline;
    }





/* Footer
***********************************************************************************************************/
    
.bottompad {
    clear: both;
    position: relative;
    height: 40px;
    width: 705px;
}




    
/* Other
***********************************************************************************************************/

.toolset {                                            /* Admin and following icons — only seen by members */
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

.cargo_link {                                                                       /* "Running on Cargo" */
    color: #444;
    font-size: 11px;
    width: 850px;
    padding: 20px 25px 0;
    margin: 0 auto;
    z-index:99;
}

.cargo_link a { color: #444; text-decoration: underline; }
.cargo_link a:hover { color: #E02830; text-decoration: none; }
.cargo_link a:active { color: #ffffff; }






/* */

/* Next project
***********************************************************************************************************/

.project_next {
    float: right;
}

.project_next a {
    color: #999999;
    float: left;
    font-size: 11px;
    font-style: italic;
    margin-right: 2px;
    text-decoration: underline;
}

.project_next a:hover {
    background: #ffff00;
    color: #000000;
    text-decoration: none;
}

.project_next a:active {
    background: #000000;
    color: #ffffff;
}

.project_divider {
    color: #bbbbbb;
    font-size: 11px;
}


    
    
/* Video component
***********************************************************************************************************/

.video_component {
    float: left;
    margin: 0 20px 20px 0;
}

/* Audio component
***********************************************************************************************************/

.audio_component {
    color: #E02830;
    font-family: 'Droid Sans Mono', Monaco, Monospace, Arial, san-serif;
    font-size: 10px;
    float: left;
    margin: 0 20px 20px 0;
    height: 26px;
    line-height: 26px;
    width: 270px;
}

    .audio_component div {
        height: 26px;
    }

    .audio_component .border {
        border: 1px solid #aaa;
        opacity: 1 !important;
    
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
    }
    
    .audio_component .vertical_border {
        background: #aaa;
        opacity: 1 !important;
        
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
    }
    
    .audio_component .controls {
        top: 1px; left: 1px;
    }
    
        .audio_component .play_pause {
            background: url("/_gfx/playpause.png");        
        }

        .audio_component .play_pause:hover { background-color: #fff; }
    
    .audio_component .spectrum .spectrum_bar {
        background: #E02830;
    }
    
    .audio_component .loading {
        background: #eee;
        opacity: 0.5;
        
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
    }
    
    .audio_component .progress {
        background: #fff;
        opacity: 1;
        
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
    
    .audio_component .volume_slide.hover {
        background: #fff;
        opacity: 1;

        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
    
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/
    