/*  
Theme Name: Mount Zion
Theme URI: http://www.spritzcreative.com
Description: Mount Zion
Version: 1.0
Author: Chadrick Rode
Author URI: http://www.spritzcreative.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background-color: #C9C6DC;
	color: #000000;
	background-image:url(images/background.gif);
	background-position:top-left;
	background-repeat:no-repeat;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	text-align:justify;
}


a, a:visited {
	color:#1B0267;
	text-decoration:underline;
}

a:hover, a:active {
	color:#72609E;
	text-decoration:none;
}

hr {
	display: block;
	height:1px;
	background:#1B0267;
	border:0;
	color:#72609E;
	margin: 15px 0;
	}

ul {
	padding-top:5px;
}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #72609E;
	border-bottom:1px solid #72609E;
	}

td {
	padding:4px 6px;
	background:#C9C6DC;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#C9C6DC;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	padding: 5px 15px 5px 15px;
	color:#1B0267;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 120%;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	background-image:url(images/bodywrap.jpg);
	background-repeat:repeat;
	width:955px;
	margin:0 auto;
	padding-top:0px;
	float:left;
	}
	
#wrapper {
	font-size:0.75em;
	padding:0;
	}

#masthead {
	padding:22px 0;
	border-bottom:1px solid #C9C6DC;
	}

#content {
	width:640px;
	float:right;
	margin: 0;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	}

#bodycontent {
	float:left;
	padding: 150px 175px 0 35px;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#7D1000;
	padding: 0 0 0 20px;
	border-left:1px dotted #640F0D;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	min-height:389px;
	width: 315px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	}

#sidebarcontent {
	margin:230px 65px 0 55px;
	}
	

#more-posts {
	float:left;
	}
	

/* ---------- @ Headers -----------*/

h1 {
	font: normal 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	color:#1B0267;
	}
	
h2 {
	font-size: 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 35px 0 5px 0;
	color:#1B0267;
	font-weight:normal;
	}

.post h2 {
	font-size:1.5em;
	padding: 0;
	margin: 35px 0 -5px 0;
	color:#1B0267;
	font-weight:normal;
	}
	
h2.posttitle {
	border-bottom:1px solid #1B0267;
	padding:0 0 12px 0;
	margin:0 0 20px 0;
	font-size:3em;
	color:#1B0267;
	}

h2.pagetitle {
	border-bottom:1px solid #1B0267;
	padding:0 0 12px 0;
	margin:0 0 20px 0;
	font-size:3em;
	color:#1B0267;
	}
				
h3 {
	padding:0;
	margin:25px 0 -10px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#1B0267;
	font-size:1.25em;
	font-weight:normal;
	letter-spacing:0.07em;
	cursor:text;
	}
	

.post h3 {
	border:none;
	font:1.7em Arial, Helvetica, sans-serif;
	color: #1B0267;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:15px
	}

h4 {
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 10px 0 -5px 0;
	color:#1B0267;
	font-weight:normal;
	}
	
.post h4 {
	margin:15px 0;
	color:#7D1000;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: 0.8em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	border-top:1px solid #72609E;
	}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#1B0267;
	text-decoration:none
	}

h1 a:hover {
	color:#72609E;
	}

h1 a:active {
	color:#72609E;
	}
			
h4 a, h4 a:visited {
	color:#1B0267;
	text-decoration: underline;
	}
	
h4 a:hover {
	color:#72609E;
	text-decoration: none;
	}	
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:2px solid #1B0267;
	background:#C9C6DC;
	}
	
#more-posts a:hover img, .archive-list a:hover img {
	border:2px solid #72609E;
	background:#1B0267;
	}	
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}
	
#featured-cats ul {
	margin:3px 0 35px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #FFFFCB;
	padding:3px 0 6px 6px;
	margin:2px 0;
	line-height:125%;
	}

/* ---------- LEAD STORY -----------*/

#lead h2 a{
	font: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#640F0D;
}
	
#lead h2 a:hover{
	color:#EAE0AF;
	text-decoration:underline;
}	
	
		
#lead {
	margin:0 0 20px 0;
	background-color:#000000;
	background-image:url(images/srbg_lead.jpg);
	border:2px solid #000000;
	}

#lead:hover {
	background-image:url(images/srbg_lead2.jpg);
	border:2px solid #FFFFFF;
	color:#EAE0AF;
	}

#lead-text {
	float:left;
	width:240px;
	padding:0 14px 14px 0;
	color:#EAE0AF;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	padding: 5px;
	}

.commentcount {
	padding-right: 19px;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}			
	
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#1B0267;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/
#mainmenu h1{
	font: normal 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	color:#FFFFFF;
	padding: 5px 0;
	}

#mainmenu ul {
	margin-bottom:20px;
	}

#mainmenu li{
	margin: 2px 0;
	padding:3px 3px;
	list-style:none;
	color:#FFFFFF;
	}

#mainmenu li:hover{
background:#1B0267;
}

#mainmenu a, #mainmenu a:visited{
	font-size:1.35em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight:normal;
	}

#mainmenu a:hover, #mainmenu a:active{
	color:#ECE654;
	text-decoration: none;
	}

#menu h1{
	font: normal 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	color:#FFFFFF;
	padding: 5px 0;
	}

#sidebar p {
	color:#FFFFFF;
	text-align:left;
	}

#menu ul {
	margin-bottom:20px;
	}

#menu li, .headlines li {
	padding:0;
	list-style:none;
	color:#FFFFFF;
	font-weight:normal;
	}

#menu a, #menu a:visited{
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1B0267;
	text-decoration: underline;
	font-weight:normal;
	}

#menu a:hover, #menu a:active{
	color:#FFFFFF;
	text-decoration: none;
	}

#sidebar h3{
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ECE654;
	font-weight:normal;
	margin-bottom:5px;
	}


/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	float:left;
	height:125px;
	margin: 8px 0 20px 0;
	border-bottom:1px solid #534422;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:550px;
	}

#pagination .left {
	width:250px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:250px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 10px 20px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 10px 20px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	



/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


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

#footer {
	width:955px;
	height:292px;
	background-image:url(images/footer.jpg);
	}

#footer p {
	color:#1B0267;
	font-size:10px;
	margin:0;
	line-height:120%;
	text-align:right;
}

#footerinfo {
	float:right;
	margin: 10px 170px 0 0;
}
