/*
Theme Name: The Lumberyard
Theme URI: http://thelumberyard.info
Description: The theme created for AM Booth's Lumberyard
Version: 1.0
Author: Shekira Derryberry
Author URI: http://derryberries.com
Tags: blue, custom header, fixed width, two columns, widgets

	

*/



/* Begin Typography & Colors */

* html {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #342f2c;
	font: 10px/1.5 Helvetica, Verdana, Arial;
}
td {
	vertical-align: top;
	font-size: 120%;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
	font-weight: normal;
}


p, #main ul, #main ol, #main address {
	font-size: 120%;
}

a {
	color: #800101;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#frame {
	width: 1020px;
	background: #8d7562 url(_img/brownbg.gif) repeat-x;
	margin: 0 auto;
	text-align: left;
}

#container {
	background: url(_img/header_bg.jpg) no-repeat;
	border-bottom: 10px solid #723a2d;
	
}



.nestingdoll {	
	background: url(_img/mainbg.gif) repeat-y;
	background-position: 328px 0; 
	border: 0px solid #c00;
}
.spacer {
	height: 205px;
}
* html .spacer {
	height: 300px;
}
#left {
	width: 268px;
	float: left;
	color: #271b05;
	margin-left: 40px;
}

* html #left {
	margin-left: 20px;
}

#left h2.booking {
	color: #fff;
	font-style: italic;
	margin: 0;
	padding: 8px 0 0 0;
}

#left h2 {
	color: #271b05;
	font-style: normal;
	margin: 35px 0 0 0;
	padding: 0;
}

#left h3 {
	margin: 0;
	padding: 0;
}

#left a {
	color: #6f4240;
}

p.address {
	color: #f4ffe8;
	font-size: 100%;
	font-weight: bold;
}

.author {
	font-size: 90%;
	font-weight: normal !important;
}


#right {
	float: right;
	padding: 27px 0 0 0;
	margin-right: 40px;
	width: 649px;
}

* html #right {
	margin-right: 20px;
}

#main {
	background: #f4ffe8;
	border-left: #412300 solid 1px;
	border-right: #412300 solid 1px;
	border-top: #412300 solid 1px;
	border-bottom: #412300 solid 1px;
	padding: 30px 15px 0 30px;
}

#main h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#main h2 {
	margin: 0;
	padding: 0;
}

.feat-sidebar {
	width: 150px;
	
	
}

.sponsors {
	color: #800101;
	font-weight: bold;
	line-height: 1.8;
}

.redtext {
	color: #800101;
}

#post-5 h2 {
	display: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#sidebar {
	margin-top: 25px;
}

#sidebar a {
	font-size: 130%;
	color: #332e2b;
	
}

#sidebar a:hover {
	color: #733b2b;
}

#sidebar li#pages-4 h2 {
	display: none;
}

#sidebar ul{
list-style: none;
margin: 0;
padding: 0;

}

#sidebar ul ul {
	font-size: 120%;
}

.show {
	display: block !important;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.page-id-24 .wp-caption {
	margin: 0 !important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.footie {
	width: 200px;
	float: right;
	margin-top: 10px;
}
