/*
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-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;
	}
		