/*  
Theme Name: Blog - Peter Pearson
Theme URI: http://www.peter-pearson.com
Description: Theme for peter-pearson.com/blog
Version: 1.0
Author: Peter Pearson
Author URI: http://www.peter-pearson.com

*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

body{
	background: url(../images/bigsky.jpg) no-repeat top;
	font-family: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 62.5%;
	line-height: 1.3;
}



#wrap{
	margin: 0 auto;
	padding: 0 30px;
	width: 940px;
}

#container{
	float: left;
	width: 940px;
	margin: 0 0 100px 0;
}


h1{
	background: url(../images/peter.gif) no-repeat -100px -80px;
	height: 317px;
	float: left;
	text-indent: -9000px;
	width: 469px;
}
h1 a{
	display: block;
	width: 100%;
	height: 100%;
}
p#slogan{
	color: #fff;
	font-size: 1.8em;
	float: right;
	margin: 250px 33px 0 0;
	text-align: right;
	width: 400px;
}

a, a:link{
	color: #33455e;
	text-decoration: none;
}



.post{
	background: transparent url(../images/fff50.png);
	font-size: 1.2em;
	float: left;
	margin: 8px;
	padding: 7px;
}

.post h2{
	font-weight: bold;
	height: 200px;
	text-align: center;
	width: 200px;
}

.post a{
	background: #fff;
	color: #062326;
	display: block;
	font-size: 1.4em;
	padding: 80px 5px 0 5px;
	height: 120px;
	width: 190px;
}

.post img{
	display: block;
	float: left;
}

.post p.postmetadata{
	clear: right;
	float: right;
	font-size: .8em;
	margin: 5px 0 0 0;
}

.navigation{
	float: left;
	clear: both;
}

#sidebar{
	float: left;
	clear: both;
}

#footer{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 2;
	clear: both;
}






.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}