/*
	Theme Name: River Community Church
	Theme URL: http://www.studiopress.com/themes/church
	Description: WordPress theme for River Community Church
				built on the <a href="http://www.studiopress.com/themes/church">StudioPress Church Theme</a>.
	Author: Jason Clement
	Author URI: http://www.jasonjclement.com
	Version: 4.0
	Tags:
	
		Theme Name: Church 4.0
		Theme URL: http://www.studiopress.com/themes/church
		Description: Church is a 3-column Widget-ready theme created for WordPress.
		Author: StudioPress
		Author URI: http://www.studiopress.com

	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


body {
	background: #e7dfd1 url(images/bg.jpg);
	background-position: top center;
	color: #737373;
	font-size: 12px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #1497be;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	color: #0e7391;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/* a[href^="mailto:"] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(images/email_open.png) center left no-repeat;
} */

a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(images/page_white_acrobat.png) center left no-repeat;
}

a[href$='.ppt'], a[href$='.pps'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(images/page_white_powerpoint.png) center left no-repeat;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(images/page_white_word.png) center left no-repeat;
}

a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(images/page_white_zip.png) center left no-repeat;
}
	
/************************************************
*	Header  									*
************************************************/

#header {
	border-top: 5px solid #000;
	background: #cd8b26 url(images/header-bg.jpg);
	background-position: top center;
	width: 100%;
	height: 125px;
	margin: 0px;
	padding: 0px;
	}
	
#header-inner {
	width: 900px;
	margin: 0px auto;
}

.headerleft h1, .headerleft h2 {
	text-indent: -10000px;
	line-height: 0px;
	font-size: 0px;
	}
	
.headerleft a {
	font-size: 0px;
	line-height: 0px;
	text-indent: -10000px;
	width: 305px;
	height: 120px;
	float: left;
	background:url(images/the-river-logo.png) left top no-repeat;
	margin: 0px;
	}
	
.headerright {
	width: auto;
	float: right;
	margin: 20px 20px 0px 0px;
	padding: 5px 8px 5px 8px;
	}
	
.headerright p {
	color: #000;
	text-align: left;
	line-height: 12px;
	margin: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	clear: both;
	width: 100%;
	height: 30px;
	background: #1497be url(images/navbar-bg.jpg);
	color: #c1b191;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	
#nav {
	width: 900px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	text-transform: none;
    margin: 0px;
	padding: 0px 15px 0px 15px;
	text-shadow: #333 0px 3px 3px;
	}

#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
    margin: 0px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	display: block;
	width: 150px;	
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 0px 10px;
	border-top: 1px dotted #666;
	text-shadow: #333 0px 3px 3px;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #fff;
	padding: 0px 10px;
	background: #666 url(images/dropdown-bg.jpg) center right;
	background-position: 
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	background: #1497be url(images/navbar-bg.jpg) top center;
/*	opacity: .90;
	filter: alpha(opacity=90); */
	margin: 0px 0px 0px 0px;
	padding: 10px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
	
/************************************************
*	Homepage 		    	                    * 
************************************************/
	
#slideshow {
	background: #676351 url(images/slideshow-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	padding: 20px 0px 0px 0px;
	}
	
#photos {
	width: 880px;
	height: 230px;
	background-color: white;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #000;
}

#homepage {
	float: left;
	width: 610px;
	margin: 0px;
	padding: 0px;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}

#homepage p img {
	border: none;
    float: left;
	margin: 0px;
	}
	
#homepage ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}

.hpdate {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagetop {
	background-color: #fff;
	float: left;
	width: 610px;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	border: 1px solid #bbb;
	}
	
#homepagetop p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.featuredtop {
	float: left;
	margin: 0px;
	padding: 20px;
	display: inline;
	}
	
#homepagebottom {
	background-color: #fff;
	float: left;
	width: 610px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #bbb;
	}
	
#homepagebottom p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.hpbottom {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	display: inline;
	}

#homepageleft {
	float: left;
	width: 295px;
	margin: 0px;
	padding: 0px;
	}

.hpfeatured {
	background-color: #fff;
	float: left;
	width: 255px;
	margin: 0px;
	padding: 20px;
	border: 1px solid #bbb;
	}

#homepageright {
	float: right;
	width: 295px;
	margin: 0px;
	padding: 0px;
	}
	
hr {
	border-bottom: 1px dotted #bbb; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	clear: both;
	}


.clear {
	clear: both;
	}

.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#feature-buttons ul {
	width: 900px;
	height: 70px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	}
	
#feature-buttons ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}	
	
#feature-buttons ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: #333 0px 3px 3px;
	display: block;
	border: 1px solid #333;
	width: 120px;
	height: 45px;
	float: left;
	margin-right: 24px;
	padding: 15px 10px 10px 75px;
	text-decoration: none;
	}
	
#feature-buttons ul li a.new {
	background: #774544 url(images/new-bg.jpg);
	background-position: 0px 0px;
	}
	
#feature-buttons ul li a:hover.new {
	background-position: 0px 70px;
	border: 1px solid #000;
	}
	
#feature-buttons ul li a.getinvolved {
	background: #46575f url(images/get-involved-bg.jpg);
	background-position: 0px 0px;
	}
	
#feature-buttons ul li a:hover.getinvolved {
	background-position: 0px 70px;
	border: 1px solid #000;
	}
	
#feature-buttons ul li a.listen {
	background: #66783c url(images/listen-bg.jpg);
	background-position: 0px 0px;
	}
	
#feature-buttons ul li a:hover.listen {
	background-position: 0px 70px;
	border: 1px solid #000;
	}
	
#feature-buttons ul li a.invite {
	margin-right: 0px;
	background: #bcb735 url(images/invite-friend-bg.jpg);
	background-position: 0px 0px;
	}
	
#feature-buttons ul li a:hover.invite {
	margin-right: 0px;
	background-position: 0px 70px;
	border: 1px solid #000;
	}
	
#content {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	line-height: 18px;
	}

#content h1 {
	color: #1497be;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #1497be;
	font-size: 22px;
	
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}

#content h1 a:hover {
	color: #0e7391;
	text-decoration: none;
	}
	
#content h2 {
	color: #1497be;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	}
	
#contentleft {
	background: #fff;
	float: left;
	width: 610px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #bbb;
	}

.postarea {
	float: left;
	width: 570px;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 20px;
	}
	
.breadcrumb {
	font-size: 10px;
	line-height: 10px;
	color: #ccc;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb a, .breadcrumb a:visited {
	color: #ccc;
	font-weight: normal;
	}
	
.breadcrumb a {
}

	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	background: #fff;
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
	display: inline;
	border: 1px solid #bbb;
	}
	
#sidebar .widget {
	float: left;
	width: 230px;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	}
	
#sidebar h4 {
	background: #676351 url(images/slideshow-bg.jpg) top center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 45px;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar embed, #sidebar object {
	width: 300px; 
	height: 250px;
	margin: 0px; 
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
/*	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px; */
	}
	
#sidebar ul li ul li {
/*	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px; */
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #676351 url(images/slideshow-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 40px 0px;
	color: #fff;
	}
	
#footer-in {
	width: 900px;
	margin: 0px auto;
	}
	
#footer p {
	color: #b9a37c;
	font-size: 11px;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	clear: both;
	}
	
#footer a, #footer a:visited {
	color: #d1c9a4;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #d1c9a4;
	text-decoration: underline;
	}
	
#footer dl {
	float: left;
	padding: 0 20px 0 0;
	margin-right: 20px;

}

#footer dl.bordered {
	border-right: 1px solid #d1c9a4;
	border-left: none;
	border-top: none;
	border-bottom: none;
	}

#footer dt {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	}

#footer dd {
	padding: 0;
	margin: 0;
	}

#footer p a {text-decoration: none;}

#footer p a:hover {text-decoration: underline;}

#design a, #design a:visited {
	display: block;
	width: 960px;
	margin: 0px auto;
	font-size: 9px;
	color: #574938;
	text-align: right;
	font-weight: normal;
	}

#design a:hover {
	text-decoration: none;
	}