/* @override http://www.emergencenj.org/_css/styles.css */

/* Site: Jacksonville Chapel */

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   padding-bottom: 50px;
   background: #FFF url(/_img/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;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   z-index: 100;
   width: 770px;
   height: 199px;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   background: url(/_img/bg_h1.gif) no-repeat;
   width: 280px;
   height: 49px;
   margin: 32px 0 46px 15px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 280px;
   height: 49px;
}

#service-times{
   position: absolute;
   top: 91px;
   right: 15px;
   width: 231px;
   height: 21px;
   padding-top: 9px;
   background: url(/_img/bg_service-times.gif) no-repeat;
}

body#home #service-times{
   display: none;
}

#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{
   /*top: 85px;*/
}

body#home form#searchForm{
   display: none;
}

form#searchForm input#search_term{
   float: left;
   width: 154px;
   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(/_img/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   position: relative;
   clear: both;
   width: 770px;
   /*margin-left: 12px;*/
   list-style: none;
}

#nav li{
   float: left;
   margin-right: 5px;
   font-size: 1.2em;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#nav li:hover,
#nav li.sfhover,
#nav li.current{
   background: url(/_img/bg_nav_li_hover.gif) no-repeat right bottom;
}

#nav li a{
   display: block;
   padding: 17px 18px 14px;
   color: #666666;
   text-decoration: none;
}

#nav li:hover a,
#nav li.sfhover a,
#nav li.current a{
   background: url(/_img/bg_nav_li_a_hover.gif) no-repeat left bottom;
   color: #ffffff;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   background: #fff;
   list-style: none;
}

#nav li.current ul,
#nav li:hover ul,
#nav li.sfhover ul{
   top: 43px;
   left: 0;
   width: 770px;
   z-index: 2;
}

#nav li:hover ul,
#nav li.sfhover ul{
   z-index: 5;
}

#nav li.current li,
#nav li:hover li,
#nav li.sfhover li{
   float: left;
   margin: 0;
   background: url(/_img/bg_nav_li_li.gif) no-repeat right center;
   font-size: 1em;
   text-transform: none;
}

#nav li.current li a,
#nav li:hover li a,
#nav li.sfhover li a{
   float: left;
   height: 26px;
   padding: 12px 18px 0 16px;
   color: #848483;
   background: none;
}

#nav li li a:hover,
#nav li li.current a{
   color: #147272;
}

#nav li li ul{
   display: none;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   clear: both;
   float: left;
   margin-bottom: 25px;
   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;
}

#content h2{
   margin-bottom: .5em;
   color: #007070;
   font-size: 2.4em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

body#home #content h2{
   margin-bottom: 1em;
   font-size: 1.8em;
}

#content h3{
   margin-bottom: .5em;
   color: #8b5a56;
   font-size: 1.8em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

body#home #content h3{
   margin-bottom: 1em;
   color: #007070;
}

#content h4{
   margin-bottom: .5em;
   color: #66ccff;
   font-size: 1.4em;
   font-weight: bold;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#content h5,
#content h6{
   margin-bottom: .5em;
   color: #666666;
   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: #66ccff;
}

#content a:hover{
   text-decoration: none;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content #home-header{
   float: left;
   width: 493px;
   margin: 0 0 15px 0;
   list-style: none;
}

/* #content #home-header img{
   position: relative;
   display: block;
   float: none;
   margin: 0 -6px 15px;
   border: 0;
} */

#content img#sub-header{
   float: none;
   display: block;
   margin: 0 0 25px;
}

#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 #006666;
   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(/_img/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(/_img/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(/_img/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/_img/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/_img/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/_img/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-left: 35px;
   position: relative;
}

body#home #sidebar{
   position: relative;
   margin-top: 11px;
   padding-bottom: 108px;
}

#agenda{
   margin-bottom: 15px;
   background: url(/_img/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: #414f67;
   text-decoration: none;
   outline: 0;
}

#agenda ul#agenda-nav li#an_calendar a{
   width: 80px;
   background: url(/_img/bg_an_calendar_a.gif) no-repeat;
}

#agenda ul#agenda-nav li#an_agenda a{
   width: 73px;
   background: url(/_img/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(/_img/bg_an_calendar_a_current.gif) no-repeat;
}

#agenda ul#agenda-nav li#an_agenda a.current{
   background: url(/_img/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: #8b5a56;
   text-decoration: none;
}

#agenda .event h4 a:hover{
   text-decoration: underline;
}

#agenda .event p{
   color: #959595;
   font-size: 1.1em;
}

/* Sidebar Section */
.section{
   margin: 20px 0;
   padding-top: 10px;
}

/* Recent Sermons */

.recent-sermons{
   margin: 20px 0;
   padding-top: 10px;
}

body#home .recent-sermons{
   margin: 0;
   padding: 0;
   border: 0;
}

#sidebar h3{
   margin-bottom: .5em;
   padding-bottom: 10px;
   border-bottom: 1px solid #e9e8de;
   color: #007070;
   font-size: 1.8em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

.recent-sermons .sermon,
.section .article{
   position: relative;
   padding: 8px 12px;
}

.recent-sermons .sermon:hover,
.section .article:hover{
   padding: 7px 11px;
   border: 1px solid #e1e1e1;
   /*background: #FAFAF7;*/
}

.recent-sermons .sermon h4,
.section .article h4{
   margin-bottom: .25em;
   font-size: 1.1em;
   font-weight: bold;
}

.recent-sermons .sermon h4 a,
.section .article h4 a{
   color: #8b5a56;
   text-decoration: none;
}

.recent-sermons .sermon h4 a:hover,
.section .article h4 a:hover{
   text-decoration: underline;
}

.section ul#blog_list_recent{
  margin-bottom: 15px;
}

.section ul#blog_list_recent li,
.section ul#blog_list_archive li{
   list-style-type: none;
   position: relative;
   padding: 8px 12px;
   margin-bottom: .25em;
   font-size: 1.1em;
   font-weight: bold;

}

.section ul#blog_list_recent li:hover,
.section ul#blog_list_archive li:hover{
   padding: 7px 11px;
   border: 1px solid #e1e1e1;
   /*background: #FAFAF7;*/
}

.section ul#blog_list_recent li a,
.section ul#blog_list_archive li a{
   color: #8b5a56;
   text-decoration: none;
}

.section ul#blog_list_recent li a:hover,
.section ul#blog_list_archive li a:hover{
   text-decoration: underline;
}

.recent-sermons .sermon p,
.section .article 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(/_img/bg_recent-sermons_play.gif) no-repeat;
}

.recent-sermons .sermon:hover p.play a{
   background-position: left bottom;
}

/* Podcast */

#podcast{
   margin: 20px 0;
}

#podcast h3{
   text-indent: -9999px;
}

#podcast a{
   display: block;
   height: 69px;
   background: url(/_img/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(/_img/bg_new-here.gif) no-repeat;*/
   background: url(/_img/newhere.jpg) no-repeat;
}

#newsletter-wrap input#nl_input{
   padding: 3px;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   border: 1px solid #006666;
   float: left;
   margin-right: 3px;
}

#newsletter-wrap span{
   float: left;
   display: inline;
   margin-top: 3px;
   margin-right: 3px;
}

#newsletter-wrap span img{
   float: left;
   display: inline;
   margin-left: 10px;
   background: #006666;
}

#newsletter-wrap input#nl_submit{
   float: left;
   margin-top: 3px;
}

#newsletter-wrap a#safe_subscribe{
   float: left;
   clear: left;
   display: inline;
   margin-left: 10px;
   margin-top: 6px;
}

/* =Mega-Footer
---------------------------------------------------------------------
*/

#mega-footer{
   display: inline; /* IE6 double margin float bug hack */
   clear: both;
   float: left;
   width: 770px;
   margin: 0 21px 50px;
   padding-top: 15px;
   border-top: 1px solid #666666;
}

#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(/_img/bg_subscribe.gif) no-repeat;
}

#latest-announcements{
   position: relative;
   float: left;
   width: 226px;
   height: 284px;
   margin-right: 13px;
   padding: 34px 0 0 14px;
   background: url(/_img/bg_recent-blog-posts.gif) no-repeat;
}

#latest-announcements .announcement,
#recent-blog-posts .announcement{
   padding: 8px 0;
}

#latest-announcements .announcement h4,
#recent-blog-posts .announcement h4{
   margin-bottom: .25em;
   font-size: 1.1em;
   font-weight: bold;
}

#latest-announcements .announcement h4 a,
#recent-blog-posts .announcement h4 a{
   color: #8b5a56;
   text-decoration: none;
}

#latest-announcements .announcement h4 a:hover,
#recent-blog-posts .announcement h4 a:hover,{
   text-decoration: underline;
}

#latest-announcements .announcement p,
#recent-blog-posts .announcement p{
   color: #959595;
   font-size: 1.1em;
}

#recent-blog-posts{
   position: relative;
   float: left;
   width: 212px;
   height: 284px;
   margin-right: 13px;
   padding: 34px 14px 0;
   background: url(/_img/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: #8b5a56;
   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 #889ea6;
   background: #deded6;
}

#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: #66ccff;
   text-decoration: none;
}

#footer a:hover{
   text-decoration: underline;
}