@import 'css/index.css';
@import 'css/custom-orgSeries.css';
/* 
Theme Name: LFAC Custom Theme
Theme URL: http://www.lfachurch.org
Description: A custom theme developed for Living Faith Alliance Church by Steven Rossi based on Brian Purkiss's Whiteboard framework.
Author: Steven Rossi
Author URI: http://stevenjrossi.com
Version: 0.1

http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
*/

/* 	
	COLORS:
	
	Nav Link Text: #f2e9bb
	Green border between widgets on home page: #75D674
	Brown background: #594632
	Content-area beige background color: #f2e9bb
	Link Color: #485525
	Heading color: #3A7D00
	Sidebar left border: #8E9E60
*/

/* Reset CSS (I wish I remember where I got this from-sorry to whoever made it) */body{padding:0;margin:0;font:0.8em Helvetica Neue, Arial,Helvetica,Garuda,sans-serif;}h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code,div{padding:0;margin:0;line-height:1.3em;font-size:100%;font-weight:normal;font-style: normal;}table{font-size:inherit;}ul{list-style:none;}img{border:0;}p{margin:0 0 1em 0;}strong {font-weight: bold;}/* End Reset */

/* ---- Formatting Styles ---- */
h1 {font-size: 2.4em;}h2 {font-size: 1.8em;}h3 {font-size: 1.7em;}h4 {font-size: 1.4em;}h5 {font-size: 1.313em;}h6 {font-size: 1.313em;}

em {
	font-style: italic;
}

a, a:visited {
	text-decoration: none;
	color: #3A7D00;
}

a:hover {
	text-decoration: underline;
}

#content-box ul {
	padding-left: 1.4em;
	list-style-type: disc;
	text-indent: .5em;
}
	#content-box ul li ul {
		padding-left: 1em;
		list-style-type: circle;
	}	
		#content-box ul li ul li ul {
			list-style-type: square;
		}
	
#content-box ol {
	padding-left: 3em;
}
	#content-box ol li ol, ol li ul {
		padding-left: 1em;
	}
	
	#content-box ol h3 {
		margin-left: -1em;
		margin-bottom: 4px;
	}
	
	#content-box ol {
		margin-bottom: 1em;
	}

/* -- End Formatting Styles -- */

/* --------------------------- */
/* ----------- Page ---------- */
/* --------------------------- */

body {
	background: #1F130B url(images/bg-gradient.png) repeat-y left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
}


.width {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

.clearboth {
	display: block;
	height: 1px;
	width: 1px;
	visibility: hidden;
	clear: both;
}

em {
	font-style: italic;
}

/* --------------------------- */
/* -------- End Page --------- */
/* --------------------------- */


/* --------------------------- */
/* --------- Header ---------- */
/* --------------------------- */

#header {
	height: 105px;
	width: 100%;
	padding: 10px 0 10px 0;
	position: relative;
	text-align: left;
}
	#header #title-area #page-title {
		text-indent: -9999px;
	}
		#header #title-area #page-title a {
			display: block;
			background: url(images/logo-even-narrower.png) no-repeat;
			height: 130px;
			width: 328px;
			position: relative;
			bottom: 5px;
		}
		
		#header #title-area #page-title a:hover {
			border: 0 none;
		}
	
	#header #top-links {
		color: white;
		position: absolute;
		top: 0;
		right: 0;
		float: left;
		font-size: .9em;
	}
		#header #top-links span {
			float: left;
	}
		#header #top-links a {
			color: #f2e9bb;
		}
		#header #top-links form {
			float: left;
			position: relative;
			top: -4px;
		}
			#header #top-links form input#s {
				height: 1.0em;
				line-height: 0.8em;
			}
			#header #top-links form input#searchsubmit {
				font-size: .9em;
				height: 2.1em;
			}
	#header #top-pattern {
		height: 85px;
		width: 310px;
		background: url(images/scroll.png) no-repeat;
		position: absolute;
		right: 0;
		top: 25px;
		display: none;
}

/* --------------------------- */
/* ------- End Header -------- */
/* --------------------------- */

/* --------------------------- */
/* -------- Navigation ------- */
/* --------------------------- */

#navigation {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

	#navigation #subnav-area {
		width: 100%;
		height: 21px;
		border: 0 none;
		position: absolute;
		bottom: 0;
		z-index: -4;
		background: url(images/subnav-bar.png) repeat-x;
		display: none;
	}

#navigation ul {
	list-style: none;
	height: 28px;
	overflow: visible;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
	#navigation ul li {
		background: url(images/nav-new-off.png) no-repeat;
		margin: 0 auto;
		width: 93px;
		height: 28px;
		display: block;
		float: left;
	}
		#navigation ul li a {
				color: #fff;
				text-transform: none;
				text-align: center;
				line-height: 28px;
				font-size: 1.2em;
				letter-spacing: 1px;
				display: block;
				width: 93px;
				height: 28px;
				border: 0 none;
			}
		#navigation ul li a:hover {
			color: #fff; 
			text-decoration: underline;
			background: url(images/nav-new-hover.png) no-repeat;
		}
		
	#navigation ul li.current_page_item,
	#navigation ul li.current-cat,
	#navigation ul li.current_page_ancestor,
	#navigation ul li.current_page_parent
	{ background: url(images/nav-new-on.png) no-repeat; }
		
		#navigation ul li.current_page_item a, #navigation ul li.current-cat a {
			
			color: #fff;
			font-size: 1.2em;
		}
		#navigation ul li.current_page_item ul li a, #navigation ul li.current-cat ul li a { cursor: pointer; }
		#navigation ul li.current_page_item a:hover, #navigation ul li.current-cat a:hover { text-decoration: none;
		background: none; }

#navigation ul li ul {
	position: absolute;
	top: 28px;
	height: 25px;
	left: 0;
	text-align: center;
	display: none;
	z-index: 999;
	width: 950px;
	
}
	#navigation ul li:hover ul,
	#navigation ul li a:hover ul,
	#navigation ul li.current_page_ancestor ul,
	#navigation ul li.current_page_parent ul,
	#navigation ul li.current_page_item ul
	{ display: block; 
	background-color: #99C288;}
		
		#navigation ul li.current_page_parent a:hover ul,
		#navigation ul li.current_page_ancestor a:hover ul,
		#navigation ul li.current_page_item a:hover ul
			{ display: none; }
			
		#navigation ul li ul li,
		#navigation ul li ul li.current_page_item
		{
			background: none;
			width:  auto;
			height: 28px;
		}
		
		#navigation ul li ul li a {
			color: #000;
			font-size: 1.1em;
			text-decoration: none;
			width: auto;
			height: 28px;
			padding: 0 7px;
			line-height: 25px;
		}
		#navigation ul li ul li.current_page_item a,
		#navigation ul li ul li.current_page_parent a,
		#navigation ul li ul li.current_page_ancestor a
		{
			color: #fff;
			text-decoration: underline;
		}
		
		#navigation ul li ul li a:visited {
		}
			
		#navigation ul li ul li.current_page_item a:hover,
		#navigation ul li ul li.current_page_parent a:hover,
		#navigation ul li ul li.current_page_ancestor a:hover
		{ background: none; }
		
	
		#navigation ul li ul li a:hover {
			background: none;
			text-decoration: none;
		}

/* --------------------------- */
/* ------ End Navigation ----- */
/* --------------------------- */


/* --------------------------- */
/* ------ Content Area ------- */
/* --------------------------- */

#content-area {
	width: 100%;
	background-color: #f2e9bb;
	padding: 15px 0 15px 0;
}

#content-area #content-box {
	text-align: left;
	width: 68%;
	float: left;
	clear: none;
	padding-right: 5px;
}
	#page #content-area #content-box #post-title, #series #content-area #content-box #post-title {
		margin-bottom: 20px;
	}
	
	#single #content-area #content-box #post-sub {
		margin-bottom: 20px;
	}
	#content-area #content-box #post-title, #content-area #content-box #post-title a, #content-area #content-box .post-title, #content-area #content-box .post-title a {
		color: #3A7D00;
	}
		#archive h1 {
			font-size:1.9em;
			margin-bottom: 0.5em;
			margin-left:-1px;
		}
#content-box h3 {
	margin-bottom: 5px;
	font-size: 1.4em;
}
#content-box ul {
	margin: 0 0 1em 15px;
	list-style-type: disc;
}
	
#content-area #content-box .post {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
	.post .post-sub {
		font-size: 0.9em;
	}
	.post .post-title {
		font-size: 1.3em;
	}
	.post .postmeta {
		border-bottom: 1px solid #ccc;
		width: 60%;
	}
	#single #download-stuff {
		margin-bottom: 25px;
	}

#content-area #sidebar {
	width: 30%;
	float: left;
	border-left: 1px solid #8E9E60;
	border-right: 1px solid #8E9E60;
	text-align: left;
	padding: 0 4px 0 4px;
	margin: 0;
}
	#content-area #sidebar .widget {
		margin-bottom: 18px;
	}
	#content-area #sidebar .widgettitle {
		margin-bottom: 10px;
	}
	#content-area #sidebar ul li ul li {
		margin-left: 15px;
		list-style-type: disc;
		line-height: 1.2em;
	}
	
	#content-area #sidebar .current_page_item>a {
		text-decoration: underline;
	}
	#content-area #sidebar .current_page_item>a:hover {
		text-decoration: none;
	}

#content-area #breadcrumbs {
	font-size: 0.9em;
}

/*#series #content-box .audioplayer_container {
	float: left;
}

#series #content-box .download-stuff {
	float: left;
	clear: right;
}

#series #content-box .postmetadata {
	float: left;
	clear: both;
}*/

#series .borderbottom {
	height: 0px;
	width: 200px;
	border-bottom: 1px solid #ccc;
}

/* --------------------------- */
/* ---- End Content Area ----- */
/* --------------------------- */


/* --------------------------- */
/* ---------- Footer --------- */
/* --------------------------- */

#footer {
	width: 100%;
	padding: 10px 0 10px 0;
}

#footer-columns {
	width: 100%;
	margin: 0 auto;
}
#footer-bottom-col-1 {
	width: 8%;
	float: left;
}
	#footer-logo-button {
		height: 64px;
		width: 84px;
		background: url(images/mini-logo.png) no-repeat;
		margin-top: 10px;
	}

#footer-bottom-col-2 {
	width: 84%;
	float: left;
}
	#footer-links {
		width: 100%;
		height: 64px;
		text-align: center;
		position: relative;
	}
		#footer-links ul {
			width: 100%;
			margin: 40px auto 0;
		}
			#footer-links ul li {
				display: inline;
				margin-left: 15px;
				font-size: 1.0em;
			}
				#footer-links ul li a,#footer-links ul li a:visited {
					color: #f2e9bb;
					text-decoration: none;
				}
				#footer-links ul li a:hover {
					text-decoration: underline;
				 }
		#footer-links ul li.green-box {
			height: 9px;
			width: 9px;
			background: url(images/green-box-button.png) no-repeat;
		}
		
#footer-bottom-col-3 {
	width: 8%;
	float: left;
}
	#cma-logo {
		background: url(images/cma-logo.png) no-repeat;
		width: 85px;
		height: 85px;
	}


/* --------------------------- */
/* -------- End Footer ------- */
/* --------------------------- */