/*
Theme Name: Passages
Theme URI: 
Description: Default Theme
Version: 
Author: Patrick Hardy [built from starkers Theme http://elliotjaystocks.com]
Author URI: http://patrickhardydesign.com
Tags: clean, fresh, modern
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

/*
Patrick Hardy
http://www.pixelfreshstudios.com

*/

/*
RESET
*/

* 				{ margin: 0; padding:0; }
html			{ overflow-y: scroll; }
html, body		{ height:100%; }
body			{ font-size: 62.5%; font-family: helvetica, sans-serif; color: #000000; background: #b8d4e9 url(/image/back_fade.jpg) top repeat-x; }
ul				{ list-style: square inside; }
ol				{ list-style: decimal inside; }
a				{ outline: none; text-decoration: none; }
a img			{ border: none; }
img				{ vertical-align: middle; }
table			{ border-collapse: collapse; }

/*
UTILITY
*/

.floatLeft		{ float: left; }
.floatRight		{ float: right; }
.clear			{ clear: both; }
.button			{ border: 1px solid #000000; background: white; padding: 3px 8px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #000000 }
.button:hover	{ background: #454545; color: white; }

/*
TYPGROGRAPHY
*/
h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}
a {
	color: #1e6982;	
}
a:hover {
	color: #454545;	
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

#church_info {
	font-size: 1.4em;
}
p {
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}
li {
	font-size: 12px;
	line-height: .2em;
	list-style-type: none;
	margin: 0px;
}
ul {
	list-style: none;
}
#words li {
	margin-left: 20px;
	font-style: italic;
}
hr {
	border: 1px solid #cccccc;
}
h1.mountaincrc {
	color:#cccccc; 
	font-size: 24px; 
	margin-bottom: 10px;
	/*
padding:10px;
	width: 430px;
	background-color:#cccccc;
*/
}

/*
STRUCTURE
*/

body {
	
	}
#top_bar {
	position: absolute;
	top: 233px;
	
	width:906px;
	height:30px;
	background-color:#1e6982;
	z-index:-10;
	}
#top_bar-white {
	position: absolute;
	top: 260px;
	
	width:906px;
	height:32px;
	background-color:#ffffff;
	z-index:-10;
	}	
#page_wrap { 
	margin:0px auto; 
	width:906px;
	padding-bottom: 10px; 
	}
#top_image { 
	background: transparent url(/image/skyline_top.png) center top no-repeat;
	margin: 0px auto;
	width: 1000px;
	height: 43px;
	z-index: 99;
	}
#main_nav { 
	width:880px;
	height: 50px;
	float:left;
	
	margin: 0px 0px 22px 0px;
	}
/*
#main_nav a {
	color: #ffffff;
}
#main_nav a:hover {
	color: #000000;
}
*/


#announcement_slider { 
	display:block;
	width:890px;
	height:178px;
	float:left;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #ffffff;
	border: 8px solid #ffffff;
	position: relative;
	}
#logo { 
	position:absolute; 
	top: 130px; 
	left:-30px; 

	z-index:50;
}


#main_content { 
	width:890px;
	float:left;
	margin:0px 0px 10px 0px;
	background: #018bb9 url() center top repeat;
	border: 8px solid #ffffff;
	}
#bottom_extras { 
	width:940px;
	float:left;
	margin-bottom: 10px;
	}
#church_info {
	margin: 40px 0px 0px 20px;
	float: left;
	}
#church_info p {
	font-size: .9em;
	line-height: 1.2em;
	}
#words {
	margin: 0px auto;
	margin: 40px 20px 40px 20px;
	width: 840px;
	padding: 20px 10px 10px 10px;
	background: #ffffff url(/image/smalldrop.jpg) top left repeat-x;
	}

/*
HEADER
*/

/* @group Slider */

#slider-container {
	border-color: #1c1c1c;
}
#slider img {
	/*border-color: #1c1c1c;*/
}
p#controls1 #prevBtn a {
	background-color: #1c1c1c;
}
p#controls1 #nextBtn a {
	background-color: #1c1c1c;
}


/* @end */

/* @group Slider
 */

#slider-wrapper {
	position:relative;
	margin:0px 0 0;
	width:100%;
	padding:0;	
}
#slider-container {
	width:350px; /*original was 485px*/
	z-index:2;
	margin:0 auto;
	position: relative;
	display: block;
	width: 884px; /* was 990px wo border */
	overflow: hidden;
	
}
#slider img {
	margin: 0;
	padding: 0;
	/*border: 10px solid #1c1c1c;*/
	/*position:relative;
	top: -100px;*/
}

div.slider-text {
	position: absolute;
	top: 10px;
	right: 10px;
}
div.slider-text h2 {
	float: left;
	border:10px solid;
	display:inline-block;
	font-size:24px !important;
	font-weight:normal;
	margin:0 0 20px;
	padding:0;
}


div.slider-text p {
	padding: 10px;
	display: inline-block;
	clear: left;
	float: left;
	margin: 0;	
}

#slider ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li 
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	margin:0;
	padding:0;
	list-style:none;
	width:884px;
	height:290px;
	overflow:hidden; 
	
	display: block;
	position: relative;
}

div.slider-text h2 {
	border-color: #1c1c1c;
	background-color: #1c1c1c;
	color:#fffff;
}

div.slider-text h2 a {
	color: #cccccc;
	font-size: 24px;
	font-family: helvetica, sans-serif;
	text-decoration: none; 
}
div.slider-text h2 a:hover {
	color:#ffffff;
}


/*
h2.title-link a:link, h2.title-link a:visited {
	border-color: #1c1c1c;
	background-color: #1c1c1c;
	color: #fff;
}
h2.title-link a:hover, h2.title-link a:visited:hover {
	border-color: #fefbb6;
	background-color: #fefbb6;
	color: #000;
}
div.title-detailed h2 a:link, div.title-detailed h2 a:visited {
	background-color: #1c1c1c;
	color: #fff;	
}
div.title-detailed h2 a:hover, div.title-detailed h2 a:visited:hover {
	background-color: #fefbb6;
	color: #000;	
}


body#blog div.title-detailed h2 a:link, body#blog div.title-detailed h2 a:visited {
	background-color: #fff;
	color: #000;	
}
body#blog div.title-detailed h2 a:hover, body#blog div.title-detailed h2 a:visited:hover {
	background-color: #fff;
	color: orange;	
}
*/



p#controls1 {
	position: absolute;
	bottom: 0px;
	left: -6px;
	width: 890px;
}

p#controls1 #prevBtn a {
	padding: 10px;	
	float: left;
	margin: 0;
	text-decoration: none;
	color: #cccccc;
}
#prevBtn a:hover {
	color:#ffffff !important;
}

p#controls1 #nextBtn a {
	padding: 10px;
	float: right;
	margin: 0;
	text-decoration: none;
	color: #cccccc;
}
#nextBtn a:hover {
	color:#ffffff !important;
}

span#position1 {
	display: none;
}

div.post-pagecontent {
	/* This is the page content on the Featured Homepage */
	display: none;
}

/* @end */



a.next:link, a.next:active, a.next:visited {
	color:#000;
}
a.next:hover, a.next:visited:hover {
	color:#333300;
}
a.previous:link, a.previous:active, a.previous:visited {
	color:#000;
}
a.previous:hover, a.previous:visited:hover {
	color:#333300;
}


/*
MENU
*/



li.current_page_item {
	width: auto !important;
	color:#000000;
	/* text-decoration: underline !important; */
}

li.current_page_item ul a {
	color: #000000 !important;
	text-decoration: none !important;
	}
	li.current_page_item ul a:hover {
		text-decoration: underline !important;
	}

li.current_page_item ul {
	height: auto !important;
	top:43px !important;
	position: absolute !important;
	width: 900px !important;
	z-index:1 !important;
	color: #000000 !important;
	float: left !important;
	
}

li.current_page_item a {
	color: #000000 !important;
	/* text-decoration: underline !important; */
	background-color: #ffffff;
	height: 100%;
	width: auto;

	
	/* padding-bottom: 12px; */

}
li.current_page_item a:hover {
	text-decoration: none;
}

#nav2{
        display: block;
        font-size:1.1em;
        height:50px;
        width:100%;
        width: 850px; 
        float: left; 
        margin: 0px;
        margin-top:5px; 
        line-height:20px; 
        text-align: center;
}
ul#nav2 {
	position: relative;
	width: 906px;
	float: left;
}

#nav2, #nav2 ul {
	line-height: 1;
	list-style: none;
}

#nav2 a ,#nav2 a:hover{
	border:none;
	display: block;
	text-decoration: none;
	padding: 10px 10px 12px 10px;
}
#nav2 li {
	float: left;
	list-style:none;
	margin: 16px 5px 0px 0px;
	}
	#nav2 li:hover a {
    	color: #000000;
		}
		#nav2 li a:hover {
			background-color: #ffffff;
			text-decoration: underline;
			padding: 10px 10px 12px 10px;
		}
	#nav2 li:hover li a {
    	color: #000000;
	}

#nav2 a,#nav2 {
	color:#ffffff;
	display:block;
	font-weight:bold;
	margin: 3px 0px 0px 0px;
}

#nav2 a:hover, #nav2 a:active {
	text-decoration:underline;
}	

#nav2 li ul {
	left: 0;
	height: auto;
	top:-999px ;
	position: absolute;
	width: 906px;
	z-index:10;
	
	color: #000000;
}

#nav2 li li {
	width: auto;
	margin-top: 2px;
}

#nav2 li li a {
	color: #000000;
	background-color:transparent;
}
#nav2 li li a,#nav2 li li a:visited {
        color:#000000;
	font-weight:bold;
	font-size: 12px;
}
.active {
	text-decoration: underline !important;
}
.parent-active {
	text-decoration: underline !important;
}

#nav2 li li a:hover,#nav2 li li a:active {
	color:#000000 !important;
	/* text-decoration: underline !important; */
	
}

#nav2 li:hover, #nav2 li.sfhover {
    background-color: #ffffff;
    /* border-top: 3px solid #1e6982; */
    
    
}	

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	top: 43px;
	z-index: 99px !important;
	background-color:#ffffff !important;
	color: #000000 !important;
	
}

/*
#nav2 a:hover {
    display: block;
    width: 75px;
    height: 20px;
}



#nav2 li:hover li a:hover, #nav2 li.sfhover li a:hover {
    color:white;
}


*/


/*
SLIDING BOXES
*/

/*
BLOG ENTRIES
*/

#comment {
	width:500px;
}

#blog_entries {
	width: 550px;
	height: auto;
	min-height: 350px;
	margin: 10px;
	float: left;
	background-color: #ffffff;
	background-image:url(/image/smalldrop.jpg);
	background-repeat: repeat-x;
	
	}
#blog_post {
	margin: 20px;
	}
#blog_post img {
	max-width: 500px;
}
.post h2 {
	border-bottom: 2px solid #cccccc;
	width: 400px;
	margin-bottom: 5px;
	}
h2.search {
	border-bottom: 2px solid #cccccc;
	width: 400px;
	margin-bottom: 25px;
	}	
#side_bar {
	width: 315px;
	height: auto;
	margin: 10px 0px 10px 0px;
	float: left;
	}
#blog_authors {
	width: 315px;
	height: auto;
	float: left;
	margin-top: 10px;
	}
	.author_pics {
   		position: relative;
   		width: 100%; /* for IE 6 */
   		width: 100px;
   		float: left;
   		margin: 0px 5px 10px 0px;
   		height: 120px;
	}
	.author_names {
		position: absolute; 
		top: 96px; 
		left: 0; 
		width: 100%;
		padding: 5px 0px;
		font-size: 12px;
	}
#blog_authors img {
	float: left;
	
	}
.author_pics img.end {
	margin-right: 0px;
	}
.sidebar_title {
	background-color: #ffffff;
	margin-bottom: 10px;
	}
.sidebar_title h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	}

h2.widgettitle {
	background: #ffffff url(/image/fade_news.jpg) top center repeat;
	padding-top: 20px;
	height: 26px;
	font-size: 20px !important;
	font-weight: normal !important;
	
	text-align: center !important;
	color: #ffffff;
	border: 2px solid #ffffff;
	}
	h2.widgettitle a {
		color: #ffffff;
		}
		h2.widgettitle a:hover {
			color: #eeeeee;
		}
	
.widget_recent_entries ul {
	background: #ffffff url(/image/smalldrop.jpg) top left repeat-x;
	padding: 20px;
	margin-top: -10px;
}
.widget_recent_entries li {
	margin-bottom: 20px;
	list-style-type: disc;
	line-height: 20px;
}
.widget_search {
	margin-top: 20px;	
}
#searchform input#s {
	width:246px;
}
.ctc a {
	
	background-color: #ffffff;
	margin: 10px 5px 10px 5px;
	padding: 4px 5px 4px 5px;
	line-height: 2.2em;
	font-weight: bold;
}

.ctc a:hover {
	text-decoration: underline;
}
.ctc {
	text-align: justify;
	padding-top: 10px;
}

.comment_number {
	float: right;
	padding: 10px;
	margin-left: 30px;
	background-color: #cccccc;
	font-size: 1.5em;
	font-weight: bold;
	}
.postmetadata {
	margin: 20px 0px;
	}
.post_date {
	margin-bottom: 20px;
	}

/*
.ctc {
	background-color: #ffffff;
	margin-bottom: 10px;
	
}
*/
/*
#side_bar li {
	list-style: none;
	}
*/

#resources {
	margin-top: 50px;
	margin-left: 60px;
	margin-bottom: 20px;
	width: 730px;
	height: 200px;
}

#resources img {
	float:left;
	border: 5px solid #cccccc;
	margin: 0px;
	margin-right: 50px;
	width:200px;
	height:150px;
	}
	#resources img.end {
		margin-right:0px;
	}

/*
PODCAST
*/


#podcast_left {
	float: left;
	width: 400px;
	height: 100%;
}


#podcast_right {
	float: left;
	width:420px;
	
	height:100%;
}
.podcast {
	margin:20px; 
	width:500px; 
	height:50px;
 	
	clear:both;
	}
	.podcast img {
		float: left;	
	}
.podcast_details {
	float: left;
	/* margin-top: -4px; */
	font-style: normal;
}
.podcast_series {
	border-left: 3px solid #cccccc;
}




/*
WIDGETS
*/
#twitter_box {
	float: left;
	width: 220px;
	margin: 25px 10px 10px 35px;
	}
#twitter {
	background: transparent url(/image/twitter_bird.png) top center no-repeat;
	float: left;
	width: 455px;
	height: 194px;
	}
	#twitter li {
	font-size: 12px;
}

/*
FOOTER
*/

#new_here img {
	width: 275px;
	height: 170px;
	float:left;
	margin: 0px 10px 0px 0px;
	background-color: #ffffff;
	border:8px solid #ffffff;
	}
#social {	
	float:right !important; 
	margin-right:16px;
	}	
	#social img {
		margin-right:5px;
	}















