/* Global Montessori styles
***********************************************************************************************************/

html {
	height: 100%;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(to right top, #eb4c2c, #fdb9a8);
	background: -webkit-gradient(linear, left bottom, right top, from(#eb4c2c), to( #fdb9a8));
   background-attachment: fixed;

}
body {
    padding: 0px;
    margin: 0;
    /*background: #fff;*/
    color: #000000;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 11px;
    letter-spacing:1px;
    line-height: 1.2;
}

body.open_project {
    overflow: hidden;
}





/* Header / Navigation
***********************************************************************************************************/

.header_img {                                              /* To fix in place change to "position:fixed;" */
    padding: 0 0 68px 68px;
    position: sticky;

    z-index: 11;
    pointer-events: none;
    /*mix-blend-mode: screen;*/
}

.nav_container {
    position: absolute;
    top: 30px; left: 30px;
    z-index: 888;
}

.nav_container div {
    float: left;
    padding-right: 35px;
}

.nav_container br {
    display: none !important;    
}

#nav_loadspin {
    display: none;
    position: fixed;
    top: 6px; left: 6px;
    z-index: 11;
}

    #nav_loadspin.save_pos {
        position: fixed;
        top: 36px; right: 40px; left: auto;
        opacity: 0.5;
        
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
    }




    /* Navigation > Links
    ***************************************************************************************************/
    
    .nav_container a { 
    /* Applied to each navigation link */
   
    font-family: 'Nanum Myeongjo', sans-serif;
    font-weight:900;
    font-size: 14px;
    
    padding: 2px 1px 2px 3px;
    text-decoration: none;
    }

    #tag_menu {
    position: absolute;
    top: 90px; left: 35px;
        
}

        #tag_menu a { color: transparent;
      text-shadow: 0 0 0.2px rgba(255, 255, 255, 1)}
        #tag_menu a:hover { color: rgba(255, 255, 255, 0);
   text-shadow: 0 0 0.2px rgba(219, 88, 53, 1); }
        #tag_menu a:active { color: #999; }
#science {
    padding-bottom: 0px;
    visibility: hidden;
    
}
    .page_link a { display:none ;font-size: 14px; color: transparent;
      text-shadow: 0 0 0.2px rgba(255, 255, 255, 1);
    transition: text-shadow 0.4s; }
    .page_link a:hover { color: rgba(255, 0, 0, 0);
   text-shadow: 0 0 0.2px rgba(225,1,1); }
    .page_link a:active { color: transparent; }

    .link_link a { font-size: 14px; color: transparent;
      text-shadow: 0 0 0.18px rgba(64, 40, 248, 1);
    transition: text-shadow 0.4s; text-decoration: none; }
    .link_link a:hover { color: rgba(255, 0, 0, 0);
   text-shadow: 0 0 0.2px rgba(219, 88, 53, 1); }
    .link_link a:active { color: transparent; }

    .nav_active a { color: transparent;
   text-shadow: 0 0 0.2px rgba(0,0,0,1.5);}
    .nav_active a:active { color: #000000; }

    .pagination { color: #000; z-index:11; }
    .pagination a { color: #000; }
    .pagination a:hover { background: #fff; color: #000; }
    .pagination a:active { background: #fff; color: #000; }

    .nav_follow { color: #000; z-index: 11; }
    .nav_follow a { color: #000; text-decoration: none; }
    .nav_follow a:hover { color: #000000; text-decoration: none; }
    .nav_follow a:active { color: #000; text-decoration: none; }
        
    .view_tag_info { color: #000; }
    
    .view_tag_info a { color: #000; text-decoration: none; }
    .view_tag_info a:hover { color: #000; text-decoration: none; }
    .view_tag_info a:active { color: #000; text-decoration: none; }
    
    
    #p13334601 {
	padding-right: 120px;
}
    
    
/* Content
***********************************************************************************************************/

#content_container {
    
}





    /* Content > Project content
    ***************************************************************************************************/
    
    #mainwrapper {
        background: rgba(4, 4, 4, 0.9);
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        overflow-y: scroll;
        overflow-x: auto;
        z-index: 999999;
    }
#entry_200656{
	background-repeat: no-repeat;
    background: -moz-linear-gradient(to right top, #eb4c2c, #fdb9a8);
	background: -webkit-gradient(linear, left bottom, right top, from(#eb4c2c), to( #fdb9a8));
  
    width: 750px;
    height:900px;
}

.project_content  {
    padding-left:50px;
    }
	

 .project_title {
    margin-left:50px;
    position:relative;top: 15px;
    }
	


 #maincontainer, #content_container.permalink_page {
        background: transparent;
        padding: 60px;
        z-index: 3;
        width: 670px;
    }
    
        #maincontainer {
            display: none;
            margin: 80px 0 80px 0;
            position: absolute;
            left: 80px;
            top: 0;
        }
        
        #content_container.permalink_page {
            left: 30px;
            margin: 80px 0 -100px 30px;
        }
    
    .entry {
         
    }
    
    .bodycopy a { color: #000000; text-decoration: none; text-transform:uppercase; font-size:12px;}
    .bodycopy a:hover {  color: #ffffff; text-decoration: underline; }
    .bodycopy a:active { background: transparent; color: #000000; }
    
    .project_title {
    	color: #ffffff;
 		text-shadow: 0 0 0.5px rgba(225, 225, 225, 2);
		text-transform:uppercase;
        font-family: 'Nanum Myeongjo',Times New Roman, sans-serif;
        font-size: 17px;
        letter-spacing:2px;
        font-weight: bolder;
        line-height: 3;
        padding: 0 0 21px 0;
    }
    
    .project_content {
        color: #ffffff;
font-size: 12px;
        width: 670px;
    }

.project_content a {     
                

                font-weight:bolder;
                text-decoration: none;
                color: #5281ff;
                font-family: 'Nanum Myeongjo', sans-serif;
                transition: color 0.4s;
}
    .project_content a:hover { color: #ffffff;
   ;
                text-decoration: none;
}
    .project_content a:active { color: transparent; }

    .project_content br {
        clear: none !important;
    }
    
    .custom_text {
        color: #000;
        cursor: move;
        font-size: 12px;
        padding: 0 0 30px 30px;
        position: absolute;
        width: 500px;
    }
    
    
    
    
    
        /* Project content > Header
        *******************************************************************************************/
        
        .project_header {
            font-family: 'Nanum Myeongjo', sans-serif;
            font-size: 8px;
            line-height: 12px;
            position: absolute;
            top: 0; right: 0;
            text-transform: capitalize;
            z-index: 9999;
        }

            .project_header div {
                float: right;
            }



.project_header a {     background: transparent;
                font-size:16px;
                text-transform:uppercase;
                font-weight:bolder;
                display: block;
                float: right;
                padding: 36px 55px;
                text-decoration: none;
                color: transparent;
                text-shadow: 0 0 0.5px rgba(255, 255, 255, 1);
                transition: text-shadow 0.4s; 
}
    .project_header a:hover { color: transparent;
   text-shadow: 0 0 0.5px rgba(0, 3, 255, 1);
                text-decoration: none;
}
    .project_header a:active { color: transparent; }



           

        .project_divider {
            display: none;
        }
    
    /* Styling of default typographic headers and elements */
    
    h1 {
        font-size: 14px;
        line-height: 165%;
    }
    
    h2 {
        font-size: 12px;
        line-height: 165%;
    }
    
    h3 {
        font-size: 10px;
        line-height: 150%;
    }
    
    blockquote {
        color: #000;
        margin: 0;
    }
    
    .project_content img {
        margin: 4px 30px 30px 0px;
    }





        /* Project content > Slideshows
        *******************************************************************************************/
        
        .slideshow_component {
            float: left;
            margin: 0 30px 0 0;
        }

        .slideshow_nav {
            clear: both;
            color: #000;
            font-family: Arial, sans-serif;
            font-size: 10px;
            padding: 4px 0 7px 0;
        }
        
        .slideshow_nav a {
            color: #000;  
            text-decoration: none;  
        }

        .slideshow_nav a:hover {
            background: none !important;
            color: #000;
            text-decoration: none;
        }

        .slideshow_nav a:active {
            color: #000;
        }
        
        .slideshow_count {
            color: #000;
            font-size: 10px;
        }
        
        .slideshow_wrapper {
            clear: both;
            padding: 0 10px 10px 0px;
        }
        
        #slideshow_container img {
            margin: 0px;
        }

        .slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active {
            background: none !important;
        }
            
        .slideshow_thumbs {
            margin: 0 0 0 0;
        }
            
        ul.slideshow_thumbs {
            margin: 0;
            padding: 0;
        }
    

        .slideshow_thumb {
            float: left;
            list-style: none;
            margin: -3px 0px 0px -3px;
            padding: 0 7px 7px 0;
        }

        .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: 10px;
            padding: 5px 0 5px 0;
        }
        
        
        
        /* Project content > Project footer
        *******************************************************************************************/
    
        .project_footer {
    text-transform:uppercase;
            color: #ffffff;
            clear: both;
            font-size: 8px;
            padding: 60px 0px 60px 0;
        }
    
            .footer_title_type {
                color: #ffffff;
              
    			font-size: 12px;
            }
    
            .project_views {
    			display:none;
                color: #000;
                font-style: italic;
            }
            
            /* Project Footer Links */
            
            .project_footer .permalink { display: none; }
            .project_footer .permalink a { color: #000; font-style: italic; }
            .project_footer .permalink a:hover { background: #000; color: #000000; }
            .project_footer .permalink a:active { background: #000000; color: #ffffff; }
                
            .tags {    display:none;font-size: 12px; text-transform:uppercase; color: #000;    }
                .tags a { text-transform:uppercase;color: #888; text-decoration: none;  transition: color 0.4s; }
                .tags a:hover { color:#000; text-decoration: none;transition: color 0.4s; }
                .tags a:active { color: #ffffff; background: #000000; transition: color 0.4s;}
                .tags a:visited {  }

            .project_footer .editlink a { display:none;text-transform:uppercase; color: #000; font-style: italic; }
            .project_footer .editlink a:hover { color: #000000; }
            .project_footer .editlink a:active { background: #000000; color: #ffffff; }

    
    .project_bottom {
        clear: both;
        height: 60px;
        margin: 0 0 -120px 0;
    }
    
    
    
    
    
    /* Content > Thumbnails
    ***************************************************************************************************/
    
    .project_thumb {
	text-transform:uppercase;
        position: absolute;
        padding: 0 0 0px 0px;
        margin-top:200px;
        z-index: 9998;
     
}
    
.project_thumb.hover {
        cursor: pointer;
        text-decoration: none;

}
 .cardimgcrop {
        position: relative;

}
#cardthumb_13340452 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_13340452.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/bromo2_460.png);
}
/****************************/

#cardthumb_13334807 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_13334807.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/simplon2_421.png);
	
}
/****************************/

#cardthumb_13335555 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_13335555.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/rf2.png);
}
/****************************/
#cardthumb_2740060 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_2740060.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/bleed2.png);
}
/****************************/
#cardthumb_3912930 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_3912930.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/elocyclo2.png);
}
/****************************/
#cardthumb_913978 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_913978.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/christine2.png);
}
/****************************/
#cardthumb_7909740 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_7909740.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/snake2.png);
}
/****************************/
#cardthumb_5981717 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_5981717.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/irrt13_319.png);
	background-repeat: no-repeat;}
/****************************/
#cardthumb_649935 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_649935.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/saik2.png);
	background-repeat: no-repeat;}
/****************************/
#cardthumb_4087201 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_4087201.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/russ2.png);
	background-repeat: no-repeat;}
/****************************/

#cardthumb_3121095 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_3121095.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/oslo2.png);
	background-repeat: no-repeat;}
/****************************/

#cardthumb_1431807 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_1431807.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/pochette2.png);
	background-repeat: no-repeat;}
/****************************/

#cardthumb_1090271 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_1090271.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/mtv2.png);
	background-repeat: no-repeat;}
/****************************/

#cardthumb_5859332 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_5859332.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/homemade2.png);
	background-repeat: no-repeat;}
/****************************/
#cardthumb_5820610 img:hover {
    opacity: 0;
    filter:alpha(opacity=0); 
    transition: opacity 0.4s;
}
#cardthumb_5820610.cardimgcrop  { 
    background-image: url(https://payload567.cargocollective.com/1/0/18048/13655161/vit2.png);
	background-repeat: no-repeat;}
/****************************/
#cardthumb_5843773.cardimgcrop  { 
    background-image: url();}

#cardthumb_5843773 img:hover {
     
}
/****************************/
#cardthumb_1329437.cardimgcrop {
      mix-blend-mode: screen;
}
.project_thumb .hover .thumb_title .text {
        color: #000000;
    
        text-decoration: underline;
    }
    
    .project_thumb .nohover {
        text-decoration: none;
    	
    }

    .project_thumb a {
        text-decoration: none;

    }

 .project_thumb a {

    
    }

    .project_thumb.active .cardimgcrop {
        
    }

    .project_thumb.active .thumb_title span {
        color: #000000;
        text-decoration: underline;
    }
    
   




    .cardimgcrop.notitle_notag {
        
    }
        
    .loader_holder {
        display: none;
        position: absolute;
        text-align: center;
        top: 8px; left: 38px;
        z-index: 3;
    }
    
    .thumb_title, .thumb_title .text {
        color: #000;
        font-size: 12px;
        padding-top: 15px;
        text-decoration: none;
        z-index: 9999;
    }

    .thumb_tag {
        color: #000;
    background:transparent;
        font-size: 10px;
        font-family: 'Nanum Myeongjo', sans-serif;
        margin: 0 0 2px 0;
        overflow: hidden;
        width: 200px;
    }

    .thumb_tag.notitle {
        margin-top: 10px;
    }
    
    .thumb_tag a {

    font-weight:bold;
    color: transparent;
    letter-spacing:1px;
   text-shadow: 0 0 1px rgba(251, 110, 101, 1);
    transition: text-shadow 0.4s;
    margin-top:10px;
        padding:10px;
        background: transparent;
        text-decoration: none;
    }
    
    .thumb_tag a:hover {
        color: #eb9999;
        color: transparent;
   text-shadow: 0 0 2px rgba(255, 0, 0, 0.5);
    transition: text-shadow 0.4s;
   
    }

    .thumb_tag a:active {
        color: #ff0000;
    }
    
    
    
    
    
    /* Search results
    *******************************************************************************************/
    
    #search_form {
        position: fixed;
        bottom: 30px; left: 30px;
        z-index: 99;
    }
    
    #search_form #search_term {
        font-size: 10px;
        width: 188px;
    }
    
    #search_form_results {
        padding: 100px 0 30px 30px;
    }
    
    .search_header {
        color: #000000;
        float: left;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        margin: 0;
        padding: 4px 0;
        width: 145px;
    }
    
    #search_term {
        background: #ffffff;
        border: 1px solid #cccccc;
        color: #000000;
        float: left;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10px;
        margin: 0;
        padding: 5px;
        width: 220px;
    }
    
    #search_results {
        float: left;
    }
    
    .result {
        clear: both;
        font-size: 10px;
        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: #000000;
        font-weight: bold;
        text-decoration: none;            
    }
    
    .search_title a:hover {
        background: #ffff00;
        color: #000000;
        text-decoration: none;
    }
    
    .search_title a:active {
        background: #000000;
        color: #ffffff;
        text-decoration: none;
    }
    
    .search_tags {
        color: #000;
        font-size: 10px;
    }
    
    .search_tags a {
        color: #000;
        text-decoration: none;
    }
    
    .search_tags a:hover {
        background: none;
        color: #000000;
        text-decoration: none;
    }
    
    .search_tags a:active {
        color: #000;
    }





/* Footer
***********************************************************************************************************/
    
.bottompad {
    clear: both;
    position: relative;
    height: 35px;
    margin: 35px 0 0 0;
    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
***********************************************************************************************************/

#project_draghandle {
    display: none;
}

#close_block {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 999;
}

.toolset {                                            /* Admin and following icons - only seen by members */
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

.cargo_link {                                                                       /* "Running on Cargo" */
    color: #cccccc;
    font-family: Monaco, monospace;
    font-size: 10px;
    position: fixed;
    right: 35px; bottom: 15px;
    z-index:99;
}

.cargo_link a { color: #cccccc; text-decoration: none; }
.cargo_link a:hover { color: #666666; text-decoration: none; }
.cargo_link a:active { color: #999999; }
        
        
        
        
        
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/

/* Test thread */ 
         

/**
 * 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: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    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;
}
