@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffee;
	background-image: url(/images/bfm_top_bg.png);
	background-repeat: repeat-x;
	margin: auto 0; /* 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: #000000;
}
/* =Structure
-------------------------------------------------------------- */

/* The main structure */
#wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 1024px;
	min-width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	background: #ffffff;
	border-left: thin solid #F90;
	border-right: thin solid #F90;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#container {
	float: left;
	margin: 0 -280px 0 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 1em;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin: 0px;
	text-align: left;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	margin: 0px;
	text-indent: 1em;
	text-align: left;
}
#textarea p {
	text-indent: 1em;
}
#sidebar, #primary, #secondary {
	float: right;
	overflow: hidden;
	width: 225px;
	color: #ffffff;
	vertical-align: top;
	text-align: left;
	font-size: 0.9em;
}
#secondary {
	clear: right;
}
#footer1 {
	clear: both;
	width: 100%;
}
#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: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.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;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* -- General --  */

.image {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: none;
}
th {
	background-color: #006600;
	color: #ffffff;
	text-align: center;
	font-size : 1em;
	line-height : 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 0.2em;
	padding-bottom: 0.1em;
	margin:0;
}
.windowbg2 {
	text-indent: .5em;
	padding-left: .5em;
	padding-bottom: .1em;
	background-color: #333333;
	color: #ffffff;
}
.fLeft {
	float: left;
	margin-right: 8px;
}
.fRight {
	float: right;
	margin-left: 8px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
/* Header */
#header1 {
	clear: both;
	width: 100%;
	background: #ffffff;
}
#header1 h1 {
	background-color: #006600;
	font-size : 1.25em;
	line-height : 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 .1em 0;
	vertical-align: middle;
	color: #ffffff;
	padding-left: .5em;
	margin-top: .5em;
}
#swordBible {
	width: 100%;
	background-color: #060;
	color: #ffffff;
	margin: 0px;
	overflow: hidden;
	border-top: 3px ridge #F90;
}
#navMain {
	left: 0;
	width: 100%;
	background: #222;
	height: 37px;
	direction: ltr;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 auto;
	text-align: left;
	border-bottom: 2px solid #fff;
}
#navMain ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navMain li {
	display: list-item;
	float: left;
}
#navMain a {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	padding: 7px 10px 4px 10px;
}
#navMain .menubutton {
	background: #333;
	margin-top: 6px;
	border-bottom: inherit;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
#navMain .menuselected {
	background: #060;
	margin-top: 6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: #060;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
#navMain .menubase {
	width: 100%;
	line-height: 1.75em;
	background-color: #060;
	text-align: center;
	vertical-align: middle;
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #fff;
	font-weight : bold;
	border-bottom: 3px ridge #f90;
}
#header {
	clear: both;
	width: 100%;
	background-color: #030;
	color: #ffffff;
	border-left : none;
	border-right : none;
	border-bottom: 1px solid #f90;
	background-image: url(/images/swordbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 45px;
}
#shareTop {
	display: block;
	float: right;
	width: 115px;
	height: 17px;
	margin: 0 10px 5px 10px;
	padding: 3px 0 3px 10px;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#111));
	background: -webkit-linear-gradient(top, #777, #111);
	background: -moz-linear-gradient(top, #777, #111);
	background: -ms-linear-gradient(top, #777, #111);
	background: -o-linear-gradient(top, #777, #111);
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    2px 2px 2px rgba(0, 0, 0, 0.75);
	box-shadow:         2px 2px 2px rgba(0, 0, 0, 0.75);
}
#shareBottom {
	display: block;
	float: left;
	height: 30px;
	width: 600px;
	padding-top: 10px;
	padding-left: 10px;
	margin: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: text-bottom;
	color: #0c0;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#111));
	background: -webkit-linear-gradient(top, #777, #111);
	background: -moz-linear-gradient(top, #777, #111);
	background: -ms-linear-gradient(top, #777, #111);
	background: -o-linear-gradient(top, #777, #111);
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    2px 2px 2px rgba(0, 0, 0, 0.75);
	box-shadow:         2px 2px 2px rgba(0, 0, 0, 0.75);
}
#shareBottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#shareBottom li {
	display: list-item;
	float: left;
	padding-right: 0.5em;
}
/* Menu */

#menubar {
	clear: both;
	width: 100%;
	background-color: #030;
	color: #fff;
	vertical-align: middle;
	line-height: 1.75em;
	border-top: 3px ridge #f90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.menuact:link, .menuact:visited {
	display: inherit;
	text-align: inherit;
	background-color: #060;
	background: -webkit-gradient(linear, left top, left bottom, from(#090), to(#030));
	background: -webkit-linear-gradient(top, #090, #030);
	background: -moz-linear-gradient(top, #090, #030);
	background: -ms-linear-gradient(top, #090, #030);
	background: -o-linear-gradient(top, #090, #030);
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;
	text-decoration: none;
	color: #fff;
	font-weight : inherit;
	padding-right: 0.5em;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.menuact:hover {
	color: #eee;
	background-color: inherit;
	text-decoration: underline;
}
.menu:link {
	display: inherit;
	background-color: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#222));
	background: -webkit-linear-gradient(top, #777, #222);
	background: -moz-linear-gradient(top, #777, #222);
	background: -ms-linear-gradient(top, #777, #222);
	background: -o-linear-gradient(top, #777, #222);
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;
	text-decoration : none;
	color: #ffb903;
	padding-right: 0.5em;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.menu:visited {
	display: inherit;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#111));
	background: -webkit-linear-gradient(top, #555, #111);
	background: -moz-linear-gradient(top, #555, #111);
	background: -ms-linear-gradient(top, #555, #111);
	background: -o-linear-gradient(top, #555, #111);
	color: #ff8c00;
}
.menu:hover {
	display: inherit;
	background-color: #060;
	background: -webkit-gradient(linear, left top, left bottom, from(#090), to(#060));
	background: -webkit-linear-gradient(top, #090, #060);
	background: -moz-linear-gradient(top, #090, #060);
	background: -ms-linear-gradient(top, #090, #060);
	background: -o-linear-gradient(top, #090, #060);
	text-decoration: underline;
	color: #ffe;
}
.menu:active {
	text-decoration: underline;
	color: #fff;
	background-color: #060;
}
.menubutton {
	float: left;
	text-align: center;
	margin-top: 6px;
	margin-left: .2em;
	margin-right: .2em;
	font-size: inherit;
	border-bottom: inherit;
}
.menubutton:hover {
	background-color: #060;
	color: inherit;
}
.menuselected {
	float: left;
	background-color: #060;
	text-align: center;
	color: #fff;
	margin-top: 6px;
	margin-left: .2em;
	margin-right: .2em;
	font-size: inherit;
	border-top: thin solid #fff;
	border-left: thin solid #fff;
	border-right: thin solid #fff;
	border-bottom: #060;
}
.menuspace {
	width: 10px;
}
.menubase {
	clear: both;
	width: 100%;
	line-height: 2.25em;
	background-color: #060;
	text-align: center;
	vertical-align: middle;
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #f90;
}
.auxBar {
	clear: both;
	width: 100%;
	display: block;
	height : 25px;
	background-color: #222;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 3px ridge #F90;
	margin-bottom: .5em;
}
.auxBar a {
	height: 15px;
	padding: 2px 10px 2px 10px;
	vertical-align:text-bottom;
}
.auxButton {
	float: left;
	width: auto;
	background: #333;
	color : #FFF;
	text-align: center;
	margin: 4px .25em 1px .25em;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
/* SubNav */

.subnav2 {
	width: 215px;
	color: #ffffff;
	background-color: #333333;
	border: 4px outset #ff8c00;
	margin: 0 0 .5em 0;
	padding: 0;
}
.subnav3 {
	width: 215px;
	color: #000000;
	background-color: inherit;
	border: 4px outset #ff8c00;
	margin: 0 0 .5em 0;
	padding: 0;
}
.subnavselected {
	font-size: inherit;
	background-color: #006600;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subtitle {
	background-color: #006600;
	color: #ffffff;
	text-align: left;
	font-size : 1em;
	line-height : 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 0.5em;
	padding-bottom: 0.1em;
	margin:0;
}
#sidebar h3, h4 {
	font-size : 1em;
	font-weight: normal;
	line-height : 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	display: inline;
}
.sublist a {
	padding-right: 5px;
}
.sublist {
	display: block;
	text-align:left;
	font-size : 1em;
	line-height : 1.5em;
	margin: 0.1em;
	padding-left: 1.1em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #006600;
}
.submenu {
	text-indent: .5em;
	color: #ffffff;
	background-color: #333333;
	border: none;
}
.greenbar {
	text-align: center;
	padding: 0px;
	background-color: #006600;
	color: inherit;
	vertical-align: middle;
}
/*  Scripture References */

.biblelist {
	list-style: none;
}
.biblelist li {
	border-bottom : 1px solid #006600;
	padding: 0.25em 0.1em;
	text-align: justify;
}
.redverse {
	color: #990000;
	background-color: inherit;
	margin: 0.1em 0.1em;/*	padding: 0.5em 2em 0.5em 1em; /* Until windowbg is not used */
}
.bibleref {
	color: #000000;
	background-color: inherit;
	text-align: left;
	padding-left: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
/* RefTagger Control Panel Styles */
#lbsRefTaggerCP {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color:#ffffff;
	background-color:#333333;
	text-align: center;
}
#lbsHeader {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid #DDD 1px;
	background-image: url(http://www.logos.com/images/Reftagger/bbbg.jpg);
	background-repeat: repeat-x;
	padding: .25em;
	color: #FFF;
	margin-bottom: 2px;
}
#lbsSaveContainer, #lbsVersionContainer, #lbsLibronixContainer {
	padding:4px;
}
#lbsSave {
	border:1px solid gray;
	padding: 0em 1em;
	background-image: url(http://www.logos.com/images/Reftagger/orangesave.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-family: helvetica, arial, "sans serif";
	cursor: pointer;
}
#lbsVersion {
	font-size:100%;
}
#lbsFooter {
	font-size: 90%;
	padding:3px;
}
#lbsLogo {
	background-color: #ffffff;
	background-image:url(http://www.logos.com/images/reftagger/logowhitebg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding: 2px;
}
/* Footer */
.dateTime {
	float: right;
	margin-left: 8px;
	width: 30em;
	font-size: 0.8em;
}
.copyright {
	margin-right: 8px;
	width: 30em;
	text-align: left;
	font-size: 0.8em;
}
.bottomlinks {
	clear: both;
	text-align: center;
	margin-top: 1em;
}
