/*
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
*/

@font-face {
	font-family: 'VincHand';
	src: local('☺'), url('fonts/vinchand.ttf') format('truetype'), url('fonts/vinchand.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstReg';
	src: url('fonts/ostrich-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lekton';
	src: url('fonts/Lekton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}




/* == BASICS == */


header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	width: 960px;
	font-family:lekton,Palatino,serif;
	background: #fff;
	}
nav+section {
	overflow: visible;
	width: 610px;
	float: left;
	clear: none;
	}

/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #f61c0c;
	}
a:hover, a:active {
	text-decoration: none;
	color: #fff;
	background-color:#f61c0c;
	}

/* == HEADER == */

body>header {
	background: transparent;
	padding-top: 50px;
	color: #f61c0c;
	}
	body>header h1 {
		margin: 0;
		padding: 0;
                font-size:8.2em;
		font-weight:normal;
                font-family:'OstReg', sans-serif;
		}
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: #f61c0c;
			}
		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 #ff0000;
	margin-bottom:30px;
	}
article>header p, 
article>footer p {
	font-family:Helvetica,sans-serif;
	font-size:0.7em;
	clear:both;
	}
article>footer {
	margin:5px 0px 20px 0px;
}
article>header p {
	margin:-5px 0px 10px 0px;
}
article>header h1 {
        font-size:3em;
        font-weight:normal;
	margin:0em 0em 0.2em 0em;
        font-family:'lekton', sans-serif;
}
article img { float:left; border:0;} 
article .alignnone { float:none; border:0;}
section>h1 {
	padding-top: 10px;
	}
section>p {
	line-height:1.4em;
}

/* == NAVIGATION == */

nav {
	text-align: center;
	font-family:'lekton', sans-serif;
	font-size:1.4em;
	clear: both;
	}
body>nav {
	background: transparent;
	padding: 10px 0;
	}
	body>nav ul {
		text-align: left;
		margin: 0;
		}
		body>nav li {
			font-weight:normal;
			margin-right: 20px;
			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: 280px;
	float: right;
	clear: none;
	}
        aside h2 {
		font-family:'lekton', sans-serif;
		font-weight:normal;
		margin:1em 0em 0em 0em;
	}
	aside li {
		list-style: none;
		font-family:Helvetica,sans-serif;
		font-size:0.9em;
		margin-bottom:0.4em;
		}
		aside li ul li {
			list-style: none;
			}

/* == FOOTER == */

body>footer {
	padding-top: 50px;
	font-family:Helvetica,sans-serif;
	font-size:0.75em;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */
.flickr-photos img { border:0; }
.flickr-photos { min-height:160px; }

.wp-caption img {
	padding:0 0 0 5px;
}

.wp-caption {
	font-family:'VincHand', sans-serif;
	font-size:1.1em;
	background:none repeat scroll 0 0 #fff;
	margin-top:5px;
	padding:5px 0 0 0;
	text-align:center;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 4px #766;
	-webkit-box-shadow: 0px 2px 4px #766;
	box-shadow: 0px 2px 4px #766;
}


.textwidget p {
	font-size:0.87em;
}
.widget>ul {
	padding-left:2em;
}


