/* CSS styles */

	body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url('../images/bg_tile.jpg') repeat top;
	}
	h1 {
	margin: 0;
	padding: 0;
	}
	h2 {
	margin: 0;
	padding: 0;
	}
	h3 {
	margin: 0;
	padding: 0;
	}
	p {
	margin: 0;
	padding: 0;
	}
	ul {
	padding: 0;
	margin: 0;
	}
	fieldset {
	margin: 10px;
	padding: 15px 0 0 17px;
	border: 1px solid #ccc;
	background: #dadad6 url('../images/bg_form.jpg') repeat-x left top;
	}
	legend {
	color: #32322d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0 3px 0 3px;
	}
	label {
	display: block;
	margin: 0 0 3px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	}
	input {
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	margin: 0 0 8px 0;
	}
	input.checkbox, input.submit {
	width: auto;
	float: left;
	margin: 0 1em 0;
	}
	textarea {
	width: 300px;
	height: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	input:focus, textarea:focus {
	background: #ffc;
	}
	.required {
	font-size: 10px;
	color: #FF1519;
	}
	
	
	
	

/* -------- WRAPPER -------- */
#wrapper {
width: 1000px;
position: relative;
left: 50%;
margin-left: -500px;
background: url('../images/wrapper.png') repeat-y top;
}



/* -------- WRAPPER FRAME -------- */
#wrapperframe {
margin: 0 20px 0 20px;
}



/* -------- FLASH -------- */
#flash {
height: 230px;
padding: 0;
margin: 0;
}



/* -------- MENU -------- */
#menu {
height: 34px;
padding: 0;
margin: 0;
border-bottom: 1px solid #8d8d8d;
background-image: url('../images/menu_bg.jpg');
}



/* -------- INFO WRAPPER -------- */
#infowrapper {
padding: 0;
margin: 0;
border-top: 2px solid #ffffff;
}



/* -------- BLOG ARCHIVE WRAPPER -------- */
#blogarchivewrapper {
float: right;
width: 306px;
padding: 0;
margin: 9px 7px 0 7px;
background: url('../images/bg_blogarchive.jpg');
}



/* -------- FEATURES -------- */
#featureswrapper {
float: right;
width: 313px;
padding: 0;
margin: 0 7px 0 0;
}

a.whatsonbox { 
display: block; 
width: 306px; 
height: 194px; 
outline: none;
margin: 9px 0 0 7px;
padding: 0;
}
a.whatsonbox p { 
position: absolute; 
left: -1000px;
}
a#feature_whatson { 
background: url('../images/bg_events_but.jpg') no-repeat left center; 
float: left;
}
a#feature_whatson:hover { 
background-position: right center; 
}
a#feature_blog { 
background: url('../images/bg-blog-but.jpg') no-repeat left center; 
float: left;
}
a#feature_blog:hover { 
background-position: right center; 
}
a#feature_alpha { 
background: url('../images/bg_alpha_but.jpg') no-repeat left center; 
float: left;
}
a#feature_alpha:hover { 
background-position: right center; 
}
a#feature_foundations { 
background: url('../images/bg_foundations_but.jpg') no-repeat left center; 
float: left;
}
a#feature_foundations:hover { 
background-position: right center; 
}



/* -------- WELCOMETEXT -------- */
#column {
float: left;
width: 300px; 
padding: 0;
margin: 0;
}
#columnsmall {
float: left;
width: 170px; 
padding: 0;
margin: 0;
}
#columnmid {
float: left;
width: 200px; 
padding: 0;
margin: 0;
}
#welcometext1 {
float: left;
width: 632px; 
padding: 0;
margin: 9px 0 0 7px;
background: #fff url('../images/bg_info_top.jpg') no-repeat left top;
}
#welcometext1 h1 {
font-size: 24px;
font-weight: bold;
color: #656565;
letter-spacing: -1px;
border-bottom: 1px solid #e8e8e8;
padding: 0;
margin: 30px 30px 16px 30px;
}
#welcometext1 h2 {
font-size: 16px;
font-weight: bold;
color: #fb7306;
border-bottom: 1px solid #e8e8e8;
padding: 0;
margin: 0 30px 16px 30px;
}
#welcometext h3 {
font-size: 14px;
font-weight: bold;
color: #656565;
padding: 0;
margin: 0 30px 16px 30px;
}
#welcometext1 p {
font-size: 13px;
line-height: 17px;
color: #666666;
padding: 0;
margin: 0 30px 16px 30px;
}
#welcometext1 img {
float: right;
padding: 0;
margin: 10px 30px 0 0;
border: 6px solid #FFFFFF;
}
#welcometext1 ul {
color: #565656;
padding: 0 30px 0 30px;
margin: 0 0 16px 0;
}
#welcometext1 li {
font-weight: normal;
font-size: 13px;
line-height: 17px;
color: #666666;
list-style-image: url('../images/list_arrow.gif');
padding: 0;
margin: 0 0 5px 17px;
}
#welcometext1 a:link, #welcometext1 a:visited {
text-decoration: none;
font-weight: bold;
color: #0b78b9;
}
#welcometext1 a:hover, #welcometext1 a:active {
text-decoration: underline;
}


/* -------- WELCOMETEXTFIXEDSIZE -------- */
#welcometext {
float: left;
width: 632px; 
height: 381px;
padding: 0;
margin: 9px 0 0 7px;
background: #fff url('../images/bg_info_top.jpg') no-repeat left top;
}
#welcometext h1 {
font-size: 24px;
font-weight: bold;
color: #656565;
letter-spacing: -1px;
border-bottom: 1px solid #e8e8e8;
padding: 0;
margin: 30px 30px 16px 30px;
}
#welcometext h2 {
font-size: 16px;
font-weight: bold;
color: #fb7306;
border-bottom: 1px solid #e8e8e8;
padding: 0;
margin: 0 30px 16px 30px;
}
#welcometext h3 {
font-size: 14px;
font-weight: bold;
color: #656565;
padding: 0;
margin: 0 30px 16px 30px;
}
#welcometext p {
font-size: 13px;
line-height: 17px;
color: #666666;
padding: 0;
margin: 0 30px 16px 30px;
}
#welcometext img {
float: right;
padding: 0;
margin: 17px 19px 0 18px;
}
#welcometext ul {
color: #565656;
padding: 0 30px 0 30px;
margin: 0 0 16px 0;
}
#welcometext li {
font-weight: normal;
font-size: 13px;
line-height: 17px;
color: #666666;
list-style-image: url('../images/list_arrow.gif');
padding: 0;
margin: 0 0 5px 17px;
}
#welcometext a:link, #welcometext a:visited {
text-decoration: none;
font-weight: bold;
color: #0b78b9;
}
#welcometext a:hover, #welcometext a:active {
text-decoration: underline;
}



/* -------- INFO CURVE -------- */
#infocurve {
float: left;
width: 632px; 
height: 16px;
padding: 0;
margin: 0 0 0 7px;
background: #fff url('../images/bg_info_bot.jpg') no-repeat left top;
}



/* ---------------- */
#clear {
clear: both;
height: 9px;
}



/* -------- FOOTER -------- */
#footerwrapper {
height: 67px; 
background: url('../images/footer.jpg') no-repeat;
margin: 0;
}
#footerleft {
color: #cbcbcb;
font-weight: normal;
float: left;
margin: 15px 0 0 35px;
font-size: 10px;
}
#footerleft a:link, #footerleft a:visited {
text-decoration: none;
color: #7ea6c1;
}
#footerleft a:hover, #footerleft a:active {
text-decoration: underline;
}
#footerright img {
margin: 17px 35px 0 0;
float: right;
}



/* ------------------ HYAD MODULE STYLE HYAD MODULE STYLE HYAD MODULE STYLE HYAD MODULE STYLE ------------------ */
/* -------- PODCAST -------- */
#podcast {
}
#podcast p {
font-family: Helvetica, Arial, sans-serif;
text-align: left;
font-size: 12px;
line-height: 16px;
color: #666666;
padding: 0;
margin: 18px 0 0 0;
}
#podcast a:link, #podcast a:visited {
text-decoration: none;
font-weight: bold;
color: #4d99ca;
}
#podcast a:hover, #podcast a:active {
text-decoration: underline;
}



/* -------- DOWNLOADS -------- */
#membersarea {
padding: 0;
margin: 26px 22px 0 22px;
}
#membersarea1 {
padding: 26px 30px 0 30px;
margin: 0;
}
/* ---------------- */
#sapagewrapper {
padding: 6px;
margin: 0;
background: #e4e3e0;
border-color: #2D6CA1;
border-width: 0;
border-style: solid;
}

/* ------- SERMON ARCHIVE MENU --------- */
#samenuwrapper {
float: left;
width: 270px;
background: #ffffff;
padding: 0;
margin: 0;
}

/* ------- SERMON ARCHIVE WRAPPER --------- */
#sapagewrapper #sawrapper {
float: right;
width: 633px;
background: #ffffff;
padding: 0 20px 0 20px;
margin: 0;
}

/* -------- SERMON ARCHIVE -------- */
#archive {
padding: 0;
margin: 0;
background: #fff;
}
#archive h1 {
color: #656565;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 22px;
letter-spacing: -1px;
padding: 6px 0 6px 0;
margin: 0;
line-height: 20px;
border-bottom: 1px solid #ced1d4;
}
#archive h2 {
color: #fb7306;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 16px;
letter-spacing: -1px;
padding: 10px 0 6px 0;
margin: 0;
line-height: 20px;
border-bottom: 1px solid #ced1d4;
}
#archive .h2 {
color: #4d99ca;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
margin: 0;
}
#archive p {
font-weight: normal;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #666666;
padding: 8px 0 10px 0;
border-bottom: 1px solid #ced1d4;
margin: 0;
background: url('../images/sa_entry.jpg') no-repeat left top;
overflow: visible;
}
#archive ._sermon {
min-height: 58px;
}

#archive .series {
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
color: #bf6658;
}
#archive .img {
float: right;
padding: 0 0 0 40px;
}
#archive a:link, #archive a:visited {
color: #4d99ca;
text-decoration: none;
}
#archive a:hover, #archive a:active {
text-decoration: underline;
}

/* -------- SUBMENU -------- */
#samenu ul {
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
margin: 0 0 0 3px;
padding: 18px 0 20px 0;
list-style: none;
border-bottom: 1px solid #ced1d4;
}
#samenu li {
padding: 0;
text-indent: 20px;
}
#samenu a:link, #samenu a:visited {
display: block;
color: #666666;
padding: 0;
line-height: 25px;
text-decoration: none;
}
#samenu a:hover, #samenu a:active {
text-decoration: underline;
background: url('../images/submenu_ov.jpg') no-repeat left top;
}
#audiopod #sasubnav .podcast a,
#audiohome #sasubnav .home a {
text-decoration: underline;
color: #4d99ca;
background: url('../images/submenu_ov.jpg') no-repeat left top;
}
#audioseries #sasubnav .series a {
text-decoration: underline;
color: #4d99ca;
background: url('../images/subsub_ind_ov.jpg') no-repeat left top;
}

/* -------- SUBSUB -------- */
#subsub ul {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
margin: 0;
padding: 0 0 20px 0;
list-style: none;
}
#subsub li {
padding: 0;
text-indent: 30px;
}
#subsub a:link, #subsub a:visited {
display: block;
color: #666666;
padding: 0;
line-height: 21px;
text-decoration: none;
}
#subsub a:hover, #subsub a:active {
text-decoration: underline;
background: url('../images/subsub_ind_ov.jpg') no-repeat left top;
}

/* -------- SEARCH -------- */
#search {
background-color: #e4e3e0;
padding: 10px 0px 20px 20px;
height: 35px;
margin: 0 3px 3px 3px;
border-bottom: 1px solid #ced1d4;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #666666;
}
#search input {
width: 150px;
height: 15px;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 14px;
color: #666666;
float: left;
background-color: #FFF;
}
#search img {
float: left;
padding: 1px 0px 0px 5px;
}


/* -------- HYAD EVENTS -------- */
#eventswrapper {
float: left;
width: 632px; 
padding: 0;
margin: 9px 0 0 7px;
background: #fff url('../images/bg_info_top.jpg') no-repeat left top;
}
#eventswrapper h3 {
font-size: 24px;
font-weight: bold;
color: #656565;
letter-spacing: -1px;
border-bottom: 1px solid #e8e8e8;
padding: 0;
margin: 30px 30px 16px 30px;
}
#events {
padding: 10px 29px 0 30px;
margin-bottom: 0;
background: #fff;
}
#events h1 {
text-align: left;
font-size: 20px;
color: #a9aa19;
padding: 19px 0 3px 0;
margin: 0;
border-bottom: 1px solid #E8E8E8; 
}
#events h2 {
clear: both;
color: #c3361c;
font-weight: normal;
font-size: 18px;
text-align: left;
padding: 10px 0 10px 0;
margin: 0;
border-bottom: 1px solid #ced1d4;
background: #fff;
}
#date {
float: left;
width: 86px;
height: 69px;
margin: 10px 0 8px 0;
background: url('../images/bg_events_diary.jpg') no-repeat left top;
}
#dateday {
color: #666666;
font-size: 9px;
text-align: center;
padding: 11px 0 0 0;
margin: 0;
}
#datedate {
color: #c3361c;
font-size: 19px;
text-align: center;
padding: 5px 0 0 0;
margin: 0 1px 0 0;
}
#datemonth {
color: #666666;
font-size: 9px;
text-align: center;
padding: 4px 0 0 0;
margin: 0;
}
#title {
float: left;
width: 372px;
height: 42px;
font-size: 19px;
color: #444444;
padding: 27px 0 0 20px;
margin: 10px 0 8px 0;
background: url('../images/bg_events_title.jpg') repeat left top;
}
#image {
float: left;
width: 87px;
height: 69px;
padding: 7px 0 0 0;
margin: 10px 0px 8px 7px;
background: #FFFFFF;
}
#eventsinfo {
padding: 0 20px 8px 0;
color: #666666;
font-size: 11px;
border-bottom: 1px solid #ced1d4;
}
#eventsinfo a:link, #eventsinfo a:visited {
color: #0b78b9;
text-decoration: none;
}
#eventsinfo a:hover, #eventsinfo a:active {
text-decoration: underline;
}

/* -------- HYADBLOG -------- */
#hyadblog {
float: left;
width: 632px; 
padding: 0;
margin: 9px 0 0 7px;
background: #fff url('../images/bg_info_top.jpg') no-repeat left top;
}
#hyadblog h1 {
font-size: 24px;
font-weight: bold;
color: #656565;
letter-spacing: -1px;
border-bottom: 1px solid #e8e8e8;
padding: 0;
margin: 30px 30px 16px 30px;
}
#hyadblog h2 {
font-size: 12px;
font-weight: normal;
line-height: 22px;
text-indent: 15px;
color: #969696;
margin: 0 30px 3px 30px;
background: url('../images/bg_blog_date.jpg') no-repeat left center;
}
#hyadblog h3 {
font-size: 20px;
font-weight: bold;
color: #96c32e;
margin: 0 30px 7px 30px;
padding: 5px 0 4px 0;
}
#hyadblog p {
font-size: 13px;
line-height: 17px;
color: #666666;
padding: 0;
margin: 0 30px 16px 30px;
}
#hyadblog ul {
color: #666666;
padding: 0 30px 0 30px;
margin: 0 0 16px 0;
}
#hyadblog li {
font-weight: normal;
font-size: 13px;
line-height: 17px;
color: #666666;
list-style-image: url('../images/list_arrow.gif');
padding: 0;
margin: 0 20px 5px 17px;
}
#hyadblogfooter {
font-size: 11px;
font-weight: normal;
line-height: 18px;
color: #ee7f01;
padding: 0;
margin: 0 30px 10px 30px;
border-bottom: 1px dotted #bdb9b9;
}
#hyadblog a:link, #hyadblog a:visited {
text-decoration: none;
color:#5ca4d6;
}
#hyadblog a:hover, #hyadblog a:active {
text-decoration: underline;
}
#hyadblogarchive {
padding: 0 0 5px 0;
margin: 0 0 5px 0;
}
#whitewrapper {
padding: 10px 0 10px 0;
margin: 0 5px 0 5px;
background: #ffffff;
}
#hyadblogarchive h1 {
font-size: 16px;
font-weight: bold;
color: #656565;
margin: 0 10px 10px 10px;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #bdb9b9;
}
#hyadblogarchive h2 {
font-size: 16px;
font-weight: normal;
color: #656565;
margin: 0 10px 10px 10px;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #bdb9b9;
}
#hyadblogarchive h3 {
font-size: 14px;
font-weight: bold;
color: #656565;
text-indent: 16px;
margin: 0 10px 0 10px;
padding: 0;
background: url('../images/bg_blog_archive_but.jpg') no-repeat left center;
}
#hyadblogarchive p {
font-size: 12px;
font-weight: normal;
color: #656565;
margin: 0 10px 0 10px;
padding: 3px 0 0 32px;
background: #ffffff url('../images/bg_blog_archivepara_but.jpg') no-repeat left top;
}
#hyadblogarchive a:link, #hyadblogarchive a:visited {
text-decoration: none;
color:#656565;
}
#hyadblogarchive a:hover, #hyadblogarchive a:active {
text-decoration: underline;












