/*
Theme Name: H5
Theme URI: http://diggingintowordpress.com/
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.0
Author: Jeff Starr
Author URI: http://perishablepress.com/
Tags: minimalist, template, html5

	H5 v1.0
	http://diggingintowordpress.com/

	This theme was lovingly designed and developed by Jeff Starr, 
	who blogs at perishablepress.com and designs at monzilla.biz.

	The CSS, HTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html
*/


/* == BASICS == */

body {
padding:0;
margin:0;
background:#eee;
color:#333;
font-size:14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#888;
}
p {
	text-align:justify;
}
blockquote {
	display:block;
	border-left:#888 4px solid;
	padding-left:6px;
}
.right {
	float:right;
}
span.right a {
	color:#444!important;
}

header, footer, section, article, aside, nav {
	display: block;
	}
#main {
	margin: 0 auto;
	width: 960px;
	}
#feedburner {
	float:right;
	margin-right:10px;
	}
#comments {
	width:659px;
}
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}

/* == LINKS == */

a:link {
	text-decoration: none;
	color: #bcbcbc;
	}
a:visited {
	text-decoration: none;
	color: #888;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #888;
	}

/* == HEADER == */

body>header {
	background: #111;
	padding: 22px 110px;
	}
	body>header h1 {
		margin: 0;
		padding:0;
		}
		body>header h1 a:link, body>header h1 a:visited, body>header h1 a:hover, body>header h1 a:active  {
			text-decoration: none;
			color: #fff;
			font-size: 42px;
			font-family: "American Typewriter", "Trebuchet MS", Verdana, sans-serif;
			margin:0;
				padding:0;
			}
	body>header h2 {
	margin:0;
	padding:0;
	font-size:95%;
	color: #777;
	}
		

/* == POSTS == */

article[id*=post-] {
	padding: 10px 0;
	width:659px;
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */

nav {
	text-align: center;
	clear: both;
	}
body>nav {
	background: #666;
	padding: 10px 0;
	}
	body>nav ul {
		text-align: left;
		margin: 0;
		padding: 0 110px;
		}
		body>nav li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
			color:#fff;
			}
			body>nav>ul>li>a {
				color:#ddd!important;
				}

/* == COMMENTS == */

article[id*=comment-] {
	width:659px;
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #bce877;
		background:#ecf8af;
		}
form[method=post] label {
	display: inline;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: inline;
	}

/* == SIDEBAR == */

aside {
	margin-top: 30px;
	overflow: hidden;
	width: 300px;
	float: right;
	clear: none;
	}
	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: disc outside;
			}

/* == FOOTER == */

body>footer {
	padding-top: 8px;
	overflow: hidden;
	width: 100%;
	padding: 0;
	clear: both;
	background:#111;
	border-top: #666 solid 8px;
	color:#777;
	}
body>footer>p {
	padding: 0 0 0 150px;
}
body>footer>p>a {
	color:#777!important;
}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */





/* a place for misc. styles */



/* == ALL YOUR CODE ARE BELONG TO POETRY == */

