@charset "UTF-8";

/* clear margins and padding on all elements */
* { margin: 0; padding: 0; }

html { min-height: 100%; margin-bottom: 1px; }

/* take care of the body */
body
{
  font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
 /* letter-spacing: 0.1em;*/
  line-height: 1.4em;
  color: #292929;
  background: #FFF url(images/body-bg.jpg) repeat-x 0px 0px;
  position: relative;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

table {  border-collapse: separate; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.hidden { display: none; }

.clearfix { clear: both; width: 100%; }

.alignright { float: right; }

.alignleft { float: left }

/* page layout */
#Wrapper {width: 970px; margin: 0 auto; background-color: #FFF;}

#Header { width: 940px; margin: 0 auto; padding: 0px; }

#TopNav { position: relative; top: 10px; height: 30px; text-align: center; }

#SiteId { clear: both; }

#Menu
{
  height: 28px;
  background: #444444 repeat-x;
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 500;
}

#MenuInner { width: 938px; margin: 0 auto; position: relative; }

#ContentWrap { width: 940px; margin: 0 auto; padding: 10px; }

#Tabber { padding-top: 40px; }

#MainContentColumnWrapper
{
  position: relative;
  padding: 28px 0;
  margin-bottom: 20px;
  border-bottom: 0px solid #DFDFDF;
  width: 940px;
}

#LeftCol
{
  float: left;
  width: 300px;
}

#RightCol
{
  float: right;
  width: 620px;
  position: relative;
  z-index: 0;
}

#RightCol h2 {position: relative; top: 3px;}

#Affiliates { width: 940px; text-align: center; margin: 0 auto; padding: 0 0 24px 0; }

#Affiliates img { margin: 0 2.7% 0 2.7%; }

#FooterSubLinks { height: 140px; width: 940px; margin: 0 auto; padding: 15px 15px 10px 15px; background: #FFFFFF; /*#9AB739 url(images/footer-sub-links-bg.jpg) repeat-x;*/}

.footerSubLinksInner { border: 4px none gray; width: 940px; margin: 0 auto; padding: 10px 0px 10px 15px;}

.linkBox { width: 190px; margin-right: 5px; float: left; }

#LinkBoxRSS { width: 155px; }

.linkBox h4 { margin-bottom: 5px; }

.linkBox ul { list-style: inside; list-style-type: disc; }

.linkBox ul li a, .linkBox h4 a { color: #292929;}
.linkBox ul li a:hover { text-decoration: underline;}

#LinkBoxRSS.linkbox h4 a:hover {text-decoration: none;}

#Footbox {position: relative; width: 940px; background-color: #fff; margin: 0 auto; padding: 0 15px 0 15px;}

#Footer { width: 940px; margin: 0 auto; padding: 10px 0; background: #FFF url(images/footer-logo-bg.png) no-repeat left 10px; }

#Footer .address { width: 425px; text-align: left; float: left; margin-left: 50px; font-size: 11px; }

#Footer .copyright { width: 425px; text-align: right; float: right; font-size: 11px; }

/* Top Menu Links */
#TopNav ul
{
  border-bottom: 1px solid #A1BF36;
  display: block;
  list-style: none;
  width: 30em;
  float: right;
  line-height: 30px;
  margin-top: -10px;
}

#TopNav ul li { display: block; float: left; }

#TopNav ul li a
{
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 0px 9px 0 9px;
}

#TopNav ul li.first a
{
  padding: 0px 9px 0 1px;
}

#TopNav ul li.last a
{
  padding: 0px 1px 0 9px;
}

#TopNav ul li a:hover { background: #FFF url(images/arrow-down.jpg) no-repeat center -4px; }

/* SiteID */
h1.headerLogo
{
  width: 340px;
  height: 65px;
  background: #FFF url(images/logo.jpg) no-repeat;
  margin-bottom: 5px;
  position: relative;
  top: -15px;
  left: 5px;
}

h1.headerLogo a
{
  font-size: 10px;
  display: block;
  width: 340px;
  height: 65px;
  text-indent: -1000em;
}

/* Typography */

h1, h2, h3, h4, h5, p { margin-bottom: 12px; font-weight: normal; }

.post ul, .post ol { margin-bottom: 18px; font-weight: normal; line-height: 1.6em; padding-left: 12px; }

h1, h2 { font-size: 21px; }

h3 { font-size: 17px; }

h4 { font-size: 15px; }

h5 { font-size: 13px; font-weight: bold; }

h1, h2, h3, h5 { color: #90B400; }

h4 p { color: #292929; }

h4 { font-size: 15px; font-weight: bold; }

strong, b { font-weight: bold; font-size: 12px; color: #666; }

a { color: #90B400/*color: #8DA633*/; text-decoration: none;}
 .boxSideBar a {color: #555555}

a:hover { text-decoration: none; }

a img { border: 0; }

a img.btn { border: 1px solid transparent; }

a:hover img.btn { border: 1px solid #A1BF36; }

.post ol { list-style-type: upper-alpha; list-style-position: inside;  }

.post ol ol { list-style-type: lower-alpha; }

.post ul { list-style-type: disc; list-style-position: inside;  }


/* Menu */
#cssdropdown, #cssdropdown ul { list-style: none;}
#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }

/* Head links */
#cssdropdown li.headlink { width: 135px; float: left; margin-left: -1px; text-align: center; position: relative; }
#cssdropdown li.headlink a { display: block; padding: 0px; font-size: 15px; line-height: 28px; border-right: 1px #DFDFDF solid; border-left: 1px #DFDFDF solid;}

/* Child lists and links */
#cssdropdown li.headlink ul { display: none; text-align: left; width: 271px; position: absolute; top: 28px; left: 0px; }
#cssdropdown li.last ul { position: absolute; top: 28px; left: -136px; }
#cssdropdown li.headlink:hover ul { display: block; }
#cssdropdown li.headlink ul li a { padding: 0px; height: 21px; font-size:13px; line-height:21px; padding-left: 10px; color: #ffffff; /*border-bottom: 1px dotted #DFDFDF;*/ font-weight: bold; border: none;}
#cssdropdown li.headlink ul li a:hover { /*background-color: #666666;*/ color: #FFFFFF; }

/* Pretty styling */
#cssdropdown a { color: #FFFFFF; text-decoration: none; } 
#cssdropdown ul li a:hover { background-repeat: no-repeat; background-color: #999999; text-decoration: none; }
#cssdropdown li.headlink { background: #444444 no-repeat; border-left: none; border-right:none;}
#cssdropdown li.headlink:hover {background-color: #999999;}
#cssdropdown li.headlink ul { background-color: rgba(40,40,40,0.98) !important; background-color: #282828; padding: 5px 0px 5px 0px; border: 1px #DFDFDF solid; 
	filter:alpha(opacity=98);
	-khtml-opacity: .98;
	opacity: .98;
}
#cssdropdown li.headlink ul li:hover a {
background-color: rgba(160,197,38,0.65);
}
#cssdropdown li.headlink ul li:hover a:hover {color: #FFFFFF;}

#cssdropdown { /*width: 756px;*/ }

/* Search Form */
#searchform { width:215px; position: absolute; top: 2px; right: 0px; }
#searchform div {position: relative; left: -1px;}
#searchform #s{ height: 16px; font-size:13px; padding: 3px; border: 1px solid #BFBFBF; background: #FFF url(images/search-input-bg.jpg) repeat-x; float: left; width: 180px;}
#searchform #s:focus { border: 1px solid #A1BF36; }
#searchform #searchsubmit { width: 24px; height: 24px; float: right; padding: 0; text-indent: -1000em; color: #F5F5F5; border: 1px solid #BFBFBF; background: #FFF url(images/search-btn-bg.jpg) no-repeat center center;}
#searchform #searchsubmit:hover { border: 1px solid #A1BF36; cursor: pointer;}

/* Member Login */
/* input[type="submit"] {position: relative; top: 5px;} */
/* Tabs
----------------------------------*/
.ui-tabs { padding: 0; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; width: 938px; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; width: 200px; height: 27px; text-transform: uppercase; border: 1px solid #BFBFBF; margin: 0 1px 0 0; padding: 0; text-align: center; margin-bottom: 1px; background-color: #F0F0F0; }
.ui-tabs .ui-tabs-nav li a { text-decoration: none; padding: 0; color: #8DA633; font-size: 13px; text-align: center; line-height: 27px; display: block; }
.ui-tabs .ui-tabs-nav li a:hover { text-decoration: underline; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; background-color: #fff; margin-bottom: -3px; height: 30px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { font-weight: bold; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 10px; display: block; border-width: 0; background: none; background-color: #fff; height: 195px; width: 918px; clear: both; border: 1px solid #BFBFBF; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs-panel h3 { font-size: 19px; color: #8DA633; font-weight: normal; }

div.tabberLeftInner { padding: 10px; width: 480px; height: 140px; overflow: hidden; }

.ui-tabs-panel img.tabberImageRight { border-color: #a2a2a2; border-style: solid; border-width: 2px; float: right; }

.ui-tabs-panel img.btn { float: right; margin-right: 55px; }

table.tabberExcerpt td { vertical-align: middle; height: 140px; }

/* Boxes */

.box { 
	border: 0px solid #E6E6E6; 
	margin-bottom: 20px; 
}



.box h3 { background-color: #F6F6F6; border-bottom: 1px solid #E6E6E6; height: 28px; line-height: 29px; font-size: 16px; padding-left: 10px; text-transform: uppercase; font-weight: bold;}

/* Sidebar Menu */

#LeftCol .boxSideBar, #LeftCol .boxSideBar ul, #LeftCol .boxSideBar ul li, #LeftCol .boxSideBar ul li a { padding: 0; margin: 0; }

#LeftCol .boxSideBar ul, #LeftCol .boxSideBar ul li, #LeftCol .boxSideBar ul li a { border: none; background: none; }

#LeftCol .boxSideBar ul li a { padding: 0px; height: 21px; font-size:13px; line-height:21px; padding-left: 10px; color: #292929; font-weight: bold; text-decoration: none; text-transform: none; display: block; }

#LeftCol .boxSideBar ul li a:hover { background-color: #999999; color: #FFF; }

#LeftCol .boxSideBar ul li.current_page_item, 
#LeftCol .boxSideBar ul li.current_page_ancestor,
#LeftCol .boxSideBar ul li.current_page_parent { background: url(images/sub-menu-active-bg.jpg) no-repeat -14px center; color: #FFF; }

/* end Sidebar Menu */

.box ul li { display: block; padding: 7px 0; border-bottom: 1px solid #E6E6E6; }
.noBottomBorder ul li {border-bottom: 0px solid #E6E6E6; }

.boxIntro { padding: 5px 15px 0 15px; border-bottom: 1px solid #E6E6E6; }

.box h5 { font-size: 12px; }

.rightColInner .box ul li { padding: 7px 12px; }

.sermonsBox h5 { font-size: 14px; margin-bottom: 5px; }

.sermonsBox ul li { padding-left: 15px; }

.sermonSpeaker { margin-right: 20px; }

.sermonMedia { margin-top: 10px; margin-bottom: -4px; }

img.sermonFtbtn { margin: 10px 10px 10px 420px; }

.audioplayer_container { margin-top: 10px; }

/* Boxes > Worship Schedule Display > Home Page */

ul li .rsDate { width: 40px; float: left; text-align: center; margin-left: 5px; line-height: 15px; }

ul li .rsEventEntry { margin-left: 50px; font-size: 11px; line-height: 15px; border-left: 1px solid #DFDFDF; padding-left: 10px; padding-right: 3px; }

ul li .rsEventEntry a, ul li .rsEventEntry span.rsTitle { font-size: 13px; color: #8DA633; }

ul li .rsEventEntry p { margin: 0 0 3px 0; }

.rsMonth { font-size: 10px; text-transform: uppercase; color:#292929; display: block; }
.rsDay { font-size: 21px; color:#292929; font-family: Arial, Helvetica, sans-serif; display: block; }
.rsYear { font-size: 10px; color:#292929; font-family: Arial, Helvetica, sans-serif; display: block; }

.endBoxLink { text-align:right; padding-right: 5px; margin: 0; line-height: 20px; }
.endBoxLink a { font-size: 12px; color: #292929; }

/*Start custom rsEvent styles */

ul li .customEventEntry { 
margin-left: 50px; 
font-size: 1em; padding-left: 10px; padding-right: 3px; }

ul li .customEventEntry a, ul li .rsEventEntry span.rsTitle { font-size: 13px; color: #8DA633; }

ul li .customEventEntry p { margin: 0 0 3px 0; }

.customEventEntry .scripture p {
	font-size: 1.2em;
	color:  #90B400;
	margin: 10px 10px 0px 10px;	
}


.customEventEntry .reference {
	font-size: .8em;
	color: gray;
	margin-left: 10px;	
}


/* end custom rsEvent Styles */


/* Misc Page Styling */
img.pageBannerImage { margin-bottom: 20px; }

.rightColInner { padding: 0 0 0 0; min-height: 425px; }

img.profileImage { float:left;  margin-right: 20px; margin-bottom: 12px; }

img.sparrow, img.meals, img.shared, img.oak, img.reach {float: left; margin-right: 10px;}

img.oak {padding-right: 15px; padding-left: 15px;}

h3.hishands {color: #292929; border-bottom: 1px solid #ccc;}

h3.hishands a {color: #292929;}

.profileListTable { margin-top: 18px; }

.profileListTable td { padding: 5px 0; border-bottom: 1px solid #DFDFDF; }

.profileListTable h5 { margin-bottom: 5px; }

.navigation { display: block; text-align: center; height: 35px; line-height:35px; margin-bottom: 12px; }

.post { clear: both; }

.post h2 { margin-bottom: 24px; }

/* Dagon Form */
.ddfm .credits { display: none; }

/* Sermons Page */

div.filtered { padding: 5px; margin-bottom: 12px; background-color: #EFF3E6; border: 1px solid #E6E6E6; }

div.sermonPagination { padding: 5px; margin-bottom: 12px; background-color: #EFF3E6; border: 1px solid #E6E6E6; height: 22px; }

#post-46 { position: relative; }

#post-46 h2 { margin-bottom: 36px; }

#URCPodCasts { position: absolute; top: -15px; left: 480px; width: 200px; height: 50px; }

#URCPodCasts h4 { font-size: 13px; display: none; }

p.urcSermonsCount { font-weight: bold; }

.embed {position: relative; z-index: 200; background-color: #fff;}

#sorry {position: absolute; top: 207px; left: 180px; width: 300px; text-align: center; background-color: #fff; z-index: -1;}

.sorry {position: relative; top: -3px; }


/* Sermons Tabs
----------------------------------*/
#mainfilter .ui-tabs { padding: 0; zoom: 1; }
#mainfilter .ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; width: 650px; }
#mainfilter .ui-tabs .ui-tabs-nav li { position: relative; float: left; width: 122px; height: 27px; text-transform: uppercase; border: 1px solid #BFBFBF; margin: 0 1px 0 0; padding: 0; text-align: center; margin-bottom: 1px; background-color: #F0F0F0; }
#mainfilter .ui-tabs .ui-tabs-nav li a { text-decoration: none; padding: 0; color: #8DA633; font-size: 13px; text-align: center; line-height: 27px; display: block; }
#mainfilter .ui-tabs .ui-tabs-nav li a:hover { text-decoration: underline; }
#mainfilter .ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; background-color: #EFF3E6; margin-bottom: -3px; height: 30px; width: 120px; }

#mainfilter .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { font-weight: bold; }
#mainfilter .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, #mainfilter .ui-tabs .ui-tabs-nav li.ui-state-disabled a, #mainfilter .ui-tabs #mainfilter .ui-tabs-nav li.ui-state-processing a { cursor: text; }
#mainfilter .ui-tabs .ui-tabs-nav li a, #mainfilter .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#mainfilter .ui-tabs .ui-tabs-panel { padding: 24px 15px; display: block; border-width: 0; background: none; background-color: #EFF3E6; min-height: 70px; height: auto; width: 590px; clear: both; border: 1px solid #BFBFBF; }
#mainfilter .ui-tabs .ui-tabs-hide { display: none !important; }

#mainfilter span.urcFilterSpan { display: none; }

label.screen-reader-text { display: none; }

/*  Growth Groups, Sunday School, table */
table.schedule td {
 padding: 2px;
}


/*  Thumbnail gallery of pictures */
.thumbs {
    margin-bottom: 0;
    background-color: #EDF0F1;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: justify;
}

.thumbs a img {
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 70px;
    margin-right: 10px;
    width: 70px;
}

.thumbs a {
	float: none;
}
