/* @override 
	http://local.harvestbaptist.net/style.css
	https://www.harvestbaptist.net/style.css
*/

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: url(imgs/bg.jpg) repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a {
	color: #a8723e;
}
#container {
	width: 825px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff repeat-y;
	position: relative;

}
#header {
	background: url(imgs/header.jpg) no-repeat;
	height: 108px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
h2 {
	color: #8BA520;
	font-size:18px;
}
#hbcmenu {
	height: 40px;
	background: url(imgs/menubg.jpg) no-repeat;
	padding: 0 0 0 5px;
}
#contentWrapper {
	padding: 10px 10px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(imgs/footerbg.jpg) bottom no-repeat;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #8BA520;
	text-align:center;
}
.clear {clear:both}
#contentLeftColumn {
	float: left;
	width: 515px;
	margin-left: 10px;
}
#contentRightColumn {
	background:url(/imgs/dividerLine.gif) repeat-y;
	float:right;
	width:250px;
	padding-left: 20px;
}
#contentRightColumn h2 {
	margin: 0;
}
#homeWelcome {
	width: 477;
	padding:10px;
	margin-bottom: 10px;
	background-color: #e9fde3;
}
#homeWelcome p {
	margin: 0;
}
}
#homeWelcome h2 {
	margin: 0;
}
#hours strong {
	color: #b17942;
}
#selectedMinistries {
	margin: 20px 0 0 0;
}
h3 {
	border-bottom: thin #003333 dashed;
}

/*Menu Styles*/


div#banner {
background: transparent url(mega.gif) top left no-repeat;
padding-top: 12px;
padding-bottom: 36px;
}

div#banner h1, div#menu h2 {
margin: 0;
padding: 0;
}

div#banner h1 a {
display: block;
width: 270px;
height: 120px;
}
div#banner h1 a span, div#banner .skip {
position: absolute;
top: -10000px;
left: -10000px;
}

ul#menu {
color: #fff;
margin: 0;
padding: 0.5em 0em;
}


ul#menu li {
display: inline;
margin: 0.1em .65em;
position: relative;
}

ul#menu h2, ul#menu h3 {
font-size: 13px;
font-weight: bold;
display: inline;
}


ul#menu li a {
color: #fff;
text-decoration: none;
padding: 0 0.4em;
}

ul#menu li a:hover {
text-decoration: underline;
}

ul#menu li.mega a {
background: transparent url(arrow.gif) center right no-repeat;
padding: 0 0;
}

ul#menu li.mega a:hover {
text-decoration: underline;
}

ul#menu div {
display: none;
z-index: 99;
}

ul#menu blockquote {
margin-left: 15px;
}

ul#menu li.mega div {
border: 1px solid #dda;
width: 175px;
position: absolute;
top: 1.6em;
left: 0em;
padding: 1.3em;
background: #252624;
color: #930;
}

ul#menu li.hovering div {
display: block;
}

ul#menu li.mega div a {
color: #FFFFFF;
padding: 0;
background-image: none;
text-decoration: none;
}

ul#menu li.mega div a:hovercoda {
	text-decoration: underline;
}

ul#menu li div a.more {
color: #390;
font-weight: bold;
}


ul#menu div h3 {
color: #f70;
font-weight: bold;
font-size: 1.1em;
}
ul#menu div p {
margin: 0 0 0.5em 0;
padding: 0;
}
.pics { 
    height:  209px;  
    width:   496px;  
    padding: 0;  
    margin:  0;
    position: relative;
    z-index: 1;
} 
 
.pics img { 
    padding: 0;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  496px; 
    height: 209px; 
    top:  0; 
    left: 0; 
} 
#s1 {
	z-index: 1;
	position: relative;
}

#nav {background: url(/imgs/rotatingBannerNavBG.jpg) repeat-x; width:489px; height: 11px; padding: 4px; margin-bottom: 20px;}

#nav a { border: 1px solid #ccc; text-decoration: none; margin:1px 5px; padding: 0 10px 0 10px;background-color: #fff; color: #6a6a6a; font-size: 10px;
}
#nav a.activeSlide { background: #af0008; color: #FFF;}
#nav a:focus { outline: none; }
.eventDate {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	border-top: thin solid #d2d2d2;
	margin-right: 20px;
}
a.eventLink {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #a8723e;
	line-height: 15px;
	}
a.eventLink:hover {
	text-decoration: underline;
	color: #3D3F3E;
	}
fieldset {
	border: none;
	margin-bottom: 10px;
	background: #eefee7;
}
label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #575757;
}
legend, heading {
	font-weight: bold;
	font-size: 15px;
	color: #f70;
}
.ctrlHolder {
	margin: 2px 0 2px 20px;
}
.ctrlHolder:focus {
	background-color: #fdefde;
}
input, select, textarea {
	font-size: 14px;
	border: 1px solid #729261;
	width: 300px;
}
#clubberinfo, #emergencyinfo {
	float: Left;
	width: 365px;
	height: 650px;
}
.radio, .checkbox {
	width: 20px;
}
#emergencyinfo {
	margin-left: 25px;
}
.btnHolder {
	text-align: center;	
}
button, .cssButton {
	font-size: 18px;
	border: 1px solid #0e5401;
	background-color: #e1fedf;
	color: #0e5401;
	font-weight: bold;
}
button:hover, .cssButton:hover {
	border: 1px solid #e1fedf;
	background-color: #0e5401;
	color: #e1fedf;
}
button:active, .cssButton:active {
	margin-top: 2px;
}
.cssButton{
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
