	/*
Theme Name: Smooth Comfort
Theme URI: http://www.churchblox.com
Description: Smooth Comfort Theme Built by ChurchBlox.com
Author: ChurchBlox
*/

#wrap {
	background-color: #fff;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.contentWrap {
	background: url(images/contentBg.gif) repeat-y;
}
body {
	background-color: #311C0B;
	margin: 0 0 20px 0;
	font: 14px Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
a {
	color: #D6702B;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	font-family: "Georgia", Arial, Verdana, Helvetica;
}
h1 a{
	color: #CC7502;
	text-decoration:none;
}
h2 {
	color:#666;
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin:0;
}
input {
	margin-bottom:2px;
	border:none;
}
#topBanner {
	background: url(images/topBanner.jpg) no-repeat;
	height: 90px;
	padding-bottom: 0px;
}
#photoBanner {
	background: url(images/banner1.jpg) no-repeat;
	height: 250px;
}
#content {
	float: left;
	width: 480px;
	padding: 10px 10px 20px 35px;
	line-height: 1.6em;
	color: #311C0B;
		clear:both;

}
#content p {
	padding:0 0 25px 0;
	margin:0;
}
#content h1 {
	color: #CC7502;
	font-weight: normal;
	margin: 0 0 15px;
	padding:0;
	clear:both;
	font-size:22px;
}
#news {
	background:url(images/newsBg.gif) repeat-y;
	padding:10px 15px 0 15px;
}
#news small {
	padding-bottom:10px;
	display:block;
	border-bottom:2px dotted #7D6F5D;
}
#news h1 {
	background:url(images/newsH1.gif) no-repeat;
	padding:0 0 10px 30px;
	color:#4C3424;
	font-size:18px;
	line-height:25px;
	border-bottom:2px dotted #7D6F5D;
}
#news h2 {
	margin:-5px 0 0;
	padding:0;
}
#news h2 a{
	line-height:1em;
	color:#4C3424;
}
#sidebar {
	float: left;
	width: 165px;
	padding: 0 0 0 14px;
	margin-left:20px;
	color: #7D6F5D;
}
#sidebar h2 {
	color: #EFECD9;
	border-bottom:2px dotted #7D6F5D;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0 0 15px;
	padding: 0 0 5px 0;
	clear:both;
}
#sidebar .textwidget {
	margin: 0px;
	padding-bottom: 20px;
	line-height: 1.6em;
	font-size: 12px;
}
#sidebar ul {
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
}
#sidebar li {
	padding:0 0 10px;
	margin:0;
	list-style:none;
	clear:both;
	font-size: 12px;
}
#calendar_wrap {
	margin: 0px;
	color: #7D6F5D;
	padding-bottom: 30px;
}
#footer {
	background: url(images/footerBg.gif) no-repeat;
	background-color: #311C0B;
	width:550px;
	clear: both;
	text-align:center;
	padding-top:15px;
	color: #7D6F5D;
}
#footer a {
	font-size:12px;
	color: #7D6F5D;
}
#cbLogo {
	margin-top:20px;
}
.adminMenu {
	clear:both;
	padding-bottom:20px;
}
.adminMenu a {
	display:block;
	width:71px;
	padding:0px 10px 15px 27px;
	color:#fff;
	text-decoration:none;
	float:left;
	font-size:12px;
}
.adminMenu a:hover {
	text-decoration:underline;
}
#siteAdmin {
	background: url(images/siteAdmin.gif) no-repeat;
}
#logout {
	background: url(images/logout.gif) no-repeat;
}
#editSidebar {
	background: url(images/editPage.gif) no-repeat;
}
#editPage a{
	background: url(images/editPage.gif) no-repeat;
}
#newPage {
	background: url(images/newPage.gif) no-repeat;
}
#editPost a{
	background: url(images/editPost.gif) no-repeat;
}
#newPost {
	background: url(images/newPost.gif) no-repeat;
}
#manageAll {
	background: url(images/manageAll.gif) no-repeat;
}
#deletePage {
	background: url(images/deletePage.gif) no-repeat;
}
#deletePost {
	background: url(images/deletePost.gif) no-repeat;
}
.postmetadata {
	font-size:12px;
	color:#D6702B;
	clear:both;
}
.postmetadata a{
	color:#D6702B;
}
br {
	clear: left;
}
.postDate {
	margin:-5px 0 0px;
	color:#7D6F5D;
	border-top:2px dotted #7D6F5D;
	padding-bottom:10px;
}
small {
	display:block;
}
#photoBox {
	padding:0 20px;
}
/*------------------------------------------------------

	Drop Down Menu

------------------------------------------------------*/

.menu {
	background: url(images/navBg.gif) no-repeat;
	background-color:#fff;
	height: 60px;
	padding-left: 15px;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:relative;
}

/*Top level list items*/
.menu ul li{
	position: relative;
	display: inline;
	float: left;
	background: url(images/navBG.gif) repeat-x right;
}

/*Top level menu link items style*/
.menu ul li a{
	display: block;
	text-decoration: none;
	padding:7px 15px 0;
	color:#311C0B;
	font: normal 12px/34px "Georgia", Arial, Verdana, Helvetica;
	padding-right: 17px;
	padding-left: 20px;
	text-transform:uppercase;
}
.menu ul li a:hover {
	text-decoration:underline;
}
.link a:hover {
	text-decoration:underline;
}
	
/*1st sub level menu*/
.menu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	background:url(images/menuGradient.gif) repeat-x top;
	background-color:#fff;
	border-width:0 1px;
	border-color:#4C3424;
	border-style:solid;
	z-index:500;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
	display: list-item;
	float: none;
	margin:0;
	padding:0;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
	display: block;
	width: 120px; /*width of sub menu levels*/
	line-height:1.4em;
	color: #333;
	text-decoration: none;
	padding: 10px 15px;
	border-width:0 0 1px 0;
	border-color:#4C3424;
	border-style:solid;
	font-size:10px;
	background:transparent;
}

.menu ul li ul li a:hover{
	color: #fff;
	background-color:#BFB99B;
	text-decoration:none;
}

/*Background image for top level menu list links */
.menu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.menu .subfoldericon{
	background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
