
***********************************************************************************************************/

body, html {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    background: #ffffff;
    color: #999999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11.5px;
    height: 100%;
    line-height: 1.5em;
    width: 100%;
    word-spacing: 1px;
}

h1, h2, h3 {
    font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif !important;
    font-size:16px !important;
    font-weight:300 !important;
}



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

.header_img {                                              /* To fix in place change to "position:fixed;" */
    margin: 0 0 0 35px;
    position: relative;
    z-index: 11;
}

.nav_container {
    left: 740px;
    line-height: 165%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 34px;
    z-index: 12;
}

.nav_container.horizontal {                                           /* Enabled via Display Options */
    left: auto;
    padding: 35px 0 60px 35px;
    position: relative;
    top: auto;
    width: 670px;
    z-index: 25;
}

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

#nav_loadspin {
    display: none;
    left: 8px;
    position: absolute;
    top: 8px;
    z-index: 100;
}





    /* Navigation > Links
    ***************************************************************************************************/
    
    .nav_container a {                                             /* Applied to each navigation link */
        font-size: 11px;
        text-decoration: none;    
        padding: 2px 3px 2px 3px;
    }

    .project_link a { color: #000000;  -webkit-border-radius:2px; }
    .project_link a:hover { background: #e51937; color: #ffffff; }
    .project_link a:active { background: #000000; color: #ffffff; }

    .page_link a { color: #999999; -moz-border-radius:2px; -webkit-border-radius:2px; }
    .page_link a:hover { background: #e51937; color: #ffffff; }
    .page_link a:active { background: #000000; color: #ffffff; }

    .link_link a { color: #999999; -moz-border-radius:2px; -webkit-border-radius:2px; }
    .link_link a:hover { background: #e51937; color: #ffffff; }
    .link_link a:active { background: #000000; color: #ffffff; }

    .nav_active a { background: #cccccc; color: #ffffff; }
    .nav_active a:hover { background: #cccccc; color: #ffffff; }
    .nav_active a:active  { background: #cccccc; color: #ffffff; }

    .pagination { color: #999999; font-size: 11px; z-index:11; }
    .pagination a { color: #00af8a;  -webkit-border-radius:2px; }
    .pagination a:hover { background: #e51937; 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: #e51937; color: #ffffff; }
    .nav_follow a:active { background: #000000; color: #ffffff; }
        
    .view_tag_info { color: #999999; padding-left: 3px; font-size: 11px; position:relative; top:15px; left:-710px; margin-bottom:-40px; font-size:14px; }
    
    .view_tag_info a { color: #e51937;}
    .view_tag_info a:hover { background: #e51937; color: #ffffff; }
    .view_tag_info a:active { background: #000000; color: #ffffff; }
    
    
    
    
    
/* Content
***********************************************************************************************************/

#content_container {
    padding: 0 0 0 35px;
    position: relative;
    width: 705px;
    z-index: 10;
}

.entry {
    margin-bottom:30px;
    float:left;
}





    /* Content > Project content
    ***************************************************************************************************/
    
    #maincontainer {
        display: none;
        margin: 0 0 0 0;
        width: 705px;
    }
    
    .bodycopy a { color: #000000; text-decoration: underline; }
    .bodycopy a:hover { background: #e51937; color: #ffffff; text-decoration: none; }
    .bodycopy a:active { background: #000000; color: #ffffff; }
    
    .project_content {
        float:left;
        position:relative;
        top:40px;
        left:0px;
        width:560px;
        z-index:999;
    }
    
    .project_title {
        color: #000000;
        font-family: Helvetica, Arial, sans-serif;
        /*font-size: 24px;*/
        font-size:1px;
        padding: 0 0 0 0;
        text-indent:-99999em;
    }
    
    
    
    
    
        /* Project content > Header
        *******************************************************************************************/
        
        .project_header {
            margin: 0 35px 0 0;

        }
    
        .project_index a {
            position:relative;
            float:right;
            width:29px;
            height:29px;
            font-size: 11px;
            font-style: italic;
            text-decoration: underline;
            text-indent:-99999em;
            color: #999999;
            background-image:<img src="sc/globals/close.png");
            background-repeat:no-repeat;
            background-position:left top;
            display:block;
            z-index:999;
        }
        
        .project_index a:hover {
            background-color:transparent;
            background-image:<img src="sc/globals/close.png");
            background-position:top right !important;
            color: #ffffff;
            text-decoration: none;
        }
    
        .project_index a:active {
            color: #ffffff;
            background:#000;
        }
    
    /* 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 {
        margin: 0px 15px 15px 0px;
    }





        /* Project content > Slideshows
        *******************************************************************************************/
        
               
        
        /* Project content > Project footer
        *******************************************************************************************/
    
        .project_footer {
            color: #999999;
            clear: both;
            font-size: 11px;
            padding: 30px 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: ; 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: #e51937; color:#ffffff; 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: #e51937; color: #000000; }
            .project_footer .editlink a:active { background: #000000; color: #ffffff; }
    
    .project_bottom {
        clear: both;
        border-bottom: 0px solid #cccccc;
        margin: 15px 0px 15px 0px;
        width: 670px;
        float:left;
    }
    
    
    
    
    
    /* Content > Thumbnails
    ***************************************************************************************************/
    
    .project_thumb {
        float: left;
        margin: 0 35px 10px 0;
        position: relative;
        text-align: center;
    }
    
    .project_thumb .hover {
        cursor: pointer;
        text-decoration: none;
    }
    
    .project_thumb .nohover {
        text-decoration: none;
    }
    
    .project_thumb .hover .thumb_title span {
        background: #e51937; color:#ffffff;
    }

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

    .project_thumb.active .thumb_title span {
        background: #e51937; color:#ffffff;
    }
    
    .cardimgcrop {
        border: 1px solid transparent;
        margin: -3px -3px 9px -3px;
        padding: 2px;
        position: relative;
        min-width:200px;
        min-height:134px;
    }

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

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

    .thumb_title.notag {
        margin: 0 0 22px 0;
    }
    
    .thumb_title .text {
        color: #000000;
        font-size: 11px;
        font-weight: bold;
        line-height: 15px;
        overflow: hidden;
        padding: 2px 3px 2px 3px;
        white-space: nowrap;
        text-align: center;
    }

    .thumb_tag {
        color: #999999;
        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: #999999;        
        font-size: 11px;
        font-style: italic;
        line-height: 1.5em;
        text-align: center;
        text-decoration: none;
    cursor:text;
    }
    
    .thumb_tag a:hover {
        text-decoration: none;
    }





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




    
/* 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: #cccccc;
    font-size: 11px;
    line-height:165%;
    position: fixed;
    right: 15px;
    z-index:99;
    display:none;
}

.cargo_link a { color: #999999; text-decoration: underline; }
.cargo_link a:hover { color: #000000; text-decoration: underline; }
.cargo_link a:active { background: #000000; color: #ffffff; }





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

/* Additional CSS by Social Control (steve scavo) */

#rotator {
    background:url(http://philshaps.com/images/texa.png) repeat scroll left top;
    position:fixed;
    top:0px;
    left:850px;
    width:100%;
    height:100%;
}

}
.new_footer {
    float:left;
    width:850px; 
    height:100px;
    margin:0 0 0 -35px;
    background:no-repeat top left;
    clear:both;
}

.new_footer ul {
    float:right;
    display:block;
    margin: 10px 15px 10px 0;
}

.new_footer li {
    float:left;
    margin:0;
    padding:0;
    line-height:0;
    display:inline;
}

.new_footer li a {
    float:left;
    width:24px;
    height:24px;
    text-indent:-9999em;
    margin:10px 5px 10px 0;
    background:transparent none no-repeat top left;
    display:block;
}


.new_footer p {
    font-size:9px;
    position:relative;
    right:0px;
    top:0px;
    width:835px;
    height:0;
    margin:0;
    padding:0;
    text-align:right;
    display:block;
    clear:both;
}

.row {
    background:#000;
    padding:20px 20px 10px;
    margin-bottom:1px;
    color:#fff;
    float:left;
    width:630px;
}

.row p {
    margin:0 0 10px !important;
    font-size:13px !important;
    line-height:10px !important;
}
.row a {
    color:#ffffff;
    background:#e51937;
    text-decoration:none;
}
.left {
    float:left;
    width:180px;
    color:#666666;
}
.left p {
    font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}
.right {
    float:right;
    width:425px;
}

a.view {
    position:absolute;
    top:-40px;
    left:537px;
    text-decoration:none;
    color:#fff; 
    text-align:center; 
    background:#bbb;
    width:100px;
    height:29px;
    line-height:29px;
    font-weight:bold;
    }
a:hover.view { background-color:#000; }

.stroke img {
    border:1px solid #666;
}

form {}

fieldset { border:0px; margin:0; padding:0; }










    
