@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	box-sizing: border-box;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffee;
	background-image: url(http://www.battlefocused.org/images/bfm_top_bg.png);
	background-repeat: repeat-x;
	margin: auto 0;
	padding: 0;
	text-align: center;
	color: #000;
}
/* -- Normalize mods --  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
img, embed, object, video {
  max-width: 100%;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
/* =Structure
-------------------------------------------------------------- */

/* The main structure */
#wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	background: #fff;
	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: visible;
	padding: 20px 0 0 0;
}
#container {
	float: left;
	margin: 0 -280px 0 0;
	width: 100%;
}
#breadcrumb {
	position: relative;
	float: left;
}
#breadcrumb a {
	font-size: 0.9em;
	margin-left: 5px;
	margin-right: 2px;
}
#content {
	max-width: 700px;
	margin: 0 290px 0 8px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	overflow: visible;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	padding-right: 1em;
	margin: 0px;
	text-align: left;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin: 0px;
	text-indent: 1em;
	padding-right: 1em;
	text-align: left;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	margin: 0px;
	text-indent: 2em;
	padding-right: 1em;
	text-align: left;
}
#content a:hover {
	color: #f00;
	background-color: inherit;
}
#content p {
	text-indent: 1em;
	margin-left: 2em;
	max-width: 36em;
}
#content li {
	max-width: 34em;
}
#content blockquote {
	margin-left: 1em;
	padding-left: 1em;
	max-width: 34em;
	border-left: 1px solid #060;
}
#sidebar, #primary, #secondary {
	float: right;
	padding: 2px 0 10px 10px;
	margin-right: 1em;
	width: 250px;
	color: #fff;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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 {
	max-width: inherit;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: none;
}
.imageScale {
	max-width: inherit;
	height: auto;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: none;
	-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    1px 3px 3px rgba(0, 0, 0, 0.75);
	box-shadow:         1px 3px 3px rgba(0, 0, 0, 0.75);
}
.imageLink {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: none;
	-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    1px 3px 3px rgba(0, 0, 0, 0.75);
	box-shadow:         1px 3px 3px rgba(0, 0, 0, 0.75);
}
th {
	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;
	color: #fff;
	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;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	padding-right: .5em;
	line-height: 1.5em;
	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;
	color: #fff;
}
.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;
	max-width: inherit;
	background: #fff;
}
#header1 h1 {
	clear: both;
	background-color: #060;
	background: -webkit-gradient(linear, left top, left bottom, from(#070), to(#030));
	background: -webkit-linear-gradient(top, #070, #030);
	background: -moz-linear-gradient(top, #070, #030);
	background: -ms-linear-gradient(top, #070, #030);
	background: -o-linear-gradient(top, #070, #030);
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;
	font-size: 1.3em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 1.0em;
	margin-bottom: 10px;
	vertical-align: middle;
	color: #fff;
	padding: 0 0.25em;
}
#swordMobile {
	display:none;
}
#swordTablet {
	display:none;
}
#swordBible {
	max-width: inherit;
	background: #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);
	margin: 0px;
	overflow:hidden;
	border-top: thin solid #f90;
	border-bottom: thin solid #f90;
}
#navMain {
	clear:both;
	float:left;
	width: 100%;
	background: #222;
	direction: ltr;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
#navMain ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #222;
}
#navMain li {
	display: list-item;
	float: left;
}
#navMain a {
	cursor: pointer;
	display: inline-block;
	padding: 13px 6px 14px 6px;
}
#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: thin solid #fff;
	border-left: thin solid #fff;
	border-right: thin solid #fff;
	border-bottom: 2px solid #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: 2.5em;
	background-color: #060;
	background: -webkit-gradient(linear, left top, left bottom, from(#050), to(#030));
	background: -webkit-linear-gradient(top, #050, #030);
	background: -moz-linear-gradient(top, #050, #030);
	background: -ms-linear-gradient(top, #050, #030);
	background: -o-linear-gradient(top, #050, #030);
	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-top: thin solid #fff;
	border-bottom: thin solid #f90;
}
#AboutMe {
	margin-top: 5px;
	background: #ffffee;
	border-top: thin solid #f90;
	border-bottom: thin solid #f90;
}
#AboutMe aside {
	float: left;
	border-right: thin solid #f90;
	padding: 10px;
	text-align: justify;
	width: 30em;
}
/* Menu */

#menubar {
	clear: both;
	width: 100%;
	background-color: #030;
	color: #fff;
	vertical-align: middle;
	line-height: 55px;
	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;
	padding: 13px 5px 14px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#090), to(#050));
	background: -webkit-linear-gradient(top, #090, #050);
	background: -moz-linear-gradient(top, #090, #050);
	background: -ms-linear-gradient(top, #090, #050);
	background: -o-linear-gradient(top, #090, #050);
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;
	text-decoration: none;
	color: #fff;
	font-weight : 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;
}
.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: 13px 5px 14px 5px;
	-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: 3px;
	margin-right: 3px;
	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: 2px;
	margin-right: 2px;
	font-size: inherit;
	border-top: thin solid #fff;
	border-left: thin solid #fff;
	border-right: thin solid #fff;
	border-bottom: thin solid #060;
}
.menuspace {
	width: 6px;
}
.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.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	border-top: thin solid #fff;
	border-bottom: 1px solid #f90;
}
.auxBar {
	clear: both;
	width: 100%;
	height: 52px;
	display: block;
	background-color: #222;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 3px ridge #F90;
	margin-bottom: .5em;
}
.auxBar a {
	padding: 13px 10px 14px 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 {
	text-align: left;
	color: #fff;
	background-color: #222;
	border: 4px outset #ff8c00;
	margin: 0 0 .5em 0;
	padding: 0;
	-moz-border-radius-topleft: 14px;
	-webkit-border-top-left-radius: 14px;
	border-top-left-radius: 14px;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    3px 3px 2px rgba(0, 0, 0, 0.75);
	box-shadow:         3px 3px 2px rgba(0, 0, 0, 0.75);
}
.subnav3 {
	text-align: left;
	color: #000;
	background-color: #fff;
	border: 4px outset #ff8c00;
	margin: 0 0 .5em 0;
	padding: 0;
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    3px 3px 2px rgba(0, 0, 0, 0.75);
	box-shadow:         3px 3px 2px rgba(0, 0, 0, 0.75);
}
.subnavselected {
	background-color: #060;
	vertical-align: middle;
	color: #fff;
}
.subtitle {
	display: block;
	background-color: #060;
	color: #fff;
	text-align: left;
	text-indent: 0.5em;
	line-height : 3.0em;
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
	padding-bottom: 0.1em;
	margin: 1px 0;
	-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;
}
#sidebar .subtitle .menuact {
	background: #050;
	padding: 0;
}
#sidebar h3 {
	display: block;
	font-size : 1em;
	font-weight: normal;
	line-height : 1.75em;
	margin: 0.1em 0;
}
#sidebar h4  {
	display: inline-block;
	width: 90%;
	padding-left: 0.5em;
	font-size : 1em;
	font-weight: normal;
	line-height : 1.75em;
	margin: 0.1em 0;
}
#sidebar h5 {
	display: inline-block;
	width: 90%;
	padding-left: .5em;
	font-size : 1em;
	font-weight: normal;
	line-height : 1.75em;
	margin: 0.1em 0;
}
.sublist {
	text-align: left;
	font-size: 1em;
	margin: 0.1em;
	padding: 0.1em 0;
	border-bottom: 5px ridge #060;
}
.sublist a {
	display: block;
	padding-left: 1em;
	margin-bottom: 2px;
	min-width:85%;
}
.sublist2 {
	text-align: left;
	font-size: 1em;
	line-height: 55px;
	margin: 0.1em 0.5em 0.5em 0.75em;
	border-left: 3px dotted #060;
	border-right: 3px dotted #060;
	border-bottom: 3px dotted #060;
}
.sublist2 a {
	display: block;
	margin-bottom: 2px;
	min-width:80%;
}
.submenu {
	text-indent: .5em;
	color: #fff;
	background-color: #333;
	border: none;
}
.greenbar {
	text-align: center;
	padding: 0px;
	background-color: #060;
	color: inherit;
	vertical-align: middle;
}
/*  Scripture References */

.biblelist {
	list-style: none;
}
.biblelist li {
	border-bottom : 1px solid #060;
	padding: 0.1em;
	text-align: justify;
}
.redverse {
	color: #900;
	background-color: inherit;
	margin: 0.1em 0.1em;/*	padding: 0.5em 2em 0.5em 1em; /* Until windowbg is not used */
}
.bibleref {
	color: #000;
	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:#fff;
	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,.4) 0 1px 0;
	text-align: left;
	padding-left: 1em;
	-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;
}
#lbsHeader {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid #ddd 1px;
	background-image: url(https://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.battlefocused.org/images/logosorangesave.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: #fff;
	background-image:url(http://www.battlefocused.org/images/logoswhitebg.jpg);
	max-width: 100%;
	height: 20px;
	background-position:center;
	background-repeat:no-repeat;
	padding: 2px;
}
/* RefTagger Tooltip Styles */
.lbsTooltip {
	background:#fffade;
	border: 1px solid gray;
	z-index: 99;
	text-align: left;
	text-indent: 0;
	letter-spacing: normal;
}
.lbsTooltip div {
	text-align: left;
}
.lbsTooltipHeader {
	background:#fff4b8;
	color: black;
	font-weight:bold;
	font-size:15px;
	line-height: 18px;
	font-family:Arial, Helvetica, 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-family:Arial, Helvetica, serif;
	font-size: 14px;
	line-height:16px;
}
.lbsTooltipFooter {
	font-size:11px;
	font-family:Helvetica, Arial, serif;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
	letter-spacing: normal;
}
.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px;
	font-family:Helvetica, Arial, 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: dimgray;
}
.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
.lbsLibronix img {
	float: none !important;
}
/* Footer */
.dateTime {
	float: right;
	text-align: right;
	margin-left: 8px;
	font-size: 0.8em;
	white-space: nowrap;
}
.copyright {
	clear:both;
	float:left;
	margin-top: 5px;
	margin-right: 8px;
	text-align: left;
	font-size: 0.8em;
	white-space: nowrap;
}
.bottomlinks {
	clear: both;
	text-align: center;
	margin-top: 5px;
}
/* Tablet */
@media screen and (max-width:620px) {
#swordBible {
	display:none;
}
#swordMobile {
	display:none;
}
#swordTablet {
	display: block;
	max-width:100%;
	height: auto;
}
#navMain {
	display:none;
}
#header1 h1 {
	margin-top:20px;
}
#container {
	max-width: 100%;
	float:left;
}
#content {
	max-width: 100%;
	margin: 0;
	padding: 0 20px 0 8px;
}
#sidebar, #primary, #secondary {
	clear:both;
	float:left;
	margin: 0;
	padding: 0 20px 0 8px;
}
.subnav2, .subnav3 {
	width: 100%;
}
}
/* Mobile */
@media screen and (max-width:430px) {
#swordMobile {
	display: block;
	max-width: 100%;
	height: auto;
}
body {
	background-image:none;
}
#swordBible {
	display:none;
}
#swordTablet {
	display:none;
}
#navMain {
	display:none;
}
.menubase {
	display: none;
}
#header1 h1 {
	margin-top: 10px;
}
#container {
	float:left;
	max-width: 100%;
}
#content {
	max-width: 100%;
	margin: 0;
	padding: 0 5px 0 5px;
}
#content p {
	margin: 5px;
}
#content ul {
	list-style-type:none;
	margin:5px 5px 0 -30px;
}
#sidebar, #primary, #secondary {
	clear:both;
	float:left;
	margin: 0;
	max-width: 100%;
	padding: 0 5px 0 5px;
}
.subnav2, .subnav3 {
	width: 100%;
}
#auxBar {
	width:100%;
	display: block;
}
#auxBar ul li {
	float: left;
}
#auxBar a {
	display: inline-block;
 	width:95%;
}
#auxBar .menubutton {
	width:95%;
}
#AboutMe {
	display:none;
}
}