/*
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
*/

/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline: none;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
    padding: 5px 0 0 10px;
    margin-left: 10px;
    border-left: 8px solid #fafafa;
}

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;
}


/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	width: 1050px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(images/bg_body.gif) repeat-x;
	}
nav+section {
	/*overflow: hidden;*/
	width: 740px;
	float: left;
	clear: both;
	}

/* == LINKS == */

a{
	text-decoration: none;
	color: #808080;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #005e75;
	}

/* == HEADER == */

body>header {
	float: left;
	width: 347px;
	height: 45px;
	background: url(images/logo.gif) 0 19px no-repeat;
	padding: 33px 0 0;
	color: #ccc;
	}
	body>header h1 {
		text-indent: -9999px;
		margin: 0;
		font-size: 28px;
		margin-bottom: 5px;
		}
		body>header h1 a:link, body>header h1 a:visited {
			display: block;
			width: 347px;
			text-decoration: none;
			color: #660000;
			}
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: none;
			/*color: #990000;*/
			}
	body>header h2 {
		text-indent: -9999px;
		font-size: 12px;
		color: #999;
		font-weight: normal; 
		}

/* == POSTS == */

article[id*=post-] {
	float: left;
	width: 365px;
	height: 345px;
	margin: 0 0 10px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #fafafa;
	}
article>header p, 
article>footer p {
	/*font-style: italic;*/
	font-size: 12px;
	color: #999;
	}
article+nav {
	font-weight: bold;
	}
article>section {
	margin-bottom: -10px;
	padding-top: 2px;
	padding-right: 25px;
	}
article>section p {
	margin: 0 0 10px;
	text-shadow: 1px 1px 0 #fff;
	}
	
header {
	color: #999;
	}
	header>h1 {
		font-size: 16px;
		}
		article h1>a {
			padding: 1px;
			color: #005e75;
			background: #eee;
			text-shadow: 1px 1px 0 #fff;	
			}
		article h1>a:hover {
			color: #005e75; 
		}	
section {
	padding: 10px 0;
	color: #606060;
	font-size: 13px;
	line-height: 130%;
	}	
	
section>h1 {
	padding-top: 10px;
	}
	
img.site_thumb {
	padding: 5px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 80px rgba(220, 120, 47, .1);
	-webkit-box-shadow: 0 0 80px rgba(220, 120, 47, .1);
	box-shadow: 0 0 80px rgba(220, 120, 47, .1); }
	a img.site_thumb:hover {
		border: 1px solid #ccc;
	}

/* == NAVIGATION == */

nav {
	text-align: left;
	clear: both;
	}
body>nav {
	float: left;
	clear: none;
	width: 655px;
	margin: 0 0 25px;
	padding: 50px 0 0;
	font-size: 13px;
	text-align: right;
	}
	body>nav ul {
		text-align: right;
		margin: 0;
		}
		body>nav li {
			margin-right: 20px;
			margin-left: 10px;
			display: inline; }
/*			
nav a {
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff; }
	nav a:hover {
		color: #000; }
*/

nav a {
	padding: 6px;
	color: #005E75;
	font-size: 13px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff; }
		
nav p a {
	background: none;
	color: #005e75;
	text-shadow: none; }

/* == COMMENTS == */

article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #ddd;
		background: #eee;
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* == SIDEBAR == */

aside {
	margin-top: 38px;
	overflow: hidden;
	width: 300px;
	float: left;
	clear: none;
	color: #606060;
	font-size: 12px;
	line-height: 140%;
	}
	aside li {
		padding: 0 0 10px;
		list-style: none;
		}

		aside li ul li {
			padding: 0;
			list-style: disc outside;
			}
	aside h2 {
		color: #333;
		font-size: 13px;
	}
	aside p {
		padding: 5px 0;
		font-size: 13px;
	}

/* == FOOTER == */

body>footer {
	padding: 100px 0 20px;
	text-align: left;
	overflow: hidden;
	width: 100%;
	clear: both;
	font-size: 12px;
	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */

div.wpcf7 {
	padding: 10px 0 0 !important;
	}

/* == ALL YOUR CODE ARE BELONG TO POETRY == */

.fl {
	float: left;
	padding: 0 5px 0 0; }
