/*
Theme Name: Touch of Life
Theme URI: http://wordpress.org/
Description: Touch of Life Church Theme
Version: 1.6
Author: Gregory Burkett
Author URI: http://ripfish.com/
Tags: maroon
*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

body {
background:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#1A1010;
margin:0px;
padding: 0px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
color:#eee;
line-height:22px;
font-size:12px;
}

#main_container {
	margin:0 auto;
	margin-top: 10px;
	/*border: 1px solid #0000CC;*/
	width: 858px;
	text-align:left;
}

h1 {
font-size:24px;
font-weight:100;
margin-top:0px;
margin-bottom:6px;
}

h2 {
font-size:15px;
font-weight:bold;
margin-top:4px;
margin-bottom:0px;
}

a {
color:#D8FF3F;
}

#header {
	width: 822px;
	background-image: url(images/header_bg.png);
	padding-top:7px;
	padding-left:18px;
	padding-right:18px;
	margin:0px;	
	margin-bottom:0px;
}

#home_content {
	margin:0px;
	width: 822px;
	background-image: url(images/content_bg.png);
	padding-top:0px;
	padding-left:18px;
	padding-right:18px;
}

#home_box {
background-color:#696969;
margin-right:14px;
width:234px;
float:left;
height:210px;
padding:15px;
border-top:#550001 2px solid;
border-bottom:#550001 2px solid;
}

#sidebar {
background:url(images/sidebar_bg.jpg);
margin:10px 14px 0px 0px;
width:154px;
float:left;
padding:10px;
border:#777 1px solid;
border-top:#550001 5px solid;
position:relative;
}

#sidebar li {margin-left:9px;}

#main_content {
	margin:10px 0px 10px 0px;
	padding:15px;	
	width: 600px;
	background-color:#606060;
	border:#777 1px solid;	
	border-top:#550001 5px solid;
	border-bottom:#550001 3px solid;	
	background-image:url(images/content_box_header.jpg)	;
	background-repeat:repeat-x;
	float:left;
}

#white_rule {
background:#aaa;
height:1px;
margin-top:10px;
margin-bottom:5px;
}

#bottom_nav a {
font-size: 11px;
text-decoration:none;
}

#bottom_nav a:hover {
text-decoration:underline;
}

#footer {
	margin:0px;
	width: 822px;
	height:42px;
	background-image: url(images/footer.png);
	padding-top:19px;
	padding-left:18px;
	padding-right:18px;
	text-align:center;
	font-size:11px;
	color:#888;
}

#footer a {color: #990033;}