/*
Theme Name: H5 Theme Template
Theme URI: http://digwp.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://digwp.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
*/

/* == NOTE: This version of the H5 Theme is modified for display at the DiW Theme Playground == */

/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}

/* == LINKS == */

a:link, a:visited {
	text-decoration: underline;
	color: #336666;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #339966;
	}

/* == HEADER == */

#wrap>header {
	background: #111;
	padding: 33px;
	color: #ccc;
	}
	#wrap>header h1 {
		margin: 0;
		}
		#wrap>header h1 a:link, #wrap>header h1 a:visited {
			text-decoration: none;
			color: #ddd;
			}
		#wrap>header h1 a:hover, #wrap>header h1 a:active {
			text-decoration: none;
			color: #fff;
			}

/* == POSTS == */

article[id*=post-] {
	padding: 10px 0;
	}
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;
	}
#wrap>nav {
	background: #ddd;
	padding: 10px 0;
	}
	#wrap>nav ul {
		text-align: left;
		margin: 0;
		}
		#wrap>nav li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
			}

/* == 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: 30px;
	overflow: hidden;
	width: 300px;
	float: right;
	clear: none;
	}
	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: disc outside;
			}

/* == FOOTER == */

#wrap>footer {
	padding-top: 100px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	}

/* == SEARCH == */

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

/* == ELEMENTS == */

/* a place for misc. styles */










/* == MODS for DiW Theme Playground == */

body {
	padding: 0;
	margin: 0;
	}
#wrap {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	}


/*--- ONLY FOR DIW ---*/
#DiW-Header { height: 72px; background: url(/images/tp-bg.png) repeat-x; }
#DiW-Header-inside { height: 72px; width: 1000px; margin: 0 auto; position: relative; background: url(/images/tp-middle-bg.png) no-repeat; }
#DiW-blog-link { width: 310px; height: 62px; display: block; float: left; text-indent: -9999px; }
#selector { position: absolute; right: 165px; top: 22px; width: 175px; }
#dl-wptypo { background: #1e67c2; display: block; width: 120px; text-align: center; right: 0px; top: 18px; color: white; -moz-border-radius: 10px; -webkit-border-radius: 10px; font: 14px Arial, Sans-Serif; padding: 6px 12px; text-decoration: none; position: absolute; }
#dl-wptypo:hover { background: #6caaf7; }


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