/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:	#FFF url(/images/background.jpg) 50% 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #50565d;
	font-size: 14px;
	line-height: 21px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#background {
	width: 100%;
	background: url(/images/background-center.jpg) 50% 0 no-repeat;	
}

#main-wrapper {
	width: 980px;
	background: url(/images/background-center.jpg) 50% 0 no-repeat;	
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 143px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: -11px;
	border: 0 none;	
}

#utility-nav {
	float: right;
	height: 19px;
	margin: 10px;
	padding: 0;
	list-style: none;	
}

#utility-nav li {
	float: left;
	display: inline-block;
	background: none;
	padding: 0;	
}

#utility-nav li a {
	line-height: 19px;
	height: 19px;
	display: inline-block;	
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	margin: 0 24px;
}

#utility-nav li a:hover {
	text-decoration: underline;
}

#utility-nav li.spacer {
	width: 1px;
	height: 19px;
	background: url(/images/utility-nav-spacer.gif) no-repeat;	
}

#navbar {
	width: 980px;
	height: 57px;
	margin: 0;
	padding: 0;
	list-style: none;
	background:url("/images/bkrd-nav.jpg") repeat-x;
	z-index:30;
}

#navbar li.spacer {
	width: 1px;
	height: 57px;
	background: url(/images/nav-spacer.gif) no-repeat;	
}

.nav-link, .nav-link-on {
	float: left;
	display: inline-block;
	height:57px;
}
.nav-link a, .nav-link-on a {
	font:normal 20px/57px Arial, sans-serif;
	color:#fff;
	padding:0 22px;
}

.nav-link a:hover {
	text-decoration:none;
}

#navbar .nav-link-on, #navbar .nav-link a:hover {
	background:url("/images/bkrd-nav-on.jpg") repeat-x;
}
/* Sprite Styles 
#navbar li a {
	display: inline-block;
	height: 0;
	background-image: url(/images/nav-sprites.gif);	
	padding-top: 57px;
	overflow: hidden;
}

#navbar li a span {
	display:none;
}


#nav-times {
	width: 199px;	
	background-position: 0 0;
}

#nav-times:hover {
	background-position: 0 -58px !important;	
}

#nav-expect {
	width: 175px;	
	background-position: -200px 0;
}

#nav-expect:hover {
	background-position: -200px -58px !important;	
}

#nav-who {
	width: 160px;	
	background-position: -376px 0;
}

#nav-who:hover {
	background-position: -376px -58px !important;	
}

#nav-ministries {
	width: 132px;	
	background-position: -537px 0;
}

#nav-ministries:hover {
	background-position: -537px -58px !important;	
}

#nav-life {
	width: 162px;	
	background-position: -670px 0;
}

#nav-life:hover {
	background-position: -670px -58px !important;	
}

#nav-resources {
	width: 147px;	
	background-position: -833px 0;
}

#nav-resources:hover {
	background-position: -833px -58px !important;	
}

*/

#content {
	width: 980px;
	background: url(/images/content-bg.gif) repeat-y;	
	position: relative;
	padding:0;
	z-index:1;
}

#slideshow-area {
	width: 745px;
	height: 331px;
}

#slideshow-overlay {
	position: absolute;
	top: 0;
	left: 0;	
}

#no-header-image {
	height: 25px;	
}

#main-col {
	width: 745px;
	float: left;
	margin-right: -235px;
	background: url(/images/main-col-top.gif) top no-repeat;
}

#main-pad {
	padding: 30px 45px;	
}

#right-col {
	float: right;
	width: 199px;
	background: url(/images/right-col-top.gif) top no-repeat;
	padding: 40px 14px 24px 22px
}

#right-col a {
	color: #0bb1ff;	
}

#service-times {
	height: 283px;
	line-height: 18px;
	margin-bottom: 40px;
}

#service-times h2 {
	font-size: 24px;
	background: url(/images/icon-service-times.gif) 0 4px no-repeat;
	padding-left: 36px;
	height: 34px;
	line-height: 34px;	
	margin-bottom: 16px;
}

#service-times hr, #upcoming-events hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #FFF;
	margin: 1em 0;
	padding: 0;
}

#upcoming-events {
	line-height: 18px;
}

#upcoming-events h2 {
	font-size: 24px;
	background: url(/images/icon-events.gif) 0 4px no-repeat;
	padding-left: 36px;
	height: 34px;
	line-height: 34px;	
	margin-bottom: 16px;
}

.upcoming-event {
	
}

.upcoming-event .date {
	width: 41px;
	height: 41px;
	float: left;
	margin-right: 10px;
	background: url(/images/event-date-bg.gif) no-repeat;
	color: #FFF;
	text-align: center;	
	padding: 7px;
}

.upcoming-event .date .month {
	font-size: 19px;
	line-height: 18px;
	height: 18px;
	display: block;
	margin-bottom: 0px;
}

.upcoming-event .date .day {
	font-size: 22px;
	background: none;
	color: #FFF;
	line-height: 22px;
	height: 22px;
	display: block;
	font-weight: bold;	
}

.upcoming-event .title {
	font-size: 15px;
	display: block;
	margin-bottom: 2px;	
}

.upcoming-event .synopsis {
	font-size: 12px;
	line-height: 15px;
}

#footer {
	width: 980px;
	height: 168px;
	background: url(/images/footer-bg.jpg) no-repeat;
	clear: both;
	color: #FFF;
}

#footer-left {
	width: 187px;
	padding: 18px 20px 0 234px;
}

#footer-middle {
	width: 184px;	
	padding: 18px 20px 0 48px;
}

#footer-right {
	width: 219px;	
	padding: 18px 20px 0 48px;
}

#footer .header2, #footer .header3, #footer .header2 a, #footer .header3 a, #footer a {
	color: #FFF;
}

#copyright {
	text-align: center;
	font-size: 13px;
	color: #7ca1ce;	
	padding: 15px;
}

#copyright a {
	color: #7ca1ce;	
}

/******************** STYLES **************************/

table {

}

#main-pad ul {
	padding: 0; 	
}

#main-pad ul li {
	margin: 0;
	padding: 0 0 0 22px;
	list-style: none;
	background: url(/images/bullet.gif) 0 3px no-repeat;
}

a {
	color:			#01608e;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.clear {
	clear: both;	
}

.alttext1 {
	font-size: 16px;
}

.alttext2 {
	font-size: 20px;
}

.header1 {
	color: #002e67;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
}

.header2 {
	color: #002e67;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
}

.header3 {
	color: #002e67;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
}

h1 {
	color: #002e67;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
	margin:	0 0 12px 0;
}

h2 {
	color: #002e67;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 8px 0;
}

h3 {
	color: #002e67;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 0 3px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color: #002e67;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}
