/***********************
 Basic Styles
************************/
html, body, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Georgia, Verdana, sans-serif;
	font-size: small;
	color: black;
	line-height: 1.42em;
}


h1,h2,h3,h4{
	color: #553c24;
	font-family: palatino, Georgia, serif;

}

h1{
	font-size: 165%;
}

h2{
	font-size: 145%;
}

q:before, q:after{
	content: ""; 
}

h3{	
	font-size: 110%;
}

a:link, a:visited {
	color: #9a4c00;
	border-bottom: 1px dotted #9a4c00;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #c48445;
}

img{
	padding: 0px;
	margin: 0px;
	border: none;
}

hr{
	background-color: #e5d09c;
	color: #e5d09c;
	height: 1px;
	width: 50%;
	border: none;
}

blockquote{
	padding: 18px;
	border-left: 5px solid #79632B;
	color: black;
	background-color: #F0E7D0;
	
}

/***********************
 Layout
************************/
#main{
	width: 790px;
	margin: 7px auto;
}

/*Banner styles*/
#banner{
	height: 100px;
	background-color: #79593b;
}

#banner_title{
	padding-top: 12px;
	padding-left:10px;
}


/*Main menu styles*/
ul#main_menu{
	list-style-type: none;
	margin: -15px 7px 0 0;
	padding: 0;
	border: 0;
	float: right;
}

#main_menu li{
	float: left;
}

#main_menu a:link, #main_menu a:visited{
	color: #e3dbd3;
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 1.1em;
	margin: 0 7px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	border: none;
}

#main_menu a:hover{
	color: white;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border: none;
}

/*Submenu styles*/
#submenu{
	background-color: #c48445;
	height: 225px;
	width: 388px;
	padding: 15px 10px;
}
#submenu a:link, #submenu a:visited{
	color: #e3dbd3;
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 1.2em;
	float: left;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	border: none;
}

#submenu a:hover{
	color: white;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border: none;
}


#bible_pic{
	background: url(/images/bible.jpg) no-repeat;
	width: 377px;
	height: 250px;
	float: right;
	margin-top: 5px;
}

#footer{
	background-color: #79593b;
	color: white;
	text-align: center;
	padding: 15px 0;
	clear: both;
}

#footer p
{
	margin: 5px 0;
}

#footer a:link, #footer a:visited{
	color: white;
	border-bottom: 1px dotted white;
}

#footer a:hover{
	color: #c48445;
	border-bottom: 1px solid #c48445;
}


/*************
 Form
**************/
input, textarea{
	color: black;
	margin-top: 2px;
	margin-bottom: 8px;
	border:1px solid #e5d09c;

}

.textfield:hover, .fmtextarea:hover, .textfield:focus, .fmtextarea:focus, .fm_submit:focus, .fm_submit:hover{
	color: black;
	border:1px solid #FCC205;

}

.textfield, textarea{
	width: 225px;
	padding: 4px 3px;
	font-family: Georgia, Verdana, "Times New Roman", sans-serif;
	font-size: 1em;
}

textarea{
	overflow: auto;
}

.fm_lbl{
}

.required{
	margin-left: 5px;
	color: red;
}

/***********************
 Pagination
************************/
#navigation{
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 35px 0;
}

#navigation a:link, #navigation a:visited{
	border: none;
}

.nav_link{
	padding: 5px 10px;
	margin: 5px;
	border: 1px solid #e5d09c;
}

.nav_current{
	background-color: #e8dbbc;
}

.disabled{
	border: 1px solid #ddd;
	background-color:#ddd;
	color: #777;
}

.nav_link:hover{
	background-color: #e8dbbc;
}

.disabled:hover{
	border: 1px solid #dddddd;
	background-color:#dddddd;
	color: #777777;
}

/***********************
 Other
************************/
.fancy{
	text-align: center;
}
	
.article_subtitle{
	font-style: italic;
	font-size: .9em;
}

.smalltitle{
	font-style: italic;
	font-size: .9em;
}

.icon{
	position: relative;
	padding-left:5px;
	top: 3px;
}

.source{
	margin-top: 4px;
	color: #553c24;
	text-align:right;
	font-size: .9em;
}





