@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: scroll;
	background-color: #e3d39b;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	color: #996600;
	text-align: left;

}
a {
	color:#999900;
}
a:link {
	color: #999900;
}
a:active {
	color: #999900;
}

a:hover {
	color:#666633;
}

a:visited {
	
}

p {
	padding: 2px;
	margin:0px;
}

p.see_all {	
	text-align:right;
	margin:5px 0;
}

.editpost {
	padding:20px 0 10px;
	margin:0px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #666633;
	letter-spacing: -0.02em;
	word-spacing: -0.03em;
	padding:7px 10px 5px 0;
	margin:0;
	line-height:1.2em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #663300;
	padding:7px 0;
	margin:0;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #663300;
	padding:7px 0;
	margin:0;
}

img {
border:none;
}

img a {
border:none;
}

div {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	
}
h5 {
	background-image: url(images/sig_joe.png);
	display: block;
	height: 38px;
	width: 60px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0px;
	paddding-bottom:5px;
	margin:0px;
	
}

/*       ###############################
         NAVIGATION
         ############################### */
		 
#nav_bg {
	height: 63px;
	width: 508px;
	background-image: url(images/navshadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	z-index: 90;
	margin: 42px 0 0 346px;
	overflow:visible;
	}
	
div#nav {position:relative; z-index:2; width:600px; height:27px; margin:21px 0 0 30px;overflow:visible;}
.clearfix:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
.clearfix {display:inline-block;}
html[xmlns] .clearfix {display:block;}
* html .clearfix {height:1%;}
.clear {clear:both;}

div#nav ul {float:left; list-style:none;overflow:visible;}
div#nav li {float:left; display:inline;overflow:visible;}
div#nav li a {display:block; margin:0; padding:10px 21px 0px; color:#ffffcc; text-decoration:none; height:22px;overflow:visible;}
div#nav li a:hover {color:#999900;overflow:visible;}


/*        ##################################
           SUPERFISH
        ################################## */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {margin:0;padding:0;list-style:none;overflow:visible;}
.sf-menu {line-height:1em;overflow:visible;}
.sf-menu ul {position:absolute;top:-999em;width:3em; /* left offset of submenus need to match (see below) */}
/*sub style*/
.sf-menu ul li a {width:100%;margin:0 !important;font:bold 12px Helvetica, sans-serif;text-indent:0px;
background-image: url(images/nav/nav_sub_bg.png);width:5px;height:5px;background-repeat:repeat;background-position: center top;/*background-image:none;*/}
.sf-menu ul li a:hover {width:100%;margin:0 !important;font:bold 12px Helvetica, sans-serif;text-indent:0px;background-image: url(images/nav/nav_sub_bg2.png);width:5px;height:5px;background-repeat:repeat;background-position: center top;}
.sf-menu ul ul li{margin:0 !important;}

.sf-menu li:hover {visibility:inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li {float:left;position:relative;}

/*style for main nav*/
.sf-menu a {display:block;position:relative;font:bold 14px Helvetica, sans-serif;margin-right:5px;background-repeat: no-repeat;background-position: center top;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {left:0;top:30px; /* match top ul list item height */ z-index:1000;}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left:3em; /* match ul width */ top:0;}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left:3em; /* match ul width */ top:0;}

/*** CUSTOM STYLES ***/
.sf-menu li ul {opacity:1;-moz-opacity:1;filter:alpha(opacity=100);
background-image: url(images/nav/nav_sub_ulbg.png);background-repeat:repeat-x;background-position: center bottom;padding:0 0px 14px;}
.sf-menu li li ul, .sf-menu li li li ul {opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);
background-image: url(images/nav/nav_sub_ulbg.png);background-repeat:repeat-x;background-position: center bottom;padding:0 0px 14px;}

/*** MAIN NAV IMAGES ***/
.page-item-home a {background-image: url(images/nav/nav_home.png);width:22px;text-indent:-9999px;}
.page-item-9 a {background-image: url(images/nav/nav_about.png);width:50px;text-indent:-9999px;}
.page-item-20 a {background-image: url(images/nav/nav_gathering.png);width:64px;text-indent:-9999px;}
.page-item-29 a {background-image: url(images/nav/nav_connecting.png);width:64px;text-indent:-9999px;}
.page-item-665 a {background-image: url(images/nav/nav_contact.png);width:44px;text-indent:-9999px;}


.page-item-home a:hover {background-image: url(images/nav/nav_home2.png);width:22px;text-indent:-9999px;}
.page-item-9 a:hover {background-image: url(images/nav/nav_about2.png);width:50px;text-indent:-9999px;}
.page-item-20 a:hover {background-image: url(images/nav/nav_gathering2.png);width:64px;text-indent:-9999px;}
.page-item-29 a:hover {background-image: url(images/nav/nav_connecting2.png);width:64px;text-indent:-9999px;}
.page-item-665 a:hover {background-image: url(images/nav/nav_contact2.png);width:44px;text-indent:-9999px;}


#container {
	width: auto;
	background-attachment: scroll;
	background-image: url(images/flowerbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	overflow:hidden;
	
}
#header {
	text-align: center;
	height: 127px;
	width: auto;
	background-attachment: scroll;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#headercenter {
	text-align: left;
	height: 127px;
	width: 830px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 127px;
	width: 377px;
	position: absolute;
	z-index: 99;
}	

#main {
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
}

#stay_connected {
	width:170px;
	height:67px;
	position:absolute;
	top:600px;
	right:200px;
	background-image: url(images/stay-connected.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:100px;
}
#flashbox {
	width: 960px;
	z-index: 95;
	clear: both;
	text-align:center;
}

#montage {
	width: 912px;
	height: 388px;
	z-index: 95;
	clear: both;
	text-align:center;
	padding:0 0 10px 36px;
	overflow:visible;
}

embed {
	margin:0;
	padding:0;
}

/*Main Page*/
#page {
	width: 627px;
	margin:0 0 0 45px;
	float:left;
}
#page_top{
	background-image: url(images/page_top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 108px;
}
.page_tab{
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 65px;
	width: 215px;
	margin-top: 40px;
	/*position: absolute;*/
}
.tab_this_week{
	background-image: url(images/page_tab.png);
}

.tab_archive{
	background-image: url(images/page_tab_archive.png);
}

.tab_events{
	background-image: url(images/page_tab_events.png);
}

.tab_about{
	background-image: url(images/page_tab_about.png);
}

.tab_gather{
	background-image: url(images/page_tab_gather.png);
}

.tab_connect{
	background-image: url(images/page_tab_connect.png);
	
}

.tab_staff{
	background-image: url(images/page_tab_staff.png);
	
}

.tab_contact{
	background-image: url(images/page_tab_contact.png);
	
}


#page_mid{
	background-image: url(images/page_mid.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 1px;
	min-height: 687px;
	height: auto !important;
	height: 687px;
}

.postentry img {
	margin: 2px 10px 2px 0px;
	float:left;
}

.post_main {
	width:515px;
	margin:0px 50px 0px 62px;
	padding:0px;
}
.postentry p {
	padding: 8px 0;
}

.entry p {
	padding: 8px 0;
}

.pagetitle {
	font-size:1.5em;
}

#page_bottom {
	background-image: url(images/page_bottom.png);
	background-repeat: repeat-y;
	background-position: right top;
	height: 66px;
}

#widget {
	width:266px;
	float:left;
	margin:10px 0 0 5px;
	
}

.widget_archive p {
	padding:5px 2px;
}

.widget_events p {
	padding:7px 2px;
}



#widget_top {
	height:63px;
	background-image: url(images/widget_top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#widget_tab{
	height: 52px;
	width: 174px;
	margin-top: 15px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.service_tab{
	background-image: url(images/service_tab.png);
}

.events_tab{
	background-image: url(images/events_tab.png);
}

.archive_tab{
	background-image: url(images/archive_tab.png);
}


#widget_mid {
	background-image: url(images/widget_mid.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding:6px 39px;
}

#widget_mid ul {
	padding:0px;
	margin:0px;

}

#widget_mid ul li {
	padding:5px 0px;
	margin:0px;
	text-indent:-3px;
	margin:0 0 0 19px;
}

#widget_bottom {
	height:37px;
	background-image: url(images/widget_bottom.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.social {
	height:52px;
	display: inline;
	margin: 0 0 0 29px;
 	float:left;
}
.social ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.social li a {
	display: block;
	text-indent: -9999px;
	height:52px;
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 4px 0 0;
}

.social li{
	display: inline;
	float: left;
}

.social li#facebook a {
	background-image: url(images/icons/facebook.png); 
	width:51px;
}

.social li#rss a {
	background-image: url(images/icons/rss.png);
	width:51px;
}
.social li#email a {
	background-image: url(images/icons/mail.png);
	width:54px;
}
.social li#podcast a {
	background-image: url(images/icons/podcast.png);
	width:52px;
}

.social li#facebook a:hover {
	background-image: url(images/icons/facebook2.png);
	width:51px;
}

.social li#rss a:hover {
	background-image: url(images/icons/rss2.png);
	width:51px;
}
.social li#email a:hover {
	background-image: url(images/icons/mail2.png);
	width:54px;
}
.social li#podcast a:hover {
	background-image: url(images/icons/podcast2.png);
	width:52px;
}

/*footer*/
#footer {
	text-align: center;
	height: 175px;
	width: auto;
	background-attachment: scroll;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footercenter {
	text-align: left;
	height: 160px;
	width: 956px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#new_bottom_links {
	float: left;
	height: 63px;
	width: 431px;
}

#map {
	background-attachment: scroll;
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 116px;
	width: 435px;
	margin: 38px 0 0 54px;
}
#map p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffcc;
	margin-top: 12px;
	margin-left: 6px;
	line-height: 16px;
	float:left;
}
#map img {
	float:left;
	margin:0px;
	border:none;
}

#map a img {
	opacity:0;
	filter:alpha(opacity=0)
}

#map a:hover img {
	opacity:1;
	filter:alpha(opacity=70)
}

.bottom_links {
	float: left;
	height: 55px;
	width: 452px;
	display: inline;
	margin: 36px 0 0 2px;
	float:left;
}
.bottom_links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.bottom_links li a {
	display: block;
	text-indent: -9999px;
	height:63px;
	background-repeat: no-repeat;
	background-position: center top;
	padding:1px 0;
}

.bottom_links li{
	display: inline;
	float: left;
}

.bottom_links li#new a {
	background-image: url(images/new.png);
	width:87px;
}

.bottom_links li#connected a {
	background-image: url(images/connected.png);
	width:198px;
}
.bottom_links li#sermons a {
	background-image: url(images/sermons.png);
	width:167px;
}
.bottom_links li#new a:hover {
	background-image: url(images/new2.png);
	width:87px;
}

.bottom_links li#connected a:hover {
	background-image: url(images/connected2.png);
	width:198px;
}
.bottom_links li#sermons a:hover {
	background-image: url(images/sermons2.png);
	width:167px;
}

#footer_nav {
	padding:1px;
	margin:3px 0 0;
	color:#ffffcc;
	float:left;
	width:400px;
	height:25px;
}

#footer_nav a{
	color:#ffffcc;
	padding:0 5px;
}

#footer_nav a:hover{
	color:#999900;
}

#copyright {
	font-size:11px;
	color:#CCFF99;
	float:left;
	height:20px;
	margin-right:2px;
	margin-left:7px;
	width: 305px;
}
#arw {
	float:left;
	height:22px;
	width:90px;
	display:block;
}

#arw a {
	height:22px;
	width:19px;
	background-image: url(images/arw.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent:-9999px;
	display:block;
}

#arw a:hover {
	height:22px;
	width:19px;
	background-image: url(images/arw2.png);
}
.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	padding:0 0 16px;
	clear:both;
	margin:0 0 12px;
}

.postmetadata {
padding:10px 0;
}

.alignleft {
	float:left;
	display:block;
}

.alignright {
	float:right;
	display:block;
}

#wpcf7-f1-p665-o1 input {
opacity:0.7;
filter:alpha(opacity=70);
height:16px;
border:none;
padding:3px;
}

#wpcf7-f1-p665-o1 textarea {
opacity:0.7;
filter:alpha(opacity=70);
border:none;
padding:3px;
}

 #wpcf7-f1-p665-o1 #submit {
opacity:1;
filter:alpha(opacity=100);
width:115px;
height:49px;
background-image:url(images/submit.jpg);
background-repea:no-repeat;
font-size:0px;
margin:10px 0 0;
}

#wpcf7-f1-p665-o1 #submit:hover {
opacity:1;
filter:alpha(opacity=100);
background-image:url(images/submit2.jpg);
background-repea:no-repeat;
border:none;
font-size:0px;
}

#captcha {
opacity:0.7;
filter:alpha(opacity=70);
padding:0;
float:none;
}

/*******SERMON BROWSER*****/

.sermon-description p{
padding:0px;
margin:0px;
display:inline;
}

.sermon-description {
padding:0px; 
margin:13px 0;
}

.nearby-sermons {
padding:0px; 
margin:13px 0;
}