/* 
Styles Sheet
Behind-the-Bible-Stories.com
Author: Pat Boone
Last updated: 28-MAR-07
*/

body {
	font-family: "Arial";
	font-size: 10pt;
	height: auto;
	color: black;
	background-color: rgb(220,200,160);
	margin: 0;
}

h1 {
	text-align: center;
	font-family: "Arial"; /*"Monotype Corsiva";*/
	font-style: italic;
	font-weight: bold;
	font-size: 20pt;
}

h2 {
	text-align: center;
	font-family: "Arial";
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

h3 {
	text-align: left;
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
}

a {
	color: blue;
}

a:hover {
	text-decoration: underline;
}

#header {
	background-color: rgb(220,200,160);
	width: 100%;
	text-align: center;
	top: 0;
	margin: auto;
}

.nav_link {
	color: black;
	font-size: 11pt;
	text-decoration: none;
}

.nav_table {
	width: 100%;
	vertical-align: middle;
	}
	
.nav_cell {
	width: 100%;
	padding: 2px;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	background-color: rgb(170,150,110);
	color: white;
}


#navigation {
	font-family: "Times New Roman";
	font-weight: bold;
	color: black;
	border: 10px solid rgb(220,200,160);
	margin: auto;
	background-color: rgb(145,125,85);
	vertical-align: middle;
	text-align: center;
}

#by_format {
	font-family: "Monotype Corsiva";
	font-size: 15pt;
}

#content {
	margin: auto;
}

#left_side {
	position: absolute;
	left: 0px;
	width: 140px;
	background: rgb(170,150,110);
	font-family: "Times New Roman";
	font-weight: bold;
	color: black;
	font-size: 10pt;
	margin: 0;
	padding: 3px;
	z-index: 2;
	border: 2px solid rgb(120,100,60);
	color: black;
}


#right_side {
	position: absolute;
	right: 0px;
	width: 140px;
	background: rgb(170,150,110);
	font-family: "Times New Roman";
	font-weight: bold;
	color: black;
	font-size: 10pt;
	margin: 0;
	padding: 3px;
	z-index: 1;
	border: 2px solid rgb(120,100,60);
}

#book_page {
	position: relative;
	margin: 20px 150px 20px 150px;
	background: rgb(220,200,160);
	color: black;
	padding: 10px;
	z-index: 3;
}

.book_shelf {
	width: 98%;
	float: left;
	background: rgb(120,100,60);
	font-size: 10pt;
	color: white;
	padding: 0.5em;
	margin: auto;
}

.book_shelf_l {
	width: 100%;
	vertical-align: bottom;
	text-align: left;
	background: rgb(120,100,60);
	font-size: 10pt;
	color: white;
	padding: 5px;
	margin: auto;
}

.book_shelf_c {
	width: 100%;
	vertical-align: bottom;
	text-align: center;
	background: rgb(120,100,60);
	font-size: 10pt;
	color: white;
	padding: 5px;
	margin: auto;
}

.nav_cell_1col {
	width: 100%;
	border: none;
	text-align: center;
	vertical-align: bottom;
}

.nav_cell_2col {
	width: 50%;
	border: none;
	text-align: center;
	vertical-align: bottom;
}

.nav_cell_3col {
	width: 33%;
	border: none;
	text-align: center;
	vertical-align: bottom;
}

.nav_cell_4col {
	width: 25%;
	border: none;
	text-align: center;
	vertical-align: bottom;
}

.nav_cell_5col {
	width: 20%;
	border: none;
	text-align: center;
	vertical-align: bottom;
}

.firstletter {
	float: left;
	font-size: 50pt;
	font-family: "Monotype Corsiva";
	font-style: italic;
	font-weight: bold;
	line-height: .75;
	margin-right: 0.01em;
}

.book_img_left {
	border-style: solid;
	border-width: 1pt;
	border-color: rgb(120,100,60);
	float: left;
	display: block;
	text-indent: -999em;
	margin: 2px 2px 2px 2px;
}

.book_img_right {
	border-style: solid;
	border-width: 1pt;
	border-color: rgb(120,100,60);
	float: right;
	display: block;
	text-indent: -999em;
	margin: 2px 2px 2px 2px;
}

.diduknow_boxl {
	width: 100pt;
	float: left;
	color: white;
	font-size: 8pt;
	background: rgb(120,100,60);
	padding: 0.5em;
	margin: 0;
}

.diduknow_boxr {
	width: 100pt;
	float: right;
	color: white;
	font-size: 8pt;
	background: rgb(120,100,60);
	padding: 0.5em;
	margin: 0;
}

#footer_nav {
	border: 20px solid rgb(220,200,160); /*white;*/
	width: 70%;
	background: rgb(220,200,160);
	font-size: 11pt;
	margin: auto;
	vertical-align: middle;
}

#footer {
	border: 20px solid rgb(220,200,160); /*white;*/
	background-color: rgb(220,200,160);
	width: 70%;
	text-align: center;
	padding: 0 15%;
}