/*  
Theme Name: Old Peachtree
Theme URI: http://www.onewaydesigns.com
Description: Custom Theme created for Old Peachtree Presbyterian Church
Version: 1.0
Author: Adam J. Walker
Author URI: http://www.onewaydesigns.com
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{
	margin: 0px auto;
	font-family: Arial, Helvetica, Georgia;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-image: url(images/bg-site.png); 
	background-repeat: repeat-x;
	background-position: top left;
	background-color: rgb(151,143,128); 
	height: 100%;
}


a:link, a:visited{color: #6f420b;text-decoration:none;}
a:hover{color:#6f420b;text-decoration:underline;}


p{
padding: 10px 0 0 0;
}


#wrapper{
/* the wrapper is what I would call mainBox */
/* the margins cause the site to center */
margin: 0 auto;
	width: 805px;
text-align: left;
}

#header{
/*margin: 30px;*/
margin: 0;
line-height: 56px;
float: left;
	width: 805px;
}

#headerimg{
float: left;
	width: 805px;
	height: 295px;
background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#menuBG {
	float: left;
	width: 805px;
	height: 63px;
	background-image: url(images/menu-bg.png); 
}
#menu{
margin: 30px;
float: left;
	margin-left: 50px;
	margin-top: 10px;
}

#menu ul{ 
list-style:none; 
margin:0; 
padding:0; 
} 

#menu ul li{ 
float: left; 
} 

#menu ul li a{ 
display: block; 
padding: 10px; 
text-decoration: none; 
color: #777; 
} 

#menu ul li a{ 
display: block; 
padding: 10px; 
border-right: 1px solid #ededed; 
text-decoration: none; 
color: #777; 
} 

#menu ul li a:hover{ 
background: #f9f9f9; 
} 

#contentBG {
	background-image: url(images/content-sidebar-bg.png);
	background-repeat: repeat-x;
}

#content-container {
	clear: left;
	margin: 0 auto;
	width: 805px;
	background: url(images/content-sidebar-bg.png) top left repeat-y;
}

#content-container-top {
	clear: left;
	margin: 0 auto;
	width: 805px;
	height: 15px;
	background: url(images/content-top-bg.png) top left;
}

#content-container-top-post {
	clear: left;
	margin: 0 auto;
	width: 805px;
	height: 15px;
	background: url(images/content-top-bg-post.png) top left;
}

#content-container-bottom-post {
	clear: left;
	margin: 0 auto;
	width: 805px;
	height: 30px;
	background: url(images/content-bottom-bg.png) top left;
}

#content-container-bottom-page {
	clear: left;
	margin: 0 auto;
	width: 805px;
	height: 30px;
	background: url(images/content-bottom-page-bg.png) top left;
}

#content-container-2 {
	clear: left;
	margin: 0 auto;
	width: 805px;
	background: url(images/content-sidebar-bg-2.png) top left repeat-y;
}

#container{
float: left;
	width: 517px;
}
#container-midspacer { /* adding a space to separate the left and right */
	float: left;
	width: 60px;
}

#container-2 {
float: left;
width: 715px;
}

.post{
padding: 10px 0 10px 54px;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}

.post a:active,a:hover,a:link,a:visited {
	padding: 0px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation {
padding: 10px 0 10px 54px; /* added this line to fix the "Next Page" thing */
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.navigation a:active,a:hover,a:link,a:visited {
	padding: 10px 0px 0px 0px;
}

.sidebar{
float: left;
width: 206px;
/*margin: 0 0 0 10px; this was the original */
	margin: 0px;
	clear: none; /* probably not needed */
display: inline;
}


.sidebar ul{
list-style-type: none;
margin: 0;
	
}

.sidebar ul li{
padding: 10px 0 10px 0px;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
	height: 100%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
clear: both;
float: middle;
	width: 805px;
	height: 126px;
	padding: 0px 10px 0px 0px;
	line-height: 15px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#footer a {
	color: #e9e6de;
}

h1{
font-family: serif,sans-serif, Georgia;
font-size: 24px;
padding: 0 0 10px 0;
padding-top: 40px;
}

blockquote{ 
margin: 10px 0 0; 
border-top: 2px solid #ddd; 
background: #f5f5f5; 
} 
blockquote p{ padding: 10px; } 
blockquote blockquote{ 
float: none; 
width: auto; 
margin: 0 10px; 
background: #fff; 
} 
dd{ 
padding: 0 0 0 20px; 
} 
form, input, textarea{ 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px; 
} 
p img{ 
max-width: 100%; 
} 
img.centered{ 
display: block; 
margin-left: auto; 
margin-right: auto; 
} 

