

/* screen.css */


    body {
        padding: 0 0 128px 0px;
        min-height: 100%;
        font-size: 14px;
        font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
        line-height: 1.2em;
        color: #918b70;
        background: #181713;;
    }

    #container {
	margin: 0 auto;
        z-index: 2;
        width: 950px;
    }
    a {
        text-decoration: none;
        color: #fef8e1;
    }
    a:hover {
        color: #fef8e1;
    }
    a.arrow {
        padding-right: 12px;
        background: url('../images/arrow.png') no-repeat right center;
    }
    a.arrow:hover {
        text-decoration: underline;
    }
    .clear {
        display: block;
        clear: both;
        margin: 0;
        padding: 0;
        height: 0;
        border: none;
    }
    .hide {
        display: none;
    }
/*
}
Header {
*/
    #header {
        padding: 0 0 0 0;
    }



/* Content*/
    #content {
        clear: both;
        padding: 0;
    }
    #content .column-2a,
    #content .column-2b {
        width: 455px;
        float: left;
        margin-right: 8px;
    }
    #content .column-3a,
    #content .column-3b,
    #content .column-3c {
        width: 345px;
        float: left;
        margin-right: 8px;
    }
    #content .column-3c {
        width: 210px;
    }
    #content .column-2b,
    #content .column-3c {
        margin-right: 0;
    }
    body.analytics #content .main,
    body.contact #content .main,
    body.case-studies #content .info,
    body.methods #content .main {
        float: left;
        width: 490px;
    }
    body.analytics #content .sidebar,
    body.contact #content .sidebar,
    body.case-studies #content .sidebar,
    body.methods #content .sidebar {
        float: left;
        width: 323px;
        margin: 16px 0 0 105px;
    }
    #content h2 {
        margin: 2.5em 0 1em 0;
        font-size: 20px;
        line-height: 1.1em;
        color: #fef8e1;
    }
    #content strong {
        color: #fef8e1;
    }
	
	
	
	/* Posts */

.post {
	margin-bottom: 20px;
	padding: 10px 10px 10px 20px;
	background: #222222;
    text-align: left;
	border: 1px solid #333333;
}

.post h2, .post h3 {
	margin-left: -20px;
}


#post2 {
	margin-bottom: 100px;
	margin-top: 200px;
	padding: 20px 40px 100px 40px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #1F1F1F;
}

.post2 h2, .post2 h3 {
	margin-left: -20px;
}
	
	

/*
}
Footer {
*/
    #footer {
        clear: both;
        font-size: 12px;
        color: #5b5848;
    }
    #footer a {
        color: #918b70;
    }
    #footer a:hover {
        text-decoration: none;
        color: #fef8e1;
    }


/*
    }
    Portfolio {
*/
        body.portfolio #header {
            padding-bottom: 0;
        }
        body.portfolio .piece {
            clear: left;
            padding: 46px 0 32px 0;
            border-top: 1px solid #6e6955;
        }
        body.portfolio div.first {
            border-top: none;
        }
       body.portfolio .piece .image {
            float: left;
            width: 534px;
            padding: 9px;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            background: #555555;
        } 
        body[class] .piece .image {
            background: rgba(116,111,89,0.22);
        }
        body.portfolio .piece .image img {
            display: block;
            width: 534px;
        }
        body.portfolio .piece .details {
            float: left;
            width: 323px;
            margin: 0 0 0 43px;
        }
        * html body.portfolio .piece .details {
            width: 337px;
            margin: 0 0 0 29px;
        }
        body.portfolio #container .piece .details h2 {
            margin: 0 0 12px 0;
            font-size: 38px;
            color: #fef8e1;
        }
        body.portfolio .piece .details .provided {
            margin: 12px 0 16px 0;
            font-size: 16px;
            color: #fea300;
        }
        body.portfolio .piece .details .provided ul {
            clear: left;
        }
        body.portfolio .piece .details .provided li {
            float: left;
            padding: 0 8px;
            text-transform: lowercase;
        }
        body.portfolio .piece .details .provided li.first {
            padding-left: 0;
            border-left: none;
        }
        body.portfolio .piece .details .provided li.last {
            padding-right: 0;
        }
        body.portfolio .piece .details .thumbs {
            margin: 0 -14px 0 0;
            width: 337px;
        }
        body.portfolio .piece .details .thumbs a {
            display: block;
            float: left;
            margin: 0 7px 0 0;
            padding: 4px;
            width: 153px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            background: #3e3b30;
        }
        body[class] .piece .details .thumbs a {
            background: rgba(116,111,89,0.22);
        }
        body.portfolio .piece .details .thumbs a img {
            display: block;
            width: 153px;
        }
        body.portfolio .piece .details .copy {
            font-size: 13px;
            font-family: 'Trebuchet MS', Arial, sans-serif;
            color: #918b70;
        }
        body.portfolio .piece .details .copy p {
            margin: 1em 0;
        }
        body.portfolio .piece .details a.view-link {
            padding-right: 16px;
            font-style: italic;
            font-size: 15px;
            background: url('../images/arrow.png') no-repeat right center;
            color: #918b70;
        }
        body.portfolio .piece .details a.view-link:hover {
            text-decoration: none;
            color: #fef8e1;
        }





/*
    }
}

Lightbox {
*/
    #jquery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
    }
    #jquery-lightbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
    }
    #jquery-lightbox a img { border: none; }
    #lightbox-container-image-box {
        position: relative;
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
    #lightbox-container-image-box,
    #lightbox-container-image-data-box {
        background-color: #2b2922;
        background-color: #181713
    }
    
    body[class] #lightbox-container-image-box,
    body[class] #lightbox-container-image-data-box {
        /*background-color: rgba(116,111,89,0.33);*/
        /*background-color: rgba(0,0,0,0.9);*/
    }
    #lightbox-container-image {
        padding: 10px;
    }
    #lightbox-loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
    }
    #lightbox-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
    }
    #lightbox-container-image-box > #lightbox-nav { left: 0; }
    #lightbox-nav a { outline: none;}
    #lightbox-nav-btnPrev, #lightbox-nav-btnNext {
        width: 49%;
        height: 100%;
        zoom: 1;
        display: block;
    }
    #lightbox-nav-btnPrev { 
        left: 0; 
        float: left;
    }
    #lightbox-nav-btnNext { 
        right: 0; 
        float: right;
    }
    #lightbox-container-image-data-box {
        /*font: 10px Verdana, Helvetica, sans-serif;*/
        margin: 0 auto;
        line-height: 1.4em;
        font-family: arial, sans-serif;
        font-size: 13px;
        overflow: auto;
        width: 100%;
        padding: 0 10px 0;
    }
    #lightbox-container-image-data {
        padding: 0 10px;
        color: #fef8e1;
    }
    #lightbox-container-image-data #lightbox-image-details { 
        width: 70%;
        float: left;
        text-align: left;
    }
    #lightbox-image-details-caption {
        /*font-weight: bold;*/
        font-family: Georgia, serif;
        font-size: 13px;
    }
    #lightbox-image-details-currentNumber {
        clear: left;
        display: block;
        padding-bottom: 1.0em;
        font-size: 10px;
        color: #918b70;
    }
    #lightbox-secNav-btnClose {
        margin-top: 6px;
        width: 66px;
        float: right;
        padding-bottom: 0.7em;
    }
/*
}
*/