/*
Theme Name: Sherwood
Theme URI: http://deonya.com/
Description: Custom theme design developed for stevensherwoodjr.com | By <a herf="http://www.deonya.com">Deonya.com</a>
Version: 1.0
Author: Wayne D. Fields
Author URI: http://deonya.com/
*/

@charset "utf-8";

body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  background: #3e4644 url(images/bg.jpg) no-repeat center top;
  margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #ffffff;
}

a, h2 a:hover, h3 a:hover {
	color: #87CEEB;
	text-decoration: none;
	}

a:hover {
  color: #B0E0E6;
  text-decoration: underline;
	}

.title, #sidebar h2 {
  background: transparent url(images/bg_title.jpg) no-repeat;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
  text-transform: lowercase;
  color: #FFFFFF;
  padding-left: 45px;
  margin: 0 0 -5px;
  line-height: 55px;
}

.title a{
  color: #FFFFFF;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

#wrapper {
  margin: 0;
  padding: 0;
}

#container {
  width: 740px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
  background: #505956 url(images/bg_content.jpg);
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
  background: #505956 url(images/bg_header.jpg) no-repeat;
  padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  height: 300px;
}

#header h1 { display: none;}

#topmenu h2 { display: none; }

#topmenu {
  background: #505956 url(images/bg_menu.jpg) no-repeat;
  color: #FFFFFF;
  padding: 0;
  text-align: center;
  height: 65px;
}

#topmenu ul, #topmenu li {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
}

#topmenu li {
  display: inline;
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}

#topmenu li a {
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: lowercase;
  font-size: 12px;
}

#topmenu li a:hover {
  background: url(images/m-over.png) no-repeat center bottom;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
}

#page {
  background-color: #252525;
  margin: 0px 15px 0px 14px;
}

.narrowcolumn {
  padding: 0 0 20px 10px;
  margin: 0px 0 0;
  width: 410px;
  float: left;
	}

.widecolumn {
  padding: 10px 0 20px;
  margin: 0px 5px 0px 5px;
  width: 680px;
  display: block;
	}
	
.navigation { padding: 10px; margin-bottom: 20px; font-weight: bold; }

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.alt {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1em;
  font-style: italic;
  background-color: #000000;
  padding: 8px;
  border: 0 none;
  display: none;
	}

.clear {
	clear: both;
}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}


 .thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
  padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background: #505956 url(images/bg_footer.jpg);
  height: 139px;
  text-align: center;
}

#footer p {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
  color: #ffffff;
  font-size: 11px;
}

#footer a { color: #87CEEB; }

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.5em;
  padding-left: 45px;
	}
    
.2 {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  font-style: italic;
  line-height: .5em;
	}

   
/* 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 {
	}

.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: 4px;
	margin: 5px 5px 1px 0;
    background-color:#311919;
    border: 1px solid #999999;
    color: #FFFFFF;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
    background-color:#311919;
    border: 1px solid #999999;
    color: #FFFFFF;
	}
#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;
    background-color: #311919;
    border: 1px solid #999999;
    color: #FFFFFF;
    	}
        
.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 Sidebar */
#sidebar
{
  padding: 10px 0;
  margin-left: 445px;
  width: 250px;
  margin-bottom: 25px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* 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;
	}
/* 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 */

.ec3_events .ec3_list { font-weight: bold; color: #fff; margin-top: 10px; }

.ec3_events .ec3_list li { font-weight: normal; color: #fff; margin: 0px; padding: 0px; }

.css_form_embedded input, .css_form_embedded textarea { color: #000000; }

.wpcf7-form p { text-align: left;}

.wpcf7-form p em { font-size: 10px; color: #F00;}

.wpcf7-form input, .wpcf7-form textarea { border: 1px solid #000; text-align: left; padding: 4px; width: 330px; }

.wpcf7-form .contact-button { width: 130px; background-color: #b0e0e6; color: #000; border: 1px solid #333; font-weight: bold; font-size: 14px; text-align: center;}

.wpcf7-form .quiz { width: 40px;}

.bwbps_gallery_div table { border: none 0; }
