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

body, h1, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
color: white;
}
h2 { /* this is where the headers are*/
	color: rgb(217,164,41); /* 2008-07-24 - aaron */
}

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


a:link, a:visited{color: rgb(217,164,41);text-decoration:none;}
a:hover{color: rgb(41,123,217);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: 870px;
text-align: left;
}

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

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

#menuBG {
	float: left;
	width: 870px;
	height: 47px;
	background-image: url(images/navbar.png); 
}
#menu{
	z-index: 2001;
margin: 15px;
float: left;
	margin-left: 19px;
	margin-top: 0px;
}

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

#menu ul li{ 
	z-index: 2001;
float: left; 
} 

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

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

#menu ul li a:hover{ 
		z-index: 2001;
background: #f9f9f9; 
} 

#myGallery
{
float:left;
width: 485px !important;
height: 220px !important;
margin: 24px;
margin-top: 0px;
border: 3px #000000 solid !important;
}
#myGallery h2{
font-size: 1.4em;
color: #333 !important;}
#myGallery p{color: #333 !important;
font-size: 1em;}
#myGallery h2 a{
font-size: 1.4em;
color: #333 !important;
}
.slideInfoZone{height:50px !important;
background: #f8f8f8 !important; }

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

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

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

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

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
	color: rgb(217,164,41); /* 2008-07-24 - aaron */
}

.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: 190px;
/*margin: 0 0 0 10px; this was the original */
margin: 0px;
	clear: none; /* probably not needed */
display: inline;
}



.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	list-style: none;
}
.sidebar ul li{
	line-height: 18px;
	height: 100%;
	list-style: none;
}
.sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	list-style: none;
}
.sidebar li{
	padding-left: 10px;
	list-style: none;
}


.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: 870px;
	height: 126px;
	padding: 0px 10px 0px 0px;
	line-height: 15px;
	background-image: url(images/footer.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: grey;  /* change this adam */ 
} 
blockquote p{ padding: 10px; } 

blockquote blockquote{
float: none; 
width: auto; 
margin: 0 10px; 
background: #000000; 
} 

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

