/*

Theme Name: Burning Bush

Theme URI: http://wordpress.org/

Description: Enjoy my first public Wordpress theme - Burning Bush.

Version: 1.0

Author: Nathan Sams

Author URI: http://nathansams.com

Tags: green, black, white, fixed width, two columns, widgets

*/







/* Begin Typography & Colors */



#page {

	background-color: white;

	border: 1px solid #959596;

	text-align: left;

	}



#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;

	}



.narrowcolumn .postmetadata {

	text-align: center;

	}



.alt {

	background-color: #f8f8f8;

	border: 1px solid #ddd;

	}



small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}



.description {

	font-size: 13px;

	text-align: right;

	color: #556f42;

	width: 400px;

	float: right;

	}



h2 {

	font-size: 16px;

	}



h2.pagetitle {

	font-size: 16px;

	}



#sidebar h2 {

	font-family: 'Lucida Grande', Verdana, Sans-Serif;

	font-size: 12px;

	position: relative;

	}



.entry p a:visited {

	color: #0022cc;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a, h2 a:hover {

	color: #556f42;

	text-decoration: none;

	}



a:hover {

	text-decoration: underline;

	color: #fff;

	background: #556f42;

	}



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: underline;

	color: #556f42;

	}



#wp-calendar a:hover {

	text-decoration: underline;

	color: #fff;

}



#wp-calendar caption {

	font: bold 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: left;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}



/* End Typography & Colors */







/* Begin Structure */





#page {

	background-color: white;

	margin: 20px auto;

	padding: 0;

	width: 760px;

	border: 1px solid #959596;

	}



.narrowcolumn {

	float: left;

	padding: 0 0 20px 45px;

	margin: 0px 0 0;

	width: 450px;

	}



.widecolumn {

	padding: 10px 0 20px 0;

	margin: 5px 0 0 150px;

	width: 450px;

	}



.post {

	margin: 0 0 40px;

	text-align: justify;

	}

	

.post h2 {

	text-align: center;

}



.post h2 a {

	color: #556f42;

	padding: .2em .2em 0 .2em;

}



.post h2 a:hover {

	background: #556f42;

	color: #fff;

}



.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;

}



.clear {

	clear: both;

}



#footer {

	padding: 0;

	margin: 0 auto 30px auto;

	width: 1000px;

	clear: both;

	text-align: center;

	}



#footer p {

	margin: 0;

	padding: 0;

	color: #59694b;

	text-align: center;

	font-size: 0.8em;

	display: inline;

	margin-right: 2em;

	}



#footer p a {

	text-decoration: underline;

}



#footer p a:hover {

	color: #fff;

}

/* End Structure */







/*	Begin Headers */



#banner h1 {

	margin: 0;

	padding-top: 90px;

}



#banner h1 a:hover {

	text-decoration: underline;

	background: none;

	color: #59694b;

}



h2.pagetitle {

	margin-top: 30px;

	text-align: center;

}



#sidebar h2 {

	margin: 5px 0 0;

	padding: 0;

	}



h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	}

/* End Headers */







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

	font-size: 14px;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 20px;

	}



#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;

	}

	

#sidebar ul li h2 {

	margin-bottom: 20px;

	color: #000;

	padding: .5em 0;

	width: 100%;

	border-bottom: solid 1px #556f42;

	text-align: left;

}



/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	text-align: center;

	} 



#sidebar #searchform #s {

	width: 120px;

	}



#searchform #s {

	border: solid 1px #556f42;

	background: #849972;

	color: #fff;

	width: 120px;

	margin: 0 auto;

	padding: 5px;

}



#sidebar #searchsubmit {

	padding: 1px;

	margin: 10px;

	background: #fff;

	color: #556f42;

	border: solid 1px #556f42;

	display: inline;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 100px;

	padding: 2px;

	margin: 5px 0 1px 0;

	background: #556f42;

	color: #fff;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */

#sidebar {

 	background: #fff;

 	border: solid 1px #556f42;

 	border-bottom: solid 1px #556f42;

 	padding: 20px 20px 0 20px;

 	margin: 20px auto;

 	width: 140px;

 	float: right;

	}



#sidebar form {

	margin: 0;

	}

/* End Sidebar */







/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 0;

	width: 100%;

	color: #777;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	color: #000;

	padding: .5em 0;

	width: 100%;

	text-align: center;

	font-size: 12px;

	color: #556f42;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







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

}



.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 */



 

 /* LAYOUT STYLES */

 

 #bigcontainer {

 	position: relative;

	margin: 20px auto 5px auto;

	padding: 0;

	width: 1000px;

	background: #272727;

	border: solid 1px #59694b;

 }

 

 #banner {

 	position: relative;

	margin: 0;

	padding: 0 100px 0 0;

	background: url(images/banner.jpg) no-repeat;

	width: 900px;

	height: 280px;

	text-align: right;

 }

 

 #menubar {

  	position: relative;

	margin: 0 auto;

	padding: 0;

	background: url(images/menubar.jpg) no-repeat;

	width: 934px;

	height: 70px;

	text-align: center;

 }

 

 #content-top {

 	position: relative;

	margin: 0 auto;

	padding:  0 30px;

	background: url(images/content-top.jpg) no-repeat;

	width: 874px;

	height: 139px;

 }

 

 #content {

 	position: relative;

	margin: 0 auto;

	padding: 0 20px;

	background: url(images/content.jpg) repeat-y;

	width: 894px;

	min-height: 300px;

	z-index: 1;

 }

 

 

 /* MENUBAR */

 

 #menubar ul {

 	position: relative;

	margin: 0;

	padding: 0;

	list-style: none;

	top: 30px;

 }

 

 #menubar ul li {

  	position: relative;

	margin: 2em;

	padding: 0;

	list-style: none;

	display: inline;

 }

 

 #menubar ul li a {

 	font-size: 14px;

	font-weight: bold;

	font-family: Century, Times New Roman, Times;

	color: #1e1e1e;

	text-decoration: none;

 }

 

 #menubar ul li a:hover {

 	text-decoration: underline;

 	background: none;

 }

 

 

 /* PAGE TITLE */

 

 .title {

 	position: relative;

	margin: 30px 0 0 0;

	padding: 20px 0 0 70px;

	top: 20px;

	background: url(images/title.png) no-repeat;

	width: 452px;

	height: 63px;

	float: right;

	z-index: 100;

 }

 

.title h2 {

 	position: relative;

	color: #556f42;

	margin: 0;

	padding: 0;

	font-size: 18px;

	font-family: Century, Times New Roman, Times;

 }

 

 .title h2 a {

 	color: #556f42;

 }

 

 .title h2 a:hover {

 	background: #556f42;

 	color: #fff;

 }

 

 .contentbox h2 a {

 	font-size: 18px;

 	margin: 0;

 }

 

 

 /* PAGE CONTENT */

 

 .contentbox {

 	position: relative;

 	top: -40px;

	margin: 0 auto;

	padding: 20px;

	width: 700px;

	background: url(images/post.png);

	border: solid 1px #59694b;

	z-index: 2;

 }

 

 .post {

 	background: #fff;

 	border: solid 1px #556f42;

 	padding: 20px;

 	margin: 20px auto;

 	width: 460px;

 	float: left;

 }

 

 .post-borderless {

 	margin: 20px auto;

 	width: 500px;

 	float: left;

 }

 

 .post p {

 	line-height: 1.5em;

 }

 

 

 

 /* GENERIC STYLES */

 

 body {

 	margin: 0;

	padding: 0;

	background: url(images/body.jpg) repeat-x #171717;

	color: #000;

 }

 

 p {

 	font-family: Century, Times New Roman, Times;

	font-size: 12px;

	color: #000;

	text-align: justify;

	margin: 0;

	padding: 0;

 }

 

 h3 {

 	font-family: Century, Times New Roman, Times;

 	font-size: 14px;

 	font-weight: bold;

 	margin-left: 30px;

 	color: #556f42;

 }

 

 .spacer {

 	width: 100%;

 	position: relative;

 	height: 1px;

 	border-top: solid 1px #556f42;

 	margin: 20px auto;

 }

 

 div.clear {

	clear: both;

	font-size: 1px;

	line-height: 1px;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}


