@charset "UTF-8";
/* CSS Document */

/* @override http://messiahshouse.patrickkemp.com/fileadmin/templates/css/style.css */

* {
	margin: 0;
	padding: 0;
}

body, div, table, td, tr, dl, dt {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/background.jpg) no-repeat center top scroll;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
	letter-spacing: 0px;
}

p {
	margin-bottom: 1em;
}

fieldset {
	border:0px;
}

a {
	text-decoration: none;
	color: #ac2811;
}

img {
	border: 0px;
}

a:hover {
	color: #390705;	
}

h1 {
	font-size: 18px;
	color: black;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	background: url(../img/arrow.gif) no-repeat;
	padding-left: 20px;
	color: black;
	font-weight: bold;
	margin-bottom: 6px;
}

h3 {
	font-size: 14px;
	color: #ac2811;
	font-weight: bold;
}


h4 {
	font-size: 11px;
	color: black;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	color: #ac2811;
	color: black;
}

h6 {
	font-size: 10px;
	color: #222222;
	margin-left: 30px;
}

/*  Layout  */

#header {
	height: 155px;
	position: relative;
	background: url(../img/header.jpg) no-repeat center;
}

#header a {
	display: block;
	text-indent: -30000em;
	width: 100%;
	height: 155px;
}

#container {
	width: 990px;
	position: relative;
	margin: 0 auto;
}

#navigation {
	width: 990px;
	height: 36px;
	position: relative;
	margin: 12px 0 0px 0;
	background: url(../img/m.gif) #390705 no-repeat left;
	z-index: 91;
}

#navigation #navigation_home {
	width: 44px;
	height: 36px;
	padding: 0;
}

#navigation_home A {
	display: block;
	font-size: 0px;
	height: 36px;
	width: 44px;
	float: left;
	text-indent:-3000px;
}


#main_content {
	width: 669px;
	position: relative;
	padding: 0px;
	float: left;
	z-index: 90;
}


.interior #main_content {
	width: 629px;
	height: 501px;
	background: url(../img/main_bg.gif) repeat fixed;
	position: relative;
	padding: 20px;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}

.interior #calendar_main_content {
	width: 950px;
	height: 501px;
	background: url(../img/main_bg.gif) repeat fixed;
	position: relative;
	padding: 20px;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}

.ach  {
	height: 501px;
	width: 630px;
	background: url(../img/main_bg.gif) no-repeat;
	position: relative;
	padding: 20px;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 1em;
	background: transparent url(../img/main_bg.gif) repeat scroll 0 0
}

.ach dt, .ach dd {
	font-size: 18px;
	padding: 3px;
}

.ach dt {
	font-weight: bold;
	width: 200px;
}

.ach .altrow {
	background-color: #ffffff;
}

#ministry #main_content, #ministry #secondary_content {
	background: none;
}

#bigbox {
	width: 669px;
	margin: 0 0 7px 0;
}

#box1 {
	width: 215px;
	float: left;
	margin: 0 12px 0 0;
}

#box2 {
	width: 215px;
	float: left;
	margin: 0 12px 0 0;	
}

#box3 {
	width: 215px;
	float: right;
	margin: 0 0 0 0;
}

#secondary_content {
	width: 269px;
	height: 471px;
	position: relative;
	padding: 50px 20px 20px 20px;
	background: url(../img/secondary_bg.gif);
	margin: 0 0 12px 12px;
	float: right;
	overflow: hidden;
}

#home #secondary_content {
	overflow: auto;
}

#secondary_content img {
	padding-left: 10px;
}

#blank_content {
	width: 269px;
	height: 436px;
	position: relative;
	padding: 85px 20px 20px 20px;
	background: url(../img/main_bg.gif);
	margin: 0 0 12px 12px;
	float: right;
	overflow: hidden;
}

.ministry #secondary_content {
	width: 269px;
	height: 436px;
	position: relative;
	padding: 85px 20px 20px 20px;
	margin: 0 0 12px 12px;
	float: right;
	overflow: hidden;
	background: none;
}


#footer {
	width: 990px;
	height: 36px;
	background: url(../img/footer.gif) no-repeat center;
	clear: both;
}

#post_footer {
	width: 990px;
	height: 80px;
	background: url(../img/post_footer.gif) no-repeat top;
}


/*  Main Navigation */

#navigation a {
	letter-spacing: -1px;
	font: 14px Serif;
	color: #E9E3C4;
	font-variant: small-caps;
}

#navigation a:hover {
	color: #881A0E;
}

#navigation ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	color: white;
	margin-left: 40px;
	z-index: 100;
}

/* DROPDOWN MENUS */


#navigation li ul li {
	height: 36px;
	background-color: #390705;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	z-index: 100;
}
#navigation li ul {
	display: none;
	position: absolute;
	left: 35px;
	top: 28px;
	width: 200px;
	z-index:100;
	text-transform: none;
}
#navigation li ul a {
	width: 176px;
	padding:10px 10px;
	z-index: 100;
}

#navigation li:hover ul,
#navigation li.sfhover ul { /* this line is for IE */
	display: block;
	margin: 0;
	padding: 7px 0 0 0;
	z-index: 100;
}

#navigation li ul li {
	display: block;
	float: none;
	padding: 4px 0;
	z-index: 100;
}

#navigation li ul li a,
#navigation li.current ul li a {
	letter-spacing: -1px;
	font: 13px Serif;
	font-variant: small-caps;
	color: #e9e3c4;
	font-weight: normal;
	display: block;
	z-index: 100;
}

#navigation li.current ul li a:hover,
#navigation li         ul li a:hover {
	/*color: #FFFFFF;*/
	/*background: white;*/
	background-color: #e9e3c4;
	letter-spacing: -1px;
	font: 13px Serif;
	font-variant: small-caps;
	color: black;
	font-weight: normal;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	z-index: 100;
}

#navigation li.last ul {
	right: 4px;
	width: 90px;
	z-index: 100;
}

#navigation li.last ul a {
	width: 70px; 
	z-index: 100;
}
	
#navigation li.current a {
	color:#e5d7b7;
	z-index: 100;
}

#navigation li a:hover {
	background: none;
	z-index: 100;
}

#navigation li {
	height: 25px;
	float: left;
	padding: 11px 0px 0px 34px;
	position: relative;
	z-index: 100;
}

#subnavigation {
	background: #390705;
	width: 990px;
	height: 24px;
	opacity: 0.8;
}

div#subnavigation {
/* 	margin-bottom: 12px; */
}

#subnavigation UL {
	clear: left;
	margin: 0px;
	margin-left: 68px;
	padding: 0px;
	height: 100px;
	list-style: none;
	line-height: normal;
}

#subnavigation LI {
	position: relative;
	float: left;
	margin: 0px;
	padding: 6px;
	height: 12px;
}

#subnavigation A {
	padding: 10px;
	font-family: serif;
	font-size: 12px;
	color: #E9E3C4;
}

#subnavigation A:hover {
	color: #881A0E;
}

/*  Search Box */




.search-form {
	height: 36px;
	width: 200px;
	float: right;
	background: url(../img/search.gif) no-repeat left;
}
.inp-wrapper {
	display: inline;
}
.inp-wrapper input {
	width: 95px;
	background-color: #e9e3c4;
	border: 0px;
	margin: 8px 0 0 10px;
	padding: 3px;
	float: left;
	float: left;
}
.inp-wrapper a {
	display: inline;
}

#ministry {
	height:540px;
	width:990px;
}

#childrens #ministry {
	background:url("../img/childrens.jpg") no-repeat scroll center center transparent;
}

#childrens #secondary_content {
	background:none repeat scroll 0 0 transparent;
	float:right;
	height:436px;
	margin:0 0 0 12px;
	overflow:hidden;
	padding:112px 20px 0;
	position:relative;
	width:269px;
}

#capstone #ministry {
	background:url("../img/capstone.jpg") no-repeat scroll center center transparent;
}

#capstone #main_content {
	width: 568px;
}

#capstone #secondary_content {
	background:none repeat scroll 0 0 transparent;
	float:right;
	height:436px;
	margin:0 0 12px 12px;
	overflow:hidden;
	padding:85px 20px 20px;
	position:relative;
	width:330px;
}


#elijah-project #ministry {
	background:url("../img/elijah.jpg") no-repeat scroll center center transparent;
}

#elijah-project #secondary_content {
	padding: 20px;
	overflow: auto;
	height: 500px;
}

/* MESSAGES */
	.message_archive, .message_archive_message {
		width: 100%;
		float: left;
		position: relative;
	}
	
	.message_archive_message {
		margin-bottom: 20px;
	}
	
	.message_title {
		margin-bottom: 5px;
		margin-top: 0px;
	}
	
	.message_info {
		width: 100%;
		float: left;
		border-bottom: solid 1px #666666; /* LINE COLOR */
	}
	
	.message_date {
		width: 50%;
		float: right;
		text-align: right;
	}
	
	#content .message_tags ul, #content .message_controls ul, #content .message_series ul {
		margin: 0;
		padding: 0;
	}
	
	.message_controls ul, .message_series ul {
		float: right;
	}
	
	.message_tags li, .message_series li {
		list-style: none;
		float: left;
		margin: 0;
		padding: 3px;
		margin: 2px;
		background: #BAA885; /* TAG & SHARING BACKGROUND COLOR */
	}
	
	.message_controls li {
		list-style: none;
		float: left;
		margin: 0;
		margin: 2px;
	}
	
	.message_tags {
		padding-top: 3px;
		clear: left;
		width: 50%;
		float: left;
	}
	
	.message_controls {
		position: absolute;
		width: 30%;
		top: 0;
		right: 0;
	}
	
	.message_controls a {
		font-size: 1.4em;
	}
	
	.message_series {
		padding-top: 3px;
		width: 50%;
		float: right;
		text-align: right;
	}
	
	li.message_tag_title , li.message_series_title {
		color: #BAA885; /* TAG AND SERIES FONT */
		background: #AC2811; /* TAG AND SERIES BAKGROUND */
	}
	
	.message_player {
		width:614px;
		height: 20px;
		display: none;
		float: left;
		margin: 2px;
	}
	
	.message_archive .paging a {
		background: #AC2811;
		font-size: 14px;
		color: #BAA885;
		padding: 5px;
	}
	
	.message_archive .paging {
		padding-bottom: 20px;
	}
	
	
	#link_19 {
		display: none;
	}
