/*
Theme Name: Gears and Wood
Theme URI: http://www.codeandreload.com/wp-themes/gearsandwood/
Description: The Gears and Wood theme for WordPress is an elegant Victorian/steampunk design with brass gears and nameplates on a wooden background.  Gears and Wood supports sidebar widgets and includes stylesheets for printing and cross-browser compatibility, including Internet Explorer (IE).  The theme is released under GPL.
Version: 1.2
Author: Robert Wise
Author URI: http://www.codeandreload.com
Tags:	brown, two-columns, fixed-width, left-sidebar, threaded-comments, light
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body  {
	background: #6b3a11;
	background-image: url(images/wood-final50.jpg);
	background-position: center;
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	min-width: 803px;
	padding: 0;
	text-align: center;
}

#container { 
	margin: 24px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
} 

#header { 
	background: transparent; 
	background-image: url('images/header.png');	
	background-position: center;
	height: 200px;
	padding: 0;
}

.nameplate {
	height: 200px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	padding: 0px 10px 15px 20px;
	width: 210px; /* actual width of this div, in standards-compliant browsers, or standards mode in IE will include padding & border in addition to width */
}

#sidebar ul,
#sidebar li {
	list-style: none;
	margin: 0 3px;
	padding: 0;
}

#sidebar li {
	margin-top: 10px;
}

#sidebar h2 {
	margin: 8px 0;
	text-align: center;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	padding: 0 20px 0 19px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px; /* actual width of this div, in standards-compliant browsers, or standards mode in IE will include padding & border in addition to width */
}

#mainContent { 
	padding: 0;
	width: 1px;
} 

/* ******************** */
.post {
	background-image: url(images/post.png);
}

div.sticky {
	background-image: url(images/sticky.png);
}


.commentpost {
	background-image: url(images/comment.png);
}


.sidebar-widget {
	background: url(images/sidebar4.png);
}

.widget-head {
	background: url(images/sidebar4-head.png);
	background-position: top;
	height: 170px;
}

.widget-footer {
	background: url(images/sidebar4-footer.png);
	background-position: top;
	height: 171px;
}

.posthead {
	background: url(images/post-header.png);
	margin: 0;
	text-align: center;
	min-height: 192px;
	width: 500px;
}

div.stickyhead {
	background: url(images/sticky-top.png) no-repeat center top;
}

.commenthead {
	background: url(images/commenthead.png) no-repeat;
	background-position: center;
	width: 500px;
	height: 103px;
	min-height: 0px;
}

.posthead .posttitle {
	margin: 102px 30px 0;
}

.postfooter {
	background: #e4c;
	background: url(images/post-footer.png);
	background-position: bottom;
	margin-bottom: 35px;
	min-height: 231px;
	text-align: center;
}

div.stickyfooter {
	background: url(images/sticky-bottom.png) no-repeat bottom center;
	min-height: 165px;
}

div.stickyfooter .postfootercontent {
}

.commentfooter {
	background: url(images/commentfooter.png);
	height: 104px;
	min-height: 0px;
}

.postfootercontent{
	margin: 0 33px 129px;
}

.postcontent {
	margin: 0 40px;
}

.widgetcontent {
	margin: 0 12px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.commentNav {
	background-image: none;
}

.searchnav {
	background-position: top;
}



/* The commented block below is the older 26px tall navigation bar. */

.navigation,
.navigation1 {
	background-image: url(images/navigation.png);
	background-position: bottom;
	height: 26px;
	line-height: 26px;
	margin: 0 30px;
	padding: 0 15px;
	text-align: center;
}


.navigationcontainer-a,
.navigationcontainer-a1 {
	background-image: url(images/navigation-left.png);	
	background-position: left;
	background-repeat: no-repeat;
}

.navigationcontainer-b,
.navigationcontainer-b1 {
	background-image: url(images/navigation-right.png);	
	background-position: right;
	background-repeat: no-repeat;
}


a:link {
	color: #3a2e04;	
}

a:visited {
	color: #665107;
}

a:active,
a:hover,
#crumbs a {
	color: black;
}


/* ******************** */


#footer { 
	background: #967d26;
	background-image: url("images/footer-mid.png");
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 20px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center; 
} 

#footer span {
	display: block;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs 
*/
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0px;

}


/* ******************** */

.commentNav {
	background-image: none;
}

.searchnav {
	background-position: top;
}

a:link {
	color: #3a2e04;
}

a:visited {
	color: #665107;
}

a:active,
a:hover {
	color: black;
}

#footer ul,
#footer li {
	display: inline;
	list-style: none;
}


/* ******************** */

/* Begin Images */
p img {
	border: none;
	/* max-width: 400px; DISABLED TO ALLOW WIDE IMAGE OVERFLOW */
	padding: 5px;
}

/*	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,
img.aligncenter,
.aligncenter,
.wp-caption img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

/* End Images */


acronym,
abbr,
span.caps {
	cursor: help;
}

p,
.gallery br {

}

textarea#comment,
.commentlist li,
.wp-caption  {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 6px;
}


li.depth-1,
li.depth-3,
li.depth-5,
li.depth-7,
li.depth-9,
.wp-caption {
	background: #b7a155;
	background-position: top left;
	background-repeat: no-repeat;
	border: 2px solid #f9f5e9;
}

li.depth-2,
li.depth-4,
li.depth-6,
li.depth-8 {
	background: #f9f5e9;
	background-position: top right;
	background-repeat: no-repeat;
}


li.bypostauthor {
	background-image: url("images/byuser.png");
}

/*
li.comment-author-admin {
	background-image: url("images/admin3.png");
} 
*/

.commentlist,
ol {
	list-style: upper-roman;
}

.avatar {
	margin: 5px;
}

textarea,
input,
select {
	background: #f3e5b7;
}

textarea#comment {
	border: 1px solid #5f4b08;
	width: 100%;
}

#respond h3 {
	margin-top: 0px;
}

h3#comments {
	margin: -2px 0;
}

#searchsubmit,
#submit {
	display: block;
	margin: 10px auto 0;
	text-align: center;
}

#searchform {
	text-align: center;
}

.gallery-item,
.gallery-item a {

}

blockquote  {
	border-left: 5px solid black;
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
}

li.depth-1 blockquote,
li.depth-3 blockquote,
li.depth-5 blockquote,
li.depth-7 blockquote,
li.depth-9 blockquote {
	border-color: #f9f5e9;
}

.post table,
.post tr,
.post th,
.post td {
	border: 2px solid black;
	border-collapse: collapse;
}

.blog-title,
#footer .print-only {
	display: none !IMPORTANT;;
}

.postcontent img {
	max-width: 399px;
}

