/* CSS Document */

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

body {
	background:#E3CA92 url(../images/background.jpg) repeat scroll 50% 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#4b2722;
	padding:0 1px 0 0;
	margin:0;
	text-align:left;
}

* html body {
	padding-right:0;
}

#main_wrapper {
	width:900px;
}

#header {
	width:900px;
	height:169px;
	background:url(../images/header-bg.jpg) no-repeat;
	position:relative;
}

#logo {
	position:absolute;
	top:6px;
	left:14px;
}

#navbar {
	height:40px;
	width:660px;
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	right:0;
	top:101px;
}

#content {
	background:#E2C58D url(../images/content_bg.jpg) repeat scroll 0 0;
}

#main_col {
	background:transparent url(../images/main-col-top.jpg) no-repeat scroll center top;
	float:left;
	margin-right:-240px;
	padding:32px 36px 24px 24px;
	width:600px;
	text-align:left;
}

#right_col {
	background:transparent url(../images/right-col-top.jpg) no-repeat scroll center top;
	float:right;
	padding-top:30px;
	width:240px;
}

.right_col_title {
	color:#FFFFFF;
	background-color:#331a0a;
	padding:6px 10px;
	text-align:left;
	margin-bottom:4px;
	font-size:18px;
	letter-spacing:-.03em;
	font-family:Helvetica, Arial, sans-serif
}

.right_col_box {
	background-color:#ab9582;
	padding:10px;
	font-size:14px;
	color:#331a0a;
	margin-bottom:25px;
	text-align:left;
	font-weight:bold;
	line-height:normal;
}

.right_col_event {
	background-color:#ab9582;
	padding:4px 10px;
	font-size:14px;
	color:#331a0a;
	margin-bottom:4px;
	text-align:left;
	font-weight:bold;
	line-height:normal;
}

.right_col_box .title, .right_col_event .title {
	color:#821402;
	font-size:16px;
}

.right_col_box .title a, .right_col_event .title a {
	color:#821402;
}

#slideshow {
	width:588px;
	height:440px;
	background:url(../images/slideshow-bg.gif);
	padding:6px;
	margin-bottom:25px;
}

#footer {
	background:transparent url(../images/footer_bg.jpg) no-repeat scroll center top;
	color:#FFFFFF;
	font-size:10px;
	line-height:16px;
	color:#FFFFFF;
	font-size:17px;
	letter-spacing:-.03em;
	text-align:right;
	padding:10px 20px;
	height:200px;
}

#footer a {
	color:#FFFFFF;
}

.copyright {
	margin-top:20px;
	font-size:11px;
	letter-spacing:normal;
}

#worship_times strong {
	color:#821402;
	font-size:16px;
}

#worship_times p {
	margin:0;
}

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

table {
	font-size:12px;
}

a {
	color:#ae1b01;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0px 0px 20px 0px;
}

.nav_link {
	display:block;
	padding:5px 3px 3px 12px;
	color:#303030;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.nav_link:hover {
	display:block;
	background-color:#303030;
	padding:5px 3px 3px 12px;
	color:#e8dac1;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.title {

}

.subtitle {
	color:#888888;
}

.alttext1 {
	color:#303132;
	font-size:1.308em;
	font-weight:bold;
}

.alttext2 {
	color:#303132;
	font-size:1.154em;
	font-weight:bold;
}

.header1 {
	font-size:22px;
	color:#392a22;
	font-family: Helvetica, Arial,sans-serif;
	letter-spacing:-.03em;
	font-weight:bold;
	line-height:normal;
}

.header2 {
	font-size:18px;
	color:#392a22;
	font-family: Helvetica, Arial,sans-serif;
	letter-spacing:-.03em;
	font-weight:bold;
	line-height:normal;
}

.header3 {
	font-size:14px;
	color:#392a22;
	font-family: Helvetica, Arial,sans-serif;
	letter-spacing:-.03em;
	font-weight:bold;
	line-height:normal;
}

h1 {
	font-size:22px;
	color:#392a22;
	font-family: Helvetica, Arial,sans-serif;
	letter-spacing:-.03em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:16px;
	line-height:normal;
}

h2 {
	font-size:18px;
	color:#392a22;
	font-family: Helvetica, Arial,sans-serif;
	letter-spacing:-.03em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:12px;
	line-height:normal;
}

h3 {
	font-size:14px;
	color:#392a22;
	font-family: Helvetica, Arial,sans-serif;
	letter-spacing:-.03em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:#392a22;
	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:10px;
	margin-bottom:10px;
}

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

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

/* 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;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

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