/* Global Resets */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, address, code, img, small, strong,
em, dl, dt, dd, ol, ul, li, fieldset, form, label
{
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
	vertical-align: baseline; background: transparent;
}

html				{ overflow-y: scroll; }
body				{ line-height: 1; font-family: Helvetica, sans-serif; }
ul					{ list-style: square inside; padding: 5px 0; }
ol					{ list-style: decimal inside; }
a						{ outline: none; text-decoration: none; }
a img				{ border: none; background: none; }
img					{ vertical-align: middle; }
table				{ border-collapse: collapse; }
label 			{ display: block; }
div.clear   { clear: both; }


/* Site Styles */

html, body {
	color: #333;
	background: url("../images/header.png") repeat-x top white;
	font-family: Georgia, serif;
	font-size: 1em;
	height: 100%;
	margin: 0 auto;
}

a {
	color: #6c3903;	
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

br {
	margin: 0.8em 0;
}

h1.entry-title {
	border-bottom: 1px solid gray;	
	padding: 10px 0;
	margin-bottom: 16px;
	color: #48310c;	
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

h2.entry-title {
	border-bottom: 1px solid gray;	
	padding: 10px 0;
	margin-bottom: 16px;
	color: #48310c;	
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

h2#postcomment {
	display: none;
}

h2.entry-title a {
	color: #48310c;
}

h3 {
	color: #48310c;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 16px 0;
}

li {
	line-height: 1.4em;
	margin: 0 5px 5px 5px;
}

p {
	letter-spacing: 120%;
	line-height: 1.4em;
	padding: 8px 0;
}

pre {
	border: 1px solid #ede4cc;	
	font-size: 0.9em;
	font-family: Consolas, "Courier New", monospace;
	line-height: 1.1em;
	margin: 0.5em 0;
	padding: 1em;	
}

ul {
	margin-left: 1em;
}

div.container {		
	width: 100%;
}

div.header {
	text-align: center;
}

	div.menu {
		display: none;
	}

div#content {
	clear: both;
}

div#primary {	
	margin: 1.5em 2em 2em 2em;
}
 
	.post_details {		
		background-color: #fcf8ec;
		font-size: 0.7em;
		font-family: Tahoma;
		margin: 3em 0;		
		padding: 10px 20px;
		border: 1px solid #ede4cc;		
		text-align: right;
	}	
		
	
	#commentlist li {
		background: none repeat scroll 0 0 #fcf8ec;
		border: 1px solid #ede4cc;
		font-size: 0.9em;
		list-style: none;
		margin: 16px 0;
		padding: 0 10px;
	}
	
	#commentlist small {
		border-top: 1px solid black;		
		font-size: 0.7em;
		padding-top: 10px;
	}
	
	#commentform {
		display: none;
	}
	
	input, textarea#comment {
		background: none repeat scroll 0 0 white;
		border: 1px solid #ede4cc;
		color: #333;
		font-family: Georgia, serif;
		font-size: 0.9em;
		padding: 4px;
	}
	
	label {
		font-size: 0.9em;		
		padding: 4px;
	}
	
	input#submit {		
		border: 1px solid #ede4cc;
		background: none repeat scroll 0 0 #ede4cc;
		padding: 6px;
	}
	
div#secondary {	
	
}

div.widget {
	display: none;
}

div.wp-pagenavi {
	display: none;
}
	
div.footer {
	color: #ede4cc;	
	font-size: 0.9em;
	margin-top: 1em;
	height: 40px;
	width: 100%;
}

	p#copyright {
		text-align: center;
		padding-top: 9px;	
	}
