/* CSS Document */
/*------------------------------------------------------------------------
Main style for cms admin area

version:	1.0
created:	2007-01-08
author:		Community Bible Church
email:		webmaster@communitybible.com
site:		http://www.communitybible.com

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

/* =General
------------------------------------------------------------------------*/
/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Html and body padding & margins */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;	
	
	/* BUG: Fix IE6 bug */
	text-align: center;
}

body {
	/* Sizes all fonts down to 62.5% */
	font-size: 62.5%;
}

/* Remove padding & margins */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

/* Remove border images */
img {
	border: 0;
}

/* Remove styles from list items */
ul, li {
	list-style:none;
}

body {
	background: #000000 url(../images/high-header.jpg) top no-repeat;
		
}

/* =Typography
------------------------------------------------------------------------*/
body {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
}

/* =Wrappers
------------------------------------------------------------------------*/
#wrapper {
	background: url(../images/layout_bg_wrapper.jpg) top right no-repeat;
	margin: 0px auto;
	min-height: 600px;
	width: 962px;
}

#header {
	float: left;
	height: 5px;
	margin: 8px auto;
	width: 962px;
}

#header-home {
	float: left;
	height: 355px;
	margin: 8px auto;
	width: 962px;
}

#content {
	float: left;
	min-height: 500px;
	margin: 8px 0px;
	width: 962px;
}


/* =Branding
------------------------------------------------------------------------*/
#brand {
	float: left;
	height: 110px;
	margin: 25px auto auto 45px;
	overflow:hidden;
	text-indent: -5000px;
	width: 210px;	
}



/* =Main nav
------------------------------------------------------------------------*/
#mainnav {
	background: url(../images/layout_bg_nav.jpg) repeat-x;
	float: left;
	height: 100px;
	margin: 5px auto 0px auto;
	padding: 0;
	width: 962px;
}

#mainnav li, #subnav li {
	display: inline;
	float: left;
	height: 100px;
	margin-right: 4px;
	width: 155px;
}

#mainnav a, #subnav a {
	background: url(../images/high-nav.jpg) no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	height: 60px;
	padding-top: 40px;
	text-decoration: none;
	width: 155px;
}

#subnav {
/*	background: url(../images/layout_bg_nav.jpg) repeat-x; */
	float: left;
	min-height: 675px;
	margin-top: 0px !important;
	padding: 0 !important;
	width: 220px;
}

#subnav li {
	margin: 0px 0px 10px 0px;
	width: 220px !important;
}

#subnav a {
	width: 220px !important;
}

#mainnav li a:hover, #subnav li a:hover {
	background: #787878;
}

.header-tip {
	background: url(../images/high-header-tip.jpg) no-repeat;
	height: 61px;
	width: 273px;
	padding: 10px 0 0 25px;
}

/*
.btn-facebook {
	background: url(../images/high-btn-facebook.jpg) no-repeat;
	height: 61px;
	width: 273px;
	padding: 48px 0 0 38px;
}
.btn-youtube {
	background: url(../images/high-btn-youtube.jpg) no-repeat;
	height: 61px;
	width: 240px;
	margin: 0px 0px 0px 10px;
	padding: 48px 0 0 65px;
}
.btn-twitter {
	background: url(../images/high-btn-twitter.jpg) no-repeat;
	height: 61px;
	width: 273px;
	margin: 0px 0px 0px 10px;
	padding: 48px 0 0 46px;
}

.btn-videosmall {
	background: url(../images/middle-btn-watchvideo-small.jpg) no-repeat;
	height: 50px;
	width: 177px;
	padding: 32px 0 0 43px;
}
.btn-studentlifesmall {
	background: url(../images/middle-btn-studentLife-small.jpg) no-repeat;
	height: 50px;
	width: 189px;
	padding: 32px 0 0 31px;
}
.btn-parentspagesmall {
	background: url(../images/middle-btn-parentspg-small.jpg) no-repeat;
	height: 50px;
	width: 177px;
	padding: 32px 0 0 39px;
}
*/

h1, h2, h3, h4, h5, h6 {
	color: #19b9db;
	margin: 15px 5px 0px 10px;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }

#main-content {
	background: #2e2e2e;
	color: #f2f2f2;
	float: right;
	margin: 25px auto;
	text-align: left;
	width: 695px;
}

#main-content p {
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 10px;
}

#main-content strong {
	color: #dece8c;
}

/* =Footer
------------------------------------------------------------------------*/
#footer {
	clear: both;
	color: #ffffff;
	font-size: 1.3em;
	height: 30px;
	margin: 35px auto;
	padding-top: 5px;
	width: 900px;	
}

#footer ul li {
	display: inline;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}