@charset "UTF-8";
/* CSS Document */
/* Design & Code (c) Adair Creative Group */

@import url("/css/reset.css");


/*border for debugging*/
/*div { border: 1px dashed #ac0101; }*/

/*Generic CSS Classes*/

.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.vertMiddle { vertical-align: middle; }
.vertBottom { vertical-align: bottom; }
.clearall { clear: both; }

table {
	vertical-align: top;
}
.hr {
	height: 21px;
	margin: 5px 0 15px 0;
	background-image: url(/images/hr.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}

/*End Generic CSS Classes*/

/* ---------->>> PAGE STRUCTURE <<<-----------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4e391c;
	background: #3f120b;
	background-image: url(/images/laf_bg.jpg);
	margin: 0px auto;
	width: 100%;
	text-align: center; 
}
#pagecontainer { 
	width: 870px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#pagecontent { 
	width: 800px;
	margin: -3px 35px 0 35px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #faf3d9;
	background-image: url(/images/content_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#contentarea { 
	width: 740px;
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 20px 20px;
}
#musicplayer {
	text-align: center;
	margin: 15px 0;
}


/* ---------->>> TEXT <<<-----------*/

p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4e391c;
	line-height: 20px;
	padding: 0 0 15px 0;
}
	p a {
	color: #994800;
	text-decoration: none;
	padding: 0;
	border-bottom: #e7b991 solid 1px;
	}
	p a:hover {
	border-bottom: #994800 solid 1px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	color: #994800;
	margin: 6px 0 18px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #994800;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	/*border-bottom: #e7b991 solid 1px;*/
	width: 95%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 14px;
	color: #994800;
	margin: 0 0 10px 0;
	line-height: 28px;
}
h3 a {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 14px;
	color: #994800;
	margin: 0 0 10px 0;
	line-height: 28px;
}
h3 a:hover {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 14px;
	color: #4e391c;
	margin: 0 0 10px 0;
	line-height: 28px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4e391c;
	margin: 8px 0 6px 0;
	padding: 0 0 2px 0;
	/*border-bottom: #e7b991 solid 1px;*/
	width: 95%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.redhilight {
	color: #994800;
	font-size: 14px;
	font-weight: bold;
}

.caption {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 10px;
	color: #994800;
	/*margin: 0 0 10px 0;
	line-height: 28px;*/
}
	
#contentarea ul {
	list-style: square;
	margin: 0 20px 16px 50px;
}
#contentarea li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #813917;
	line-height: 20px;
}
#contentarea ol {
	margin: 0 20px 10px 50px;
}
	#contentarea li a {
	color: #994800;
	text-decoration: none;
	padding: 0;
	border-bottom: #e7b991 solid 1px;
	}
	#contentarea li a:hover {
	border-bottom: #994800 solid 1px;
	}


/* ---------->>> FOOTER <<<-----------*/

#footer {
	clear: both;
	margin: 0px auto;
	padding: 0 0 15px 0;
	width: 870px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #faf3d9;
	line-height: 17px;
}
#footer a {
	color: #f3e7ba;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: #f3e7ba 1px solid;
}
#footer a:hover {
	color: #f3e7ba;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: #fff 1px solid;
}

.pagination a {
	color: #994800;
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.pagination span {
	padding: 5px;
	display: inline-block;
}

p.verse {
	margin: 0 25px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
