/* Global Manhattan styles
***********************************************************************************************************/

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

body {
    background: none repeat scroll 0 0 #FFFFFF;
     color: #000000;
    font-family: Courier New, Courier, mono,Univers,Verdana,Arial,san-serif;
    font-size: 11px;
    height: 100%;
    line-height: 150%;
    margin: 0 auto 0 auto;
    font-weight: normal;

    
}


#caja{
    width:230px;
    background-color: #DAF5D0;  
    position:absolute;
    top: 20px;
    left: 860px;
   z-index: 10000; 
    padding: 10px;
    color: #362a2b;
       

}



#img_about{
    position:relative;
    margin-left:6px;
    width:1122px;

    
}


/* Header / Navigation
***********************************************************************************************************/
.header_img { /* To fix in place change to "position:fixed;" */
    padding: 30px 0 25px 0;
    text-align: center;
    z-index: 99;
    margin:0 auto;
    width: 1134px;
}
.header_img img {
    display: inline-block;
}

.nav_container {   
    width: 1134px;
    margin:0 auto;
    text-align: center;
    z-index:2000;
    position:fixed;
    top: 110px;
  
}
.nav_container div {
    display: inline-block;
    padding: 0 10px;


}
#nav_loadspin {
display: none;
position: fixed;
top: 8px; left: 8px;
z-index: 100;
}
.nav_container br {
display: none;
}


.view_tag_info, .nav_container br { display: none !important; }

.menu {
position:relative;
z-index:1000;
background-color: #FFFFFF;
width:1134px;
margin : 0px auto;
padding-top:15px;
padding-bottom:15px;
text-align: left;
font-size : 11px;


}

.menu a {
color : gray;
text-decoration : none;

    
}
.menu a:hover { 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /* for old Konqueror browsers */
  background-color: #fed0d2;
  color : black ;}

.submenu {

    width:1134px;
    margin : 0px auto;

}


.logo {
    margin-left: 25px;
    float:left;

    
}
.logo a:hover {

 background-color: transparent;
   
}

.column {
float: left;


}
.column1 {
width: 96px;
margin: 28px 0 0 10px ;
padding: 0 0 0 20px;
border-left:1px solid black;
float:left;
}


.column2 {
margin: 28px 0 0 10px ;
padding: 0 47px 0 20px;
border-left:1px solid black;
float:left;
}

.column3 {
margin: 28px 0 0 10px ;
padding: 0 47px 0 20px;
border-left:1px solid black;
float:left;
}

.column4 {
margin: 28px 0 0 10px ;
padding: 0 0px 0 20px;
border-left:1px solid black;
float:left; 
}


.spacer {
    clear: both;
    border-bottom: 1px dotted #424242;
    width:1122px;
    margin-left:5px;

   
    
}
.element.style {
    display: inline;
}



    /* Navigation > Links
    ***************************************************************************************************/
    .nav_container a { /* Applied to each navigation link */
font-size: 11px;
text-decoration: none;
}
.project_link a { color: #C0C0C0; }
.project_link a:hover { color: #000000; }
.project_link a:active { background: #000000; color: #ffffff; }
.page_link a {
color: #777777;
padding: 2px 3px;

}

.page_link a:hover { color: #ffffff; background:#000000; text-decoration:underline; }
.page_link a:active { color: #777777; }
.link_link a { color: #C0C0C0; text-decoration: underline; }
.link_link a:hover { color: #000000; }
.link_link a:active { color: #666666; }
.nav_active a { color: #000000; font-weight: normal; }
.nav_active a:hover { color: #000000; }
.nav_active a:active { color: #000000; }
.nav_follow { color: #999999; font-size: 11px; z-index: 11; }
.nav_follow a { color: #222222; }
.nav_follow a:hover { background: #ffff00; color: #222222; }
.nav_follow a:active { background: #000000; color: #ffffff; }
.nav_container .view_tag_info {
color: #999999;
display: block;
margin-top: 1em;
}
.view_tag_info a { color: #999999; text-decoration: underline; }
.view_tag_info a:hover { color: #333333; }
.view_tag_info a:active { color: #999999; }

    
    
/* Content
***********************************************************************************************************/

#content_container {
    padding: 20px 0 0 0px;
    position: relative;
    z-index: 10;
    width: 1134px;
    margin:0 auto;
   

    
}

#content_container_project{
    z-index: 10;
}





    /* Content > Project content
    ***************************************************************************************************/
  
    #maincontainer_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;

     
    }
    .entry {
    clear: both;
   
    
     
    }
    
    .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 {
    float: left;
    width:1134px;
    position:relative;
    margin-left:6px;
}
    #content{
    width:750px;
    float:left;
    position:relative;
}

    .project_content br {
        clear: none!important;
    }
    
    .project_title {
        color: rgba(0, 0, 0, 0);
        font-family: 'Josefin Sans';
        font-style: normal;
       font-weight: 100;
        font-size: 56px;
        line-height: 0.65em;
        width:820px;
       line-height: 1em;
        margin-left:2px;
    }
     .project_title2 {
        color: #000000;
        font-family: 'Josefin Sans';
        font-style: normal;
       font-weight: bold;
        font-size: 48px;
}


      #project_footer {
        clear: both;
        color: #999999;
        text-align:left;
}
 


     #project_text {
        width: 348px;
        margin-left:780px;
      
        position: relative;
        border-top: 1px solid #5a5a5a;
        border-bottom: 1px solid #5a5a5a;
        padding-bottom: 6px;
        padding-top: 6px;
   
    }

#press_text {
       
        margin-left:10px;
      
        position: relative;
       
        
       margin-top: 6px;
   
    }
        
#press_img {
        
    height: 500px;
        margin-left:10px;
      
   position: relative;
       
   
    }

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
        

   
     .linea1{
        position: relative;
        margin-left: 780px;
        border-bottom: 1px solid #5a5a5a;
        width:348px;
}
     .linea{
        position: relative;
        border-bottom: 1px solid #5a5a5a;
        width:343px;
}
     .facebook{
        position: relative;
        margin-left: 780px;
        margin-top: 5px;
        width:348px;
}

    .info{
        float: left;
        overflow: hidden;
       margin: 0 40px 20px 6px;
        position: relative;
        text-align: left;
        width: 343px;
        border-top: 1px solid #252525;
        border-bottom: 1px solid #252525;
    
}
   .info2{
        float: left;
        overflow: hidden;
       margin: 0 0 15px 6px;
        position: relative;
        text-align: left;
        width: 343px;
        border-top: 1px solid #252525;
        border-bottom: 1px solid #252525;
    
}
 


     .fb-like{
        position: relative;
    margin-top:10px;
    
}

     .tumblr{
     position: relative;

}



        /* Project content > Header
        *******************************************************************************************/
        
        .project_header {
         
            position: absolute;
          
            z-index: 99;
        }

            .project_header div {
                float: left;
   
            }

            .project_header a {
                background: transparent;
                color: #00af8a;
                padding: 2px 3px 3px 3px;
                text-decoration: underline; 
    
            }

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

            .project_header a:active {
                background: #000000;
                color: #ffffff;
            }

        .project_divider {
            color: #bbbbbb;
            float: left;
        }
    
    /* Styling of default typographic headers and elements */
    
    h1 {
       
        font-size: 11px;
        font-weight:normal;
        font-style: italic;
 
    
    
    }
    
    h2 {
        font-size: 12px;
        line-height: 150%;
        font-weight:normal;
    }
    
    h3 {
        font-size: 13px;
        line-height: 90%;
        background-color: #fefdfc;
        font-variant: small-caps;
        padding: 3px;
}
    
    blockquote {
        color: #666666;
        margin: 0;
}
    
    .project_content img {
        margin: 0px 5px 20px 0px;
}

#press_content{
    width:220px;
    position:relative;
}

.press_img{
    position:relative;
  float:left;
}

    .press_text{
    position:relative;
   float:left;
    
    
}



        /* Project content > Slideshows
        *******************************************************************************************/
        
        .slideshow_component {
            float: left;
            z-index: -10000;
          margin-left:6px;
           
        }
        
        .slideshow_nav {
            clear: both;
            color: #999999;
           float:left;
            font-size: 11px;
            visibility: visible;
            position:relative;
          
    
        }
        
        .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: #666666;  
        }
        
        .slideshow_count {
            color: #999999;
            font-size: 11px;
            visibility: hidden;
        }
        
        .slideshow_wrapper {
            padding: 0px 0px 10px 0px;
            clear:both;
          
        }
        
        #slideshow_container img {
            margin: 0px;
            z-index: -1;
          
        }
        
        .slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active {
            background: none !important;
        }
            
        ul.slideshow_thumbs {
            margin: 0 10px 0 0;
            padding: 0;
        }
    

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

        .slideshow_thumb a {
            background: none !important;
            border: 3px solid transparent;
            display: block;
        }

            .slideshow_thumb a:hover {
                background: none !important;
                border: 3px solid #dddddd;
            }

            a.activeSlide {
                background: none;
                border: 3px solid #dddddd;
            }

            .slideshow_thumb a:active, a.activeSlide:active {
                background: none !important;
                border: 3px 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: 11px;
            padding:10px 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 Links */
            
            .project_footer .permalink a { color: #999999; font-style: italic; }
            .project_footer .permalink a:hover { background: #ffff00; 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: #ffff00; color: #000000; }
            .project_footer .editlink a:active { background: #000000; color: #ffffff; }
    
    .project_bottom {
        clear: both;
        border-bottom: 0px solid #cccccc;
        margin: 65px 0px 70px 0px;
        width: 1134px;
    }
    
 
    
    
    /* Content > Thumbnails
    ***************************************************************************************************/
.thumbnail_wrapper {
    background: none repeat scroll 0 0 transparent;
    padding: 0 0 0 0;
    position: relative;
    z-index: 99;
}
.thumbnail_container {
    margin: 0 auto;
    padding: 6px 0 0 0;
    width: 1134px;
  
}
.project_thumb {
    float: left;
    margin: 0 6px 45px 6px;
    width:177px;
    height:134px;
    position: relative;   
    background-color:  white;
    
    
  
}
.project_thumb .hover {
    cursor: pointer;
    
    text-decoration: none;
    font: 10px 
    
}
.project_thumb .hover .cardimgcrop {
    outline: medium none;
}
.project_thumb .nohover {
    text-decoration: none;
     font: 10px 
   
    
}
.project_thumb:hover .cardimgcrop {
    opacity: 1;
}
.project_thumb.active .cardimgcrop {
    outline: medium none;
}
.project_thumb.active .thumb_title span {


}
    
    .cardimgcrop {
        position: relative;
        min-width: 177x;
        min-height: 134px;
        overflow: hidden;
    border-bottom: 2px dotted grey; 
    padding-bottom: 5px;
   
    }

    .cardimgcrop.notitle_notag {
        margin-bottom: 22px;
    }

   
        
    .loader_holder {
        display: none;
        position: absolute;
        top: 50%;
        right: 50%;
        z-index: 3;
    }

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

    .thumb_title.notag {
        margin: 0 0 0px 0;
   
     
    }
     .thumb_title.notag.span {
 
  
     }
 .thumb_title.notag.span a {
    text-decoration: none;
     }

    .thumb_title .text {
        color:#1D1D1D;
        font-size: 13px;
        font-family: font-family: 'Josefin Sans';
        line-height: 18px;
        white-space: nowrap;
       
       
    }



    .thumb_tag {

     
        margin: 0 0 25px 0;
        overflow: hidden;
        text-align: left;
        width: 177px;
    }

    .thumb_tag.notitle {
        margin-top: 5px;
    
   
    
    }
    
    .thumb_tag a {
        color: #aaaaaa;        
        font-size: 12px;
        text-decoration: none;
        
    }
    
    .thumb_tag a:hover {
        text-decoration: none;
   
    }
    
    
    
    
    
    /* Search results
    *******************************************************************************************/
    
    #search_form_custom {
        position: absolute;
        top: 32px; left: 505px;
        z-index: 999;
    }
    
    #search_form_custom #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 {
        background: #ffff00;
        color: #000000;
        text-decoration: none;
    }
    
    .search_title a:active {
        background: #000000;
        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: #000000;
        text-decoration: underline;
    }
    
    .search_tags a:active {
        color: #666666;
    }





/* Footer
***********************************************************************************************************/
    
.bottompad {
    clear: both;
    position: relative;
    height: 35px;
    margin: 35px 0 0 0;
    width: 705px;
}

    .bottompad a {
        padding: 2px 3px 2px 3px;
    }

 
 #site_footer {

        clear: both;
        color: #999999;
        padding-top: 15px;
        width:1122px;
        margin-left:5px;
}
   
  hr {
        background-color: #9185A7;
        border: 0 none;
        height: 1px;
        margin-bottom: 1.8em;
        text-align: left;
}
    .newsletter-div {
        float: right;
        padding-top: 0;
        text-align: right;
        width: 240px;
}
    



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

.cargo_link {                                                                       /* "Running on Cargo" */
    color: #ffffff;
    font-size: 11px;
    line-height:165%;
    position: fixed;
    right: 15px; bottom: 15px;
    z-index:99;
}

.cargo_link a { color: #ffffff; text-decoration: underline; }
.cargo_link a:hover { color: #ffffff; text-decoration: underline; }
.cargo_link a:active { background: #ffffff; color: #ffffff; }
        
        
        
        
        
/* 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-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;
}
