/*
Theme Name: The Ogren's
Theme URI: http://www.TheOgrens.com/
Description: With the minimalist structure of <a href="http://perishablepress.com/">Jeff Star's</a> HTML5 template, The Ogrens's is a modern, typeface based theme, designed to draw attention to media contained in it.
Version: 1.0
Author: Jordan Ogren
Author URI: http://www.JordanOgren.com/
Tags: minimalist, template, modern, typeface html5
*/


/* == BASICS == */

html {
	font-family: Futura, Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	background-color: white;
}
header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	width: 960px;
	}
section {
	overflow: hidden;
	width: 700px;
	float: left;
	clear: none;
	}
p {
	font-size: 0.9em;
	}
img {
	border: none;
	}
#post-image {
	width: 100%;
	}

/* == LINKS == */

a:link, a:visited {
	text-decoration: underline;
	color: #C00000;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #800000;
	}

/* == HEADER == */

body>header {
	color: black;
	padding-top: 10px;
	height: 75px;
	}
	body>header h1 {
		font-size: 2.5em;
		font-variant: small-caps;
		display: inline;
		position: relative;
		float: left;
		margin: 0;
		bottom: -20px;
		width: auto;
		}
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: black;
			}
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: underline;
			color: black;
			}
	body>header h2 {
		font-size: 1.2em;
		font-style: italic;
		text-align: right;
		display: inline;
		position: relative;
		float: right;
		margin: 0;
		bottom: -43px;
		width: auto;
		}

/* == POSTS == */

article[id*=post-] {
	padding: 10px 0;
	}
article>header p, article>footer p {
	font-style: italic;
	}
article>section p {
	width: 38em;
	min-width: 25em;
	max-width: 45em;
	}
section>h1 {
	padding-top: 10px;
	}
article>header>h1 a:link, article>header>h1 a:visited {
	font-style: italic;
	text-decoration: none;
	color: black;
	background-color: white;
	}
article>header>h1 a:hover, article>header>h1 a:active {
	text-decoration: underline;
	color: black;
	background-color: white;
	}

/* == NAVIGATION == */

nav {
	text-align: left;
	color: white;
	background-color: black;
	clear: both;
	padding-top: 0;
	height: 20px;
	}
	nav>p {
		margin-top: 0.2em;
		padding-left: 0.5em;
		padding-right: 0.5em;
		}
	nav>p a:link, nav>p a:visited {
		font-style: italic;
		text-decoration: none;
		color: white;
		background-color: black;
		}
	nav>p a:hover, nav>p a:active {
		text-decoration: underline;
		color: white;
		background-color: black;
		}
	#go-back {
		float: left;
		width: auto;
		}
	#more {
		float: right;
		width: auto;
		}
body>nav {
	padding: 0;
	}

/* == 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 {
	display: block;
	margin: 2px 0 25px 0;
	}

/* == SIDEBAR == */

aside {
	margin-top: 30px;
	overflow: hidden;
	width: 260px;
	float: right;
	clear: none;
	}
	aside li {
		list-style-position: inside;
		list-style-type: none;
		}
	aside li h2 {
		margin-bottom: 0.25em;
		}
		aside li ul li {
			list-style-position: inside;
			list-style-type: none;
			margin-left: -2em;
			margin-bottom: 0;
			}
			aside li ul li a:link, aside li ul li a:visited {
				text-decoration: none;
				color: black;
				background-color: white;
				}
			aside li ul li a:hover, aside li ul li a:active {
				text-decoration: underline;
				color: black;
				background-color: white;
				}

/* == FOOTER == */

body>footer {
	text-align: left;
	padding-top: 20px;
	overflow: hidden;
	clear: both;
	width: 100%;
	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ALL YOUR CODE ARE BELONG TO POETRY == */

