/* @override http://www.livingspringscolumbia.org/css/styles.css */
/* Site: Living Springs */

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   padding-bottom: 50px;
   background: #F5F5EF url(/images/bg_body.gif) repeat-x;
   font-size: 62.5%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 770px;
   margin: 0 auto;
   background: url(/images/bg_container.gif) repeat-x;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   z-index: 100;
   width: 770px;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   background: url(/images/bg_h1.gif) no-repeat;
   width: 307px;
   height: 65px;
   margin: 33px 0 24px 15px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 307px;
   height: 65px;
}

#service-times{
   position: absolute;
   top: 91px;
   right: 15px;
   width: 231px;
   height: 21px;
   padding-top: 9px;
   background: url(/images/bg_service-times.gif) no-repeat;
}

#service-times p{
   font-size: 1.1em;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: .05em;
}

#service-times p a{
   color: #DFDDCA;
   text-decoration: none;
}

/* Search */

form#searchForm{
   position: absolute;
   top: 85px;
   right: 14px;
}

form#searchForm input#search_term{
   float: left;
   width: 164px;
   margin: 1px 4px 0 0;
   padding: 3px 7px;
   border: 1px solid #E1E1E1;
   color: #7C7C7C;
   font-size: 1.3em;
   font-weight: bold;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

form#searchForm a#search_go{
   float: left;
   width: 39px;
   height: 26px;
   background: url(/images/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

body.noHeader #header{
  height: 0;
}

body.noHeader #header h1{
  height: 0;
  margin:0
}

body.noHeader form#searchForm{
  height: 0;
  overflow: hidden;
  display: none;
}

body.noHeader{
  background: #F5F5EF url(/images/bg_body_noheader.gif) repeat-x left top;
}

body.noHeader #container{
  background: url(/images/bg_container_noheader.gif) repeat-x left top;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   clear: both;
   margin-left: 12px;
   list-style: none;
}

#nav li{
   float: left;
   font-size: 1.2em;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#nav li a{
   display: block;
   padding: 16px 18px;
   color: #DFDDCA;
   text-decoration: none;
}

#nav li a:hover,
#nav li.current a{
   background: #13141D url(/images/bg_nav_li_a_hover.gif) repeat-x;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1em;
   text-transform: none;
}

#nav li ul ul{
   margin: -30px 0 0 150px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li a{
   width: 114px;
   padding: 9px 18px;
   background: #262730 !important;
}

#nav li li a:hover{
   color: #FFF;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   clear: both;
   padding-top: 24px;
}

body#home #container-inner{
   padding-top: 7px;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/



/* =Content
---------------------------------------------------------------------
*/

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 490px;
   margin: 8px 0 0 21px;
}

body#home #content{
   width: 482px;
}

body.noSidebar #content{
  width: 728px;
}

#content h3{
   margin-bottom: .5em;
   color: #4E2427;
   font-size: 2.4em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

body#home #content h3{
   margin-bottom: 1em;
   font-size: 1.8em;
}

#content h4{
   margin-bottom: .5em;
   color: #26365D;
   font-size: 1.8em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#content h5{
   margin-bottom: .5em;
   color: #4E2427;
   font-size: 1.4em;
   font-weight: bold;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#content h6{
   margin-bottom: .5em;
   color: #464646;
   font-size: 1.2em;
   font-weight: bold;
}

#content p,
#content li{
   margin-bottom: 1.5em;
   color: #464646;
   font-size: 1.2em;
   line-height: 1.5;
}

#content ul,
#content ol{
   margin: 0 0 1.5em 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #6E9A35;
}

#content a:hover{
   text-decoration: none;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content img#home-header{
   position: relative;
   float: none;
   margin: 0 -6px 15px;
   border: 4px solid #24252E;
}

#content #text{
   clear: both;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h4{
   margin-bottom: 5px;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #mediabox{
   float: right;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #F00;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   font-size: 1.1em;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_print a{
   background-image: url(/images/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(/images/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

/* Calendar */

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #E7E7DB;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #26365D;
   font-size: 1.4em;
}

#content table.calendar caption span{
   color: #26365D;
}

#content table.calendar th{
   padding: 6px 0;
   background: #E7E7DB;
   color: #707070;
   font-size: 1.3em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #E7E7DB;
   border-left: 0;
   border-top: 0;
   color: #464646;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td a{
   color: #464646;
   text-decoration: none;
}

#content table.calendar td ul{
   margin: .5em 0 0 .5em;
   font-size: 100%;
   list-style: none;
}

#content table.calendar td li{
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
}

#content table.calendar td li a{
   color: #464646;
   text-decoration: underline;
}

#content table.calendar td li a:hover{
   text-decoration: none;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 222px;
   margin-right: 15px;
}

body#home #sidebar{
   position: relative;
   margin-top: 21px;
   padding-bottom: 108px;
}

#agenda{
   margin-bottom: 15px;
   background: url(/images/bg_agenda.gif) no-repeat left 29px;
}

#agenda ul#agenda-nav{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 0 0 20px 14px;
}

#agenda ul#agenda-nav li{
   float: left;
   margin-right: 6px;
   font-size: 1.2em;
   font-weight: bold;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   list-style: none;
   text-align: center;
}

#agenda ul#agenda-nav li a{
   display: block;
   padding: 9px 0 8px;
   color: #707C96;
   text-decoration: none;
   outline: 0;
}

#agenda ul#agenda-nav li#an_calendar a{
   width: 80px;
   background: url(/images/bg_an_calendar_a.gif) no-repeat;
}

#agenda ul#agenda-nav li#an_agenda a{
   width: 73px;
   background: url(/images/bg_an_agenda_a.gif) no-repeat;
}

#agenda ul#agenda-nav li a.current{
   color: #FAFAF7;
}

#agenda ul#agenda-nav li#an_calendar a.current{
   background: url(/images/bg_an_calendar_a_current.gif) no-repeat;
}

#agenda ul#agenda-nav li#an_agenda a.current{
   background: url(/images/bg_an_agenda_a_current.gif) no-repeat;
}

#agenda #branch1,
#agenda #branch2{
   clear: both;
}

/* Calendar */

#agenda table.calendar{
   width: 188px;
   margin: 0 auto;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#agenda table.calendar caption{
   width: 188px;
   margin: 0 auto 10px;
   color: #26365D;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: uppercase;
}

#agenda table.calendar caption span{

}

#agenda table.calendar th{
   color: #464646;
   font-size: 1.2em;
   font-weight: bold;
   text-align: center;
}

#agenda table.calendar td{
   width: 27px;
   height: 22px;
   color: #464646;
   font-size: 1.2em;
   font-weight: normal;
   text-align: center;
}

#agenda table.calendar td.linked-day{
   /*padding: 1px 1px;*/
}

#agenda table.calendar a{
   display: block;
   padding: 5px 0;
   background: #A6C083;
   color: #FFF;
   font-weight: bold;
   text-decoration: none;
}

/* Agenda */

#agenda .event{
   margin: 0 5px;
   padding: 8px 6px;
}

#agenda .event:hover{
   padding: 7px 5px;
   border: 1px solid #E1E1E1;
   background: #FAFAF7;
}

#agenda .event h4{
   margin-bottom: .25em;
   font-size: 1.1em;
   font-weight: bold;
}

#agenda .event h4 a{
   color: #758E54;
   text-decoration: none;
}

#agenda .event h4 a:hover{
   text-decoration: underline;
}

#agenda .event p{
   color: #959595;
   font-size: 1.1em;
}
/* Newsletter Sign Up */

#sign-up h3{
  margin-bottom: 8px;
  font-size: 12px;
}

#sign-up fieldset{
  width:222px;
}

#sign-up input{
  width: 140px;
}

#sign-up fieldset div {
  margin-bottom: 8px;
  line-height: 20px;
}

#sign-up input#newsletter_submit{
  width: 60px;
}

/* Recent Sermons */

#recent-sermons{
   margin-top: 50px;
   padding-top: 40px;
   border-top: 3px solid #E7E7DB;
}

body#home #recent-sermons{
   margin: 0;
   padding: 0;
   border: 0;
}

#recent-sermons h3{
   margin-bottom: .5em;
   padding-bottom: 10px;
   border-bottom: 1px solid #E9E8DE;
   color: #4E2427;
   font-size: 1.8em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#recent-sermons .sermon{
   position: relative;
   padding: 8px 12px;
}

#recent-sermons .sermon:hover{
   padding: 7px 11px;
   border: 1px solid #E1E1E1;
   background: #FAFAF7;
}

#recent-sermons .sermon h4{
   margin-bottom: .25em;
   font-size: 1.1em;
   font-weight: bold;
}

#recent-sermons .sermon h4 a{
   color: #758E54;
   text-decoration: none;
}

#recent-sermons .sermon h4 a:hover{
   text-decoration: underline;
}

#recent-sermons .sermon p{
   color: #959595;
   font-size: 1.1em;
}

#recent-sermons .sermon p.play{
   position: absolute;
   top: 10px;
   right: 11px;
   text-indent: -9999px;
}

#recent-sermons .sermon:hover p.play{
   top: 9px;
   right: 10px;
}

#recent-sermons .sermon p.play a{
   display: block;
   width: 18px;
   height: 18px;
   background: url(/images/bg_recent-sermons_play.gif) no-repeat;
}

#recent-sermons .sermon:hover p.play a{
   background-position: left bottom;
}

/* Podcast */

#podcast{
   margin: 10px 0;
}

#podcast h3{
   text-indent: -9999px;
}

#podcast a{
   display: block;
   height: 69px;
   background: url(/images/bg_podcast.gif) no-repeat center top;
}

/* New Here */

#new-here{
   position: absolute;
   bottom: 0;
   right: -3px;
}

#new-here h3{
   text-indent: -9999px;
}

#new-here a{
   display: block;
   width: 248px;
   height: 107px;
   background: url(/images/bg_new-here.gif) no-repeat;
}

/* book list */

#content .book{
   float: left;
   width: 490px;
   margin-bottom: 25px;
}

#content .book img{
   border: 0;
}

/* =Mega-Footer
---------------------------------------------------------------------
*/

#mega-footer{
   display: inline; /* IE6 double margin float bug hack */
   clear: both;
   float: left;
   width: 770px;
   margin: 0 21px 75px;
   padding-top: 15px;
   border-top: 1px solid #DFDDCA;
}

#mega-footer h3{
   margin-bottom: .75em;
   color: #707070;
   font-size: 1.1em;
   font-weight: normal;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#mega-footer p.subscribe{
   position: absolute;
   top: 29px;
   right: 17px;
   text-indent: -9999px;
}

#mega-footer p.subscribe a{
   display: block;
   width: 16px;
   height: 16px;
   background: url(/images/bg_subscribe.gif) no-repeat;
}

#latest-announcements{
   position: relative;
   float: left;
   width: 476px;
   height: 284px;
   margin-right: 13px;
   padding: 34px 0 0 14px;
   background: url(/images/bg_latest-announcements.gif) no-repeat;
}

#latest-announcements .announcement{
   padding: 8px 0;
}

#latest-announcements .announcement h4{
   margin-bottom: .25em;
   font-size: 1.1em;
   font-weight: bold;
}

#latest-announcements .announcement h4 a{
   color: #758E54;
   text-decoration: none;
}

#latest-announcements .announcement h4 a:hover{
   text-decoration: underline;
}

#latest-announcements .announcement p{
   color: #959595;
   font-size: 1.1em;
}

#recent-blog-posts{
   position: relative;
   float: left;
   width: 226px;
   height: 284px;
   margin-right: 13px;
   padding: 34px 0 0 14px;
   background: url(/images/bg_recent-blog-posts.gif) no-repeat;
}

#recent-blog-posts h4{
   margin-bottom: .75em;
   font-size: 1.8em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#recent-blog-posts h4 a{
   color: #758E54;
   text-decoration: none;
}

#recent-blog-posts h4 a:hover{
   text-decoration: underline;
}

#recent-blog-posts p{
   font-size: 1.2em;
   color: #464646;
   line-height: 1.3;
}

/* Agenda */

#mega-footer #agenda{
   float: left;
   width: 222px;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   height: 65px;
   padding: 15px 22px;
   border-top: 4px solid #77939C;
   background: #E7E7DB;
}

#footer{
   border-color: #806263;
}

#footer p{
   float: left;
   color: #707070;
   font-size: 1.2em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#footer p.powered{
   float: right;
}

#footer a{
   color: #5E8927;
   text-decoration: none;
}

#footer a:hover{
   text-decoration: underline;
}