/* --- Global Styles for Page Parts --- */
@import url("../../global/CSS/photogallery.css");
@import url("../../global/CSS/blog.css");
@import url("../../global/CSS/store.css");
@import url("../../global/CSS/ecard.css");
@import url("../../global/CSS/mediaarchives.css");
@import url("../../global/CSS/news.css");
@import url("../../global/CSS/generallisting.css");
@import url("../../global/CSS/events.css");


/* NORMALIZING styles
-------------------------------------------*/

/* Removed by Jacob
* { margin: 0; padding: 0; }
html, body {
	height:100%;
}
*/

body {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table{
	border: 0px;
}

/* MAIN styles
-------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: #583229 url(../images/2221Y-bkgd.jpg) no-repeat center top;
}

h1 {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color:#583229;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color:#5E5B44;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #b1b465;
	font-weight: bold;
}
h3 a:link, h3 a:visited, h3 a:active {color: #b1b465; text-decoration:none;}
h3 a:hover {color: #FFF; text-decoration:underline;}


.heading {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color:#583229;
	font-weight: normal;
}

.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color:#5E5B44;
	text-transform: uppercase;
	font-weight: normal;
}

.optionalheading {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #b1b465;
	font-weight: bold;
}
a.optionalheading:link, a.optionalheading:visited, a.optionalheading:active {color: #b1b465; text-decoration:none;}
a.optionalheading:hover {color: #FFF; text-decoration:underline;}


.bodyoptional {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #EDF0BB;
	font-weight: bold;
}
a.bodyoptional:link, a.bodyoptional:visited, a.bodyoptional:active {color: #EDF0BB; text-decoration:none;}
a.bodyoptional:hover {color: #FFF; text-decoration:underline;}

.img-border {
	display: block;
	padding: 3px;
	border: 1px solid #c1c1b7;
	background: #fff;
}

a.img-border:link, a.img-border:visited, a.img-border:active {
	display: block;
	padding: 3px;
	border: 1px solid #c1c1b7;
	background: #fff;
}
a.img-border:hover {
	display: block;
	padding: 3px;
	border: 1px solid #333333;
	background: #fff;
}

a:link, a:visited{color: #CF5310; text-decoration:none;}
a:hover, a:active{color: #333333; text-decoration:underline;}

.swcredit {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C9C5AF;
}
a.swcredit:link, a.swcredit:visited, a.swcredit:active {color: #C9C5AF; text-decoration:none;}
a.swcredit:hover {color: #FFF; text-decoration:underline;}

#breadcrumbWrapper {
	margin-bottom:25px;
	}
	
#breadcrumb {
	margin:0px;
	padding:0px;
}	

#breadcrumb #bc-home {
	background-image:none;
	margin-left:0px;
	padding-left:0px;
}
	
#breadcrumb li {
	display:inline;
	list-style-type:none;
	margin-right: 10px;
	background-image: url(../images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: left;
}
	
	
#breadcrumb a {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9885;
	font-weight: normal;
	margin-left: 10px;
}

#breadcrumb a:link,#breadcrumb a:visited{color: #9C9885; text-decoration:none;}
#breadcrumb a:hover, #breadcrumb a:active{color: #333333; text-decoration:underline;}


.churchInfo {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
a.churchInfo:link, a.churchInfo:visited, a.churchInfo:active {color: #FFF; text-decoration:underline;}
a.churchInfo:hover {color: #FFF; text-decoration:none;}

td{
	vertical-align: top;
}

hr {
	border: 0;
	width: 100%;
	color: #c1c1b7;
	background-color: #c1c1b7;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}


/* Removed By Jacob
ul {
	margin: 10px 0px;
	padding: 0px;
}
ul li{
	padding: 0 0 0 20px;
	margin: 0px;
	background: url(../images/bullet.gif) 0em .5em no-repeat;
	list-style: none;
}*/

input, select, textarea, checkbox {
	border: 1px solid #c1c1b7;
	padding: 2px;
	margin: 2px;
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#fullheight {height:100%}


/* WRAPPER styles
-------------------------------------------*/
#headerWrapper {
	width: 100%;
	float: left;
	padding: 0px;
	
}
#middleWrapper {
	width: 100%;
	float: left;
	margin-top: 28px;
}
#footerWrapper {
	width: 100%;
	float: left;
}

/* HEADER styles
-------------------------------------------*/
#header {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 80px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 18px;
	left: 20px;
	}
#header h1, #header h1 a {
	width: 189px;
	height: 43px;
	background: url(../images/2221Y-logo.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	display: block;
	padding: 0px;
	margin: 0px;
}

/* FORM styles
-------------------------------------------*/
#search {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	position: absolute;
	top: 8px;
	right: 0px;
	width: 160px;
	text-align: left;
	
}
.searchField {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	padding: 4px;
	border: 1px solid #99957a;
	width: 150px;
	background-color: #FFF;
}
.searchButton {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFF;
	display:block;
	background: url(../images/i-arrow.gif) no-repeat 0 2px;
	padding-left: 16px;
	text-align: left;
	vertical-align: middle;
	border: none;
	cursor:pointer;
}

/* NAVIGATION styles
-------------------------------------------*/
#navWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	position: relative;
	background-color: #AC8C60;
	z-index: 400;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
navwrapper 's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
nav is the root UL and nav ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#nav a {
	display: block;
	text-decoration: none;
	border-left: 1px solid #583229;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #AC8C60;
	padding-top: 7px;
	padding-bottom: 7px;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#nav li {
	padding: 0;
	margin: 0;
	float: left;
	background: none;
	width: 108px;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#nav li ul, #nav ul li  {
	width: 12em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#nav ul li a  {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-align: left;
	border-left: 0;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#nav li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-left: 1px solid #583229;
	border-bottom: 1px solid #583229;
	border-right: 1px solid #583229;
	background-color: #AC8C60;
	text-decoration: none;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#nav li:hover a, #nav a:focus,
#nav a:active, #nav li.p7hvr a {
	color: #FFFFFF;
	text-decoration: underline;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#nav li:hover ul, #nav li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #nav ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#nav li:hover ul a, #nav li.p7hvr ul a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#nav ul a:hover {
	background-color: #C1A988!important;
	color: #FFFFFF!important;
}

/* SUBNAVIGATION styles
---------------------------------------------------------- */
.exploreText {font-color: #000000;
font-weight:bold;
text-transform: capitalize;
}


#subnavWrapper h2 {
	display: none;
}

#subnavWrapper p, #subnavWrapper p a {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #EDF0BB;
	font-weight: normal;
	text-decoration:none;
	margin-bottom: 18px;
	}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style-type:none;
	margin-left:0px;
}

#subnav a {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #9d9885;
	font-weight: normal;
	text-decoration:none;

}
#subnav a:link {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #EDF0BB;
	font-weight: normal;
	text-decoration:none;
}
#subnav a:active {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #EDF0BB;
	font-weight: normal;
	text-decoration:none;
}
#subnav a:visited {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #EDF0BB;
	font-weight: normal;
	text-decoration:none;
}
#subnav a:hover {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration:underline;
}





/* CONTENT styles
-------------------------------------------*/
#middle {
	margin: 0px auto;
	width: 760px;
	padding: 0px;
	position: relative;
	text-align: left;
}
#middleLeft  {
	width: 552px;
	margin: 0px;
	padding: 8px;
	float: left;
	background: #FFF url(../images/2221A-homeL.gif) no-repeat left bottom;
}
#flash  {
	width: 552px;
	height: 181px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#events  {
	width: 266px;
	margin: 0px;
	padding: 10px;
	float: left;
}
#events h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color:#780E09;
	text-transform: uppercase;
	font-weight: normal;
}
#events img  {
	display: block;
	padding: 3px;
	border: 1px solid #c1c1b7;
	background: #fff;
	margin-right: 10px;
}
#sermonSeries {
	float: right;
	width: 265px;
	padding: 0px;
	margin: 6px 0px 0px;
}
#jumpIn {
	float: right;
	width: 265px;
	padding: 5px 0px;
	margin: 6px 0px 0px;
}
#jumpIn ul {
	padding: 0 0 0 15px;
	margin: 0px;
}
#jumpIn li {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 16px;
	color: #FFF;
	padding-left: 18px;
	background: url(../images/i-arrow.gif) no-repeat 0 1px;
}
#jumpIn a {
	color: #FFF;
	text-decoration:none;
	}
#jumpIn a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.roundbox {
	width: 100%;
	background-color: #b1b465;
	color: #fff;
	text-align: left;
}
.roundbox p, .roundbox span {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 9px;
}
.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}
.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}
img.corner {
	width: 8px;
	height: 8px;
	border: none;
	display: block !important;
}
#middleRight  {
	width: 170px;
	margin: 0px;
	padding: 8px;
	float: right;
	background: #AC8C60 url(../images/2221A-homeR.gif) no-repeat right bottom;
}
#middleRight p, middleRight span {
	color: #FFF;
}
#middleRight h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color:#FFF;
	text-transform: uppercase;
	font-weight: normal;
}
/* FOOTER styles
-------------------------------------------*/
#footer {
	margin: 0px auto;
	width: 760px;
	position: relative;
	text-align: center;
	overflow:hidden;
	padding: 10px 0px;
}

/* DEFAULT styles
-------------------------------------------*/
#content  {
	width: 532px;
	margin: 0px;
	padding: 10px;
	float: left;
}
