/* 
 * Global Mondrian styles
 */

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

body {
    background: #ffffff;
    color: #000000;
    font: 400 normal 12px/1.6em "adelle-1","adelle-2", serif;
    text-rendering: optimizelegibility;
    text-shadow: 0 1px #fff;
}

small {
    text-transform: uppercase;
    font-size: .7em;
    letter-space: .07em;
    font-weight: bolder;
    text-decoration: none;
}

/* 
 * Header / Navigation
 */
 
.header_img {
    margin: 0 0 0 35px;
    position: relative;
    z-index: 11;
}

.nav_container {
    width:100%; 
    line-height: 1.8em;
    margin: 0 auto 3em auto;
    padding: 6em 1em;
    position: relative;
    z-index: 12;
}

#nav_page_1 {
    margin-bottom: 4em;
    padding-right: 1.5em;
}

/* TEMP OUTLINE */
section.temp-outline {
    margin: 2em auto;
        font: 700 normal 12px/1.6em "etica-1", "etica-2", verdana, sans-serif !important; 

    @media screen and (max-width: 600px) { 
        float: none;
    }
}
.project_content .temp-outline p {
    font: 100 normal 1.8em/1.5em "adelle-1","adelle-2", georgia, serif; 
    letter-spacing: .01em;
}

.project_content .temp-outline p.project-details {
    font: 100 normal 1.2em/1.4em "etica-1", "etica-2", verdana, sans;   
}

.temp-outline p a {
    text-decoration: none !important;
    color: #4883C4 !important;   
   /* border-bottom: 2px solid #4883C4;*/
}

.temp-outline p a:after {
    text-decoration: none;
    color: #4883C4;   
}

.temp-outline ul {
    list-style-type: none;
    margin: 0; 
    padding: 2em 0; 
}
.temp-outline li {
    display: inline;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: .5em 1.5em 0 0;
    margin: 0;
}

.temp-outline li a {
    text-decoration: none;
    color: #4883C4; 
    font: 700 normal 12px/1.6em "etica-1", "etica-2", verdana, sans-serif !important;
}

/* Enabled via Display Options */
.nav_container.horizontal {
    position: relative;
    max-width: 700px;
    z-index: 25;
}

.nav_container.horizontal div {
    float: left;
    <!--padding-right: 10px;-->
}

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

.nav_container a {
    font-size: 11px;
    padding: 1em .7em;
    text-decoration: none;
}

.project_link a {
    text-decoration:none; 
    color:#4883C4; 
    font: 200 normal 16px/1.6em "adelle-1","adelle-2", serif;
    letter-spacing: .05em;
}

.project_link:first-of-type {
    clear: left;
}

.project_link a:hover {
    color:#262626;
}

.project_link a:active {
    color: #5CD4FF;
}

.page_link a {
    
    font: 700 normal 12px/1.8em "etica-1", "etica-2", verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #999999;
    padding-right: 1.6em;
    word-spacing: .2em;
    
    @media screen and (max-width: 600px) { 
        padding-right: .6em;
    }
}

.page_link a:hover {
    color: #222222;
}

.page_link a:active {
    color: #5CD4FF;
}
/*
#menu_3456262 {
    clear: left;
}*/
/*
#menu_3456286, #menu_3448685, #menu_3554393 {
    clear: left;
}
*/
#menu_3456286 {
    clear: left;    
}

.link_link #p3554393 {
    color: #666;
 
    /*
        font: 600 normal 1.25em/3.6em "cronos-pro-1", "cronos-pro-2", verdana, sans-serif !important;

    padding-left: .1em;
    letter-spacing: .2em;
    border-bottom: 1px dotted #999;
    margin-left: .8em;
    padding-right: 0;
    margin-right: 1.6em;
    padding-bottom: 1em;*/
 }

#menu_3554393 { 
    margin-bottom: 1.1em !important;
    float: left;
}

#menu_3448685,.page_link {
    float: right !important;
}

.link_link, .page_link {
    margin-bottom: .75em;
}

.link_link a {
    font:700 normal 12px/1.8em "etica-1", "etica-2", verdana, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #999999;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1.6em;
}

.link_link a:hover {
    color: #222222;
}

.link_link a:active {
    color: #5CD4FF:;
}

.nav_active a {
    color: #999;
}

.nav_active a:active {
    color:#5CD4FF;
}

.pagination {
    color: #999999;
    font-size: 11px;
    z-index: 11;
}

.pagination a {
    color: #00AF8A;
}

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

.pagination a:active {
    color: #5CD4FF;
}

.nav_follow {
    color: #222222;
    font-size: 11px;
    z-index: 11;
}

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

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

.nav_follow a:active {
    color: #5CD4FF;
    text-decoration: none;
}
    
.view_tag_info {
    color: #999999;
    font-size: 11px;
    padding-left: 3px;
}

.view_tag_info a {
    color: #0066ff;
}

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

.view_tag_info a:active {
    color: #5CD4FF;
}
    
/*
 * Content
 */

#content_container {
    display:block;
    padding: 2em 1em; 
    margin: 8em auto 0em ;
    position: relative;
    max-width:700px;
    z-index: 10;
}

#maincontainer {
    display: block;
    margin: 0 ;
    max-width: 700px;
    margin: 0 1em auto;
}

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

.bodycopy a:hover {
    color: #000000;
    text-decoration: none;
}

.bodycopy a:active {
    color: #5CD4FF;
}

.project_content {
    color: #555;
    max-width: 670px;
}

.project_content h1 {
    font: 100 normal 2.4em/1.2em "adelle-1","adelle-2", serif;
    margin: 0;
    padding-bottom: 1.5em;
    color: #000;
}

.project_content h2 {
    font: 500 normal 12px/1.5em "etica-1","etica-2", serif;
    display: block;
    text-transform: uppercase;
    letter-spacing: .175em
}

.project_content h3 {
    font: 300 normal 1.4em/1.2em "adelle-1","adelle-2", serif;
    margin-bottom: 1em;
}

.project_content p {
    font: 300 normal 1.5em/1.5em "adelle-1","adelle-2", serif;
    padding-right: 30%;
}

.project_content p.project-details {
    font: 400 normal 1em/1.8em "etica-1","etica-2", serif;
}

.project_content aside {
    font: 400 normal 1em/1.8em "etica-1","etica-2", serif;
    padding-top: .75em; 
    float: right;
    padding-right: .5em;
    width: 24%;
    position: relative;
}

.project_content aside.indent-negative {
     text-indent: -5px;   
}

.project_content ol+aside {
       
}

.project_content p+aside {
    padding-top: .3em;   
}

.project_content ol {
    list-style-type: none;
    padding-left: 0;
    display: block;
}

.project_content li {
    display: inline;
    padding-right: 2em;
    font: 300 normal 12px/1.8em "etica-1","etica-2", verdana, sans-serif;
}

.project_content li p {
    white-space: nowrap;   
}

.project_content li .num {
    font: 400 normal 12px/1.6em "etica-1","etica-2", verdana, sans-serif;
    padding-right: .4em;
    color: #999;
}

.project_content a {
    color: #4883C4;
    text-decoration: none;
}

.project_title {
    color: #000000;
    font: 300 normal 14px/1.6em "adelle-1","adelle-2", serif;
    font-size: 24px;
    line-height: 1.6em;
    margin: -8px 0 0 0;
    padding: 0 0 30px 0;
    letter-spacing: .04em;
}
    
/*
 * Project hHeader
 */
        
.project_header {
    float: right;
    margin: 0 35px 0 0;
    position: relative;
    z-index: 99;
}

.project_header div {
    float: right;
}

.project_header a {
    color: #999999;
    font-size: 11px;
    text-decoration: underline;
}

.project_header a:hover {
    color: #000000;
    text-decoration: none;
}

.project_header a:active {
    color: #5CD4FF;
}

.project_divider {
    color: #bbbbbb;
    float:right;
}
    
/* 
 * 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_container {
    margin: 0px;
    width: 100%;
    display: inline-block;
}

.project_content div.img_container+ol {
    margin-top: 0;
}

.project_content img {
    clear: both;
    max-width: 700px;
    display: block;
    margin: 2.5em -1em 1.5em -1em;
}


/* 
 * Slideshows
 */
        
.slideshow_nav {
    clear: both;
    color: #999999;
    padding: 0;
    font-size: 12px;
    margin-top: .75em;
}

.slideshow_nav a {
    color: #4883C4;  
    text-decoration: none; 
    font: 600 normal 12px/inherit "etica-1", "etica-2", verdana, sans-serif !important; 
}

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

.slideshow_nav a:active {
    color: #5CD4FF;
}

.slideshow_count {
    color: #999999;
    font-size: 12px;
}

.slideshow_wrapper {
    clear: both;
    margin: 0 -1em;
    max-width: 700px;
    display: inline-block;
  /*  background: #F1F2F2; */
}

.slideshow_container img {
    margin: 0;
    width: 100%; 
}

.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: 11px;
    padding: 5px 0 5px 0;
}

/*
 * Project footer
 */
    
.project_footer {
    color: #999999;
    clear: both;
    font-size: 11px;
    padding: 15px 0px 0px 0px;
}

.comment_link a {

}

.comment_link a:hover {

}

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

.project_views {
    color: #999999;
    font-style: italic;
}

.project_footer .permalink a {
    color: #999999;
    font-style: italic;
}

.project_footer .permalink a:hover {
    color: #000000;
}

.project_footer .permalink a:active {
    color: #5CD4FF;
}
    
.tags {
    color: #999999;
}

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

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

.tags a:active {
    color: #5CD4FF;
}

.tags a:visited {

}

.project_footer .editlink a {
    color: #0066ff;
    font-style: italic;
}

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

.project_footer .editlink a:active {
    color: #5CD4FF;
}


.project_bottom {
    clear: both;
    margin: 4em 0px;
    max-width: 700px;
}

/* 
 * Thumbnails
 */
    
.project_thumb {
    float: left;
    margin: 0 16px 2em 0;
    position: relative;
    text-align: center;
}

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

.project_thumb .nohover {
    text-decoration: none;
    font-weight: 500;
}

.project_thumb .hover .thumb_title span {
}

.project_thumb.active .cardimgcrop {
    border: 1px solid #cccccc;
}

.project_thumb.active .thumb_title span {
    
}

.cardimgcrop {
    border: 1px solid transparent;
    margin: -3px -3px 3px -3px;
    padding: 2px;
    position: relative;
    min-width: 216px;
    min-height: 136px;
    
    @media screen and (max-width: 600px) { 
        min-width: 366px;
        min-height: 148px;
    }
}

.cardimgcrop.notitle_notag {
    margin-bottom: 22px;
}
    
.loader_holder {
    display: none;
    position: absolute;
    text-align: left;
    top: 8px; left: 8px;
    z-index: 3;
}

.thumb_title {
    overflow: hidden;
    white-space:nowrap;
    text-align: left;
    width: 200px;
}

.thumb_title.notag {
    margin: 0 auto;
}

.thumb_title .text {
    color: #4883C4;
    font: 300 normal 1.1em/1.6em "etica-1","etica-2", verdana, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .5em 0 0 .25em;
}

.thumb_tag {
    color: #999999;
    font-family: Georgia, Times, serif;
    height: 3em;
    line-height: 15px;
    margin: 0 0 2px 0;
    overflow: hidden;
    text-align: center;
    width: 200px;
}

.thumb_tag.notitle {
    margin-top: 5px;
}

.thumb_tag a {
    color: #4883C4;        
    font-size: 11px;
    font-style: italic;
    line-height: 1.6em;
    text-align: center;
    text-decoration: none;
}

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

/* 
 * Search results
 */
    
#search_form {
    position: fixed;
    bottom: 20px; left: 35px;
}

#search_form #search_term {
    font-size: 11px;
    width: 188px;
}

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    color: #000000;
    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: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    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: #000000;
    font-weight: bold;
    text-decoration: underline;            
}

.search_title a:hover {
    color: #000000;
    text-decoration: none;
}

.search_title a:active {
    color: #5CD4FF;
    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: #000000;
    text-decoration: underline;
}

.search_tags a:active {
    color: #5CD4FF;
}

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

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

/* "Running on Cargo" */
.cargo_link {
    color: #cccccc;
    font-size: 11px;
    line-height:165%;
    position: fixed;
    right: 35px; bottom: 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 {
    color: #5CD4FF;
}

/*
 * In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
 */

/* Test thread */ 

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