/*  
Theme Name: Thunder Hill
Theme URI: http://www.pixelworkshop.com/
Description: Thunder Hill Theme.
Version: 1
Author: Pixel Workshop
Author URI: http://www.pixelworkshop.com/

*/


/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #C8D8CC;
	color: black;
}
hr {
	display:none; 
}
#page {
	background-image:url(images/content_bg.png);
	margin: 20px auto;
	padding: 0;
	width: 780px;
}
#headerimg {
	margin: 0;
	height: 195px;
	background-image:url(images/header.jpg);
}
#header h1, #header .description {
	display:none;
}
#content {
	width:500px;
	padding-left:40px;
}
#content .post {
	background-image:url(images/post_footer.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:450px;
	margin:20px;
	padding-bottom:5px;
}
#content .post h2 {
	padding:10px 15px 3px 15px;
	margin:0;
	background-image:url(images/post_header.png);
	background-repeat:no-repeat;
	background-color:#246333;
}
#content .post h2 small {
	color:#5CB469;
	font-size:60%;
	font-weight:normal;
}
#content a {
	color:#FB7215;
}
#content .post h2 a, #content .post h2 {
	color:white;
	text-decoration:none;
}
#content .post .entry, #content .post p {
	padding-left:10px;
}
#sidebar, #content {
	border:0px solid red;
}
#sidebar {
	padding-left:25px;
	width:205px;
	float:right;
}
#sidebar ul {
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}
#sidebar li {
	padding:0;
	margin:0;
	border:none;
	color:#FFD8A5;
}
#sidebar li a {
	color:#FFD8A5;
	text-decoration:none;
}
#sidebar ul ul li {
	font-size:110%;
	padding-left:20px;
}
#sidebar p {
	padding:0 10px;
}
#sidebar h2 {
	width:160px;
	height:22px;
	margin:0 0 5px 0;
	padding:23px 0 0 20px;
	background-image:url(images/nav_header.png);
	color:white;
}
#sidebar #searchform {
	margin-top:15px;
	padding:4px;
}
#footer {
	background-image:url(images/footer.png);
	height:25px;
	clear:both;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color:#29832A;
}
#footer p a {
	color:#5CB469;
}
