/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: style.css
* Version: 1.0.0 (2010-06-12) YYYY-MM-DD
* Author: Michael Cairns
* Description: Ben Ashton-Bell.

*/

/* Eric Meyer CSS 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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}

/* End CSS Resset */

/* Begin Style/Structure */
	
body {
	background: #FFF;
	color: #999;
	font-size: 12px;
	height: 100%;
}
	
#wrapper {
	width: 880px;
	height:auto;
	margin: 45px 0 0 150px;
	position:relative;
}
	
#sidebar {
	background-color: transparent;
	width: 247px;
	height:auto;
	min-height:667px !important;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	padding-bottom: 45px;
}

	#navigation {
		text-transform: uppercase;
	}
	
		#navigation a, .container a {
			color: #666;
		}
		
		#navigation a:hover, #navigation a:focus, .container a:hover, .container a:focus {
			color: #999;
		}

	.projects {
		background: url(images/nav_bg.png) no-repeat top left;
		margin-top: 332px;
	}
	
	.projects ul {
		background: url(images/nav_footer.png) no-repeat bottom right;
		padding: 60px 0 12px 1px;
	}
	
		.projects ul li a {
			color: #999;
			text-transform: uppercase;
		}
		
		.projects ul li a:hover, .projects ul li a:focus, .projects ul li.current_page_item a {
			color: #666;
		}
		
	.details ul {
		padding: 60px 0 0 1px;
	}
		
	.details ul li {
		padding-bottom: 12px;
	}
	
.container {
	background-color: transparent;
	width: 660px;
	height:auto;
	min-height:700px !important;	
	position: absolute;
	top: 0;
	left: 174px;
	z-index: 1000;
	padding-bottom: 45px;
}

	.container p {
		margin-bottom: 12px;
	}
	
	.top {
		width: 660px;
	}
	
	#info {
		width: 560px;
		margin: 37px 0 0 100px;
	}
	
		#info h2 {
			color: #666;
		}

/* Begin sitewide classes */
	
	.left, .alignleft { /* applies left float to any element with this class */
		float:left;
	}
	
	.right, .alignright { /* applies right float to any element with this class */
		float:right;
	}
	
	.aligncenter,
	div.aligncenter { /* positioning for images in WYSIWYG editor */
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
/* End sitewide classes */

/* Tumblr styles */

.post {
	position: relative;
	min-height:100px;
    height:auto !important;
    height:80px;
}

.post, #pagination {
	border-top: 4px solid #666;	
	padding: 12px 0;
}

.meta {
	width: 150px;
	clear: left;
}

blockquote {
	font-size: 20px;
	font-style: italic;
	text-align: center;
	color: #666;
}

	.meta img, .content img, blockquote, .content h2, #biglink {
		margin-bottom: 12px;
	}

.content {
	width: 500px;
	clear: right;
}

	.content h2, #biglink {
		text-transform: uppercase;
		display: block;
	}
	
.video .caption {
	margin-top: 12px;
}

.clear {
	width: 650px;
	height: 1px;
	clear: both;
}