*, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #252c31;
}
p {
	padding:5px 0;
}
#wrapper {
	width: 100%;
	background:#ede9d0 url("images/bodybg.png") top center repeat-y;
}
#header {
	height: 100px;
	width: 100%;
	margin: 0px;
	background:#C4C4AD url("images/headbg.png") bottom left repeat-x;
}
#headerwrap {
        position:relative;
	height: 96px;
	width: 960px;
	margin: 0 auto;
}
#logo {
	height: 48px;
	margin: 24px 0 0 10px;
	padding: 0px;
	float:left;
}
#titlelink {
	margin: 0;
	top:-2px;
	left:-2px;
	position:absolute;
	padding: 0px;
	color:#FFFFFF;
}
#title {
	position:relative;
	margin: 14px 0 0 10px;
	padding: 0px;
	float:left;
	color:#454545;
}
#title a {
	color:#FFFFFF;
}
#title h4 {
	font-size:36px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#blackbar {
	height: 119px;
	width: 100%;
	margin: 0px;
	background:#212121;
}
#topadwrap {
	height: 101px;
	width: 960px;
	margin: 0 auto;
	text-align:center;
	padding: 14px 0 0 0;
}
#topcbadwrap {
	height: 101px;
	width: 960px;
	margin: 0 auto;
	text-align:center;
	padding: 0px 0 0 0;
}
#searchbar {
	height: 39px;
	width: 100%;
	margin: 0px;
	background:#4c4c47 url("images/barbg.png") bottom repeat-x;
}
#searchbarwrap {
	position:relative;
	height: 39px;
	width: 960px;
	margin: 0 auto;
}
#searchbarwrap img {
	position:absolute;
	width:auto;
}
form#searchform {
	position:absolute;
	left:15px;
	width:auto;
}
#searchbarwrap input{
	background:#353533;
	float:left;
	color:#ede9d0;
	margin: 2px 0 0 0;
	padding: 2px;
	font-family:"Times New Roman", Times, serif;
	border:1px solid #7b796e;
}
input#s {
	background:#353533;
	color:#ede9d0;
	width:290px;
	margin: 2px 6px 0 12px;
	padding: 3px;
	font-family:"Times New Roman", Times, serif;
	border:1px solid #7b796e;
}
#main {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}
#content {
	width: 609px;
	padding: 14px 0 10px 11px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 313px;
	float: right;
	margin: 14px 11px 0 0;
}
#sidebarleft {
	width: 150px;
	float: left;
	margin: 0;
}
#sidebarright {
	width: 150px;
	float: right;
	margin: 0;
}
#sidebarbottom {
	clear:both;
	width: 313px;
	float: left;
	margin: 0 11px 0 0;
}
#footer {
	height: 52px;
	width: 100%;
	margin: 0px;
	background: url("images/footerbg.png") top center no-repeat;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 30px 0 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.posttop{
	height:9px;
	background:#fdfdfc url("images/posttop.png") top left no-repeat;
}
.post {
	padding: 5px 17px 10px 15px;
	font-size: .9em;
	background:#fdfdfc url("images/postbg.png") top left repeat-y;
}
.post ul {
	padding: 5px 17px 10px 20px;
}
.post ol {
	padding: 5px 17px 10px 20px;
}
.postbot{
	height:9px;
	background:#fdfdfc url("images/postbot.png") top left no-repeat;
	margin-bottom:20px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
#homenavigation {
	padding: 0 17px 0 15px;
	background:#e1effc url("images/postbg.png") top left repeat-y;
	height:25px;
	line-height:25px;
	display:block;
	font-size:90%;
}
.navigation {
  display:block;
  margin-bottom:20px;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
  width: 64px;
  height: 64px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
  font-size: .9em;
  padding-bottom:20px;
}
#content .underpost a {
	text-decoration: underline;
}
a, a:visited {
	color:#bf5e17;
	text-decoration:none;
}
a:hover {
	color:#d06110;
}

/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	position:absolute;
        bottom:0;
        right:0;
        width: 960px;
	margin: 0 auto;
	white-space: nowrap;
	padding: 73px 0 0 0;
	height:23px;
}
#menu ul {
        float:right;
	margin: 0px;
	padding: 0px;
        list-style-type: none;
}
#menu li {
	background:url("images/tableft.png") no-repeat left top;
	float:left;
	width:auto;
	margin-right:5px;
}
#menu li a:link, #menu li a:visited {
	background:url("images/tabright.png") no-repeat right top;
	margin-left:11px;
    float: left;
    text-decoration: none;
    color:#c4c4ad;
	height:23px;
	width:auto;
	line-height:23px;
	padding:0 20px 0 9px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size: 98%;
}
#menu li a:hover {
	text-decoration: none;
	color:#ddddc6;
    display: block;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul li {
}	
#sidebar ul li h2 {
  color:#fff;
  padding: 5px 10px;
}	
#sidebar ul ul {
  padding: 0;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: 12px;
  margin: 0;
  padding:4px 0 4px 6px;
  background: transparent;
  border:0;
}
#sidebar ul ul ul {
  margin: 0 0 0 10px;
  padding: 0;
}
.sidetop {
	background:#edede1 url("images/sidetop.png") top left no-repeat;
	height:9px;
}
.side {
	background:#edede1 url("images/sidebg.png") top left repeat-y;
	padding: 0 10px 10px 10px;
}
div.sidehead {
	height:35px;
	width:100%;
	overflow:hidden;
	background:url('images/postheadbg.png');
	margin: 0 2px 5px 0;
	padding: 0;
	border: 1px solid #212121;
	color:#bfbebd;
}
div.sidehead h2 {
	color:#bfbebd;
	line-height:25px;
	font-size: 14px;
	padding: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sidebot {
	background:#edede1 url("images/sidebot.png") top left no-repeat;
	height:9px;
	margin: 0 0 10px 0;
}	
.sidetoprss {
	background:#ede9d0 url("images/sidetoprss.png") top left no-repeat;
	height:9px;
}
.siderss {
	background:#ede9d0 url("images/sidebgrss.png") top left repeat-y;
	padding: 0 5px 0 0;
	margin: 0;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
}
.siderss span input{
	background:#353533;
	display:block;
	color:#ede9d0;
	width:275px;
	margin: 0 14px 5px 14px;
	padding: 5px;
	font-family:"Times New Roman", Times, serif;
	border:1px solid #7b796e;
}
.sidebotrss {
	background:#ede9d0 url("images/sidebotrss.png") top left no-repeat;
	height:9px;
	margin: 0 0 10px 0;
}		
.sidetopnarrow {
	background:#ede9d0 url("images/sidetopnarrow.png") top left no-repeat;
	height:9px;
}
.sidenarrow {
	background:#edede1 url("images/sidebgnarrow.png") top left repeat-y;
	padding: 0 10px 10px 10px;
}
.sidebotnarrow {
	background:#ede9d0 url("images/sidebotnarrow.png") top left no-repeat;
	height:9px;
	margin: 0 0 10px 0;
}	
#sidebarrss a {
	float:left;
	width:auto;
	display:block;
	border:0;
	margin:0 0 0 9px;
}
#sidebarrss a img {
	border:0;
	padding-bottom:8px;
}
#sidead {
	clear:both;
	text-align:center;
	padding-bottom:10px;
}

/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.post h2 {
	height:35px;
	width:100%;
	background:url('images/postheadbg.png');
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	border: 1px solid #212121;
	color:#fba529;
}
.post h2 a {
	color:#fba529;
	line-height:32px;
	margin-left:5px;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond {
	color:#000;
}
#respond a{
}
#respond a:visited {
}
#respond a:hover {
}
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	color:#000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  padding: 5px 10px;
  margin: 5px 10px;
  border-left: 4px solid #fba529;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
  width:auto;
}
.alignright {
  float: right;
  width:auto;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
img {
	border: none;
}
#calendar_wrap table {
	width:100%;
}
#tweetbacks {
	padding-top:20px;
}
#searchform {
	text-align:left;
	padding-top:5px;
}
h2.pagetitle {
	color:#FFFFFF;
	padding:10px;
}
.contactbox {
	min-height:99px;
	clear:both;
}
.contactboxemail {
	clear:both;
	min-height:49px;
	padding-top:10px;
}
#message {
	padding: 0 5px;
}/* Shortcode styles */
.clear {
	clear:both;
}