
/*
	Hide Parts
*/
#footer p a,
#header ul,
#navigation{
	visibility: hidden;
	display: none;
}

/*
-----------------------------------------------------------------------------------
	GLOBAL SETTINGS
-----------------------------------------------------------------------------------
*/

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #60482D;
}
body{
	padding: 20px;
}

h1, h2, h3, dt, input, textarea{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0 0 10px 0;
	padding: 0;
}
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h1{
	font-weight: normal;
	color: #7D100C;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 0;
	/*width: 400px;*/
}
h2{
	font-weight: normal;
	color: #9D9324;
	font-size: 18px;
	margin: 20px 0 10px 0;
	padding: 0;
}
h2 a{
	color: #9D9324;
}
h3{
	color: #9D9324;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
h3 strong{
	color: #7D100C;
}
h4{
	color: #7D100C;
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
}
p{
	color: #4D4B3D;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 10px;
}

/* Miscellaneous conveniences: */
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 11px;
	padding-left: 2px;
	border: 1px solid #C8BFA1;
}
input{
	width: 150px;
}
textarea{
	width: 320px;
	height: 100px;
}

/* Remove borders from all images */
img{
	border: 0;
}
a{
	color: #7D100C;
}

blockquote{
	color: #60482D;
	font-style: italic;
	background: #F9F8EB;
	padding: 10px 20px 10px 20px;
	border: 3px double #FFF;
	margin: 0 0 20px 0;
}
blockquote p em{
	font-style: normal;
	font-size: 10px;
	line-height: 8px;
	vertical-align: text-top;
	margin: 0 2px 0 0;
	color: #7D100C;
}
ol{
	color: #60482D;
	background: #F9F8EB;
	padding: 10px 20px 10px 20px;
	border: 3px double #FFF;
	margin: 0 0 20px 0;
}
ol li{
	margin: 0 0 10px 20px;
}
hr{
	clear: left;
	margin: 20px 0;
	padding: 0;
	height: 1px;
	border: 0;
	color: #D5CCC3;
	background-color: #D5CCC3;
}
/*
-----------------------------------------------------------------------------------
	GENERAL CLASSES
-----------------------------------------------------------------------------------
*/

.right{
	float: right;
	display: inline;
	margin-left: 20px;
	margin-bottom: 10px;
}
.left{
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.half p{
	width: 200px;
}
.img{
	padding: 5px;
	background: #F9F8EB;
}
#main .img p{
	border: 1px solid #FFF;
	text-align: center;
	display: block;
	font-size: 11px;
	color: #9D9324;
	margin: 5px 0 0 0;
	padding: 4px;
	line-height: 16px;
}
#main blockquote p{
	margin: 0;
}
#main blockquote p strong{
	display: block;
	text-align: right;
	color: #453420;
}
input.required, textarea.required{
	border: 1px solid #7D100C;
}
.button{
	width: auto;
	height: 23px;
	border: 0;
	padding: 0;
}
.continue, .return{
	line-height: 23px;
	margin-top: 10px;
}
#contactForm .button{
	width: 61px;
}
.errors{
	padding: 15px;
	color: #453420;
}
.errors strong{
	color: #453420;
}
.errors label{
	display: block;
	line-height: 20px;
	padding-left: 20px;
	color: #453420;
}
/*
-----------------------------------------------------------------------------------
	HEADER
-----------------------------------------------------------------------------------
*/

#header{
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D5CCC3;
}
#logo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-decoration: none;
	font-weight: normal;
	color: #7D100C;
}
/*
-----------------------------------------------------------------------------------
	CALENDAR OF EVENTS
-----------------------------------------------------------------------------------
*/
#eventList{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #F4F2F0;
}
#eventList li{
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #F4F2F0;
}
.calendarNav{
	background: #F9F8EB;
	text-align: center;
	padding: 10px;
	border: 3px double #FFF;
}
.calendarNav h1{
	width: 180px;
	margin: 0 auto;
	text-align: center;
}
.monthPrevious, .monthNext{
	display: none;
	visibility: hidden;
}
.calendarEvents{
	margin: 0;
	padding: 0;
}
#eventList h2{
	padding: 0;
	margin: 0;
}
.calendarEvents dt{
	float: left;
	clear: left;
	position: relative;
	text-align: right;
	padding-top: 2px;
	font-size: 11px;
	width: 30px;
	color: #7D100C;
	font-weight: bold;
}
.calendarEvents dd{
	margin-left: 40px;
	font-size: 13px;
	color: #60482D;
}

/*
-----------------------------------------------------------------------------------
	CONTENT
-----------------------------------------------------------------------------------
*/
#main{
	text-align: center;
}
#main-body{
	margin-top: 20px;
	text-align: left;
}
.mainImage{
	padding: 5px;
	border: 1px solid #D5CCC3;
}
#main p, #main li{
	font-size: 13px;
	line-height: 20px;
}
p strong{
	color: #7D100C;
}
/*	Callout		*/
#callout{
	float: none;
	margin: 20px 0;
	padding: 0;
}
#callout h4{
	font-size: 13px;
	line-height: 40px;
	border-top: 1px solid #D5CCC3;
}
#callout h2{
	margin: 0 0 5px 0;
	padding: 0 10px;
}
#callout p{
	font-size: 11px;
	line-height: 15px;
	margin: 0 10px 10px 10px;
}
#callout p.calloutDate{
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
}
#callout img{
	float: left;
	display: inline;
	margin-right: 20px;
}
/* Callouts */
#callouts{
	float: right;
	clear: left;
	width: 48%;
	padding: 0;
	margin: 20px 0 0 0;
}
#callouts li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#callouts li.latestSermon{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D5CCC3;
}
#callouts h2{
	padding: 0;
	margin: 0 0 5px 0;
}
#callouts p{
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
}
/* Sermon Date */
.date{
	margin: 5px 0 0 0;
	padding: 0;
	color: #B91812;
	font-size: 14px;
}
.date em{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
.date strong{
	color: #B91812;
	text-transform: uppercase;
	margin-right: 5px;
	font-size: 14px;
}
.sermon a{
	font-weight: bold;
	color: #60482D;
}
.sermon a:hover{
	color: #B91812;
}
#callouts .right{
	margin: 0 0 0 5px;
}
/* Schedule */
#schedule{
	clear: left;
	background: #F9F8EB;
	padding: 5px 0;
	border: 3px double #FFF;
	margin: 20px 50% 20px 0;
}
#schedule h1{
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 5px 0;
	font-size: 20px;
	clear: left;
	text-align: center;
}
#schedule dl{
	margin: 0;
	padding: 0 10px 0 10px;
	padding-bottom: 15px;
}
#schedule dl.sunday{
	background: url(../images/bg_schedule.gif) 0 100% repeat-x;
	margin-bottom: 10px;
}
#schedule dt{
	float: left;
	clear: left;
	text-align: right;
	padding-top: 2px;
	width: 30px;
	color: #7D100C;
	font-weight: bold;
}
#schedule dd{
	margin-left: 40px;
	font-size: 13px;
	color: #60482D;
}
/*
-----------------------------------------------------------------------------------
	DIRECTIONS
-----------------------------------------------------------------------------------
*/
#mapArea{
	display: block;
	height: 300px;
}
.popup{
	width: 200px;
	text-align: center;
}
.popup p{
	font-size: 10px;
}
.popup strong{
	font-size: 13px;
}
/*
-----------------------------------------------------------------------------------
	CONTACT FORM
-----------------------------------------------------------------------------------
*/
#contactForm{
	padding: 20px;
	color: #60482D;
	background: #F9F8EB;
	padding: 10px 20px 10px 20px;
	border: 3px double #FFF;
	margin: 0 0 20px 0;
}
#contactForm h1{
	margin-bottom: 0;
}
#contactForm label{
	display: block;
	font-weight: bold;
	color: #60482D;
	font-size: 11px;
}
#contactForm input:focus, #contactForm textarea:focus {
	border: 1px solid #453420;
}
#contactForm input.button:focus{
	border: 0;
}
/*
-----------------------------------------------------------------------------------
	SERMON ARCHIVE
-----------------------------------------------------------------------------------
*/
#sermonArchive{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sermonArchive li{
	margin: 20px 0 0 0;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #D5CCC3;
}
#sermonArchive li p{
	margin: 0;
}
#sermonArchive p.verse{
	margin: 0;
	font-size: 11px;
	margin-bottom: 15px;
}
p.verse a{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}
p.verse a:hover{
	text-decoration: underline;
}
#sermonArchive h2{
	margin: 0;
}
.sermon-body h1{
	margin-bottom: 0;
}
.sermon-body h3{
	margin: 0 0 20px 0;
}
/*
-----------------------------------------------------------------------------------
	STAFF LIST
-----------------------------------------------------------------------------------
*/
ul#staff{
	list-style: none;
	margin: 0;
	padding: 0;
}
#staff li{
	clear: left;
	margin: 0;
	padding: 20px;
	border-top: 1px solid #F4F2F0;
}
/*
-----------------------------------------------------------------------------------
	FAQ
-----------------------------------------------------------------------------------
*/
#main-body.faq h2{
	float: left;
	margin: 0;
	color: #7D100C;
	font-size: 14px;
}
#main-body.faq h3{
	margin-left: 25px;
}
#main-body.faq p{
	margin-left: 25px;
	margin-bottom: 20px;
}
/*
-----------------------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------------------
*/

#footer{
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #D5CCC3;
	margin-top: 20px;
	clear: both;
}
#footer p{
	margin: 0;
}
#footer p,
#footer dl{
	color: #857258;
}
#footer dt{
	display: inline;
	font-weight: bold;
}
#footer dd{
	display: inline;
	margin-left: 5px;
	margin-right: 20px;
}
/*
-----------------------------------------------------------------------------------
	IE Fixes
-----------------------------------------------------------------------------------
*/
/*
* html .left{
	position: relative;
}
#main{
	position: relative;
}
#schedule dt{
	position: relative;
}
* html #schedule dd{
	height: 1%;
	margin-left: 37px;
}
* html #callouts .sermon{
	height: 1%;
}
* html #main .img p{
	margin-top: 0;
}
* html .calendarNav{
	height: 1%;
	border: 3px double #F9F8EB;
}
* html #footer p{
	position: relative;
	height: 1%;
}*/