/*   
Theme Name: PREACH Evangelistic Ministries
Theme URI: 
Description: 2010 PREACH Website
Author: Dan Volkens
Author URI: http://www.danvolkens.com
Template: thematic
Version: 1.0
Tags: PREACH Evangelistic Ministries
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Begin PREACH CSS */
body {
	background-color: #261400;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 15px;
	color: #191110;
	line-height: 24px;
}

a:link {
	color: #aa4d1f;
	text-decoration: underline;
}

a:visited {
	color: #aa4d1f;
	text-decoration: underline;
}

a:hover {
	color: #350b06;
	text-decoration: none;
}

a:active {
	color: #350b06;
	text-decoration: none;
}

.outerwrap {
	background: #f7f4de url(img/bg_flags.png) repeat-x;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

/* Header */
#header {
	position: relative;
	height: 82px;
}

	#branding {
		position: absolute;
		top: 115px;
		right: 50px;
		z-index: 2;
		width: 455px;
		height: 95px;
		padding: 0;
		margin: 0;
	}
	
		#blog-title a {
			display: block;
			width: 455px;
			height: 95px;
			text-indent: -999em;
		}
		
		#blog-description {
			display: none;
		}
	
	/* Top Navigation */
	.skip-link {
		display: none;
	}
	
	#access {
		position: absolute;
		top: 25px;
		left: 0;
		z-index: 1;
		padding: 0;
		margin: 0;
		border: none;
		height: 57px;
	}
	
		.sf-menu {
			border: none;
		}
	
			.sf-menu a {
				display: block;
				font-family: Georgia, Times, "Times New Roman", serif;
				font-size: 18px;
				color: #FFF;
				border: none;
				padding: 0 11px 0 11px;
				line-height: 52px;
				height: 57px;
				text-decoration: none;
			}
			
				.sf-menu a:visited {
					color: #FFF:
				}
			
				.sf-menu a:hover {
					background: url(img/bg_topnavon.png) repeat-x;
				}
				
				.sf-menu li.current_page_item a {
					background: url(img/bg_topnavon.png) repeat-x;
				}
				
				.sf-menu li.current_page_ancestor a {
					background: url(img/bg_topnavon.png) repeat-x;
				}
			
			.sf-menu li ul {
				display: none !important;
			}

/* Body */
#main {
	background-color: #FFF;
	width: 990px;
	padding: 0;
}

	/* Subnav */
	#subnavCol {
		float: left;
		width: 280px;
		padding: 0;
		background-color: #ebe4b5;
		margin: 10px 0 20px 0;
	}
	
	#subnavCol h2 {
		background: url(img/bg_subnavcap_top.gif) no-repeat;
		height: 21px;
		margin: 0;
	}
	
	#subnavCol h2 span {
		display: none;
	}

	#subnavCol ul {
		padding: 0 0 21px 0;
		margin: 0;
		background: url(img/bg_subnavcap_bot.gif) bottom left no-repeat;
	}

	#subnavCol ul li {
		display: block;
		padding: 0;
		margin: 0;
		list-style-type: none;
		background-color: #ebe4b5;
	}

	#subnavCol ul li a {
		display: block;
		font-size: 16px;
		color: #350b06;
		background-color: #ebe4b5;
		padding: 8px 20px 8px 20px;
		border-bottom: 1px solid #dbb788;
		text-decoration: none;
	}

	#subnavCol ul li a:hover {
		background-color: #FFF;
		color: #350b06;
		text-decoration: none;
	}

	#subnavCol li.page_item a {

	}

	#subnavCol li.current_page_item a {
		background-color: #FFF;
		color: #000;
	}

		#subnavCol li.current_page_item ul {
			background-image: none;
			padding: 0;
		}

		#subnavCol li.current_page_item ul li a {
			font-size: 13px;
			padding: 8px 20px 8px 40px;
			background-color: #dcd5a5;
		}

			#subnavCol li.current_page_item ul li a:hover {
				background-color: #e3ddb1;
				color: #350b06;
				text-decoration: none;
			}

			#subnavCol li.current_page_parent a {
				background-color: #FFF;
				color: #000;
			}

			#subnavCol li.current_page_parent ul {
				background-image: none;
				padding: 0;
			}

			#subnavCol li.current_page_parent ul li a {
				font-size: 13px;
				color: #000;
				padding: 8px 20px 8px 40px;
				background-color: #dcd5a5;
			}

				#subnavCol li.current_page_parent ul li a:hover {
					background-color: #e3ddb1;
					color: #350b06;
					text-decoration: none;
				}

				#subnavCol li.current_page_parent ul li.current_page_item a {
					font-size: 13px;
					color: #000;
					padding: 8px 20px 8px 40px;
					background-color: #FFF;
				}
			
			

/* Footer */
#footer {
	background: #261400 url(img/bg_footer.png) repeat-x;
	height: 100px;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #8a5630;
}

	.footertxt {
		width: 990px;
		padding: 20px 0 0 0;
		margin: 0 auto;
	}

	.footernav {
		float: right;
		text-align: right;
		width: 310px;
	}
	
		.footernav a {
			color: #8a5630 !important;
		}

/* Type Styles */
h1.entry-title {
	display: none;
	color: #350b06;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 26px;
	color: #350b06;
	margin: 0 0 25px 0;
}

h2 {
	font-size: 20px;
	color: #aa4d1f;
	margin: 0 0 10px 0;
	line-height: 30px;
}

p {
	margin: 0 0 38px 0;
}

table, tr, td {
	border: none;
	vertical-align: top;
}

/* Homepage Template */
.homeheader {
	background: url(img/header_home.jpg) no-repeat;
	width: 990px;
	padding: 415px 25px 25px 25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 940px;
}

/* Interior Template */
.interiorheader {
	background: url(img/header_interior.jpg) no-repeat;
	width: 990px;
	padding: 195px 25px 25px 25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 940px;
}

.interiorcolfull {
	margin-top: 10px;
}

.interiorcol {
	float: right;
	width: 640px;
	margin-top: 10px;
}

.entry-content {
	padding: 0;
}