/*
	Layout ~ Blender CSS.
	Layout style sheet
*/

/* =Layout
----------------------------------------------------------------------------*/
body {background:#3F0C00;}

#head {
	background:#460B01;
}

#head .wrap {
	height:100px;
	position:relative;
}

#contentTwo, #contentThree, #footer {
	padding:40px 0 20px;
}

#contentOne {
	background:#732600;
}

#contentOne .wrap {
	padding-top:50px;
	padding-bottom:20px;
	background:url(../img/contentOne_bgnd.png) top left no-repeat;
}

.media {
	margin-top:-100px;
}

#contentTwo {
	background:url(../img/contentTwo_bgnd.png) top center repeat-y #400700;
	padding-bottom:40px;
	border-top:4px solid #200600;
	border-bottom:4px solid #200600;
}

.quote {
	padding:20px 20px 1px;
	background:#601D00;
	min-height:253px;
}

#contentThree {
	background:#722508;
}

#contentTwo .wrap .screenshots {
	background:url(../img/screenshots.png) top left no-repeat;
	height:256px;
}

#footer {
	border-top:4px solid #200600;
}