/*  
Theme Name: Zacog
Theme URI: http://zionassemblychurchofgod.com//
Description: A custom theme
Version: 1.0
Author: Tammy Hart
Author URI: http://tammyhartdesigns.com/
*/


/* Begin Main Structure */
body {
	font: 62.5% "Trebuchet MS", Tahoma, sans-serif;
	background: #6a8cb1 url(images/body.jpg) repeat-x 0 0;
	color: #fff; 
	margin: 0 0 20px 0; 
	padding: 0; 
	text-align: center;
	}

#page {
	background: #6a8cb1 url(images/page.jpg) no-repeat 0 130px; 
	margin: 0 auto;
	padding: 0;	
	text-align: left;
	width: 905px;
	}
/* End Main Structure */

h1 span, h2 span, .text span {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}


/* Begin Header */
#header {
	background: #48699c url(images/header.jpg);
	padding:1px 0 0 4px; 
	height: 129px;
	}
	
h1 { 
	padding:0; 
	margin: 0;
	width:549px;
	height:118px;
	overflow:hidden;
	position:relative;
	font:normal 4em/118px "Times New Roman", Times, serif;
	letter-spacing:-.075em;
	}
	
h1 span {
	background:url(images/logo.jpg);
	}
	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none; 
	color: #e8be6c;
	font-weight:normal;
	border:none;
	}
	
#nav {
	background:#0a213d url(images/nav.jpg);
	height:42px;
	line-height:42px;
	margin:0 0 0 3px;
	padding:0;
	width:900px;
	border-bottom:1px solid #5d7890;
	}
	
#nav li	{
	float:left;
	list-style:none;
	background:url(images/nav-div.jpg) no-repeat 100% 0;
	padding:0 8px 0 5px;
	}
	
#nav li a {
	padding:5px 12px;
	font:normal 1.2em/42px "Trebuchet MS", Tahoma, sans-serif;
	color:#fff;
	}
	
#nav li a:hover {
	color:#e8be6c;
	border:1px solid #153863;
	padding:4px 11px;
	text-decoration:none;
	}
/* End Header */



/* Begin Overall General Settings */
	/* Begin Links and Headers */	
	a, h2 a:hover, h3 a:hover, #wp-calendar tbody #ec3_prev, #wp-calendar tbody #ec3_next { 
		color: #0a213d; 
		text-decoration: none;
		font-weight:bold;
		background:none;
		}

	a:hover {
		border-bottom:1px solid #587493;
		}
		
	#wp-calendar tbody #ec3_prev:hover, #wp-calendar tbody #ec3_next:hover, #wp-calendar caption a:hover, #wp-calendar table td#next:hover, #wp-calendar table td#prev:hover {
		background:none;
		border:none;
		color:#6A8CB1;
		}
		
	.more-link {
		float:right;
		}
		
	.avatar {
		float:left;
		margin-right:5px;
		}
		
	.download {
		background:#e8be6c url(images/download.jpg) no-repeat 5px 50%;
		padding:5px 5px 5px 34px;
		font-weight:normal;
		color:#fff;
		line-height:34px;
		height:34px;
		border:1px solid #ac8737;
		}
		
	.download:hover {
		border-bottom-color:#ac8737;
		color:#0a215a;
		}
		
	.pagelinks {
		text-align:right;
		}
		
	.pagelinks a {
		padding:0 5px;
		background:#0a213d;
		color:#6A8CB1;
		border-bottom:1px solid #587493; 
		}
		
	.pagelinks a:hover {
		background:#fff;
		}
	
	h2, h3 {
		font-family: 'Trebuchet MS', "Trebuchet MS", Tahoma, sans-serif;
		font-weight: normal;
		font-style:italic;
		line-height:1em;
		}
		
	h2 { 
		color:#0a213d;
		font-size:2.8em;
		font-family:"Times New Roman", Times, serif;
		font-style:normal;
		margin-top:20px;
		letter-spacing:-.05em;
		border-bottom:1px solid #e8be6c;
		margin:0;
		}

	h3 { 
		padding: 0; 
		font-size: 1.7em; 
		margin: 30px 0 -5px;
		color:#333;
		letter-spacing:-.05em;
		}
		
	h3.comments { 
		padding: 0; 
		margin: 40px auto 20px ; 
		}
		
	h4, #post-4 strong {
		font:bold 1.2em "Trebuchet MS", Tahoma, sans-serif;
		color:#16375f;
		font-variant:small-caps;
		margin:15px 0 -10px;
		}
		
	#post-4 strong {
		margin:0;
		}

	h2.pagetitle {
		text-align: center; 
		}

	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none; 
		}
		
	h3.postitle {
		margin-bottom:2px;
		}
		
	h3.postitle a {
		font-weight:normal;
		color:#333;
		}
		
	h3.postitle a:hover {
		font-weight:normal;
		color: #0a213d; 
		}
		
	address {
		margin-top:8px;
		}
		
	p {
		margin:8px 0;
		}
	/* End Links and Headers */
	
	
	
	/* Begin Images */	
	a img {
		border: none;
		}
		
	p img { 
		padding: 0; 
		max-width: 100%; 
		}

	/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

	img.centered { 
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
		}

	img.alignright { 
		padding: 4px; 
		margin: 0 0 2px 7px; 
		display: inline; 
		border:1px solid #6886a1;
		background:#fff;
		}

	img.alignleft { 
		padding: 4px; 
		margin: 0 7px 2px 0; 
		display: block;
		border:1px solid #6886a1;
		background:#fff;
		}
	/* End Images */	
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #3c5a89; 
	}	
	
code { 
	font: 1.1em 'Courier New', Courier, Fixed; 
	}
	
acronym, abbr, span.caps { 
	font-size: 0.9em; 
	letter-spacing: .07em; 
	cursor: help; 
	}

acronym, abbr { 
	border-bottom: 1px dashed #999; 
	}
	
.alignright { float: right; }

.alignleft { float: left }

blockquote { 
	margin: 15px 30px 0 10px; 
	padding-left: 20px; 
	border-left: 5px solid #ddd;
	color:#333; 
	}

blockquote cite { 
	margin: 5px 0 0; 
	display: block; 
	}

.center { text-align: center; }

hr { display: none; }

.navigation { 
	display: block;
	margin-top: 10px; 
	margin-bottom: 60px;
	padding:0 13px;
	font-size:1.2em;
	}
	
.navigation a {
	background:#9ebcd7;
	}
	
.navigation .alignleft a {
	padding-right:3px;
	}
	
.navigation .alignright a {
	padding:0 3px;
	}
	
.navigation .alignleft {
	width:40%;
	float:left;
	text-align:left;
	}
	
.navigation .alignright {
	text-align:right;
	width:40%;
	}
	
.navigation .alignleft a span {
	color:#fff;
	padding:0 3px;
	margin-right:3px;
	background:#5c7999;
	font-weight:normal;
	}
	
.navigation .alignright a span {
	color:#fff;
	padding:0 3px;
	float:right;
	background:#5c7999;
	font-weight:normal;
	}
	
.navigation a:hover {
	border:none;
	}
	
.navigation a:hover span {
	background:#555;
	}
	
.special {
	border:3px dashed #fff;
	font-size:1.1em;
	width:450px;
	text-align:justify;
	float:right;
	margin:30px 0 0 15px;
	padding:1px 20px 10px;
	background:#e8be6c;
	color:#333;	
	}
/* End Overall General Settings */



/* Begin Content Areas */	
#content { 
	font-size: 1.2em;
	padding:10px 3px 0 14px;
	}
	
#content.widecolumn {
	padding-right:11px;
	}
	
.narrowcolumn {
	float:left;
	width:630px;
	}
	
#news {
	background:#3d3d3d url(images/bg-news.jpg) no-repeat 0 0;
	padding:17px 17px 0;
	width:252px;
	height:183px;
	float:left;
	margin:0 11px 11px 0;
	}
	
#news h2 {
	width:153px;
	height:35px;
	overflow:hidden;
	position:relative;
	font:normal 2.25em "Times New Roman", Times, serif;
	letter-spacing:-.075em;
	margin:0;
	padding:0;
	border:none;
	color:#e8be6c;
	}
	
#news small {
	color:#fff;
	}
	
#news a {
	color:#8bb3d7;
	}
	
#news ul {
	margin:0;
	padding:0 0 0 17px;
	}
	
#news li {
	margin-top:12px;
	line-height:1.3em;
	}
	
#news h2 span {
	background:url(images/title-latestnews.jpg);
	}

#message {
	margin:0 0 11px 0;
	height:200px;
	line-height:1.5em;
	padding-right:11px;
	}
	
#message h2 {
	color:#0a213d;
	font-size:1.8em;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-style:italic;
	width:467px;
	height:35px;
	overflow:hidden;
	position:relative;
	margin:10px 0 0;
	padding:0;
	border:none;
	}
	
#message h2 a, #news h2 a {
	font-weight:normal;
	}
	
#message h2 span {
	background:url(images/title-specialmsg.jpg);
	}
	
#calendar {
	background:#f9dda5 url(images/bg-calendar.jpg);
	padding:11px;
	width:264px;
	height:178px;
	float:left;
	margin:0 11px 11px 0;
	}
	
#voz {
	background:#0a203a url(images/bg-voz.jpg);
	width:286px;
	height:200px;
	position:relative;
	float:left;
	margin:0 11px 28px 0;
	}
	
#voz .text {
	position:absolute;
	left:17px;
	top:17px;
	width:250px;
	height:108px;
	overflow:hidden;
	font:italic 1.3em "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing:-.05em;
	color:#e8be6c;
	}
	
#voz .text h2 {
	color:#fff;
	font:normal 2.25em "Times New Roman", Times, serif;
	letter-spacing:-.075em;
	margin:0;
	padding:0;
	border:none;
	}
	
#voz .text span {
	background:url(images/text-voz.jpg);
	}
	
.btn {
	position:absolute;
	top:140px;
	left:115px;
	width:153px;
	height:38px;
	display:block;
	color:#fff;
	text-align:center;
	padding-top:4px;
	font-weight:normal;
	line-height:1.3em;
	}
	
.btn:hover {
	color:#e8be6c;
	border:none;
	}
	
#voz .btn {
	background:#08192e url(images/btn-voz.jpg);
	}
	
#som .btn {
	background:#273e60 url(images/btn-som.jpg);
	}
	
#som {
	background:#fcd901 url(images/bg-som.jpg);
	width:286px;
	height:200px;
	position:relative;
	float:left;
	margin-bottom:28px;
	}
	
#som .text {
	position:absolute;
	left:17px;
	top:17px;
	width:251px;
	height:64px;
	overflow:hidden;
	font:italic 1.3em "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing:-.05em;
	}
	
#som .text h2 {
	color:#0a213d;
	font:normal 2.25em "Times New Roman", Times, serif;
	letter-spacing:-.075em;
	margin:0;
	padding:0;
	border:none;
	}
	
#som .text span {
	background:url(images/text-som.jpg);
	}
	
ul.staff {
	padding:0 50px;
	margin:0;
	}
	
ul.staff li {
	list-style:none;
	background:none;
	width:390px;
	float:left;
	height:175px;
	margin:0;
	padding:0;
	}
	
small { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 0.9em; 
	line-height: 1.5em; 
	}

	/* Begin Post Area */
	.post { 
		margin: 0 0 40px; 
		text-align: justify; 
		}
		
	.postmetadata { 
		clear: both;
		background:#9ebcd7;
		border-left:10px solid #5c7999;
		padding-left:5px;
		}
		
	.postmetadata:hover {
		border-left-color:#555;
		}
	
	.postmetadata ul, .postmetadata li { 
		display: inline; 
		list-style-type: none; 
		list-style-image: none; 
		}

	.widecolumn .entry p { font-size: 1.05em; }
	
	.widecolumn .post { margin: 0; }
	
	.widecolumn .postmetadata { margin: 30px 0; }
	
	.widecolumn .smallattachment { 
		text-align: center; 
		float: left; 
		width: 128px; 
		margin: 5px 5px 5px 0px; 
		}
		
	.widecolumn .attachment { 
		text-align: center; 
		margin: 5px 0px; 
		}

	.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
	
	.entry li {
		color:#333;
		}

		
	.entry form { text-align:center; }
	/* End Post Area */



	/* Begin Comment Area */
	.commentlist li.alt {
		background:#9EBCD7;
		}

	#commentform input { 
		width: 170px; 
		padding: 2px; 
		margin: 5px 5px 1px 0; 
		}
		
	#commentform p { 
		margin: 5px 0; 
		font-family: "Trebuchet MS", Tahoma, sans-serif; 
		}
		
	#commentform a input {
		border:1px solid #09213D;
		}
		
	#commentform textarea { 
		width: 100%; 
		padding: 2px;
		border:1px solid #09213D;
		}
		
	#commentform #submit { 
		margin: 0;
		}

	.commentlist { 
		padding: 0;
		margin:0;
		text-align: justify; 
		}
		
	.commentlist li { 
		margin: 15px 0 3px; 
		padding: 5px 10px 3px; 
		list-style: none; 
		font-weight: bold; 
		}
		
	.commentlist p { 
		margin: 10px 5px 10px 0; 
		font-weight: normal; 
		line-height: 1.5em; 
		text-transform: none; 
		}
		
	#commentform input, #commentform textarea {
		font: 0.9em "Trebuchet MS", Tahoma, sans-serif; 
		}
		
	.commentlist cite, .commentlist cite a { 
		font-weight: bold; 
		font-style: normal; 
		font-size: 1.1em; 
		}

	.nocomments { 
		text-align: center; 
		margin: 0; 
		padding: 0; 
		}

	.commentmetadata { 
		margin: 0; 
		display: block; 
		font-weight: normal; 
		}
	/* End Comment Area */
/* End Content Area */



/* Begin Search Form */
#searchform { 
	margin: 10px auto; 
	padding: 5px 3px; 
	text-align: center; 
	}
	
#s {
	border:1px solid #09213D;
	}
	
#sidebar #searchform #s { 
	width: 108px; 
	padding: 2px;
	}
	
#sidebar #searchsubmit { 
	padding: 1px; 
	}
/* End Search Form */



/* Begin Sidebar */
#sidebar {
	float:right;
	width:200px;
	padding:19px 13px 0 0;
	font-size:1.2em;
	}

#sidebar form { margin: 0; }

#sidebar h2 {
	font-size: 1.7em; 
	margin: 5px 0 0; 
	padding: 0;
	text-align:right;
	}

#sidebar ul, #sidebar ul ol { 
	margin: 0; 
	padding: 0; 
	}
	
#sidebar ul li { 
	list-style-type: none;
	list-style-image: none; 
	margin-bottom: 15px; 
	}
	
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0; }

#sidebar ul ul li, #sidebar ul ol li { 
	margin: 1px 0 0;
	padding: 0;
	background:#9EBCD7;
	border-left:5px solid #5c7999;
	padding:2px 3px;
	}
	
#sidebar ul ul li:hover {
	border-left-color:#555;
	}

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }
/* End Sidebar */



/* Begin Footer */
#footer { 
	background: #8bb3d7 url(images/footer.jpg);
	clear: both;
	line-height:58px;
	height:62px;
	padding:4px 13px 0 14px;
	text-align:right;
	font-size:1.1em;
	}
/* End Footer */

/* Begin Calendar */
#wp-calendar { 
	empty-cells: show; 
	margin: 0 auto;
	}
	
#ec3_publish img {
	display:none;
	}

#wp-calendar #next a { 
	padding-right: 10px; 
	text-align: right; 
	}
	
#wp-calendar #prev a { 
	padding-left: 10px; 
	text-align: left; 
	font-size: 9pt; 
	}
	
#wp-calendar a { 
	display: block;
	text-decoration: none; 
	}

#wp-calendar caption { 
	text-align: center; 
	width: 100%; 
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top:-20px;
	}

#wp-calendar td { 
	padding: 3px 0; 
	text-align: center;
	}
	
#wp-calendar td.pad:hover { background-color: #fff; }

#wp-calendar th { 
	font-style: normal; 
	text-transform: capitalize; 
	}
	
/* End Calendar */


/***
 ***  Event list
 ***/

.ec3_events {
	list-style:none;
	width:400px;
	margin:0;
	padding:0;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
 list-style:none;
}

.ec3_list_month ul {
	margin-bottom:15px;
	padding:0;
	}

.ec3_list_month li {
	background:#9ebcd7;
	border-left:10px solid #5c7999;
	margin-bottom:1px;
	color:#fff;
	font-size:2em;
	padding-left:3px;
	}
	
.ec3_list_month li:hover {
	border-left-color:#555;
	}

.ec3_events h3 {
	margin-bottom:2px;
	}
	
	
/* Intro page */
#wrapper {
	position: relative;
}
#center {
	position: absolute;
	top: 50%;
	height: 405px;
	margin-top: -222px;
	width: 720px;
	left: 50%;
	margin-left: -380px;
	padding: 30px;
	background-color: #FFFFFF;
}
#center .leftText {
	text-align: right;
	width: 100%;
	margin:0;
	padding: 5px 0;
		font-family: 'Trebuchet MS', "Trebuchet MS", Tahoma, sans-serif;
		font-style:italic;
		color:#0a213d;
		font-size:1.5em;
		letter-spacing:-.05em;
		}




/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10
*/

/*
Tammy Hart
www.tammyhartdesigns.com
*/