@charset "UTF-8";
html, body, div, form {
	padding:0px;
	margin:0px;
}
p, h1, h2, h3 {
	padding:0.5em 0px;
	margin:0px;
}

/* HEADER STYLES */

h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #C7A55B;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #C7A55B;
	font-size: 15px;
	font-weight: bold;
}
h4 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

img {
	border:none;
}

html {
	background-color: #00575F;
	color:#FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

.container {
	margin: 0px auto;
	width: 901px;
}/* #NAV AREA STYLES */

#navarea {

	background-color:#490828;
	border-bottom: 1px solid #FFFFFF;
	height: 40px;

}

#navarea #nav {

	padding: 10px 0px 0px 40px;

}

/* BANNER AREA STYLES */
#bannerarea {

	background-color: #89723F;
	border-bottom: 1px solid #FFFFFF;
	height: 186px;

}

#bannerarea img { height: 168px; padding: 0px 0px 0px 0px; width: 901px; }


/* TEXT AREA STYLES */
#textarea {

	margin: 9px 0px;

}

#textarea #left {

	float: left;
	padding: 0px 0px 0px 6px;
	width: 621px;
}

#textarea #left img { 
	/*border: 1px solid #C7A55B;*/
	padding: 2px;
}

#textarea #left a {

	color: #C7A55B;
	text-decoration: none;

}

#textarea #left a:hover {
	color: #FFFFFF;
}

#textarea #right a {

	color: #FFFFFF;
	text-decoration: none;

}

#textarea #right a:hover {
	color: #C7A55B;
}

#textarea #right {

	margin: 0px 8px 0px 660px;
	padding: 10px 0px;

}

#textarea #right .sublinks {

	font-size: 11px;
	margin: 0px 0px;
	padding: 5px 5px;

}

#textarea #right .sublinks a {
	color: #C7A55B;
}

#textarea #right .sublinks a:hover {
	color: #FFFFFF;
}

/* FOOTER STYLES */
#footer {

	clear: both;
	color: #FFFFFF;
	font-size: 10px;

}

#footer a {
	color: #FFFFFF;
}

#footer .container { 
	padding: 0px 8px 0px 6px;
}

/* FRONTPAGE TABLE STYLES */
#frontpage {
	width: 100%;
}

#frontpage td {
	vertical-align: top;
}

#frontpage .thisweek{
	border-right: 1px solid #666666;
	width: 50%;
}

#frontpage .latestdownloads {
	width: 50%;
}

#frontpage .title {
	font-size: 16px;
}

#frontpage .date {
	color: #999999;
	font-size: 11px;
}

/* Sermon Listings */
#sermonlist th, .sermonlist th{ background-color: #C7A55B; color: #FFFFFF; font-weight: bold; text-align: left; font-size: 10px; }
#sermonlist td, .sermonlist td { font-size: 10px; color: #FFFFFF; }
#sermonlist .row0, .sermonlist .row0 { background-color: #0095A3; }
#sermonlist .row1, .sermonlist .row1 { background-color: #004A51; }
#sermonlist .month, .sermonlist .month{ background-color: #C8CD79; font-size: 14px; color: #FFFFFF; font-weight: bold; padding-left: 10px; }
.row0 a, .row1 a { color: #FFFFFF; }
#sermonlist td img, .sermonlist td img {
	border: 1px solid #C7A55B;
	padding: 2px;
}

/* Event Styles */
h2 .date { color: #FFFFFF; font-size: 13px; }
h2 .blogtitle { color: #FFFFFF; font-size: 16px; }
h2 .blogtitle a:hover{ color: #FFFFFF; text-decoration: underline; }
#addComment { display: none; }
.warning { background-color: #89723F; border: 1px dashed #FFFFFF; color: #FFFFFF; font-size: 16px; font-weight: bold; padding: 10px; text-align: center; }

/* form styles */
label { font-weight:bold; line-height:20px; width:140px; float:left; }
input { width:150px; height:14px; padding:0px; margin:0px; border:1px solid #FFFFFF; padding:2px 2px; font-size:11px; }
textarea { width:150px; height:42px; padding:0px; margin:0px; border:1px solid #FFFFFF; padding:2px 2px; font-size:11px; }
input.submit { width:75px; height: 18px; border:1px solid #FFFFFF; font-size:11px; margin: 0px 0px 0px 140px; }
input.submitblog { width:75px; height: 18px; border:1px solid #FFFFFF; font-size:11px; }
input.checkbox { width: 20px; }
