/*
Theme Name: Erik Willits Blog
Theme URI: http://www.ErikWillitsBlog.com/
Description: Revolutionary Thoughts Theme
Version: 1.0
Author: Robbie Knight
Author URI: http://www.rgknight.com/

*/

 
/********************************************
   HTML ELEMENTS
********************************************/ 

body {
	margin: 0px;
	background: url(images/bgWood.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #69544C;
	line-height: 16px;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #667F99;	
}
a:hover {
	background: inherit;
	color: #996800; 
}
/* headers */
h1, h1 a, h1 a:hover, h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	color: #69544c;
}
h1 { font-size: 18px; 
	margin: 0;
	padding-top: 25px;
	padding-bottom: 2px;
}
.bodyHolder {
	width: 900px;
	background-image: url(images/bgPaper.jpg);
	background-repeat: repeat;
	padding-top: 303px;
}
.bodyCopy {
	padding-left: 271px;
	background-image: url(images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-right: 95px;
}
.alignleft {
float:left;
margin-right:5px;
}
.alignright {
float:right;
margin-left:5px;
}
.bannerHolder {
	width: 900px;
	height: 303px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/banner5.jpg);
	background-repeat: no-repeat;
}
.sideBarHolder {
	position: absolute;
	left: 0px;
	top: 303px;
	width: 259px;
	background-image: url(images/sidebar3.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 82px;
}
.sideBar {
	background-image: url(images/sidebar2.png);
	background-repeat: repeat;
}
.sideBarContent {
	background-image: url(images/siderbar1.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 5px;
}
.ctc {
       padding-bottom: 20px;
       text-align: center;
}
#navigation {
	height: 63px;
	width: 361px;
	position: absolute;
	top: 209px;
	left: 539px;
}
.sideBarContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.sideBarContent ul {
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6880a0;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.sideBarContent li {
	list-style-type: none;
}
.sideBarContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C84A3;
	text-decoration: none;
}


.post-footer {
	padding: 0px; margin: 0px;
	border-top: 1px solid #CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C84A3;
	text-decoration: none;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C84A3;
	text-decoration: none;
}
img.avatar {float:left;margin-right:5px;}




/* form elements */
form {
	padding: 0px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:510px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

.alt {
	background: #fcf9f4;
}

.commentlist li {
	padding: 5px;
}
