/*
Theme Name: Custom Big Statues Theme
Theme URI: http://wordpress.org/
Description: Custom theme for Big Statues by Claye Stokes.
Version: 1.0
Author: Claye Stokes
Author URI: http://www.newshoemedia.com/
Tags: 

*/



/* Begin Typography & Colors */



* {margin: 0px; padding:0px;}
body {
	background: #8c7e64 url(/images/bg.jpg) center top repeat-x;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px auto;
	width: 975px;
	/*border-right: 1px solid red;
	border-left: 1px solid red;*/
}
#header {position: relative; height: 502px;}
#logo {position: absolute;z-index: 50; top:-5px; left:20px; width: 285px; height: 207px; zoom:1;}
#header-right {
	float: right;
	
	width: 400px;
	text-transform: uppercase;
	text-align:right; 
	font-size: 27px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:#fff;
	margin-right:25px;
	
}
#header-right small {font-size: 20px;}
#slideshow1 {clear: both;background: url(/images/slide-bg.png) -1px 100% no-repeat; position:relative; height:444px;}

.pics {  
    height:  444px;  
    width:   975px;  
    padding: 0px;  
    margin:  0px;  
	background: transparent url(/images/banner-bg.png) -1px 100% no-repeat;
	
	clear:both;
} 
 .pics, .pics * {
background-color: transparent; 
 }
.pics img {  
     
    width:  975px; 
    height: 444px; 
    top:  0; 
    left: 0 
}
#content {
	background: url(/images/content-bg.jpg) left top repeat-y;
	width: 918px;
	margin: 0 auto;
}
#nav {
	float: left;
	list-style:none;
	width: 225px;
	margin-left: 10px;
}
#nav li {
	padding-bottom: 1px;
	background: url(/images/nav-divider.jpg) left bottom no-repeat;
}
a img {border: 0px none;}
#text-content {
	padding: 10px 10px 80px;
	width: 650px;
	float:right;
}
h1 {
	color: #3e2e16;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding:5px 0px 10px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	padding:5px 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
h2 a {color: #336699; text-decoration: none; }
#content a {color: #336699;}
#content a:visted {color: #666666;}
#content a:hover {color: #FF6600;}

p {	
	font-size: .9em;
	padding:.5em .5em 0em 0em;
}
#request-btn {
	margin: 10px auto;
	
	
}
#request-btn a {background:#336699;color: #fff; font-size:20px; display:block; width: 300px; margin: 0 auto; height:40px; line-height:40px; text-align:center; font-weight: bold; text-decoration:none;}
#request-btn a:hover {color: #fff; background:#FF6600;}
#header-right a {color: #fff;}
#home-logos {
	width: 300px;
	margin:15px auto;
	text-align:center;
	border-top: 1px dashed #8c7e64;
	border-bottom: 1px dashed #8c7e64;
}
#footer {
	position: relative;
	color:#fff;
	padding:15px 5px;
	width: 918px;
	margin: 0 auto;
}
#tool-pouch {
	position: absolute;
	z-index:10;
	left: 400px;
	top: -140px;
}
#footer address {
	font-style: normal;
	font-size:16px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0px 15px;
}
#footer-links {font-size: 11px; width: 350px;  margin:15px 0px;}
#footer-links a {color: #f3efe9; text-decoration:none;}
#footer-links a:hover {color: #FF6600;}
.wpcf7 {text-align: left;}
/*-----------------------------BLOG-----------------------------------*/
#blog-text-content {
	padding: 10px 10px 80px;
	width: 450px;
	float:left;
	
}
#blog-text-content .post {background: #f3efe9; padding:10px; border-bottom:4px dashed #e8e1d3; margin: 0px 0px 20px;}
#blog-text-content h2.title a {display: block; padding: 4px 0px; border-bottom: 2px dashed #DFD5C3;}
#blog-text-content #date {color: #beb4a0;}
#blog-text-content a.more-link {display: block; margin:10px 10px; text-align:right;}
#blog-text-content .entry {background: #fff; padding:10px; margin:10px 0px; border: 1px dotted #DFD5C3;}
#blog-text-content .postmetadata, .commentmetadata {font-size: 70%;}
#blog-text-content .alt {background: #f3efe9; }
/* Begin Sidebar */
#sidebar
{
	padding: 20px 5px; 10px 5px;
	width: 190px;
	float:right;
	font-size:.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

.clear {clear: both;}




/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */








/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
}

.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 */

