/*
Revolution Church 2.0, community unique styles
*/


/* -- [center-home] -------------------------------------------------------------------- */

#header {
	background:transparent url(../images/community_header.jpg);
	background-repeat: no-repeat;
	}

	
#content{
	background: transparent url(../images/headers/community_header.jpg);
	background-repeat: no-repeat;
	}
	.newsStory h3 {
			color:#905628;
			padding-bottom:10px;
			padding-top:5px;
			background:transparent url(../images/underTitle.png);
			background-repeat: no-repeat;		
			}
	.newsStory{
			padding-bottom:30px;
		}
	.postdate{
		margin-top:15px;
		margin-bottom:15px;
		color:#905628;
	}	
	#news{
		padding-left:180px;
		padding-right:180px;
		margin-left:17px;	
		background:transparent url(../images/content_sub_tile.jpg);
		background-repeat:repeat-y;
		background-position:top center;
	}
	#pager{
		margin-left:100px;
		color:#905628
	}
/*--subnav*/


#subnav ul {
	margin: 20px 0 0 40px;
}
#subnav li {
	float:left;
	margin: 0 15px 0 0;
}
#subnav li, 
#subnav li a {
	display: block;
	background-repeat: no-repeat;
}
#subnav li a {
	padding-top: 11px; height: 0 !important;
	height /**/: 11px; overflow: hidden;
	}
	
#subnav li a:hover {
	background-position: 0 -11px;
}


#subnav li.smallgroups,
#subnav li.smallgroups a {
	width: 70px;
	background-image: url(../images/smallgroups_subnav.gif);
}
#subnav li.worldmissions,
#subnav li.worldmissions a {
	width: 77px;
	background-image: url(../images/world_subnav.gif);
}
#subnav li.localmissions,
#subnav li.localmissions a {
	width: 77px;
	background-image: url(../images/local_subnav.gif);
}
#subnav li.childrens,
#subnav li.childrens a {
	width: 55px;
	background-image: url(../images/childrens_subnav.gif);
}
#subnav li.seeds,
#subnav li.seeds a {
	width: 88px;
	background-image: url(../images/seeds_subnav.gif);
}

body.smallgroups       #subnav li.smallgroups       a,
body.worldmissions     #subnav li.worldmissions      a, 
body.localmissions     #subnav li.localmissions      a, 
body.childrens         #subnav li.childrens         a,
body.seeds           #subnav li.seeds         a  
{
	background-position: 0 -22px;
}





	



