/* Global Kant styles
***********************************************************************************************************/

iframe[seamless]{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

    body, html {
        margin: 0px;
        padding: 0px;
    }
    
    body {
background: #ffffff;
        font-family: 'Nunito', sans-serif;
        font-size: 62.5%;
        line-height: 1.5;
        min-width: 880px;
        max-width:880px;
             
        margin-left:auto;
        margin-right:auto;
        overflow-x: hidden;
        visibility: hidden;
        
    }

a {
    text-decoration:none;
   
}



    /* Header / Navigation
    *******************************************************************************************************/
    
        .header_img {                                     /* To fix in place change to "position:fixed;" */
            position:relative;
            z-index: 99;
            left:704px;
            top: 25px;
        }
        
        .nav_container {
            position:relative;
            font-size: 1.2em;
            
    		margin: 20px 0px 8px 0px;
            
			/*border-bottom: 4px #000000 solid;*/
            
            
            
            
        }
        
        .nav_container div {
            float: left;
           
        }
        
        .nav_container br {
            display: none;
        }
    
    
    
    
    
        /* Navigation > Links
        ***********************************************************************************************/
        
            .nav_pages a, .nav_container a {
            font-weight: 800;
    		color: #ffffff;
            background:#000000;
            padding: 4px 16px 6px 5px;
            margin-right: 2px;
            -webkit-border-top-right-radius: 24px;
            -moz-border-radius-topright: 24px;
            border-top-right-radius: 24px;
            
            }
            .nav_pages a:hover, .nav_container a:hover{
            background: #888888;
            padding-bottom: 10px;
            position:relative;
            top: -4px;
            }
        
            .project_link a { color: #332532; }
            .project_link a:hover { background: #ffff00; color: #332532; }
            .project_link a:active { background: #332532; color: #ffffff; }
        
            .page_link a { color: #ffffff; }
            .page_link a:hover { color: #ffffff; }
            .page_link a:active { color: #999999; }
        
            .link_link a { color: #ffffff; }
            .link_link a:hover { color: #fcfcfc; }
            .link_link a:active { color: #666666; }
        
            .nav_active a { background: #cccccc; color: #ffffff; }
            .nav_active a:hover { background: #cccccc; color: #ffffff; }
            .nav_active a:active  { background: #cccccc; color: #ffffff; }
        
            .nav_follow { color: #666666; z-index: 11; }
            .nav_follow a { color: #666666; }
            .nav_follow a:hover { color: #332532; }
            .nav_follow a:active { color: #999999; }
                
            .nav_container .view_tag_info {
                color: #666666;
                float: right;
                margin-right: 2px;
            }
            
            .view_tag_info a { color: #666666;}
            .view_tag_info a:hover { color: #332532; }
            .view_tag_info a:active { color: #999999; }
        
        
        
        
        
    /* Content
    *******************************************************************************************************/
    
        #content_container {
             clear: both;
            
            position: relative;
            z-index: 10;
        }
    
    
    
    
    
        /* Content > Project content
        ***********************************************************************************************/
        
            #maincontainer {
                background: #ffffff;
                display: none;
                margin: 0 0px 0px 0;
                -webkit-border-bottom-right-radius: 150px;
                -moz-border-radius-bottomright: 150px;
                border-bottom-right-radius: 150px;
            }
            
            .bodycopy a { 
    
    color: #332532;
   
    background: #e6e6e6;
    text-decoration: none;
}
            .bodycopy a:hover { 
    
    
    background: #000000; 
    color: #ffffff; 
    text-decoration: none; }
            .bodycopy a:active { background: #332532; color: #ffffff; }
            
            .entry {
                width:824px;
                padding: 20px 20px 20px 120px;
            }
            
            .project_title {
                color: #ffffff;
                
                font-size:3.4em;
                line-height:1.2em;
                font-weight: bold;
                          
                position: relative;
                top: -20px;
                left: -120px;
                background:#000000;
                padding: 20px 0 15px 120px;
                margin-bottom: 00px;
                -webkit-border-bottom-right-radius: 50px;
            -moz-border-radius-bottomright: 50px;
            border-bottom-right-radius: 50px;
                width: 500px;
                box-shadow:inset #332532 0px -8px 40px -30px;
                
                
                
            }
                .bodycopy{
                    color: #000000;
                   
                    
                  
                    
                }
                .project_content {
                    width: 320px;
                    font-size:1.4em;
                    line-height:1.5em;
                    
                   
                }
                
                .project_content img {
                    margin: 10px 0px 30px -70px;
                    width:670px;
                    max-width: 670px;
                    min-width: 670px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.4);
    
                    border:1px solid #f4f4f4;
                    float:left;
    
                }
                
                .project_content br { clear: none !important; }
        
        
        
        
        
            /* Project navigation
            ***************************************************************************************/
            
                .project_header {
                    position: absolute;
                    top: 0; right: 0px;
                    height: 65px;
                    
                    
                    
                }
                    .project_index{
    
                    
                }
                    .project_header div {
                        float: right;
                    }
                
                    .project_header a {
                        background: #000000;
                        
                        margin-left:4px;
                        border-bottom:none;
                        color: #ffffff;
                        display: block;
                        float: right;
                        font-size: 12px;
                        height: 72px;
                        line-height: 100px;
                        padding: 0 10px;
                        text-decoration: none;
                        
                    }
                    
                    .project_header a:hover {
                        background: #888888;
                       color: #ffffff;
                        text-decoration: none;
                    }
                    
                    .project_header a:active {
                        background: #f5f5f5;
                        color: #333333;
                    }
                    
                    .project_header a:first-child{
                    -webkit-border-bottom-left-radius: 24px;
                    -moz-border-radius-bottomleft: 24px;
                    border-bottom-left-radius: 24px;
                     
                    }
            
                .project_divider {
                    display: none;
                }
            
            /* 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 > Slideshows
            ***************************************************************************************/
            
                .slideshow_component {
                    float: left;
                    margin-bottom: 10px;
                }
                
                .slideshow_wrapper {
                    clear: both;
                    margin: 0 30px 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;
                    line-height: 16px;
                    padding-bottom: 10px;
                }
                
                    .slideshow_nav.above {
                        margin-top: -26px;
                    }
                
                .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 {
                    display: inline-block;
                    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;
                }
            
            .slideshow_caption {
                clear: both;
                display: block;
                font-size: 11px;
                padding: 5px 0 5px 0;
            }
            
            
            
            /* Project content > Project footer
            ***************************************************************************************/
        
                .project_footer {
                    color: #999999;
                    clear: both;
                  
                    font-size: 9px;
                    padding: 30px;
                    width: 670px;
                }
                
                    .comment_link a {
                        
                    }
            
                        .comment_link a:hover {
                            
                        }
            
                    .footer_title_type {
                        color: #332532;
                        font-weight: bold;
                    }
            
                    .project_views {
                        color: #999999;
                    }
                    
                    /* Project Footer Links */
                    
                    .project_footer .permalink { display: none; }
                    .project_footer .permalink a { color: #999999; }
                    .project_footer .permalink a:hover { background: #ffff00; color: #332532; }
                    .project_footer .permalink a:active { color: #ffffff; background: #332532; }
                        
                    .tags { color: #999999; }
                        .tags a { color: #332532; text-decoration: none; }
                        .tags a:hover { background: #ffff00; text-decoration: none; }
                        .tags a:active { color: #ffffff; background: #332532; }
                        .tags a:visited {  }
            
                    .project_footer .editlink a { color: #0066ff; font-style: italic; }
                    .project_footer .editlink a:hover { background: #ffff00; color: #332532; }
                    .project_footer .editlink a:active { background: #332532; color: #ffffff; }
            
            .project_bottom {
                clear: both;
                width: 670px;
            }
        
        
        
        
        
        /* Content > Thumbnails
        ***********************************************************************************************/
        
            .project_thumb {
                background: rgba(255, 255, 255, 0);
                cursor: pointer;
                position: relative;
                width:203px;
               
                float:left;

               

  }
            
            .project_thumb:hover {
           	opacity: .5;
          

            }
            
            .project_thumb:active {
               
                
                
            }


            .project_thumb .hover {
                background: #ffffff;
                cursor: pointer;
                text-decoration: none;
            }
            
            .project_thumb .nohover {
                text-decoration: none;
            }
            



            
            .project_thumb.active {
                background: #332532;
            }
         
   
                
            .loader_holder {
                display: none;
                position: absolute;
                top: 100px; left: 100px;
                z-index: 3;
            }
            
            .thumb_title {
                /*clip:rect(0px,200px,200px,0px);*/
                font-size: 1.5em;
                color: #ffffff;
                font-weight:900;
                background: #000000;
                border-radius-right: 20px;
                -webkit-border-bottom-right-radius: 20px;
                -moz-border-radius-bottomright: 20px;
                border-bottom-right-radius: 20px;    
                margin: 0px 0px 15px 0px;
                width:183px;
                padding: 7px 12px 8px 5px;    
                
                top: 0px;


            }
            
            .thumb_title .text {
            font-size:1.2em;
            line-height:1.1em;
            height:200px;
            }

            
            
           
            
        
        
        /* Search results
        ***************************************************************************************/
        
            #search_form {
                position: fixed;
                bottom: 20px; left: 740px;
            }
            
            #search_form #search_term {
                font-size: 11px;
                width: 188px;
            }
            
            #search_form_results {
                padding-bottom: 90px;
            }
            
            .search_header {
                color: #332532;
                float: left;
                font-size: 14px;
                font-style: normal;
                font-weight: normal;
                margin: 0;
                padding: 4px 0;
                width: 145px;
            }
            
            #search_term {
                background: #ffffff;
                border: 1px solid #cccccc;
                color: #332532;
                float: left;
              
                font-size: 14px;
                margin: 0;
                padding: 5px;
                width: 220px;
            }
            
            #search_results {
                float: left;
            }
            
            .result {
                clear: both;
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 60px;
            }
            
            .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: #332532;
                font-weight: bold;
                         
            }
            
            .search_title a:hover {
                background: #ffff00;
                color: #332532;
                text-decoration: none;
            }
            
            .search_title a:active {
                background: #332532;
                color: #ffffff;
                text-decoration: none;
            }
            
            .search_tags {
                color: #999999;
                font-size: 11px;
            }
            
            .search_tags a {
                color: #999999;
                text-decoration: none;
            }
            
            .search_tags a:hover {
                background: none;
                color: #332532;
                
            }
            
            .search_tags a:active {
                color: #666666;
            }
        
        
        
        
        
    /* Footer
    *******************************************************************************************************/
    
        #page_footer {
            color: #666666;
            height: 60px;
            margin: 00px 00px 0px 0px;
            position: relative;
        }
            #page_footer br {
                display: none !important;
            }
            
        .pagination {
            color: #999999;
            float: left;
            font-size: 14px;
        }
            
            .pagination a {
                color: #332532;
                font-size: 14px;
                text-decoration: none;
            }
            
            .pagination a:hover {
                background: transparent;
                color: #332532;
               
            }
            
            .pagination a:active {
                color: #666666;
            }
            
            .cargo_link {
                color: #999999;
                font-size: 11px;
                float: left;
                margin: 3px 4px 0 0;
            }
            
            .cargo_link a { color: #999999; }
            .cargo_link a:hover { color: #333333; }
            .cargo_link a:active { color: #666666; }
        
    .bottompad {
        clear: both;
        position: relative;
        height: 54px;
        width: 705px;
    }
    
    
    
    
    
    /* 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;
            }
    
    
    
    
    
    /* Other
    *******************************************************************************************************/
    
        .toolset {                                    /* Admin and following icons — only seen by members */
            position: fixed;
            top: 10px; right: 10px;
            z-index: 9999;
        }
        
        #foot_container {
            display: none;
        }
        
        #nav_loadspin {
            display: none !important;
        }
        
        
        
        
        
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/      
         

/**
 * 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-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;
}
