/*
Theme Name: Johan de Bruin Theme
Theme URI: http://johandebruin.com/
Description: Un theme en HTML5
Version: 1.0
Author: Johan de Bruin
Author URI: http://johandebruin.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 == */

header, footer, section, article, aside, nav {
	display: block;
	}
	
body {
	margin: 0 auto;
	width: 960px;
	background-color:#000;
	color: #999;
}
	
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
}

/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #0F0;
}
	
a:hover, a:active {
	text-decoration: underline;
}

/* == HEADER == */

body>header {
	border: 2px solid #093;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top:5px;
	padding: 40px 60px;
	position: relative;
}

	body>header h1 {
		margin: 0;
		font-size: 50px;
	}
		
	body>header h3 {
		margin: 0;
		padding: 0;
		font-size:12px;
		position: absolute; right: 60px; bottom: 60px; width: 300px; text-align: right;
	}

/* == POSTS == */

article[id*=post-] {
	padding: 10px 0;
	text-align:justify;
}
	
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 {
	padding: 5px;
	width:625px;
	border-bottom: 2px solid #093;
	border-left: 2px solid #093;
	border-right: 2px solid #093;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	
	body>nav ul {
		text-align: left;
		margin: 0;
	}
		
		body>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: 2px solid #093;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
		
form[method=post] label {
	display: block;
}
	
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
}

/* == SIDEBAR == */

aside {
	border: 2px solid #093;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: -28px;
	overflow: hidden;
	width: 300px;
	float: right;
	clear: none;
}

	aside li {
		list-style: none;
	}
	
	aside li[id*=rss-] {
		margin-left: -45px;
		margin-right: 10px;
		text-align:justify;
	}
	
		aside li ul li {
			list-style: disc outside;
		}

/* == FOOTER == */

body>footer {
	border: 2px solid #093;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 0px,5px,0px,5px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	}

/* == SEARCH == */

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

/* == ELEMENTS == */

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