/* - - - - - - - - - - - - - - - */
/*        Page template          */
/* - - - - - - - - - - - - - - - */

body {
text-align: center;
margin: 0;
padding: 0;
background: #FFFFFF url(../images/bg.png) repeat-x top center;
font: 1em Verdana, sans-serif;
}
#shadow-container {
width: 800px;
margin: 0 auto;
padding: 0;
background: url(../images/bg-shadow.png) repeat-y;
}
#container {
text-align: left;
margin: 0 auto;
width: 760px;
background-color: #FFF;
}
#header {
height: 99px;
padding: 0;
background: #FFFFFF url(../images/header.jpg) no-repeat center;
}
#navbar {
margin: 0;
padding: 0;
font-size: 0.9em;
font-family: Verdana;
height: 31px;
}
#navbar ul {
margin: 0;
padding: 0;
list-style: none;
}
#navbar ul li {
float: left;
display: inline;
padding: 0;
margin: 0;
border-bottom: 1px solid #AAA;
border-left: 1px solid #AAA;
}
#navbar li:first-child {
border-left: 0;
}
#navbar ul li a:link, #navbar ul li a:visited {
padding: 6px 5px 0;
background: url(../images/nav-bg-gradient.png) repeat-x top center;
color: #000;
text-decoration: none;
width: 141px;
height: 24px;
display: block;
text-align: center;
}
#navbar ul li a:hover {
background: url(../images/nav-bg-gradient-hover.png) repeat-x top center;
}
#navbar li:first-child a:link, #navbar li:first-child a:visited {
width: 142px;
}
#articleSidebar {
width: 160px;
float: right;
margin: 0 0 20px 20px;
text-align: center;
}
#bannerad {
text-align: center;
margin: 10px 0 0;
}
.sidead {
float: right;
margin: 10px 0 5px 10px;
}
#article {
padding: 0 20px 0;
margin: 15px 0 0;
font-size: 0.8em;
min-height: 380px;
}
#footer {
clear: both;
padding: 20px 0 0;
text-align: center;
font-size: 0.8em;
color: #444;
}
#footer a:link, #footer a:visited {
color: #444;
text-decoration: none;
}
#shadow-bottom {
width: 800px;
margin: 0 auto;
padding: 0;
height: 31px;
background: url(../images/bg-shadow-bottom.png) no-repeat;
}
#shadow-bottom-filler {
text-align: left;
margin: 0 auto;
width: 760px;
background-color: #FFF;
}


/* - - - - - - - - - - - - - - - */
/*        Content styles         */
/* - - - - - - - - - - - - - - - */


#socialShare {
text-align: center;
margin: 20px 0;
clear: both;
}
h1 {
font-size: 1.7em;
margin: 0 0 15px;
text-align: center;
}
h2 {
font-size: 1.3em;
margin: 5px 0 -10px;
}
#articlelistbox {
width: 600px;
margin: 30px auto 0;
}
.authorbox {
border: 1px solid #BBB;
padding: 5px;
margin: 20px 0;
font-size: 0.9em;
color: #333;
}
.authorbox img {
float: left;
padding: 0;
margin: 0 10px 0 0;
width: 90px;
height: 90px;
}
.authortitle {
display: block;
font-weight: bold;
padding: 3px 0;
}
.list li {
padding: 5px;
}
ul.article-list {
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #DDD;
}
ul.article-list li {
margin: 0;
}
.article-list a:link, .article-list a:visited {
display: block;
text-decoration: none;
border: 1px solid #DDD;
padding: 10px 15px;
border-bottom: 0;
background-color: #F5F5F5;
}
.article-list a:hover {
background-color: #CCF;
}
#quizbox {
padding: 0 20px;
}
.qquest {
font-size: 1.0em;
font-weight: bold;
padding: 5px 0 3px;
}
.qhint {
display: block;
font-size: 0.9em;
font-style: italic;
padding: 7px 0 0;
}
.qresult {
font-style: italic;
}
#qprogress {
color: green;
font-style: italic;
font-size: 1.5em;
margin: 1em 0 0.5em;
text-align: center;
}
.versioncredit {
font-size: 0.9em;
font-style: italic;
}
.downLinks {
text-align: center;
font-size: 1.1em;
margin: 8px 0 0;
}
.downLinks a {
font-weight: bold;
}

.centervideo {
width: 560px;
margin: 0 auto;
}

.300wide {
	width: 300px;
}
.200wide {
	width: 200px;
}
.imgright {
	float: right;
	margin: 4px 0 3px 10px;
	padding: 0;
}
.imgright img {
	border: 1px solid #333;
}
.imgleft {
	float: left;
	margin: 4px 10px 3px 0;
	padding: 0;
}
.imgright p, .imgleft p {
	font-size: 0.7em;
	text-align: center;
	color: #333;
	padding: 0;
	margin: 0;
}

blockquote {
	margin: 12px 20px 12px 25px;
	padding: 7px 10px 7px 10px;
	border-left: 12px solid #CCC;
	background-color: #F5F5F5;
	font: italic 1.1em Georgia, serif;
	-moz-box-shadow:0px 0px 4px 1px #777;
	-webkit-box-shadow:0px 0px 4px 1px #777;
	box-shadow:0px 0px 4px 1px #777;
}
blockquote:before {
	content: open-quote;
	font-size: 2em;
	padding-right: 7px;
	font-family: Verdana;
}
blockquote:after {
	content: close-quote;
	font-size: 2em;
	padding-left: 7px;
	font-family: Verdana;
}

.center {
	text-align: center;
}

.onlyprint {
	display: none;
}

.onlyscreen {
	display: block;
}




/* - - - - - - - - - - - - - - - */
/*     Books of Bible table      */
/* - - - - - - - - - - - - - - - */

.booksofbible {
	border: 0;
	border-collapse: collapse;
	margin: 15px auto;
	padding: 0;
	font: 0.9em helvetica, sans-serif;
	color: #222;
}
.booksofbible th {
	background-color: #9AC0CD;
	color: #2F4F4F;
}
.booksofbible th, .booksofbible td {
	padding: 7px 10px;
}
.booksofbible .odd {
	background-color: #F0F8FF;
}
.booksofbible .even {
	background-color: #FFF;
}
.booksofbible .sum td {
	background-color: #F8F7FF;
}


/* - - - - - - - - - - - - - - - */
/*     Genealogy chart table     */
/* - - - - - - - - - - - - - - - */

#genealogychart {
	border: 1px solid #9AC0CD;
	border-collapse: collapse;
	margin: 20px auto;
	padding: 0;
	font: 0.9em helvetica, sans-serif;
	color: #333;
}
#genealogychart th {
	background-color: #9AC0CD;
	color: #2F4F4F;
}
#genealogychart td {
	background-color: #F0F8FF;
	border-left: 1px solid #9AC0CD;
	border-right: 1px solid #9AC0CD;
}
#genealogychart th, #genealogychart td {
	padding: 6px 9px;
	text-align: left;
}
#genealogychart td.rightcell {
	border-right: 1px solid #9AC0CD;
}
#genealogychart td.desc {
	border-left: 1px solid #9AC0CD;
	font-weight: bold;
	color: #2F4F4F;
}