/* Global Escher styles
***********************************************************************************************************/

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #f7f7f7;
    color: #888;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.5em;
    width: 100%;
    letter-spacing: 0.1px;
    word-spacing: 1px;
}

body {
    width:905px; 
    margin-left:auto; 
    margin-right:auto;
}



/* Header / Navigation
***********************************************************************************************************/

.header_img {                                              /* To fix in place change to "position:fixed;" */
    margin: 45px 0 0 8px;
    padding: 0px 0 12px 0;
    position: relative;
    z-index: 99;
    border-bottom:0px dotted #EF495A; width:670px;
}

.nav_container {
    float: right;
    line-height: 150%;
    margin: 13px 0 0 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    z-index: 11;
    width: 150px;
    white-space:nowrap;
}

.nav_container.horizontal {                                           /* Enabled via Display Options */
    /*padding: 35px 0 60px 35px;
    top: auto;*/
    position: absolute;
    white-space:normal;
    width: 670px;
    z-index: 25;
}

.nav_container.horizontal div {
    float: left;
    padding-right: 10px;
}

#nav_loadspin {
    display: none;
    left: 740px;
    position: fixed;
    top: 8px;
    z-index: 100;
}





    /* Navigation > Links
    ***************************************************************************************************/
    
    .nav_container a {                                             /* Applied to each navigation link */
        font-size: 10px;
        text-transform:uppercase;
        font-style: normal;
        text-decoration: none;    
        padding: 2px 5px 2px 4px;
    }

    .project_link a { color: #666; }
    .project_link a:hover { background: #EF495A; color: #ffffff; }
    .project_link a:active { background: #000000; color: #ffffff;}

    .page_link a { color: #bbb; font-weight:normal; text-decoration: none; }
    .page_link a:hover { color:#fff; background:#EF495A; }
    .page_link a:active { color:#fff; background:#000; font-weight:bold;}

    .link_link a { color: #bbb; font-weight:normal; text-decoration: none; }
    .link_link a:hover { color:#fff; background:#EF495A; }
    .link_link a:active { color:#666; background:none; }

    .nav_active a { background: #EF495A; color: #ffffff; }
    .nav_active a:hover { background: #ffffff; color: #EF495A; }
    .nav_active a:active  { background: #EF495A; color: #ffffff; font-weight:bold;}

    .pagination { color: #999999; font-size: 11px; z-index:11; }
    .pagination a { color: #00af8a; }
    .pagination a:hover { background: #EF495A; color: #ffffff; }
    .pagination a:active { background: #000000; color: #ffffff; }

    .nav_follow { color: #999999; font-size: 11px; z-index: 11; }
    .nav_follow a { color: #222222; }
    .nav_follow a:hover { background: #EF495A; color: #ffffff; }
    .nav_follow a:active { background: #000000; color: #ffffff; }
        
    .view_tag_info { color: #999999; padding-left: 3px; font-size: 11px; }
    
    .view_tag_info a { color: #0066ff; }
    .view_tag_info a:hover { background: #EF495A; color: #ffffff; }
    .view_tag_info a:active { background: #000000; color: #ffffff; }
    
   /*#menu_235406 { margin-top: 15px; }
    
    
    
/* Content
***********************************************************************************************************/

#content_container {
    padding: 14px 0 0 35px;
    position: absolute;
    width: 720px;
    z-index: 10;
}


#content_container hr { width:670px; height: 1px; clear: left; border: 0px; }


    /* Content > Project content
    ***************************************************************************************************/
    
    #maincontainer {
        display: none;
        margin: 0 0 10px 0;
        width: 705px;
        padding-bottom:30px; /**/
    }
    
    .bodycopy a { color: #000000; text-decoration: underline; }
    .bodycopy a:hover { background: #EF495A; color: #ffffff; text-decoration: none; }
    .bodycopy a:active { background: #000000; color: #ffffff; }
    
    .project_content {
        width: 650px;
        padding: 15px 0 0 0;
    }
    
    .project_title {
        color: #444;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: normal;
        text-transform:uppercase;
        font-size: 18px;
        padding: 9px 0 7px 0;
        border-bottom:2px solid #fff; width:670px;
        border-top:1px solid #ddd; width:670px;
        letter-spacing: 0.5px;
    }
    
    
    
    
    
        /* 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: 125%;
    }
    
    h2 {
        font-size: 16px;
        line-height: 125%;
    }
    
    h3 {
        color: #D16671;        
        font-size: 9px;
        font-style: italic;
        height: 3em;
        line-height: 1.5em;
        text-transform:uppercase;
    }
    
    
    blockquote {
        color: #666666;
        margin: 0px;
    }
    
    .project_content img {
        margin: 0px 5px 5px 0px;
    }





        /* Project content > Slideshows
        *******************************************************************************************/
        
        .slideshow_wrapper {
            clear: both;
            margin: 0 10px 10px 0px;
        }
        
        .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_count {
            color: #999999;
            font-size: 11px;
        }
            
        ul.slideshow_thumbs {
            margin: 0;
            padding: 0;
        }    

        .slideshow_thumb {
            float: left;
            list-style: none;
            margin: 5px 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 {
            color: #999999;
            clear: both;
            font-size: 11px;
            padding: 20px 0px 0px 0px;
        }
    
            .footer_title_type {
                color: #000000;
                font-weight: bold;
            }
    
            .project_views {
                color: #999999;
                font-style: italic;
            }
            
            /* Project Footer Links */
            
            .project_footer .permalink a { color: #999999; font-style: italic; }
            .project_footer .permalink a:hover { background: #EF495A; color: #000000; }
            .project_footer .permalink a:active { color: #ffffff; background: #000000; }
                
            .tags {    color: #999999;    }
                .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: #EF495A; color: #000000; }
            .project_footer .editlink a:active { background: #000000; color: #ffffff; }
    
    .project_bottom {
        clear: both;
        border-bottom: 2px solid #ccc;
        margin: 23px 0px 10px 0px;
        width: 670px;
    }
    
    
    
    
    
    /* Content > Thumbnails
    ***************************************************************************************************/
    
    .project_thumb {
        float: left;
        margin: 0 35px -5px 0;
        position: relative;
        text-align: left;
    }
    
    .project_thumb .hover {
        text-decoration: none;
    }
    
    .project_thumb .nohover {
        text-decoration: none;
    }
    
    .project_thumb .hover .thumb_title span {
        background: #EF495A;
        color: #ffffff;
        padding:1px 2px 1px 2px;
    }

    .project_thumb.active .cardimgcrop {
        border: 1px solid #bbbbbb;
    }

    .project_thumb.active .thumb_title span {
        background: #EF495A;
        color: #ffffff;
    }
    
    .cardimgcrop {
        border: 1px solid transparent;
        margin: -3px -3px 2px -3px;
        padding: 2px;
        position: relative;
        min-width:200px;
        min-height:134px;
        overflow:hidden;
    }

    .cardimgcrop.notitle_notag {
        margin-bottom: 22px;
    }
        
    .loader_holder {
        display: none;
        left: 8px;
        position: absolute;
        text-align: left;
        top: 2px;
        z-index: 12;
    }

    .thumb_title {
        padding: 0px 0 0 0;
        height: 15px;
        overflow: hidden;
        text-align: left;
        width: 194px;
    }

    .thumb_title.notag {
        margin: 0 0 20px 0;
    }
    
    .thumb_title .text {
        color: #555;
        font-size: 11px;
        font-weight: bold;
        text-transform:uppercase;
        line-height: 15px;
        overflow: hidden;
        padding: 0px 3px 0px 0px;
        white-space: nowrap;
        text-align: left;
        letter-spacing: 0.5px;
    }

    .thumb_tag {
        color: #D16671;
        height: 2em;
        line-height: 1.5em;
        margin: -3px 0 16px 0;
        overflow: hidden;
        text-align: left;
        width: 200px;
    }

    .thumb_tag.notitle {
        margin-top: 12px;
    }
    
    .thumb_tag a {
        color: #D16671;        
        font-size: 9px;
        font-style: italic;
        height: 3em;
        line-height: 1.5em;
        text-transform:uppercase;
        text-align: left;
        text-decoration: none;
    }
    
    .thumb_tag a:hover {
        text-decoration: underline;
    }





/* Footer
***********************************************************************************************************/
    
.bottompad {
    clear: both;
    position: relative;
    height: 35px;
    margin: 30px 0 0 0;
    width: 670px;
}




    
/* Other
***********************************************************************************************************/

.toolset {                                            /* Admin and following icons — only seen by members */
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
}

.cargo_link {                                                                       /* "Running on Cargo" */
    bottom: 15px;
    color: #bbb;
    font-size: 10px;
    text-transform:uppercase;
    font-style: italic;
    line-height:165%;
    position: fixed;
    right: 15px;
    z-index:99;
}

.cargo_link a { color: #999999; text-decoration: underline; }
.cargo_link a:hover { color: #000000; text-decoration: underline; }
.cargo_link a:active { background: #ffffff; color: #000000; }






/* */

/* 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 15px 15px 0;
}

/* Audio component
***********************************************************************************************************/

.audio_component {
    color: #777777;
    font-family: "Droid Sans Mono", Monaco, Monospace, Arial, san-serif;
    font-size: 10px;
    height: 30px;
    line-height: 26px;
    width: 300px;
}

    .audio_component div {
        height: 26px;
    }

    .audio_component .border {
        border: 2px solid #aaaaaa;
        opacity: 0.5;
        
        -moz-border-radius: 5px;
        -webkit-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;
    }
    
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/
    