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

/* Site: Calvary Temple Christian Center */

* {
   margin: 0;
   padding: 0;
}

body{
   font-size: 62.5%;
   font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
   line-height: 1;
   background: #004d73 url(/_img/bg_body.gif) repeat-x;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   clear: both;
   background: #fff;
}

a{
   overflow: hidden;
   color: #004d73;
   text-decoration: none;
}

a:hover{
   text-decoration: underline;
}

img{
   border: none;
}

/* =Header
---------------------------------------------------------------------
*/

#headwrap{
   height: 244px;
   background: url(/_img/bg_headwrap.gif) no-repeat center top;
   text-align: center;
}

#header{
   width: 920px;
   height: 223px;
   margin: 0 auto;
   padding: 21px 20px 0;
   text-align: left;
   position: relative;
}

#header h1{
   width: 300px;
   height: 100px;
   float: left;
   display: inline;
   background: url(/_img/bg_header_h1.gif);
   margin-bottom: 61px;
}

#header h1 a{
   display: block;
   height: 100px;
   text-indent: -9999px;
}

#header #tagline{
   float: left;
   display: inline;
   margin-left: 42px ;
   padding-top: 34px;
   color: #BDDBEA;
   font-size: 1.2em;
   line-height: 1.42;
}

#header #tagline b,
#header #tagline strong{
   color: #fff;
   font-weight: normal;
}

#latest-audio{
   position: absolute;
   right: 40px;
   top: 132px;
   width: 280px;
}

#latest-audio h3{
   font-size: 1.8em;
   font-weight: normal;
   color: #fefefe;
   margin-bottom: 14px;
}

#latest-audio h4{
   font-size: 1.2em;
   font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
   margin-bottom: 5px;
}

#latest-audio h4 a{
   color: #fff;
}

p#audio-meta{
   color: #33ccff;
   font-size: 1.2em;
   line-height: 1.2;
}

p#audio-meta #meta-speaker{
   display: block;
   float: left;
   font-style: italic;
   border-right: 1px solid #69afd2;
   padding-right: 10px;
}

p#audio-meta #meta-date{
   font-size: .833em;
   float: left;
   display: block;
   padding-left: 10px;
   padding-top: 2px;
}

#latest-audio ul#mediabuttons{
   float: right;
   list-style: none;
}

#latest-audio ul#mediabuttons li{
   float: left;
}

#latest-audio ul#mediabuttons li a{
   display: block;
   width: 15px;
   height: 12px;
   padding: 2px;
   text-indent: -9999px;
}

#latest-audio ul#mediabuttons li#latest-listen a:hover,
#latest-audio ul#mediabuttons li#latest-download a:hover{
   background-color: #025580;
}

#latest-audio ul#mediabuttons li#latest-listen a{
   background: url(/_img/bg_latest-listen.gif) no-repeat 5px 2px;
}

#latest-audio ul#mediabuttons li#latest-download a{
   background: url(/_img/bg_latest-download.gif) no-repeat 5px 4px;
   margin-left: 8px;
}

#latest-audio p#audio-archive{
   position: absolute;
   top: 0;
   right: 0;
   font-size: 1.2em;
}

#latest-audio p#audio-archive a{
   color: #b9da1e;
   padding-left: 25px;
   background: url(/_img/bg_audio-archive.gif) no-repeat left 2px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   list-style: none;
   float: left;
   clear: left;
   width: 600px;
   height: 63px;
   position: relative;
}

#nav li{
   float: left;
   font-size: 1.2em;
}

#nav li a{
   display: block;
   float: left;
   color: #fff;
   text-decoration: none;
   height: 22px;
   padding: 11px 16px 0;
}

#nav li.current a,
#nav li.active a,
#nav li.current a:hover,
#nav li.sfbreadcrumb a{
   margin-top: -3px;
   padding-top: 14px;
   color: #000;
   background: #b9da1e url(/_img/bg_nav_li_current_a.gif);
}

#nav li a:hover,
#nav li.sfHover a{
   background-color: #005d8b;
}

#nav li.sfHover li a{
   background: none;
}

#nav li ul{
   position: absolute;
   left: -999em;
   list-style: none;
   line-height: 1;
   background: #b9da1e;
}

#nav li:hover{
   visibility: inherit; /* fixes IE7 'sticky bug' */
}

#nav ul ul{
   display: none;
}

#nav .current ul,
#nav li:hover ul,
#nav li.sfHover ul,
#nav li.sfbreadcrumb ul{
   top: 33px;
   left: 0;
   width: 900px;
   z-index: 999;
}

#nav .current ul{
   z-index: 998;
}

#nav li li{
   float: left;
   font-size: 0.833em;
}

#nav li li a{
   float: left;
   display: block;
   height: 18px;
   padding: 10px 7px 0;
   background: none;
   color: #000;
   line-height: 1.1;
}

#nav li.current li a,
#nav li.sfbreadcrumb li a{
   margin: 0;
   padding: 10px 7px 0;
   background: none;
}

#nav li.current li.current a,
#nav li.current li.current a:hover,
#nav li.sfbreadcrumb li.current a,
#nav li.sfbreadcrumb li.current a:hover{
   background: #C9E546;
   text-decoration: underline;
   margin-top: 0;
}

#nav li.current li.current a:hover,
#nav li.sfbreadcrumb li.current a:hover{
   padding-top: 10px;
}

#nav li.current li a:hover{
   background: none;
   padding-top: 13px;
}

#nav li li a:hover{
   text-decoration: underline;
   background: none;
}


/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   width: 960px;
   margin: 0 auto;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

/* = Home Page  
---------------------------------------------------------------------
*/

#home #container{
   background: #fff url(/_img/bg_container_home.gif) repeat-x;
}

#home-featured{
   width: 960px;
   background: url(/_img/bg_home-featured.gif) no-repeat;
   float: left;
   height: 294px;
}

#home-slideshow{
   width: 620px;
   height: 271px;
   margin-top: 8px;
   float: left;
   display: inline;
   position: relative;
}

#slideshow-movie{
   position: absolute;
   top: 22px;
   left: 45px;
   width: 530px;
   height: 235px;
}

#home-events{
   float: left;
   display: inline;
   width: 320px;
   height: 255px;
   margin-top: 20px;
}

#home-events p#calendar-link{
   float: right;
   margin: 12px 20px 0 0;
   font-size: 1.2em;
   font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

#home-events p#calendar-link a{
   color: #b9da1e;
   padding: 2px 0 0 28px;
   background: url(/_img/bg_calendar-link.gif) no-repeat top left;
}

#home-events h3{
   font-weight: normal;
   font-size: 1.8em;
   font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
   color: #fff;
   margin: 12px 20px 10px;
}

#home-events .event{
   background: url(/_img/bg_event.gif) no-repeat 0 bottom;
   padding: 7px 0 7px 20px;
   width: 300px;
   float: left;
}

#home-events p.date{
   float: left;
   display: inline;
   margin-right: 15px;
   width: 29px;
   height: 30px;
   padding: 5px 3px;
   background: url(/_img/bg_event_date.gif) no-repeat 0 0;
   color: #fff;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: bold;
   text-align: center;
}

#home-events p.date a{
   color: #fff;
}
#home-events p.date a:hover{
   text-decoration: none;
}

#home-events p.date span{
   display: block;
   font-size: 20px;
   margin-top: 1px;
}

#home-events .event h4{
   font-size: 1.2em;
   margin-bottom: 7px;
   padding-top: 3px;
   font-weight: normal;
   line-height: 1.33;
}

#home-events .event h4 a{
   color: #fff;
}

#home-events .event p.event-time{
   color: #229bc8;
   font-size: 1.2em;
   margin-left: 50px;
}

#home-buckets{
   float: left;
   width: 960px;
}

#home-news,
#home-missions{
   width: 275px;
   height: 270px;
   float: left;
   margin-right: 30px;
   padding-bottom: 30px;
   position: relative;
}

#home-missions{
   margin-right: 20px;
}

#home-buckets h3{
   background: url(/_img/bg_home-news_h3.gif);
   height: 26px;
   padding: 10px 0 0 10px;
   color: #fff;
   font-size: 1.2em;
   text-transform: uppercase;
   margin-bottom: 20px;
}

#home-buckets h4{
   font-size: 1.2em;
   color: #004d73;
   margin-bottom: .5em;
}

#home-buckets h4 a{
   color: #004d73;
}

#home-buckets p{
   font-size: 1.2em;
   color: #2d2d2d;
   line-height: 1.5;
   margin-bottom: 1.5em;
}

#home-buckets a{
   color: #b9da1e;
}

#home-news p#home-news-meta{
   font-style: italic;
   color: #606060;
   line-height: 1.33;
}

#home-buckets p.more{
   font-weight: bold;
   margin-bottom: 0;
}

#home-buckets #home-news p.more,
#home-buckets #home-missions p.more{
   position: absolute;
   bottom: 0;
}

#home-missions p#track{
   padding: 0 75px 65px 0;
   background: url(/_img/home-missions-map.gif) no-repeat left bottom;
}

#home-new{
   float: left;
   width: 280px;
   height: 168px; /* 300px total with padding */
   padding: 112px 20px 20px;
   background: url(/_img/bg_home-new.gif) no-repeat;
}

#home-new h4{
   color: #fff;
}

#home-new h3{
   background: none;
   text-indent: -9999px;
   height: 0;
   font-size: .1em;
   line-height: 0;
   margin: 0;
   padding: 0;
}

#home-new p{
   color: #fff;
   margin-bottom: 1em;
}

#home-new p.more{
   background: url(/_img/bg_home-new_more.gif) no-repeat;
   padding: 7px 0;
}

/* =Content
---------------------------------------------------------------------
*/

#content-wrap{
   clear: both;
   width: 920px;
   float: left;
   padding: 45px 20px 90px;
}

#content{
   width: 580px;
   float: left;
}

#content h2{
   font-size: 3.2em;
   font-weight: normal;
   color: #004d73;
   margin-bottom: .5em;
}

#content h3{
   font-size: 1.8em;
   font-weight: normal;
   color: #004d73;
   margin-bottom: .75em;
}

#content h4,
#content h5,
#content h6{
   font-size: 1.4em;
   color: #01679a;
   font-weight: normal;
   margin-bottom: 1em;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #484848;
   font-size: 1.2em;
   line-height: 1.5;
}

#content ul,
#content ol{
   margin: 0 0 1.5em 0;
   padding: 0;
   list-style-position: outside;
}

#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 ul li{
   margin: 0 0 .5em 1em;
   background: url(/_img/bg_content_li.gif) no-repeat left 6px;
   list-style: none;
   padding-left: 12px;
}

#content ol li{
   margin: 0 0 .5em 0;
}

#content li ul{
   margin: .5em 0 .5em 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   padding-left: 1em;
   border-left: 3px solid #b9da1e;
   font-size: 1.1em;
   color: #464646;
   line-height: 1.5;
   margin: 0 0 1.5em;
   font-style: italic;
}

#content blockquote p{
   font-size: 1.1em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #004d73;
}

#content a:hover{
   text-decoration: underline;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content #text{
   clear: both;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: left;
   width: 290px;
   padding: 0 20px 0 30px;
   position: relative;
}

#sidebar #side-new{
   margin-bottom: 50px;
}

#sidebar #side-new h3{
   background: url(/_img/bg_sidebar_new_h3.gif);
   width: 290px;
   height: 85px;
   text-indent: -9999px;
   margin: 0 0 30px;
}

#sidebar h3{
   margin-left: 10px;
   height: 27px;
   padding: 10px 0 0 10px;
   color: #fff;
   font-size: 1.4em;
   margin-bottom: 10px;
   font-weight: bold;
   background: url(/_img/bg_sidebar_h3.gif);
}

#sidebar h4{
   margin: 0 0 .5em 10px;
   color: #004d73;
   font-size: 1.2em;
   line-height: 1.33;
}

#sidebar p{
   margin-left: 10px;
   margin-bottom: 1em;
   color: #484848;
   font-size: 1.2em;
   line-height: 1.5;
}

#sidebar p.more a{
   font-weight: bold;
   color: #b9da1e;
}

/* =Footer
---------------------------------------------------------------------
*/

#footwrap{
  clear: both;
  background: #004d73 url(/_img/bg_footer.gif) repeat-x;
}

#footer{
   width: 920px;
   padding: 0 20px 20px;
   margin: 0 auto;
}

#foot-resources{
   width: 920px;
   height: 58px;
}

#foot-resources h3{
   float: left;
   background: url(/_img/bg_rlink_resources.gif) no-repeat 0 25px;
   padding: 23px 34px 0 41px;
   font-size: 1.2em;
   font-weight: normal;
   text-transform: uppercase;
}

#foot-resources ul{
   list-style: none;
   float: left;
}

#foot-resources ul li{
   padding: 23px 29px 25px 29px;
   float: left;
   font-size: 1.1em;
   background: url(/_img/bg_foot-resources_li.gif) no-repeat;
}

#foot-resources ul li a{
   padding: 10px 10px 10px 32px;
   color: #232623;
}

li#rlink-calendar a{background: url(/_img/bg_rlink_cal.gif) no-repeat 0 8px;}
li#rlink-messages a{background: url(/_img/bg_rlink_audio.gif) no-repeat 0 11px;}
li#rlink-blog a{background: url(/_img/bg_rlink_blog.gif) no-repeat 0 10px;}
li#rlink-giving a{background: url(/_img/bg_rlink_giving.gif) no-repeat 0 9px;}
li#rlink-acs a{background: url(/_img/bg_rlink_acs.gif) no-repeat 0 8px;}

#foot-assoc,
#foot-info,
#foot-siteby{
   width: 920px;
   padding: 25px 0 5px;
   height: 20px;
}

#foot-assoc h3{
   float: left;
   display: inline;
   font-weight: normal;
   color: #fff;
   font-size: 1.2em;
   padding-top: 3px;
   margin: 0 20px 0 40px;
}

.footlist ul{
   list-style: none;
   margin: 0 auto;
}

.footlist ul li{
   float: left;
   font-size: 1.2em;
   border-left: 2px solid #006395;
   padding: 3px 0;
}

.footlist li.first{
   border-left: none;
}

.footlist ul li a{
   color: #fff;
   text-decoration: underline;
   padding: 0 10px;
}

.footlist ul li a:hover{
   text-decoration: none;
}

#foot-info,
#foot-siteby{
   padding-top: 15px;
   text-align: center;
}

#foot-siteby{
   padding-top: 5px;
}

#foot-info p{
   color: #fff;
   font-size: 1.2em;
}

#foot-info p a{
   color: #fff;
   padding: 3px 10px;
   text-decoration: underline;
}

#foot-info p span,
#foot-siteby p span{
   padding: 3px 10px;
   border-right: 2px solid #006395;
}

#foot-siteby{
   font-size: 1.1em;
   color: #A6C1CE;
}

#foot-siteby a{
   color: #A6C1CE;
   text-decoration: underline;
}

#foot-siteby span.cmslink{
   padding: 3px 10px;
   border: none;
}

#foot-info p a:hover,
#foot-siteby a:hover{
   text-decoration: none;
}
