/*
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 */

.entry img { }
   .entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }
   .entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; /*clear: right;*/ }
   .entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }
   .entry img.off { padding: 0 !important; border: none !important; }
   .entry img.stack { clear: none !important; }

#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: 22px;
	font-weight: 900;
	text-align: right;
	color: #ffffff;
	width: 400px;
	float: right;
	}

h2.pagetitle {
	font-size: 16px;
	}

#sidebar h2 {
	font-size: 12px;
	position: relative;
	}

.entry p a:visited {
	color: #236cb2;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 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: 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: #194e81;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: underline;
	color: #194e81;
	}

#wp-calendar a:hover {
	text-decoration: underline;
	color: #fff;
}

#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 #ffffff;
	}

.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 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: #ffffff;
	text-align: center;
	font-size: 1em;
	font-family: tahoma, verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	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;
        font-size: 36px;
        color: #194e81;
        text-align:right;
}
#banner h1 a{
	font-family: georgia, "times new roman", serif;
        color: #194e81;
        font-weight:bold;
        text-align:right;
        text-transform:none;
}

#banner h1 a:hover {
	text-decoration: none;
        background: none;
	color: #bcbcbc;
}
h1 {
	font: bold 21px Georgia, Serif;
        text-transform: uppercase;
        text-align:center;
        color:#194E81;
}
h2, h5 {
	font: bold 18px calibri,trebuchet MS,Helvetica,sans-serif;
	text-transform: uppercase;
        text-align:left;
	}
h2 a {
	color: #194e81;
	padding: .2em .2em 0 .2em;
}
h2 a:hover {
	background: #194e81;
	color: #fff;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3 {
 	font-family: Georgia, Times New Roman, Times;
 	font-size: 20px;
 	font-weight: 400;
 	color: #194e81;
        line-height:22px;
}
h4 {
 	font-family: Arial, Helvetica, Sans-Serif;
 	font-size: 18px;
 	font-weight: 400;
 	color: #000000;
        font-variant: small-caps;
 }
h5 {
 	font-size: 15px;
 	padding: 0;
 	margin: 5px 0 0 0;
 }

#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;
	}

.entry blockquote.right p{
	border-color:#AAAAAA;
	color:#555555;
	border-style:double;
	border-width:3px 0;
	float:right;
	font-size:1.1em;
	font-style:normal;
	margin:0.3em -25px 0.3em 15px;
	padding:0.3em 0;
	text-align:justify;
	width:180px;
}

.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: square 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 #194e81;
	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 #194e81;
	background: #fff;
	color: #000;
	width: 120px;
	margin: 0 auto;
	padding: 5px;
}

#sidebar #searchsubmit {
	padding: 4px 1px;
	font-weight: bold;
	margin: 3px;
	background: #194e81;
	color: #ffffff;
	border: solid 1px #194e81;
	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: #194e81;
	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: #e2e2e2 url(/wp-content/themes/burning-bush/images/l_border.png) repeat-y scroll left top;
 	padding: 20px 20px 0 31px;
 	margin: 20px auto;
 	width: 200px;
 	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: #194e81;
	padding: .5em 0;
	width: 100%;
	text-align: center;
	font: bold 15px calibri,trebuchet MS,Helvetica,sans-serif;
	text-transform:uppercase;
	}

#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: 90%;
	background: #272727;
	border: solid 1px #bcbcbc;
 }
 
 #banner {
 	position: relative;
	margin: 0;
	padding: 0 5%;
	background: url(images/banner.jpg) no-repeat scroll top center;
	width: 90%;
	height: 280px;
	text-align: right;
 }
 
 #menubar {
  	position: relative;
	margin: 0 auto;
	padding: 0;
	background: url(images/menubar.jpg) no-repeat scroll center top;
	width: 100%;
	height: 70px;
	text-align: center;
 }
 
 #content-top {
 	position: relative;
	margin: 0;
	padding:  0;
	background: url(images/content-top.jpg) no-repeat scroll center top;
	width: 100%;
	height: 90px;
 }
 
 #content {
 	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/content.jpg) repeat-y center top;
	width: 100%;
	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: 17px;
	font-weight: bold;
	font-family: Georgia, 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: 0;
	padding: 20px 0 0 34%;
	top: 20px;
	background: url(images/title.png) no-repeat;
	width: 40%;
	height: 63px;
	float: right;
	z-index: 100;
 }
 
.title h2 {
 	position: relative;
	color: #1E1E1E;
	float: left;
	margin: -62px 0 0 -77%;
	padding: 64px 0 0 70px;
	font-size: 21px;
	font-family: Georgia, Times New Roman, Times;
	background: transparent url(images/o.png) no-repeat scroll 0 -3px;
	text-transform: none;
 }
 
 .title h2 a {
 	color: #194e81;
 }
 
 .title h2 a:hover {
 	background: #194e81;
 	color: #fff;
 }
 
 .contentbox h2 a {
 	font-size: 18px;
 	margin: 0;
 }
 
 
 /* PAGE CONTENT */
 
 .contentbox {
 	position: relative;
 	top: -40px;
	margin: 0 auto;
	padding: 20px 10px 0 10px;
	width: 940px;
	background: #ffffff;
	z-index: 2;
 }
 
 .post {
 	background: #fff;
  	padding: 20px;
 	margin: 20px auto;
 	width: 645px;
 	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 #141533;
	color: #000;
	font: 0.65em Georgia, "Times New Roman", Times, serif;
 }
 
 p {
 	font-family: Georgia, Times New Roman, Times;
	font-size: 12px;
	color: #000;
	text-align: justify;
	margin: 0 0 1.5em;
	padding: 0;
 }
 
 
 .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;
}
div.pics {float:left; width: 48%; padding: 0 2% 10px 0;}
div.pics img {}