@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffee;
	margin: 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: 1200px;
	min-width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	background: #ffffff;
	border: 1px solid #F90;
}
#header1 {
	background: #ffffff;
	margin-bottom: .5em;
}
#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;
}


/* =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 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 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;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	margin: 0px;
	text-indent: 1em;
}
#textarea p {
	text-indent: 1em;
}
#sidebar,
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	color: #ffffff;
	vertical-align: top;
	text-align: left;
	font-size: 0.8em;
}
#secondary {
	clear: right;
}

#footer1 {
	clear: both;
	width: 100%;/* padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#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;
}

/* Header */

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

/* Menu */

#menubar {
	clear: both;
	width: 100%;
	background-color: #003300;
	color: #ffffff;
	vertical-align: middle;
	line-height: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.SiteNameDiv {
	float: left;
	width: 15em;
	background-color: inherit;
	color : #fff;
	text-align: left;
	margin-left: 10px;
	padding-left: .25em;
	padding-right: .25em;
}
.SiteName {
	color: #ffffff;
	background-color: inherit;
	font-weight : bold;
	font-size: 1.01em;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	display: block;
}
.menuact:link, .menuact:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
	font-weight : bold;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.menuact:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.menu:link {
	text-decoration : none;
	color: #ffb903;
	background-color: inherit;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu:visited {
	text-decoration : none;
	color: #ff8c00;
	background-color: inherit;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: inherit;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menubutton {
	float: left;
	width: auto;
	background-color: inherit;
	color : #ffffff;
	text-align: center;
	margin-left: .5em;
	margin-right: .5em;
	padding-left: .25em;
	padding-right: .25em;
	font-size: inherit;
	border-bottom: thin solid #FFF;
}
.menubutton:hover {
	background-color: #060;
	color: inherit;
}
.menuselected {
	float: left;
	width: auto;
	background-color: #006600;
	text-align: center;
	color: #ffffff;
	padding-left: .5em;
	padding-right: .5em;
	font-size: inherit;
	display: block;
	border-top: thin solid #FFF;
	border-left: thin solid #FFF;
	border-right: thin solid #FFF;
	border-bottom: #060;
}
.menuspace {
	width: .5em;
}
.menubase {
	clear: both;
	width: 100%;
	line-height: 2em;
	background-color: #006600;
	text-align: center;
	vertical-align: middle;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : bold;
	border-bottom : 1px solid #F90;
}
.auxBar {
	clear: both;
	width: 100%;
	display: block;
	height : 23px;
	background-color: #333333;
	color: #ffffff;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 3px ridge #F90;
	margin-bottom: .5em;
}
.auxBar a{
	height: 15px;
	padding: 2px .25em 2px .25em;
	vertical-align:text-bottom;
}
.auxButton {
	float: left;
	width: auto;
	background: inherit;
	color : #FFF;
	text-align: center;
	margin: 4px .25em 1px .25em;
}
.auxButton:hover {
	background: #060;
	color: inherit;
}

/* SubNav */

.subnav2 {
	width: 200px;
	color: #ffffff;
	background-color: #333333;
	border: 4px outset #ff8c00;
	margin: 0 0 .5em 0;
	padding: 0 0 .25em .25em;
}
.subnav3 {
	width: 200px;
	color: #000000;
	background-color: inherit;
	border: 4px outset #ff8c00;
	margin: 0 0 .5em 0;
	padding: 0 0 .25em .25em;
}
.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.2em;
	padding-bottom: 0.1em;
	margin:0;
}
#sidebar h3, h4 {
	font-size : 1em;
	font-weight: normal;
	line-height : 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	display: inline;
}
.sublist {
	display: block;
	text-align:left;
	margin: 0.1em;
	padding-left: 0.2em;
	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;
}