﻿body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

.Canvas {
	width: 92%;
	max-width: 634px;
	text-align: center;
	background-color: #FFFFFF;
	margin: auto;
	margin-left: auto;
	padding-right: 4%;
	padding-left: 4%;
}

.logo {
	font-family: Candara, Perpetua, Sylfaen, Arial;
	font-size: 1.5em;
	color: #29537c;
	text-align: right;
	padding-top: 0.75em;
	padding-bottom: 0.3em;
}
.logo a {
	color: #29537c;
	text-decoration: none;
}
.logo a:hover {
	color: #1C3753;
}
.space {
	padding-left: 2px;
	padding-right: 2px;
}

h1 {
	font-size: 156%;
	font-weight: bold;
	font-family: Copperplate Gothic Light, Verdana, Tahoma;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 1em;
	background-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #336699;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: -1px;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 1.4em;
	padding-top: 0.25em;
	background-color: #336699;
	text-transform: capitalize;
}

.navbar ul {
	margin: 0;
	padding: .2em 0em .2em 0em;
	list-style-type: none;
	text-align: center;
	background-color: #00FFFF;
	font-weight: bold;
	line-height: 2em;
}
.navbar ul li {  
	display: inline; 
	} 
.navbar ul li a {
	text-decoration: none;
	padding: .3em 1em .3em 1em;
	color: #336699;
	background-color: #00FFFF;
}
.navbar ul li a:hover {
	color: #1C3753;
}

.footbar ul {
	margin: 1.5em 0 0 0;
	padding: .5em 0em .5em 0em;
	list-style-type: none;
	text-align: center;
	background-color: #00FFFF;
	font-weight: bold;
	line-height: 2em;
}
.footbar ul li {  
	display: inline; 
	} 
.footbar ul li a {
	text-decoration: none;
	padding: .3em 1em .3em 1em;
	color: #336699;
	background-color: #00FFFF;
}
.footbar ul li a:hover {
	color: #1C3753;
}

.mainbar ul {
	margin: 0;
	padding: .3em;
	list-style-type: none;
	text-align: left;
	background-color: #00FFFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2.1em;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 0.3px;
	border-top-color: #FFFFFF;
	line-height: 2.3em;
	font-size: .94em;
}
.mainbar ul li {  
	display: inline; 
} 
.mainbar ul li a {
	text-decoration: none;
	padding: .3em .8em .3em .8em;
	color: #336699;
	background-color: #00FFFF;
}
.mainbar ul li a:hover {
	color: #1C3753;
}

.biblos {
	display: table;
	width: 100%;
	font-size: 100%;
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 1.5em;
	padding-bottom: 1em;
	color: #29537C;
}
.biblos-row {
	display: table-row;
}
.biblos-right {
	display: table-cell;
	text-align: right;
	float: right;
}
.biblos-left {
	display: table-cell;
	float: right;
	text-align: right;
	font-weight: bold;
}

.ChapterNav {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.9em;
	color: #29537C;
}
.ChapterNav a {
	text-decoration: none;
	color: #0000FF;
}
.ChapterNav a:hover {
	text-decoration: underline;
}
.ChapterNav a:visited {
	color: #800080;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #29537C;
	margin-top: 1px;
	text-align: left;
	margin-bottom: 1px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #29537C;
	margin-top: 1px;
	text-align: left;
	margin-bottom: 1.3em;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #326598;
	margin-top: 1.5em;
	text-align: left;
	margin-bottom: 1.5em;
}

.Text {
	font-size: 1.2em;
	text-align: left;
	color: #000000;
	line-height: 1.6em;
}
.Text a {
	color: #0000FF;
}
.Text-flat {
	padding: 20px 1px 10px 1px;
	font-size: 13px;
	text-align: left;
	color: #000000;
}

p {
	margin: 0 0 2em 0;
	padding: 0;
}
.quote {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.bold-italics {
	font-weight: bold;
	font-style: italic;
}
.Red {
	color: #FF0000;
}
.BibleVerse {
	font-size: .5em;
	font-weight: bold;
	vertical-align: text-top;
	line-height: 1.2em;
}
.ul {
	color: #1D3A58;
	font-weight: bold;
	text-decoration: underline;
}

.Original {
	text-align: right;
	font-size: 15px;
	vertical-align: bottom;
	color: #29537C;
	font-weight: bold;
	padding-right: 8px;
}
.Original a {
	text-decoration: none;
	font-weight: bold;
	color: #0000CC;
}
.Original a:hover {
	text-decoration: underline;
}

.MainChapterNav {
	font-size: 1.2em;
	text-align: left;
	line-height: 2.5em;
	color: #29537C;
	padding-bottom: 2.5em;
}
.MainChapterNav a {
	text-decoration: none;
}
.MainChapterNav a:hover {
	text-decoration: underline;
}

.botbar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 1.6em;
	font-size: 1.15em;
	text-align: center;
}
.botbar ul li {  
	display: inline; 
} 
.botbar ul li a {
	text-decoration: none;
	padding: .3em 1.2em .3em 1.2em;
	color: #0000FF;
}

.botbaraaaaa ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.05em;
}
.botbaraaaaa ul li {  
	display: inline; 
} 
.botbaraaaaa ul li a {
	text-decoration: none;
	color: #336699;
	padding-right: 1.7em;
	padding-left: 1.7em;
}

.botbarbbbbbbb ul {
	margin: 0;
	padding: .3em;
	list-style-type: none;
	text-align: center;
	background-color: #00FFFF;
	font-weight: bold;
	line-height: 1.8em;
}
.botbarbbbbbbb ul li {  
	display: inline; 
} 
.botbarbbbbbbb ul li a {
	text-decoration: none;
	padding: .3em 1.5em .3em 1.5em;
	color: #336699;
	background-color: #00FFFF;
}
.botbarbbbbbbb ul li a:hover { 
	color: #FFFFFF;
	background-color: #336699;
}

.Responsive {
	padding-top: 1.3em;
}

.Verses {
	padding: 0.2em 0.6em 0.2em 0.6em;
	background-color: #C7D9EB;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2.5em;
	margin-top: 2.5em;
}
.Passage {
	text-transform: uppercase;
}
.Arrow {
	font-family: Arial;
}
.photoright {
	margin: 10px 10px 10px 10px;
}
.Ye {
	color: #B00000;
}
.HP {
	color: #00822B;
}
.Copyright {
	font-size: 0.85em;
	text-align: center;
	font-family: Verdana;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #FFFFFF;
}
.Copyright a {
	color: #2E5C8B;
	text-decoration: none;
}
