/*
Theme Name: Christ Church Conway
Theme URI: 
Description: 
Version: 1
Author:

*/



/* Begin Typography & Colors */
* {
	padding: 0;
	margin: 0;
}

body {
	background: url(images/bg.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5C5C5C;
}

a {text-decoration: none;}
a:link, a:visited { color: #5a7835; }
a:hover, a:active { color: #425e1f; }


.clear {
	clear: both;
}

#shell {
	margin: 0 auto;
	width: 1000px;
}

#header {
	background: url(images/header_bg.png) no-repeat;
	width: 1000px;
	height: 333px;
}
	
	.logo {
		padding: 105px 0 0 105px;
		width: 275px;
		height: 145px;
	}

#content {
	background: url(images/body_bg.png) repeat-y;
	width: 1000px;
}

#footer {
	background: url(images/footer_bg.png) no-repeat;
	width: 1000px;
	height: 150px;
}

/* ------ */

#main {
	padding-left: 80px;
	width: 577px;
	float: left;
}

#sidebar {
	padding-right: 75px;
	width: 215px;
	float: right;
}

/* ------ */

.post {
	margin-bottom: 30px;
}

.post-title {
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #73865B;
}

.post-date, .post-author {
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}

.post-date {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #acacac 1px dashed;
}
	

.post-content {
	font-size: 12px;
	line-height: 18px;
}

.post-content p {
	padding-bottom: 18px;
}

.post-content a {
	color: #74a534;
	text-decoration: underline;
}

.post-links {
	color: #5A7835;
	font-size: 12px;
}

img.alignright {
padding-left: 10px;
	margin: 0;
	float: right;
}

img.alignleft {
padding-right: 10px;
	margin: 0;
	float: left;
}
/* ------ */
 
.sidebar-search {
	padding-top: 6px;
	padding-bottom: 30px;
}

.search input {
	width: 188px;
	height: 21px;
	border: 1px solid #D8D8D8;
	background: #F2F2F2;
	float: left;
} 

.button {
	padding-left: 4px;
	width: 20px;
	height: 23px;
	float: right;
}

#sidebar ul {
	list-style: none;
}
 
.sidebar-title {
	padding-top: 35px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: #acacac 1px dashed;
}

.page-link {
	font-size: 12px;
	font-weight: bold;
}
.page-link ul li{
	line-height: 29px;
	border-bottom: #acacac 1px dashed;
}

.categories, .links, .archive {
	font-size: 11px;
	line-height: 18px;	
}

/* ---- Comments ---- */

#comments {

}

	h3 {
		padding-bottom: 5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
		color: #73865B;		
	}
	
	ol.commentlist {
		font-size: 11px;
		padding-left: 25px;
		margin-bottom: 30px;
	}
		
		ol.commentlist li {
			padding: 5px;
			background: #FFFFFF;
		}
		ol.commentlist li.alt {
			background: #EEEEEE;
		}
	
	.comment-author {
		font-weight: bold;
		font-size: 11px;
	}
	
	.comment-date, .comment-status {
		color: #999999;
		padding-bottom: 5px;
		font-size: 11px;
	}
	
	#comments label {
		padding-left: 10px;
	}
	
	#comments p {
		font-size: 11px;		
		margin-bottom: 10px;
	}
	
	#comments input.form-field {
		width: 188px;
		height: 21px;
		border: 1px solid #D8D8D8;
		background: #F2F2F2;		
	}
	
	#comments textarea {
		width: 400px;
		height: 150px;
		border: 1px solid #D8D8D8;
		background: #F2F2F2;
	}


.subscribe-links ul li a {
	margin: 0 0 20px 0;
padding: 0;
width: 215px;
	text-align: center;
	display: inline-block;
		height: 30px;
		border: 0 none;
		font: normal 13px/30px Verdana, Helvetica, sans-serif;
		color: #fff;
		text-decoration: none;
		//text-transform: uppercase;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
		text-shadow: 0 1px 0 #3a581c;
		-moz-text-shadow: 0 1px 0 #3a581c;
		-webkit-text-shadow: 0 1px 0 #3a581c;
		  /* fallback */
		  background-color: #5a7835;
		  background-repeat: repeat-x;		  
		  /* Firefox 3.6+ */
		  background: -moz-linear-gradient(100% 100% 90deg, #3a581c, #5a7835);	  
		  /* Safari 4-5, Chrome 1-9 */
		  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5a7835), to(#3a581c));		  
		  /* Safari 5.1+, Chrome 10+ */
		  background: -webkit-linear-gradient(#5a7835, #3a581c);		  
		  /* Opera 11.10+ */
		  background: -o-linear-gradient(#5a7835, #3a581c);
}
