/*
Theme Name: H5-local
Theme URI: 
Description: An H5 theme template implementation
Version: 1.0
Author: James Vasak
Author URI: http://james.thevasaks.net/
Tags: minimalist, template, html5

        Based on the theme template below:

	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
*/

/* @import url(http://fonts.googleapis.com/css?family=Crimson+Text); */
/* @import url(http://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold); */
@import url(http://fonts.googleapis.com/css?family=Inconsolata&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Vollkorn);

/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
body {
        font-family: 'Vollkorn', serif;
        font-size: 1.0em;
	margin: 20px auto;
	width: 960px;
	}
h2 {
        font-size: 1.618em;
        }
h1 {
        font-size: 2.618em;
        }
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}

body>section {
    margin-left: 10px;
}

/* == LINKS == */

a:link, a:visited {
	text-decoration: underline;
	color: #336666;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #339966;
	}

/* == HEADER == */

body>header {
	background: #111;
	padding: 33px;
	color: #ccc;
        -moz-border-radius-topleft: 15px; 
        -webkit-border-top-left-radius: 15px;
        -moz-border-radius-topright: 15px; 
        -webkit-border-top-right-radius: 15px;
	}
body>header h1 {
        font-family: 'Inconsolata', monospace;
	margin: 0;
        }
body>header h1 a:link, body>header h1 a:visited {
        text-decoration: none;
	color: #ddd;
        }
body>header h1 a:hover, body>header h1 a:active {
        text-decoration: none;
	color: #fff;
        }

/* == POSTS == */

article[id*=post-] {
	padding: 10px 0;
        border-bottom: 2px dotted #CCC;
	}
article>header p, 
article>footer p {
	font-style: italic;
        color: #888;
	}
article+nav {
	font-weight: bold;
	}
article>section {
        padding: 0px 0px 0px 2.0em;
	text-shadow: 1px 1px 1px rgba(255,255,255, .5);
}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */

nav {
	text-align: center;
	clear: both;
	}
body>nav {
	background: #ddd;
	padding: 10px 0;
	}
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: 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;
        margin-right: 10px;
	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: 100px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */
code {
        font-family: 'Inconsolata', monospace;
        }


/* == ALL YOUR CODE ARE BELONG TO POETRY == */
