/* 
Theme Name: LifeChurch Theme
Theme URI: http://www.lifechurchonline.net/ 
Description: A theme created for LifeChurch of Bryan, TX in the summer of 2010. 
Author: Jorge Goyco & Micah Cooper
Author URI: http://www.goycodesign.com
Version: 1.0 
. 
General comments/License Statement if any. 
. 
*/

body{
    background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:16px;
}

.clear{
clear:both;
}
.small{
font-size:0.8em;
}
#wrapper{
    width:862px;
    margin:0 auto;
}
#header{
height:70px;
}
#logo{
float:left;
padding:5px 0 0 5px;
}
#nav{
    background-image:url("images/menu-bg.gif");
    background-position:top left;
    background-repeat:no-repeat;
    display:inline-block;
    width:630px;
    height:61px;
	float:right;    
}
#nav ul{
    list-style:none;
    padding:0 15px;
    margin:13px 0 0;
}
#nav a{
    color:#ffffff;
    text-decoration:none;
	display:block;
	padding:5px;
}
#nav li{
    float:left;
    border-right:solid 1px #ffffff;
	padding:0 5px;
}

.sub-menu{
position:absolute;
font-size:0.9em;
background-color:#999966;
padding:17px 5px 5px!important;
margin:0px!important;
display:none;
z-index:999;
}
.sub-menu li{
clear:both;
border:none!important;
}
.sub-menu a{
width:100px;
}
.sub-menu a:hover{
background-color:#000000;
}
#main-content{
    float:right;
	margin:0 0 10px;
}
#main-content .top{
background-image:url("images/content-bg-top.jpg");
background-repeat:no-repeat;
background-position:left top;
height:9px;
}
#main-content .body{
background-color:#ffffff;
color:#000000;
padding:1px 10px;
min-height:369px;
}
#main-content .body a{
color:#336600;
}
.slideshow img{
border:none;
}
.post img{
max-width:611px;
}
.content-footer{
background-color:#ffffff;
color:#000000;
padding:1px 10px;
font-size:0.8em;
}
.content-footer a{
color:#336600;
}
#main-content .bottom{
background-image:url("images/content-bg-bottom.jpg");
background-repeat:no-repeat;
background-position:left top;
height:9px;
}

#sidebar{
float:left;
width:221px;
}
#sermons{
    background-image:url("images/sermons-bg.jpg");
    background-repeat:no-repeat;
    background-position:left top;
    width:191px;
    height:387px;
	margin:0 0 10px;
	padding:1px 15px;
}
#sermons .sermon{
margin:5px 0 0;
}
#sermons p{
margin:2px 0 18px;
}
#sermons a{
color:#ffffff;
text-decoration:none;
}
#worship_times{
background-image:url("images/praise-bg.jpg");
background-position:left top;
background-repeat:no-repeat;
height:171px;
overflow:hidden;
padding:10px;
width:201px;
}
#worship_times a{
color:#ffffff;
}
#bottom-content{
float:right;
}
#contact{
float:left;
color:#ffffff;
font-size:0.8em;
padding:10px 0 0 235px;
}
#contact a{
text-decoration:none;
color:#ffffff;
}
#icons{
float:right;
}
#icons a{
display:-moz-stack
}
