/* CSS Document
----------------------------------------------------
School of Divinity base styles
Author: Kim Halbrook
Date: 01.26.07

Heavily modified by: Charles Eichmann
----------------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/back_scripture-text.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
}
	
/* Typography
------------------------------------------------------*/	
h1 {
	color: #006666;
	letter-spacing: -0.02em;
	cursor: default;
	line-height: 100%;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
}
h2 {color: #000000; font-size: 175%; font-weight: bold; font-family: sans-serif; margin-bottom: 0.2em; padding: 0; cursor: default;}
h3 {color: #61593c;	font-size: 150%; font-weight: bold; font-family: sans-serif; cursor: default;}
h4 {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	font-family: sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0.4em;
	margin: 0;
	cursor:default;
	background-color: #006666;
}
p {color: #5a5544; line-height: 150%;}
dl {color: #5a5544;	line-height: 150%; margin: .25em; padding: 0;}
dt {color: #5a5544; font-weight: bold; cursor: default;}
dd {margin: 0 0 5px 10px;}
abbr {border-bottom: 1px #e4e0bb dashed;}
acronym {border-bottom: 1px #e4e0bb dashed;}
th {background: #fcfcf9; border-bottom: 2px solid #e5e5dd; padding: 5px; font-weight: bold;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.red {color: #9E2B1E;}
	
/* Links
------------------------------------------------------*/
a, a:visited {color: #89852F;}
a:hover, a:active {color: #adad58;}	
#footer a:link, #footer a:visited {color: #9c998f; text-decoration: none;}
#footer a:hover, #footer a:active {color: #adad58;}		
		
/* Structure
------------------------------------------------------*/		
#mainContainer {width: 755px; margin: 0px auto; font-size: 70%;}
#header {
	border-top: 1px solid #f4f4eb;
	border-bottom: 2px solid #C1C6BB;
	background-color: #fff;
	text-align: left;
	}	
#header img {border: none;}			
.clearBoth {clear: both;}
.center {text-align: center;}

/* Miscellaneous
------------------------------------------------------*/	

/* Footer elements 
------------------------------------------------------*/
#print_footer {display: none;}

