/*  
Theme Name: Chasing Hats
Theme URI: http://chasinghats.com/
Description: The 2011 theme for Chasing Hats.
Author: Joshua M. Clark
Author URI: http://joshuamclark.com/
Version: 2
*/

/* html5doctor.com Reset Stylesheet v1.6.1 */

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
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,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding: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;
	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;
}


/* Base Styles */

body {
	font: 13px/1.231 sans-serif;
	*font-size: small;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 2em;
}

nav ul {
	margin: 0;
	list-style: none;
}

ol {
	list-style-type: decimal;
}


/* Global Structure */

html {
	background-color: gray;
}

body {
	background-color: white;
	border: 1px solid black;
	margin: 15px auto;
	width: 800px;
}

body > header {
	border-bottom: 3px double black;
	overflow: hidden;
}

#HatPhoto {
	float: left;
	width: 400px;
	height: 258px;
}

#Logo {
	float: right;
	width: 267px;
	height: 70px;
	border-left: 1px solid black;
	padding: 94px 66px;
}

nav {
	float: right;
	margin: 20px;
	width: 220px;
}

nav section {
	margin-bottom: 15px;
}

nav h1 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
}

nav li {
	margin: 4px 10px;
}

body > footer {
	clear: right;
	border-top: 3px double black;
	margin-top: 30px;
	padding: 10px;
	text-align: center;
}

body > footer p {
	margin: 0;
}


/* Index Styles */

body > section {
	width: 500px;
	margin: 20px 30px;
	overflow: hidden;
}

body > section h1 {
	float: right;
	width: 300px;
	margin-bottom: 0.5em;
}

body > section p.author {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 0;
	color: gray;
}

body > section p.blurb {
	float: right;
	width: 300px;
	text-align: justify;
}

body > section footer {
	width: 180px;
	float: left;
	text-align: right;
	color: #333;
	font-size: 0.9em;
	margin-right: 20px;
}

body > h1 {
	font-size: 1.5em;
	margin: 20px;
	text-align: center;
}

.prevPost {
	float: left;
	margin: 0 0 30px 30px;
}

.nextPost {
	float: right;
	margin: 0 30px 30px 0;
}

/* Article styles */

article {
	width: 500px;
	margin: 20px 30px;
}

article header {
	text-align: center;
}

article h1 {
	font-size: 1.5em;
}

article > p {
	text-align: justify;
}


/* Misc styles for old markup in posts */
.bottom, .bottom p {
	text-align: center;
	color: gray;
}

.divider {
	height: 16px;
	margin: 0 0 1em;
	padding: 0;
	border: 0;
	background: url(images/hatdivider.gif) no-repeat scroll center;
}

.divider hr {
	display: none;
}
