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

body {
	margin: 0px;
	background: #C5C4C4;
	font: 14px Arial, Helvetica, sans-serif;
	color: #28323A;

}
h1, h2 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
img {
	border:0;
}
#wrap {
	background: #FFFFFF url(images/bg.gif) repeat-x top;
}
.centerWrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
#contentWrap {
	background: url(images/bodyBG.gif) repeat-y;
}
#topBanner {
	background: url(images/topBanner.gif) no-repeat;
	height: 210px;
}
#homeButton a{
	width:280px;
	height:50px;
	background:transparent;
	float:left;
	position:relative;
	top:75px;
	left:90px;
}
#nav {
	position:relative;
	top:41px;
	float:right;
}
#nav a {
	background:url(images/tab.gif) no-repeat;
	display:block;
	width:85px;
	height:40px;
	float:left;
	padding:0 1px;
	text-align:center;
	line-height:35px;
	color: #7AA513;
	text-decoration:none;
	font-size:12px;
}
#nav a:hover {
	text-decoration:underline;
}
#sidebar {
	float: left;
	width: 170px;
	padding: 0px 25px 20px 23px;
	color:#7D8B93;
	font-size:12px;
}
#sidebar h1 {
	font-size:20px;
	font-weight:normal;
	padding-bottom: 5px;
	border-bottom:solid 1px #999;
	color: #465059;
	clear:both;
}
#sidebar ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#sidebar li {
	background: url(images/check.gif) no-repeat;
	display: block;
	margin: 0px 0px 10px;
	padding: 5px 0px 5px 35px;
}
#content {
	float: left;
	padding: 0px 0px 20px 20px;
	line-height: 1.6em;
	width: 510px;
}
#content p {
	margin:0;
	padding:0 0 20px 0;
}
#content h1 {
	font-size: 26px;
	font-weight: bold;
	color: #83C41C;
	margin-top:0;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #7D8B93;
	border-bottom:1px solid #ccc;
	margin:15px 0 10px 0;
	padding-bottom:5px;
}
#content a{
	color: #83C41C;
}
#content a:hover {
	text-decoration:none;
}
#packages {
	background: url(images/packages.gif) no-repeat;
	height: 190px;
	width: 490px;
}
#packages a{
	display:block;
	height: 190px;
	width: 490px;
}
.screenshot {
	padding-left:10px;
}
.block {
	height:25px;
	background:url(images/paraBlock.gif) no-repeat;
}
#footer {
	background:url(images/footerBg.gif) no-repeat;
	clear:both;
	height:40px;
	padding:8px 0 0 235px;
	color:#848484;
	font-size:12px;
	width:515px;
}
.adminMenu {
	clear:both;
	padding-bottom:20px;
}
#content .adminMenu a {
	display:block;
	width:71px;
	padding:0px 10px 15px 27px;
	color:#fff;
	text-decoration:none;
	float:left;
	font-size:12px;
}
#content .adminMenu a:hover {
	text-decoration:underline;
}
#siteAdmin {
	background: url(images/siteAdmin.gif) no-repeat;
	padding-top:4px;
}
#logout {
	background: url(images/logout.gif) no-repeat;
	padding-top:4px;
}
#editSidebar {
	background: url(images/editPage.gif) no-repeat;
	padding-top:4px;
}
#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;
}

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

	Drop Down Menu

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

.menu {
	position:relative;
	top:41px;
	float:right;
}

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

/*Top level menu link items style*/
.menu ul li a{
	background:url(images/tab.gif) no-repeat;
	display:block;
	width:85px;
	float:left;
	padding:0 1px;
	text-align:center;
	line-height:40px;
	color: #7AA513;
	text-decoration:none;
	font-size:12px;
}
.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;
	width:85px;
	background:url(images/subTab.gif) no-repeat bottom;
	background-color:#fff;
	z-index:500;
	margin-top:-10px;
	padding:2px 0 12px 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
	display: list-item;
	float: left;
	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{
	background-image:none;
	display: block;
	color: #7D8B93;
	float:left;
	text-decoration: none;
	padding: 0px;
	font-size:12px;
	line-height:22px;
}

.menu ul li ul li a:hover{
	text-decoration:underline;
	color:#666;
}

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