/* Start of CMSMS style sheet 'style-global' */
/* Color swatches
off white: fffaf3
bright brown: 805040
dark brown: 300c00
*/

html {
	background-color:#300c00;
	}
body {
	min-height:740px;
	padding:20px 0;
	background:#300c00 url(/uploads/template/images/bg-body.jpg) 0 0 repeat-x;
	letter-spacing:1px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 0 -30px;
	padding:3px 0 0 30px;
	background:transparent url(/uploads/template/images/bg-heading.gif) 17px 4px no-repeat;
	color:#805040;
	font-weight:normal;
	}
a {
	text-decoration:underline; 
	}
a:link {
	color:#c00; 
	}
a:visited {
	color:#bf5430; 
	}
a:hover {
	color:#bf5430; 
	}
a:active {
	color:#666; 
	}
thead {
	font-weight:bold;
	}
#doc {
	position:relative;
	width:760px;
	min-height:700px;
	border:2px solid #fff;
	border-top-width:7px;
	background:#fffaf3 url(/uploads/template/images/watermark-church.gif) 0% 100% no-repeat;
	}
#hd {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	}
#bd {
	position:relative;
	padding-top:130px;
	}
#ft {
	position:relative;
	height:60px;
	margin-top:1.5em;
	}
#yui-main {
	width:655px;
	height:510px;
	padding:0 30px;
	line-height:1.5em;
	font-size:108%;
	}
html>body #yui-main {
	height:auto;
	min-height:510px;
	}
#yui-main h1.pageTitle {
	margin-top:2px;
	margin-bottom:90px;
	height:30px;
	}
.darkBg {
	background:transparent url(/uploads/template/images/bg-header.jpg) 0 0 repeat-x;
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	width:760px;
	height:100px;
	}
.lightBg {
	background-color:#300c00;
	opacity:0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	width:760px;
	height:30px;
	}
.sectionBg {
	background:transparent url(/uploads/template/images/bg-sectionheading.gif) 100% 0 no-repeat;
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	width:760px;
	height:80px;
	}
#sectionHeader {
	position:absolute;
	top:160px;
	left:0;
	width:760px;
	height:80px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	}
.sectionHeaderImage {
	position:absolute;
	top:0;
	left:0;
	width:540px;
	height:80px;
	border-right:2px solid #fff;
	background:url(/uploads/template/images/section-header-sample.jpg) 0 0 no-repeat;
	}
body#section-guest .sectionHeaderImage {
	background-image:url(/uploads/template/images/section-header-guest.jpg);
	}
body#section-about-us .sectionHeaderImage {
	background-image:url(/uploads/template/images/section-header-about.jpg);
	}
body#section-worship-and-music .sectionHeaderImage {
	background-image:url(/uploads/template/images/section-header-worship.jpg);
	}
body#section-christian-education .sectionHeaderImage {
	background-image:url(/uploads/template/images/section-header-education.jpg);
	}
body#section-mission .sectionHeaderImage {
	background-image:url(/uploads/template/images/section-header-mission.jpg);
	}
body#section-church-groups .sectionHeaderImage {
	background-image:url(/uploads/template/images/section-header-groups.jpg);
	}
body#section-youth .sectionHeaderImage {
	background-image:url(/uploads/template/images/section-header-youth.jpg);
	}
body#section-current-events .sectionHeaderImage {
	background-image:url(/uploads/template/images/section-header-current.jpg);
	}
#logo {
	position:absolute;
	top:0;
	left:0;
	width:540px;
	height:100px;
	overflow:hidden;
	padding:7px 0 0 0;
	font-size:36px;
	line-height:1.1em;
	}
#logo img {
	margin:5px 10px 0 20px;
	}
#logo strong {
	font-weight:lighter;
	}
#specialInfo {
	position:absolute;
	top:15px;
	right:0;
	width:220px;
	}
.navigation {
	width:100%;
	height:30px;
	margin-top:-3px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	letter-spacing:0;
	font-size:12px;
	font-family:Lucida,"Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;
	}
.navigation a:link, .navigation a:visited {
	text-decoration:none;
	color:#333;
	}
.navigation a:hover, .navigation a:active {
	text-decoration:underline;
	color:#333;
	}
#navigation {
	position:absolute;
	top:100px;
	left:0;
	}
#navigationRedundant {
	position:absolute;
	top:0;
	left:0;
	}
#copyright {
	position:absolute;
	top:30px;
	left:0;
	height:16px;
	overflow:hidden;
	padding:7px 18px;
	font-size:85%;
	}

/* BEGIN SON OF SUCKERFISH DROPDOWN MENU
http://www.htmldog.com/articles/suckerfish/dropdowns/ */

.navigation ul { /* all lists */
	list-style-type: none;
	margin:0 0 0 12px;
	}
.navigation a {
	display: block;
	height:23px;
	padding:7px 0 0 0;
	/*width: 10em;*/
	}
.navigation li li a {
	height:auto;
	padding:5px 10px;
	}
.navigation li { /* all list items */
	list-style-type: none;
	float: left;
	padding:0 12px 0 6px;
	background:transparent url(/uploads/template/images/navdivider.gif) 100% 50% no-repeat;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
	}
.navigation li li { 
	border-bottom:1px solid #666;
	padding:0;
	background-image:none;
	width:150px;
	} 
.navigation li ul { /* second-level lists */
	position: absolute;
	background: #ccc;
	margin:0;
	width: 150px;
	left: -999em;/* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
.navigation li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 150px;
	}
.navigation li:hover ul ul, .navigation li:hover ul ul ul, .navigation li.sfhover ul ul, .navigation li.sfhover ul ul ul {
	left: -999em;
	}
.navigation li:hover ul, .navigation li li:hover ul, .navigation li li li:hover ul, .navigation li.sfhover ul, .navigation li li.sfhover ul, .navigation li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* END SON OF SUCKERFISH DROPDOWN MENU */

/* PNG Transparency Hack for older IE versions 
 http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html */
#logo img {
	behavior:url('/uploads/template/scripts/pngbehavior.htc');
	}
/* http://www.positioniseverything.net/easyclearing.html */
.navigation ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
	}

/* End of 'style-global' */

