/*
THEME NAME: Matt Kocourek's Blog
THEME URI: http://www.mattkocourek.com/blog
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Bionic Hippo
AUTHOR URI: http://bionichippo.com
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Reset styles */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Typography */
body {
	font-size: 62.5%;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}
div#body {
	font-size: 1em;
	line-height: 1.4em;
}


/***************************
******************* Links */
a { 

}
a:hover { 
	text-decoration: underline;
}
a:visited {

}


/***************************
** Typographical Elements */

p, ul, ol, dl, address {
	margin: 0 0 1.6em 0;
	font-style: normal;
}

strong {
}

ul li, ol li, dl dd {
	padding-left: .9em;
}

blockquote {
	margin-left: 1.8em;
	margin-right: .9em;
}

q:before {
	content: '&ldquo;'; 
}
q:after {
	content: '&rdquo;'; 
}

em {
	font-style: italic;
}

strong {
	font-weight: 900;
}

cite {
	font-style: italic;
}

code {
	font-family: monospace;
}

kbd {
	font-family: monospace;
}

samp {
	font-family: monospace;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sup.trademark {
	text-transform: uppercase;
	font-size: 70%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
}
h1 {
	font-size: 1.9em;
	color: #15345c;
	margin-bottom: 0.9em;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #15345c;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/***************************
*********** The Big Stuff */

.clear {
	clear: both;
}
body { 
	text-align: center;
	background: url('img/wrapper.png') center repeat-y #000;
}
div#wrapper {
	width: 100%;
/*	background: url('img/header-out.png') left 80px repeat-x; */
	background: url('img/header-repeat-new.png') left 80px repeat-x;
}
div.wrap {
	text-align: left;
	width: 80.1em;
	margin: 0 auto;
}


/***************************
****************** Header */
div#header {
	width: 882px;
	margin: 0 auto;
/*	background: url('img/header-in.png') right 80px no-repeat; */
	background: url('img/header-static.png') right 79px no-repeat; 
}
div#header div#blog-description {
	font-size: 1.2em;
	text-transform: lowercase;
	float: right;
	margin-top: 2em;
	margin-bottom: 0;
}
div#header h1 { 
	height: 85px; 
	margin-top: 48px;
	width: 270px;
	display: block; 
 	text-indent: -999em; 
	float: left; 
	margin-bottom: 0;
	font-size: 4.5em;
	font-family: Gotham, 'Myriad Pro', Helvetica, sans-serif;
	text-transform: lowercase;
}
div#header h1 a { 
	background: url('img/logo-new.png') left -6px no-repeat; 
	display: block; 
	height: 85px; 
	width: 270px;
}
div#header h1 a:hover {
	text-decoration: none;
}


/***************************
************** Navigation */

div#access ul ul {
	display: none;
}
div.skip-link {
	display: none;
}
div#access ul {
	float: right;
	margin-top: 88px;
}
div#access ul li {
	float: left;
	display: block;
	padding: 0;
	margin-right: 15px;
}
div#access ul li:hover {
	background: url('img/nav-li.png') left top no-repeat;
}
div#access ul li a:hover {
	background: url('img/nav-a.png') right top no-repeat;
}
div#access ul li a {
	display: block;
	padding: 3px 8px 6px 8px;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: lowercase;
}

/***************************
****************** Extras */
.hide { 
	display: none; 
}
div.breadCrumb { 
	display: none; 
}
br.clear { 
	clear: both;
}
img {

}
body.editing img {

}
.alignright {
	float: right;
	margin: 1em 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 1em 1em 1em 0;
}

.aligncenter, div.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
} 
.alignleft { 
	float: left; 
} 
.alignright { 
	float: right; 
} 
.wp-caption { 
	border: 1px solid #ddd; 
	text-align: center; 
	background-color: #f3f3f3; 
	padding-top: 4px; 
	margin: 10px; /* optional rounded corners for browsers that support it */ 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
} 
.wp-caption img { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
} 
.wp-caption p.wp-caption-text { 
	font-size: 11px; 
	line-height: 17px; 
	padding: 0 4px 5px; 
	margin: 0; 
}


/***************************
***************** Content */

div#nav-above {
	display: none;
}
body div#content h2.entry-title {
	margin-bottom: 5px;
}
body div#content h2.entry-title a {
	text-decoration: none;
}
div.entry-date {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #4f4f4f;
	margin-bottom: 12px;
}
div.entry-meta {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #4f4f4f;
}
div.entry-meta a {
	color: #4f4f4f;
}
div.post {
	margin-bottom: 40px;
}
div.post blockquote {
	font-style: italic;
}
div.post img {
	border: 1px solid #4f4f4f;
	padding: 4px;
}
div.post ol li {
	list-style-type: decimal;
	margin-left: 2.5em;
	padding-left: 0;
}
div.post ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 0;
}
div.entry-content h3 {
	font-size: 1.3em;
}
div.entry-content h4 {
	font-size: 1.2em;
}
div.entry-content h5 {
	font-size: 1.1em;
}
div.entry-content h6 {
	font-size: 1em;
}

div#container {
}
div#containerwrap {
	width: 882px;
	margin: 0 auto;
	font-size: 1.4em;
	line-height: 1.5em;
}
div#containerwrap a {
	text-decoration: underline;
	color: #fff;
	padding: 2px;
}
div#containerwrap div.entry-meta a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
div#content {
	width: 700px;
	margin-top: 20px;
	float: left;
	text-align: left;
	color: #fff;
	margin-bottom: 100px;
}
div.sidebar {
	float: right;
	color: #fff;
	width: 160px;
	margin-bottom: 100px;
	text-align: left;
	margin-top: 40px;
}
div.sidebar ul li {
	font-size: 0.9em;
	margin-left: 0;
	margin-bottom: 40px;
}
div.sidebar ul ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 0;
	margin-bottom: 0;
}
div.sidebar h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
}
div.sidebar ul ul ul {
	display: none;
}
input#s {
	width: 90px;
	padding: 2px;
}
input.button {
	background: none;
	border: none;
	color: #fff;
}


/***************************
****************** Footer */

div#footer {
	clear: both;
	width: 882px;
	margin: 0 auto;
	color: #4d4d4d;
	font-size: 1.1em;
}
div#footer a {
	color: #fff;
	text-decoration: underline;
}
p#copyright {
	margin-bottom: 5px;
}
p#credit {
	margin-left: 360px;
}
p#credit a {
	display: block;
	width: 146px;
	height: 18px;
	background: url('img/credit.png') left top no-repeat;
	text-indent: -999em;
}