/*
Theme Name: Peachtree Baptist Church
Theme URI: http://www.peachtreebaptist.net/
Description: An original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="Cleave Design">Cleave Design</a>. This theme utlizes XHTML and CSS and some code from Kubrick.
Version: 1.0
Author: Adam Walker Cleaveland
Author URI: http://pomomusings.com/design/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #144d2a url(images/bgPage.png) repeat-x;
	font-size: 13px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img { 
	border: none; 
}

a img { 
	border: 1px #ccc solid; 
	padding: 3px; 
	margin: 7px;
}

a:hover img { 
	border: 1px #666 solid;
	background-color: #d7d7d7;
}

a {
	color: #822712;
	text-decoration: none;
}

a:hover {
	color: #13512c;
	text-decoration: underline;
}

a:visited {
	color: #13512c;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 900px;
	position: relative;
	background: #fff;
}

#header {
	width: 900px;
	height: 260px;
	margin-top: 0;
	color: #fff;
	border-bottom: 5px solid #e4e4e4;
}

#headerFlash {
	width: 420px;	
	float: right;
	padding: 20px;
	background: #fff;
}

* html #headerFlash {
	width: 419px;
}

#headerLogo {
	width: 440px;
	float: left;
	padding: 20px 0 0 0;
	background: #fff;
}

#navbar {
	display: block;
}

#content {
	width: 560px;
	float: left;
	color: #000;
	padding: 20px;
}

#calendar {
	width: 860px;
	float: left;
	color: #000;
	padding: 20px;
}

#sidebar {
	width: 259px;
	float: right;
	color: #000;
	padding: 20px;
	background: #dbdbca;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

* html #sidebar {
	width: 220px;
}

#sidebarBlog {
	width: 259px;
	float: right;
	color: #000;
	padding: 20px;
	background: #dbdbca;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

* html #sidebarBlog {
	width: 220px;
}

#footer {
	clear: both;
	width: 871px;
	background: #fff;
	color: #000;
	text-align: center;
	height: 20px;
	padding: 16px 8px 12px 21px;
	border-top: 5px solid #e4e4e4;
	margin-bottom: 15px;
}

#footer a {
	color: #fff;
}

/***** HOME PAGE FORMATTING *****/

#homeLeft {
	width: 179px;
	float: left;
	color: #000;
	padding: 20px;
	background: #dbdbca;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

#homeMiddle {
	width: 335px;
	float: right;
	color: #000;
	padding: 20px;
}

#homeRight {
	width: 265px;
	float: right;
	color: #000;
	padding: 20px;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#navbar {
	width:895px;
	margin:0;
	padding: 0px 0px 0px 5px;
	float:left;
	background: #fff;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 5px solid #e4e4e4;
}

ul#navbar li {
	display: inline;
	list-style-type: none;
	float:left;
	margin:0 auto;
	padding:0;
	position:relative;
}

ul#navbar a { 
	display: block;
	padding: 7px 12px; 
	text-decoration: none;
	float: left;
	margin: 0 auto;
}

ul#navbar a:link, #navbar a:visited {
	color: #000;
	text-decoration: none;
}

ul#navbar a:hover {
	color: #000;
	text-decoration: none;
	background: #e4e4e4;
}

ul#navbar li ul { /* second-level lists */
	position: absolute;
	background:transparent url(images/transparent.png) repeat;
	top:0px;
	width: 250px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:1000;
	padding:0;
	margin:0;
	font-size: 14px;
	border-left: 1px solid #c4c0c0;
	border-right: 1px solid #c4c0c0;
	border-top: 1px solid #c4c0c0;
	border-bottom: 1px solid #c4c0c0;
}

ul#navbar li ul li {
	float:none;
	background:transparent;
	border-right: none;
}

ul#navbar li:hover ul, ul#navbar li.over ul { /* lists nested under hovered list items */
	left: 0;
	top:31px;
	margin:0; 
	padding:0;
}

ul#navbar li ul li a {
	background-image: url(images/transparent.png) repeat;
	width:100%; 
	height:1em;
	padding:6px 0; 
	color:#fff; 
	text-decoration:none;
	font-weight:normal;
	text-indent:5px;
	z-index:1000;
}

ul#navbar li ul li a:hover {
	color: #fff;
	background: transparent url(images/transparent-grey.png) repeat;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	background: #e4e4e4;
	padding: 10px 10px 4px 10px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin-bottom: 12px;
	line-height: 1.5em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #fff;
	border-top: 1px solid #b0b0b0;
	padding: 3px;
	font-size: 11px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 18px;
	letter-spacing: -0.5px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h1.center {
	font-size: 24px;
	letter-spacing: -0.5px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: left;
	margin: 0;
	padding: 10px 0 0;
	text-align: left;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 18px;
	letter-spacing: -0.5px;
	text-align: left;
	padding:  2px;
	font-weight: bold;
	color:  #000;
	margin-bottom: 5px;
	font-family: Garamond, "Times New Roman", Times, serif;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 13px;
}

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

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0px;
}

#footer a {
	color: #0e6b37;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #333;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #f5f5f5;
	padding: 3px;
	border: 1px solid #b1b1b1;
}

img.alignright {
	padding: 3px;
	border: 1px solid #b1b1b1;
	background: #f5f5f5;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;	
	display: inline;
}

img.alignleft {
	padding: 3px;
	border: 1px solid #b1b1b1;
	background: #f5f5f5;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;	
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}