
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	background-color: #7A3735;
	border: 1px solid #685F26;
	margin: 3px;
	margin-bottom: 7px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	color: white;
	border-top: 1px solid #A13C38;
	border-bottom: 1px solid #4C1E1D;
	background-color: #7a3735;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100%;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 12em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	width: 12em;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 100%;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #685F26;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #685F26;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	color: #FFFFFF;
	background-color: #7a3735;
	border-top: 1px solid #A13C38;
	border-bottom: 1px solid #5C5629;
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #9D9356;
	color: #484424;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #9D9356;
	color: #484424;
	text-decoration: none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(site/1/template/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(site/1/template/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}




a:link {
    color: #c9bf7c;
}
body2 {
    color: Black;
    font-family: arial, sans-serif;
}
body {
	background-image: url(site/1/template/pageBG.jpg);
	color: #000000
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .9em;
}
/* ---------- HEADER ---------- */
.header {
	min-width: 465px;
 	height: 150px;
	width: 100%;
 	background-image: url(site/1/template/headerbg.jpg);
	background-repeat: repeat-x;
}
.churchtitle {
	font-family: serif;
	color: #ECE3E2;
	font-size: 50px;
	left: 329px;
	top: 10px;
	white-space: nowrap;
	font-weight: normal;
	z-index: 4;
	position: absolute;
	width: 536px;
}
.churchtitle_dropshadow {
	font-family: serif;
	color: #585F89;
	font-size: 50px;
	left: 330px;
	top: 11px;
	white-space: nowrap;
	font-weight: normal;
	z-index: 3;
	position: absolute;
	width: 536px;
}
.churchsubtitle {
	font-family: serif;
	color: #9D9356;
	font-size: 30px;
	left: 350px;
	top: 60px;
	white-space: nowrap;
	font-weight: normal;
	z-index: 2;
	position: absolute;
}
.churchsubtitle_dropshadow {
	font-family: serif;
	color: #181B2C;
	font-size: 30px;
	left: 351px;
	top: 61px;
	white-space: nowrap;
	font-weight: normal;
	z-index: 1;
	position: absolute;
}
.search {
	color: #C9BD95;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 119px;
}
/* ---------- END HEADER ---------- */
/* ---------- START FOOTER ---------- */
.endcontent {
	background-color: #441414;
	color: White;
	border-top: 5px solid #938260;
	width: 100%;
}
.bottomlinks {
	background-color: #441414;
	color: white;
	width: 100%;
}
/* ---------- END FOOTER ---------- */
/* ********** START DEFAULT STYLE ********** */
/* General */
html {
	background-color: white;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .9em;
}
.modulebasic {
	margin: 3px;
	margin-bottom: 7px;
	padding: 5px;
	background-color: #7a3735;
	border: 1px solid #685F26;
}
h1 {
	color: #C9BF7C;
}
h2,h3,h4,h5,h6 {
	color: #c9bf7c;
}
a:link {
    color: #C9BF7C;
text-decoration : none;
}
a:visited {
	color: #928b5a;
}
a:hover {
	color: white;
}
/* Center */
.content .modulebasic {
	color: #4E4B43;
	background-color: #CFC8B4;
	border: 1px solid #AFA790;
}
.content a:link,
.content a:visited {
	color: #484424;
}
.content a:hover {
	color: #ABA25E;
}
/* ********** END DEFAULT STYLE ********** */
/* ********** START modulebasicMENU STYLE ********** */
.modulebasicmenu {
	background-color: #7A3735;
	border: 1px solid #685F26;
	margin: 3px;
	margin-bottom: 7px;
	padding: 5px;
}
.modulebasicmenu li a:link, 
.modulebasicmenu li a:visited {
	color: white;
	border-top: 1px solid #A13C38;
	border-bottom: 1px solid #4C1E1D;
	background-color: #7a3735;
}
.modulebasicmenu li a:hover {
	color: #484424;
	background-color: #9D9356;
	border-top: 1px solid #C1B97F;
	border-bottom: 1px solid #5C5629;
}
/* ********** END modulebasicMENU STYLE ********** */
.headerimage_right {
	float: right;
	margin-left: 400px;
	clear: both;
	float: right;
	margin-left: 200px;
}
.headerimage_left {
	position: absolute;
	left: 0;
}
a {
	text-decoration: underline;
}
/* -------------------END HEADER-----------------  */
/* ####### START modulebasicSIDEBAR ######### */
.reqsidebar .modulebasic a:link, .optsidebar .modulebasic a:link, .modulebasicmenu a:link, .reqsidebar .modulebasic a:visited, .optsidebar .modulebasic a:visited, .modulebasicmenu a:visited {
	text-decoration: underline;
}
/* ########### END modulebasicSIDEBAR ################# */

/* ---------- HEADER ---------- */

.inputtext {
	vertical-align: middle;
}
.inputbutton {
	cursor: pointer;
}
.sdalogo {
	margin-left: 10px;
}
/* ---------- END HEADER ----------  */
/* ---------- START MAIN TABLE ----------  */
.main {
	position: relative;
}
.content {
	width: 100%;
	padding: 1px 5px 0px 5px; /* Content-top 1px because sidebars have 1px transparent gif */
}
.maincontainer_transparent {  /* This turns off the spacer gifs (transparent.gif) so that there wont be an invisible 1px margin. To turn them on in a specific theme, use: .maincontainer_transparent {display:block} in the theme.css file */ 
	display: none;
}
/* ---------- END MAIN TABLE ---------- */
/* ********** START DEFAULT STYLE ********** */
/* Basic Elements  */
html {
	background-color: white;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

.menu_ul {
	margin-left: -20px;
}
a img {
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
/* General */
.modulebasic {
	margin: 3px;
	margin-bottom: 7px;
	padding: 5px;
	background-color: #7a3735;
	border: 1px solid #685F26;
}
/* Columns */
/* Center */
/* ********** END DEFAULT STYLE ********** */
/* ********** START modulebasicMENU STYLE ********** */
.modulebasicmenu {
	margin: 3px;
	margin-bottom: 7px;
	padding: 5px;
}
.modulebasicmenu .menu_ul {
	margin: -5px;
	height: auto;
	padding: 0;
	list-style-type: none;
}
.modulebasicmenu .menu_li a:link, 
.modulebasicmenu .menu_li a:visited {
	height: 100%;
	padding: 5px 5px 5px 10px;
	display: block;
	text-decoration: none;
}
/* ********** END modulebasicMENU STYLE ********** */
/* ---------- START TABULAR TABLES (sermon archive) ---------- */
/* ---------- END TABULAR TABLES (sermon archive)---------- */
/* ---------- START LOGIN MODULE ---------- */
#acc_login {
	margin: 0 auto;
	border: 1px solid #9b9b9b;
	background: white;
}
#acc_login a:link,
#acc_login a:visited {
	display: block;
	text-decoration: none !Important;
}
#loginbutton:link, #loginbutton:visited {
	color: #313944;
	padding: 10px 3px 10px 25px;
	font: bold 15px/14px "Trebuchet MS",san-serif;
	background: #bcd8f7 url(site1templateloginbuttonbg.gif) no-repeat;
}
#newaccountbutton:link, #newaccountbutton:visited {
	color: #546070;
	padding: 5px 3px 5px 25px;
	font: 10px/14px "Trebuchet MS",san-serif;
	background: #bcd8f7 url(site1templatenewaccountbuttonbg.gif) no-repeat;
}
#loginbutton:hover {
	color: #313944;
	background: #A4C5EE url(site1templateloginbuttonbg_over.gif) no-repeat;
}
#newaccountbutton:hover {
	color: #546070;
	background: #A4C5EE url(site1templatenewaccountbuttonbg_over.gif) no-repeat;
}
/* ---------- END LOGIN MODULE ---------- */



/**************** START FLOAT BUG HACK  **************************************
(for images in static content url:http://www.positioniseverything.net/easyclearing.html) 
(Repeated becuase Firefox cannot do the comma thing with this hack) *********/
.modulebasic:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac */
* html .cannot do the comma thing with this hack) *********/
img {
	border: 0;
}