/*
Theme Name: Starkers HTML5
Theme URI: http://nathanstaines.com
Description: An HTML5 version of (Based on <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 1.1
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, beginning, start, clean, basic
*/

/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;	
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/* Layout */

/* Generated by WordPress */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

body {
	font: 13px "myriad-pro-1","myriad-pro-2";
	color: #111;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

/* HEADER */

header {
	width: 960px;
	min-height: 100px;
	background: #242425;
	margin: 0 0 7px 0;
}

header .logo {
	width: 100px;
	background: url('images/logo.jpg');
	min-height: 81px;
	text-indent: -9999px;
	float: left;
	margin: 9px 0 0 10px;
}

header .title {
	float: left;
	text-transform: uppercase;
	margin: 8px 0 0 60px;
}

header .title h1 {
	font: 49px "myriad-pro-1","myriad-pro-2";
	color: #a7a7a7;
}

header .title h1 span {
	font: 62px "myriad-pro-1","myriad-pro-2";
}

body.home section.content {
	background: url('images/home.jpg');
	min-height: 637px;
}

section.content aside {
	padding: 210px 0 0 30px;
}

section.content aside ul li {
	font: 18px "myriad-pro-1","myriad-pro-2";
	text-transform: uppercase;
	margin: 0 0 37px 0;
	list-style-type: none;
}

section.content aside ul li a {
	color: #8c856e;
	text-decoration: none;
}

section.content aside ul li a:hover {
	color: #29aae2;
}

section.content article {
	width: 700px;
	float: left;
}
