/*
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: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
    }

.description {
    font-family: Calibri, 'Hoefler Text', 'Times New Roman', STFangSong, KaiTi, serif;
    font-size: 15px;
    text-align: right;
    color: #556f42;
    width: 400px;
    float: right;
    }

#sidebar ul li h2, #sidebar h2 a {
    font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    font-size: 12px;
    position: relative;
    color: #556f42;
    }

#sidebar h2 a:hover {
    font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    font-size: 12px;
    position: relative;
    color: #78331f;
    }

.post p small, small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
    }

code {
    font: 1.1em Consolas, 'Courier New', Courier, Fixed;
    }

 a {
    color: #556f42;
    text-decoration: none;
    }

 a:hover {
    color: #78331f;
    }

/* 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 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: 6pt 0 6pt 0;
    margin: 0;
    text-align: center;
    clear: both;
    }

#footer p {
    font-size: 10pt;
    text-align: center;
    line-height: 1.25;
    margin: 0 0 6pt 0;
    color: #cad2c2;
    }

#footer p.inline {
    margin: 0 2em 0 2em;
    padding: 0;
    display: inline;
    }

#footer p a {
    color: #cad2c2;
    }

/* End Structure */

/* Begin Headers */

#banner h1, #banner h1 a {
    margin: 0;
    padding-top: 90px;
    font-family: 'Caslon Pro', 'Hoefler Text', Cambria, Georgia, STKaiti, KaiTi, Serif;
    font-weight: bold;
    font-size: 36px;
    color: #224411;
    }

#banner h1 a:hover {
    color: #78331f;
    }

h2.pagetitle {
    margin-top: 30px;
    }

#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%;
    }

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 */

.post ul {
    margin-left: 12pt;
    padding: 0 0 0 12pt;
    list-style: none;
    padding-left: 12pt;
    text-indent: -12pt;
    }

.post ul li, .post ol li {
    margin:3pt 0 12pt 3pt;
    line-height: 1.5em;
    }

.post ul li:before {
    content: "❦  ";
    }

#sidebar ul ul li:before {
    content: "»  ";
    }

.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: 13px;
    }

#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;
    }

#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 {
    font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    font-size: 0.9em;
    line-height: 16px;
    width: 120px;
    }

#searchform #s {
    border: solid 1px #556f42;
    background: #849972;
    color: #fff;
    width: 120px;
    margin: 0 auto;
    padding: 5px;
}

#sidebar #searchsubmit {
    font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    font-size: 0.9em;
    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: 460px;
    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 {
    font-family: 'Hoefler Text', Constantia, 'Times New Roman', STSong, SimSun, serif;
    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 Various Tags & Classes */

acronym, abbr {
    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;
    }



div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.navigation div.nav-previous {
float:left;
}

/* 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-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    font-weight:bold;
    font-size: 14px;
    color: #556f42;
    }

 #menubar ul li a:hover {
    color: #78331f;
	}
 
/* 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, .alignleft, .alignright {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: Skia, Cambria, Georgia, STKaiti, KaiTi, Serif;
    }
 
.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, .navigation {
    background: #fff;
    border: solid 1px #556f42;
    padding: 20px;
    margin: 20px auto;
    width: 460px;
    float: left;
    }
    
.post h2, .post h2 a:hover {
    font-size: 18px;
    text-align: center;
	color: #78331f;
    margin-top: 12px;
	margin-bottom: 12px;
	}
	
.post h2 a {
    color: #556f42;
    }
 
.post-borderless {
    margin: 20px auto;
    width: 500px;
    float: left;
    }
 
.post p {
    line-height: 1.5em;
    }

.post ul, .post ol {
    line-height: 1.5em;
    }

.entry ul, .entry ol {
    line-height: 1em !important;
    }
  
/* GENERIC STYLES */
 
#sidebar {
    font-family: 'Hoefler Text', Constantia, 'Times New Roman', STSong, SimSun, serif;
	}
 
 body {
    margin: 0;
    padding: 0;
    background: url(images/body.jpg) repeat-x #171717;
    color: #000;
    font-family: 'Hoefler Text', Constantia, 'Times New Roman', STSong, SimSun, serif;
    font-size: 11px;
    }
 
 p, ol li, ul li {
    color: #000;
    text-align: justify;
    margin: 0, 0, 0, 6px;
    padding: 0;
    }
    
 p a, li a {
    font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    }

 p a, .entry li a {
    font-weight: bold;
    }

 p strong, li strong {
    font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    font-weight: bold;
    }
 
 h2, h2 a {
    font-size: 24px;
    color: #78331f;
    font-family: Skia, Cambria, Georgia, STKaiti, KaiTi, Serif;
    }
 
 h3, h3 a:hover {
    position: relative;
    color: #78331f;
	margin-top: 0px;
    margin-bottom: 12px;
    text-align: center;
    padding: 0;
    font-size: 21px;
    font-family: Skia, Cambria, Georgia, STKaiti, KaiTi, Serif;
    }

 h3 a {
    color: #556f42;
	}

 h4 {
    font-family: 'Hoefler Text', Constantia, 'Times New Roman', STSong, SimSun, serif;
	font-size: 16px;
    font-weight: bold;
    color: #78331f;
    text-align: left;
    margin-bottom: 0pt;
    }

h4 a {
    font-family: 'Hoefler Text', Constantia, 'Times New Roman', STSong, SimSun, serif;
    color: #556f42;
    }

h4 a:hover {
    font-color: #78331f;
	}
 
 .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;
    }

/* Comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Skia, Cambria, Georgia, STKaiti, KaiTi, Serif;
	font-size: 16px;
}

.comments-template ol li cite {
	font-style: normal;
	font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
	font-weight: bold
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
	font-size: 13px;
}
	
/* RefTagger Styling */

.lbsTooltip {
    background:#eef2e9;
    border: 1px #856f42;
    z-index: 99;
    text-align: left;
    text-indent: 0;
    }

.lbsTooltip div {
    text-align: left;
    }

.lbsTooltipHeader {
    background:#849972;
    color: #ffffff;
    font-weight:bold;
    font-size:16px;
    line-height: 18px;
    font-family: Skia, Cambria, Georgia, STKaiti, KaiTi, Serif;
    margin: 0;
    padding:4px;
    position:relative;
    border: 0;
    }

.lbsTooltipBody  {
    padding: 4px 8px 0 8px;
    margin:0;
    position:relative;
    z-index: 2;
    border: 0;
    line-height:16px;
    }

.lbsTooltipBody p, .lbsTooltipBody span {
    display: inline;
    color: black;
    font-style: regular;
    font-family: 'Hoefler Text', Constantia, 'Times New Roman', Serif;
    font-size: 13px;
    line-height :18px;
    }

.lbsTooltipFooter {
    font-size:11px;
    font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    bottom:4px;
    margin-top: 4px;
    position:absolute;
    text-align:right;
    border: 0;
    }

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover  {
    color: #78331f;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    font-family: Calibri, Optima, Arial, STHeiti, SimHei, sans-serif;
    }

.lbsTooltipFooter div {
    text-align: right;
    }

.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref {
    font-size: 85%;
    top: -1px;
    position: relative;
    }

.lbsTooltipBody .ch-ref {
    font-weight: bold;
    }

.lbsTooltipBody .verse-ref {
    color: #556f42;
    }

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p {
    margin: 0;
    padding: 0;
    }

.lbsLibronix img {
    float: none !important;
    }