/*
Theme Name: The Blue Cube
Theme URI: http://www.thebluecube.com/
Description: The brand spanking new The Blue Cube website.
Author: Luke Jones
Version: 0.1
Tags: blue, noise, awesome
*/

/* Universal Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
legend { display:none; }

/* Main Styles & Structure */

body {
	background:url(images/bg.png) top left #faf6f2;
	font-family:Helvetica, Arial, sans-serif;
	color:#111;
}

div#tagLine {
	width:100%;
	height:37px;
	background:url(images/tagline-bg.png) top left repeat-x;
}

div.wrap {
	width:960px;
	margin:0 auto;
}

div#socialMedia {
	margin:10px 0;
	overflow:hidden;
}

div#tagShadow {
	width:960px;
	height:35px;
	background:url(images/tagline-shadow.png) bottom center no-repeat;
}

div#header {
	height:70px;
	margin:0 0 20px;
	padding:0 0 15px;
	overflow:hidden;
	border-bottom:1px solid #999997;
}

div#contentWrap {
	overflow:hidden;
}

div#content {
	float:left;
	width:725px;
	margin:0 15px 0 0;
}

div#sidebar {
	float:left;
	width:220px;
	padding:1px 0 0;
}

div#carousel {
	width:725px;
	height:260px;
	background:url(images/carousel-bg.png) top left no-repeat;
	overflow:hidden;
	position:relative;
}

div#footer {
	clear:both;
	width:100%;
	height:117px;
	margin:15px 0 0;
	padding:22px 0;
	background:url(images/footer-bg.png) top left repeat-x;
}

div#subFooter {
	width:960px;
	margin:0 auto;
	padding:5px 0;
	overflow:hidden;
}

div#notFound {
	width:400px;
	padding:20px;
	margin:0 auto;
	background:rgba(100,100,100,0.08);
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

/* Home Page */

div.column {
	float:left;
	width:225px;
	margin:15px 25px 15px 0;
}

div#indexExcerpt {
	float:left;
	clear:left;
	width:475px;
	margin:0 25px 0 0;
	padding:0 0 10px;
}

div#tweets {
	width:225px;
	float:left;
}

/* Normal Pages */

div#contentNormal {
	margin:0 0 5px;
	overflow:hidden;
}

div#pageTitle, div#pageTitleSingle {
	width:980px;
	height:50px;
	max-height:50px;
	margin:0 0 15px;
	padding:22px;
	background:url(images/page-titles.png) top left no-repeat;
}

div.floatWrap {
	overflow:hidden;
	margin:0 0 15px;
}

div.leftColumn, div.rightColumn {
	float:left;
	width:470px;
	background:url(images/double-stroke.png) top left repeat-x;
}

div.leftColumn {
	margin:0 20px 0 0;
}

div#projectInfo {
	margin:0 0 15px;
	padding:0 0 18px;
	overflow:hidden;
	background:url(images/double-stroke.png) bottom left repeat-x;
}

div#projectLeft {
	float:left;
	width:530px;
	margin:0 15px 0 0;
}

div#projectRight {
	float:left;
	width:415px;
}

div#projectTextWrap {
	overflow:hidden;
	height:222px;
}

div#getInTouch {
	margin:0 auto;
	overflow:hidden;
}

div#getInTouchInner {
	width:610px;
	margin:1px auto 0;
	padding:10px;
	overflow:hidden;
	background:url(images/alpha10.png) top left;
	-webkit-box-shadow:1px 1px 0 #fff,-1px -1px 0 rgba(100,100,100,0.2);
	-moz-box-shadow:1px 1px 0 #fff,-1px -1px 0 rgba(100,100,100,0.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

div#getInTouchLeft {
	float:left;
	width:205px;
	text-align:right;
}

div#getInTouchRight {
	float:left;
	width:370px;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	border-left:1px solid #e7e6e2;
}

div#contactWrap {
	width:750px;
	min-height:400px;
	overflow:hidden;
	margin:0 auto;
}

div#contactLeft {
	float:left;
	width:499px;
	min-height:250px;
	border-right:1px solid #e7e6e2;
}

div#contactRight {
	float:left;
	width:235px;
	margin:0 0 0 15px;
}

div#sideForm {
	margin:-2px 0 10px;
	padding:10px;
	overflow:hidden;
	background:url(images/alpha10.png) top left;
	-webkit-box-shadow:0 1px 0 #fff,0 -1px 0 rgba(100,100,100,0.2);
	-moz-box-shadow:0 1px 0 #fff,0 -1px 0 rgba(100,100,100,0.2);
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
}

/* Posts */

div.entry, div.entryLatest {
	border-bottom:1px dashed #d5d4d1;
	margin:0 0 15px;
}

div.share {
	border-bottom:1px dashed #d5d4d1;
	margin:0 0 15px;
	padding:0 0 15px;
}

div.author {
	padding:15px;
	background:url(images/alpha10.png) top left;
	overflow:hidden;
}

div#comments {
	border-top:1px dashed #d5d4d1;
	margin:15px 0 0;
	padding:15px 0 0;
}

div#respond {
	width:450px;
	overflow:hidden;
	padding:15px 20px 5px;
	margin:0 auto;
	background:url(images/alpha10.png) top left;
	border:1px solid #d5d4d1;
}

div#pagination {
	padding:10px 0;
	text-align:center;
}

/* Miscellaneous */

div.divider {
	height:3px;
	background:url(images/double-stroke.png) top left repeat-x;
}

div.noRightMargin {
	margin-right:0px;
}