/* Site: Kaleo */

/*@import url(/css/sIFR-screen.css);*/

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   background: #FFF 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-outer{
   background: url(/images/bg_container-outer.gif) no-repeat -77px 29px;
}

#container{
   width: 980px;
   margin: 0 auto;
}

body#home #container{
   position: relative;
}

a{
   overflow: hidden;
}

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

#header{
   position: relative;
   width: 980px;
}

#header h1{
   float: left;
   width: 187px;
   height: 43px;
   margin-top: 72px;
   background: url(/images/bg_h1.gif) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 187px;
   height: 43px;
}

#header h2{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 364px;
   height: 19px;
   margin: 84px 0 0 16px;
   background: url(/images/bg_h2.gif) no-repeat;
   text-indent: -9999px;
}

#sites{
   position: absolute;
   top: 21px;
   right: 0;
   width: 416px;
   background: url(/images/bg_sites.gif) repeat-x left 19px;
   list-style: none;
}

#sites li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-left: 5px;
   text-indent: -9999px;
}

#sites li a{
   display: block;
   width: 132px;
   height: 46px;
   background-repeat: no-repeat;
   background-position: center top;
}

#sites li#mission-valley a{
  /*background-image: url(/images/bg_sites_mission-valley.gif);*/
  background-image: url(/images/bg_sites_linda-vista.gif);
}

#sites li#sdsu a{
   background-image: url(/images/bg_sites_college-area.gif);
}

#sites li#el-cajon a{
   background-image: url(/images/bg_sites_el-cajon.gif);
}

#sites li a:hover{
   background-position: center bottom;
}

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

#nav-wrap{
   clear: left;
   float: left;
   width: 143px;
}

#super-nav{
   list-style: none;
   margin: 51px 21px 50px 0;
}

#super-nav li{
   text-indent: -9999px;
   margin-bottom: 23px;
}

#super-nav li a{
   display: block;
   background-repeat: no-repeat;
   background-position: right top;
}

#super-nav li#new-here a{
   height: 28px;
   background-image: url(/images/bg_super-nav_new-here.gif);
}

#super-nav li#location-service-times a{
   height: 54px;
   background-image: url(/images/bg_super-nav_location-service-times.gif);
}

#super-nav li#get-connected a{
   height: 29px;
   background-image: url(/images/bg_super-nav_get-connected.gif);
}

#super-nav li#media-messages a{
   height: 54px;
   background-image: url(/images/bg_super-nav_media-messages.gif);
}

#super-nav li a:hover{
   background-position: right bottom;
}

#nav{
   float: left;
   margin-bottom: 25px;
   background: url(/images/bg_nav_ul.gif) repeat-y right top;
}

#nav li{
   float: left;
   width: 143px;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-size: 1.1em;
   text-transform: uppercase;
   text-align: right;
   list-style: none;
}

#nav li a{
   display: block;
   padding: 12px 25px 14px 0;
   background: #FFF url(/images/bg_nav_li_a.gif) no-repeat right bottom;
   color: #252525;
   text-decoration: none;
}

#nav li.current a,
#nav li a:hover{
   background-image: url(/images/bg_nav_li_a_hover.gif);
   color: #005B7F;
}

#nav ul{
   display: none;
   float: left;
   width: 134px;
   padding: 0 9px 1px 0;
   background: url(/images/bg_nav_li_a.gif) no-repeat right bottom;
}

#nav li.current ul{
   display: block;
}

#nav li li{
   width: 134px;
   font-size: 1em;
   font-weight: bold;
   text-transform: lowercase;
}

#nav li li a,
#nav li.current li a{
   padding: 9px 16px 8px 0;
   background: none;
}

#nav li li a:hover{
   background-image: url(/images/bg_nav_li_a_hover.gif);
}

#nav li li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 206px;
   padding: 1px;
   border: 1px solid #D0D0D0;
   background: #F4F7F2;
   list-style: none;
   line-height: 1;
}

#nav li ul ul{
   margin: -29px 0 0 134px;
}

#nav li li:hover ul ul,
#nav li li.sfhover ul ul{
   left: -999em;
}

#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul{
   left: auto;
}

#nav li li li{
   width: auto;
   font-size: 1em;
   font-weight: normal;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-style: normal;
   text-align: left;
}

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

#nav li.current li li a{
   width: 184px;
   padding: 7px 11px;
   color: #252525;
}

#nav li li li a:hover{
   background: #A7BEC4;
   color: #FFF;
}

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



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



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

#content{
   float: left;
   width: 535px;
   margin: 28px 0;
   padding: 0 43px 0 39px;
   background: #FFF url(/images/bg_content.gif) no-repeat;
}

body#home #content{
   width: 353px;
   margin-top: 18px;
   padding: 0 28px;
   background: #FFF url(/images/bg_content_home.gif) no-repeat;
}

#content #content-header{
   width: 597px;
   height: 180px;
   margin: 0 -43px 0 -39px;
   padding: 10px;
   background: url(/media/default-header.jpg) no-repeat 10px 10px;
}

body#home #content #content-header{
   width: 393px;
   height: 252px;
   margin: 0 -28px;
   padding: 8px;
   background: none;
}

body#home #content iframe{
   width: 403px;
   height: 262px;
   margin: 0 -28px 5px;
   border: 0;
   overflow: hidden;
}

#content #content-header img{
   display: block;
   float: none;
   margin: 0;
   border: 0;
}

#content h3{
   margin-bottom: .75em;
   color: #111;
   font-size: 3em;
   font-weight: normal;
}

body#home #content h3{
   margin: 0;
   color: #252525;
   font-family: "Helvetica CY", "Arial Narrow", Helvetica, Arial, sans-serif;
   font-size: 2.8em;
   letter-spacing: -1px;
}

body#home #content h3 span{
   color: #D0D3CE;
   font-size: .8em;
   font-weight: normal;
}

body#home #content h3 a{
   padding-top: 5px;
   color: #252525;
   text-decoration: none;
}

body#home #content h3 a:hover{
   color: #FFF;
}

#content h4{
   margin-bottom: .75em;
   color: #276D88;
   font-size: 1.8em;
   font-weight: normal;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content h5{
   margin-bottom: .75em;
   color: #222;
   font-size: 1.7em;
   font-weight: normal;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content h6{
   margin-bottom: .75em;
   color: #276D88;
   font-size: 1.4em;
   font-weight: normal;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1.5em;
   color: #545454;
   font-size: 1.2em;
   line-height: 1.5;
}

#content p.byline{
   margin-bottom: 1em;
   color: #A0A0A0;
   font-size: 1.3em;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-style: italic;
}

#content p.more{
   margin-bottom: 1em;
   padding-bottom: 12px;
   background: url(/images/bg_content_more.gif) repeat-x left bottom;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-transform: uppercase;
}

#content p.more a{
   color: #1D759A;
   text-decoration: none;
}

#content p.more a:hover{
   background: none;
   color: #1D759A;
   text-decoration: underline;
}

#content p.meta{
   margin-bottom: 65px;
   padding-left: 20px;
   background: url(/images/bg_content_meta.gif) no-repeat left center;
   font-size: 1.1em;
}

#content p.meta a{
   text-decoration: none;
}

#content p.meta a:hover{
   color: #1D759A;
   background: none;
   text-decoration: underline;
}

#content p.meta a.comments{
   padding: 2px 0 2px 20px;
   background: url(/images/bg_content_comments.gif) no-repeat left center;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content li{
   line-height: 1.5;
}

#content blockquote{
   margin-left: 50px;
}

#content blockquote.fancy{
   width: 450px;
   margin: 0 0 20px 20px;
   padding: 20px 0 0 60px;
   background: #E2EFF5 url(/images/bg_content_blockquote.gif) no-repeat;
}

#content blockquote.fancy p{
   margin: 0;
   padding: 0 60px 25px 0;
   background: url(/images/bg_content_blockquote_p.gif) no-repeat right bottom;
   font-size: 1.3em;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-style: italic;
}

#content blockquote.pullquote{
   float: right;
   width: 180px;
   margin: 7px 0 10px 20px;
   padding: 25px 10px;
   border: 4px double #CCC;
   border-left: 0;
   border-right: 0;
   background: none;
}

#content blockquote.pullquote p{
   margin: 0;
   padding: 0;
   font-size: 1.8em;
   text-align: center;
   background: none;
}

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

#content a{
   color: #1D759A;
}

#content a:hover{
   background: #356E83;
   color: #FFF;
   text-decoration: none;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: 4px solid #EDEDED;
}

#content img.noborder{
   border: 0;
}

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

#content img.floatright{
   float: right;
   margin: 0 0 10px 10px;
}

#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;*/
   font-size: 1.1em;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   padding: 0;
   background: none;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 12px;
   padding: 2px 0 2px 20px;
   background-repeat: no-repeat;
   background-position: left top;
}

#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/icon_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/images/icon_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/icon_play.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/icon_podcast.gif);
}

#content #mediabox li a:hover{
   background-color: transparent;
   background-position: left bottom;
   color: #4FA6C7;
   text-decoration: none;
}

#content #content-nav{
   display: inline; /* IE6 double margin float bug hack */
   width: 403px;
   float: left;
   margin: 0 -28px 30px;
   font-size: 1.2em;
}

#content #content-nav li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 0 0 0 3px;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-transform: uppercase;
   list-style: none;
}

#content #content-nav a{
   float: left;
   display: block;
   height: 23px;
   padding: 13px 13px 0;
   background: url(/images/bg_content-nav_a.gif) repeat-x;
   color: #EBEBEB;
   text-decoration: none;
   outline: 0;
}

#content #content-nav a.current,
#content #content-nav a:hover{
   padding: 12px 12px 1px;
   color: #252525;
   background: #FFF;
   border: 1px solid #E1E1E1;
   border-bottom: 0;
}

/*#content #content-nav a:hover{
   color: #EBEBEB;
   background: url(/images/bg_content-nav_a.gif) repeat-x;
}

#content #content-nav a.current:hover{
   color: #252525;
   background: #FFF;
}*/

#content #review-list .review{
   clear: both;
   float: left;
   width: 493px;
   padding: 25px 20px;
}

#content #review-list .review.featured{
   position: relative;
   margin-bottom: 25px;
   padding: 24px 19px;
   border: 1px solid #C9C9C9;
   background: #F8F6D9;
}

#content #review-list .review img{
   padding: 3px;
   border: 1px solid #DDD;
   background: #FFF;
}

#content #review-list .review .review-text{
   float: right;
   width: 360px;
}

#content #review-list .review h4{
   font-size: 1.7em;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-style: italic;
   line-height: 1.25;
}

#content #review-list .review h4 a{
   text-decoration: none;
}

#content #review-list .review p.byline{
   float: left;
   color: #999;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-style: normal;
}

#content #review-list .review p.byline strong{
   color: #666;
   font-weight: normal;
}

#content #review-list .review p.comments{
   float: right;
   font-size: 1.1em;
}

#content #review-list .review p.comments a{
   padding: 0 0 2px 15px;
   background: url(/images/bg_comments.gif) no-repeat left center;
   text-decoration: none;
}

#content #review-list .review p.comments a:hover{
   color: #1D759A;
   text-decoration: underline;
}

#content #review-list .review h5{
   position: absolute;
   top: -2px;
   left: -2px;
   width: 118px;
   height: 118px;
   background: url(/images/bg_featured.png) no-repeat;
   text-indent: -9999px;
   _background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_featured.png', sizingMethod='crop');
}

/* Calendar */

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #2F2F2F;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   font-size: 1.8em;
}

#content table.calendar caption span{
   color: #1D759A;
}

#content table.calendar th{
   padding: 6px 0;
   background: #2F2F2F;
   color: #FFF;
   font-size: 1.3em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #2F2F2F;
   border-left: 0;
   border-top: 0;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td.empty{

}

#content table.calendar td a{
   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;
}

/* blog comments */

#content #comments{
   clear: both;
   width: 350px;
   margin-top: 25px;
}

#content #comments h4{
   clear: left;
   margin-bottom: 10px;
   padding: 5px 0;
   border-top: 1px solid #F2F2F2;
   border-bottom: 1px solid #F2F2F2;
}

#content #comments img.member-pic{
   float: left;
   margin: 0 10px 5px 0;
}

#content #comments p.comment-name{
   margin-bottom: 5px;
   padding: 0 3px;
   background: #000;
   font-size: 75%;
   text-transform: uppercase;
}

#content #comments .comment{
   float: left;
   width: 340px;
   margin-bottom: 10px;
   padding: 5px;
   background: #323138;
}

#content #comments p.comment-thanks{
   color: #E76522;
   font-style: italic;
}

#content #comments p.comments-login{
   clear: left;
   padding: 5px 0;
}

#content #comments label{
   margin-bottom: .75em;
   color: #276D88;
   font-size: 1.8em;
   font-weight: normal;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content #comments textarea{
   display: block;
   width: 336px;
   padding: 5px;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content #comments input#comment-submit{
   display: block;
   padding: 5px;
   border: 0;
   background: #5FA7CE;
   color: #FFF;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   text-transform: lowercase;
}

#content #comments div.comment-text{
   color: #F2F2F2;
   font-size: 90%;
   line-height: 1.5;
}

#content #comments{
   width: auto;
}

#content #comments .comments{
   padding: 7px 8px 6px 32px;
   background: #E6E6E6 url(/images/bg_comments.gif) no-repeat 11px center;
   font-size: 11px;
   font-weight: bold;
}

#content #comments .comment{
   width: 507px;
   padding: 0 14px;
   background: #E6E6E6;
}

#content #comments .comment h5{
   margin: 0 -14px .5em;
   padding: 8px 14px;
   border-bottom: 1px solid #B9B9B9;
   background: #D2D2D2;
   color: #6E6D77;
   font-size: 12px;
}

#content #comments .comment h5 span{
   border-bottom: 1px dashed #7F7F84;
   font-size: 15px;
}

/* books */

#content .book{
   clear: both;
   float: left;
   width: 535px;
   margin-bottom: 35px;
}

/* =Home Column
---------------------------------------------------------------------
*/

#home-column{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 196px;
   margin: 63px 0 20px 11px;
}

#home-column img{
   display: block;
   margin-bottom: 7px;
   padding: 6px;
   border: 1px solid #E7E7E7;
   background: #FFF;
}

#home-column a:hover img{
   background: #EBEBEB;
}

#home-column #recent-sermons{
   padding-top: 45px;
   background: url(/images/bg_search.gif) repeat-x;
}

#home-column #recent-sermons h3{
   margin-bottom: .25em;
}

#home-column #recent-sermons h4{
   margin-bottom: .25em;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-size: 1.4em;
   font-weight: normal;
}

#home-column #recent-sermons h4 a{
   color: #000;
   text-decoration: none;
}

#home-column #recent-sermons h4 a:hover{
   text-decoration: underline;
}

#home-column #recent-sermons p.byline{
   margin-bottom: .5em;
   color: #7C7C7C;
   font-size: 1.2em;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-style: italic;
}

#home-column #recent-sermons p{
   margin-bottom: .5em;
   color: #5A5E5E;
   font-size: 1.1em;
   line-height: 1.25;
}

#home-column #recent-sermons .sermon{
   float: left;
   width: 190px;
   padding: 14px 0 8px;
   background: url(/images/bg_recent-sermon.gif) repeat-x left bottom;
}

#home-column #recent-sermons .sermon:hover{
   background: url(/images/bg_recent-sermon_hover.gif) repeat-x left bottom;
   background: #EBEBEB;
}

#home-column #recent-sermons .sermon:hover h4 a{
   color: #005B7F;
}

#home-column #recent-sermons .sermon ul{
   float: left;
   padding-left: 136px;
}

#home-column #recent-sermons .sermon.mission-valley-site ul{
   /*background: url(/images/icon_mission-valley.gif) no-repeat;*/
   background: url(/images/icon_linda-vista.gif) no-repeat;
}

#home-column #recent-sermons .sermon.sdsu-site ul{
   background: url(/images/icon_sdsu.gif) no-repeat;
}

#home-column #recent-sermons .sermon.el-cajon-site ul{
   background: url(/images/icon_el-cajon.gif) no-repeat;
}

#home-column #recent-sermons .sermon li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-left: 2px;
   list-style: none;
   text-indent: -9999px;
}

#home-column #recent-sermons .sermon li a{
   display: block;
   width: 16px;
   height: 16px;
   background-repeat: no-repeat;
   background-position: left top;
}

#home-column #recent-sermons .sermon li.podcast a{
   background: url(/images/icon_podcast.gif);
}

#home-column #recent-sermons .sermon li.play a{
   background: url(/images/icon_play.gif);
}

#home-column #recent-sermons .sermon li.download a{
   background: url(/images/icon_download.gif);
}

#home-column #recent-sermons .sermon li a:hover{
   background-position: left bottom;
}

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

#sidebar{
   float: right;
   width: 220px;
   margin-top: 50px;
   background: url(/images/bg_sidebar.gif) repeat-x;
}

#sidebar #agenda ul#agenda-nav{
   float: left;
   width: 213px;
   margin-bottom: 24px;
   padding-left: 7px;
}

#sidebar #agenda ul#agenda-nav li{
   float: left;
   font-size: 1.2em;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-transform: uppercase;
   list-style: none;
}

#sidebar #agenda ul#agenda-nav a{
   float: left;
   height: 17px;
   margin: 4px 4px 0 0;
   padding: 14px 15px 0;
   background: #E6E6E6;
   color: #4F4F4F;
   text-decoration: none;
   outline: none;
}

#sidebar #agenda ul#agenda-nav a.current{
   height: 18px;
   margin-top: 0;
   padding-top: 18px;
   color: #0F0F0F;
   background: #FFF;   
}

#sidebar #agenda #branch1{
   position: relative;
   clear: left;
   padding: 0 10px 35px 14px;
   background: url(/images/bg_sidebar_calendar.gif) no-repeat right bottom;
}

#sidebar table.calendar{
   width: 175px;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar table.calendar caption{
   padding-bottom: 15px;
   color: #2F2F2F;
   font-size: 1.2em;
   font-weight: bold;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-transform: uppercase;
}

#sidebar table.calendar caption span{
   position: absolute;
   top: 0;
}

#sidebar table.calendar caption span.calendar-prev{
   left: 20px;
}

#sidebar table.calendar caption span.calendar-next{
   right: 35px;
}

#sidebar table.calendar th{
   padding: 4px 0 5px;
   font-size: 1.1em;
   font-weight: normal;
}

#sidebar table.calendar td{
   padding: 5px 0 6px;
   font-size: 1.1em;
   text-align: center;
}

#sidebar table.calendar td.linked-day{
   padding: 0;
}

#sidebar table.calendar td.linked-day a{
   display: block;
   padding: 5px 0 6px;
   color: #FFF;
   background: #2F2F2F;
   text-decoration: none;
}

#sidebar table.calendar td.linked-day a:hover{
   background: #276D88;
}

#sidebar #events{
   width: 204px;
   margin-left: 16px;
   padding-top: 43px;
   background: url(/images/bg_search.gif) repeat-x;
}

#sidebar .event{
   display: inline; /* IE6 double margin float bug hack */
   clear: both;
   float: left;
   width: 177px;
   margin-left: 15px;
   /*margin: 0 8px 0 20px;*/
   padding: 10px 0 5px 15px;
   background: url(/images/bg_sidebar_event.gif) repeat-x left bottom;
}

body#home #sidebar .event{
   margin-left: 0;
}

#sidebar .event:hover{
   background-image: url(/images/bg_sidebar_event_hover.gif);
   background: #EBEBEB;
}

#sidebar .event .date{
   float: left;
   width: 25px;
   margin-right: 13px;
   padding-top: 2px;
   border: 1px solid #D7D7D7;
   background: #3D6473;
   color: #FFF;
   font-size: 1.2em;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-transform: lowercase;
   text-align: center;
}

#sidebar .event .date span{
   display: block;
   margin-top: 3px;
   padding: 0 0 2px;
   background: #FFF;
   color: #111;
   font-size: 1.1667em;
}

#sidebar .event .text{
   float: left;
   width: 122px;
   padding: 0 15px 21px 0;
   background-repeat: no-repeat;
   background-position: right bottom;
}

#sidebar .event .text.mission-valley-site{
   /*background-image: url(/images/icon_mission-valley.gif);*/
   background-image: url(/images/icon_linda-vista.gif);
}

#sidebar .event .text.el-cajon-site{
   background-image: url(/images/icon_el-cajon.gif);
}

#sidebar .event .text.sdsu-site{
   background-image: url(/images/icon_sdsu.gif);
}

#sidebar .event h4{
   margin-bottom: .25em;
   font-size: 1.3em;
   font-weight: normal;
   color: #AAA;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#sidebar .event h4 a{
   color: #000;
   text-decoration: none;
}

#sidebar .event:hover h4{
   color: #999;
}

#sidebar .event:hover h4 a{
   color: #005B7F;
}

#sidebar .event p{
   color: #5A5E5E;
   font-size: 1.1em;
}

#sidebar p.more,
#recent-sermons p.more{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   margin: 20px 8px;
   font-size: 1.1em;
   text-align: right;
}

#sidebar p.more a,
#recent-sermons p.more a{
   padding: 3px 20px 3px 0;
   background: url(/images/bg_sidebar_more.gif) no-repeat right center;
   color: #005B7F;
   text-decoration: none;
}

#sidebar form#searchForm{
   clear: both;
   width: 194px;
   margin-bottom: 15px;
   padding: 45px 0 0 17px;
   background: url(/images/bg_search.gif) repeat-x;
}

body#home #sidebar form#searchForm{
   position: absolute;
   top: 126px;
   right: 65px;
   width: 351px;
   padding: 0;
   background: none;
}

#sidebar form#searchForm #search_term{
   float: left;
   width: 128px;
   margin-right: 3px;
   padding: 4px 7px;
   border: 1px solid #E1E1E1;
   color: #7C7C7C;
   font-size: 1.2em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

body#home #sidebar form#searchForm #search_term{
   width: 286px;
}

#sidebar form#searchForm #search_go{
   float: left;
   display: block;
   width: 46px;
   height: 25px;
   background: url(/images/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

/* sidebar inner */

#sidebar #sidebar-inner{
   margin-left: 15px;
}

#sidebar #sidebar-inner h3{
   margin: 15px 0 5px;
}

#sidebar #sidebar-inner h4{
   margin-bottom: .75em;
   color: #276D88;
   font-size: 1.6em;
   font-weight: normal;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar #sidebar-inner h5{
   margin-bottom: .75em;
   color: #222;
   font-size: 1.5em;
   font-weight: normal;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar #sidebar-inner h6{
   margin-bottom: .75em;
   color: #276D88;
   font-size: 1.4em;
   font-weight: normal;
}

#sidebar #sidebar-inner p,
#sidebar #sidebar-inner ul{
   margin-bottom: 1em;
   font-size: 1.1em;
   color: #545454;
   line-height: 1.25;
}

#sidebar #sidebar-inner ul{
   margin-left: 15px;
}

#sidebar #sidebar-inner a{
   color: #1D759A;
}

#sidebar #sidebar-inner a:hover{
   background: #356E83;
   color: #FFF;
   text-decoration: none;
}

/* friends */

#content #options{
   float: left;
   width: 535px;
   margin: 0 0 25px;
}

#content #options li{
   float: left;
   margin-right: 10px;
   padding-right: 10px;
   border-right: 1px solid #C6C6C6;
   list-style: none;
   line-height: 1;
}

#content #options li.last{
   border: 0;
}

#content .message blockquote{
   width: auto;
   margin: 0 0 1em;
   padding: 0;
   background: none;
   color: #545454;
   font-size: 1.2em;
   line-height: 1.25;
}

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

#sidebar #me-sidebar{
   clear: right;
   float: right;
   width: 211px;
   margin-bottom: 20px;
}

#sidebar #me-sidebar form{
   margin-bottom: 10px;
}

#sidebar #friends-wrap{
   margin: 0 15px;
}

#sidebar #friends-wrap h3{
   padding: 8px 0 0 15px;
   background: url(/images/bg_sidebar_sermon_h3.gif) no-repeat;
   color: #FFF;
   font-size: 1.3em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
   text-indent: 0;
}

#sidebar .friend-request{
   margin-bottom: 10px;
   padding: 3px 5px 5px;
   border: 1px solid #999;
}

#sidebar .friend-request h4{
   font-size: 1.2em;
}

#sidebar .friend-request blockquote{
   font-size: 1.2em;
   margin: 15px 10px 15px 20px;
   font-style: italic;
   line-height: 1.25;
}

#sidebar .friend-request p{
   font-size: 1.1em;
}

#sidebar .friend-request a{
   color: #1D759A;
}

#sidebar .friend{
   float: left;
   height: 100px;
   margin: 0 10px 10px 0;
   font-size: 1.1em;
}

#sidebar .friend img{
   display: block;
   margin: 0 auto 2px;
   border: 0;
}

#sidebar .friend a{
   display: block;
   padding-bottom: 3px;
   text-decoration: none;
   text-align: center;
   color: #1D759A;
}

/* traildiv */

#traildiv{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 999;
   visibility: hidden;
   width: 100px;
   height: 100px;
   color: #FFF;
}

#traildiv ul{
   padding: .75em;
   padding-bottom: 0;
   border: 3px solid #2F2F2F;
   background: #547883;
   font-size: 1.1em;
}

#traildiv li{
   color: #FFF;
   margin-left: 1em;
   margin-bottom: .75em;
}

#traildiv a{
   color: #FFF;
   text-decoration: none;
}

#sidebar .review{
   margin-bottom: 25px;
}

#sidebar .review img{
   float: left;
   margin: 0 5px 5px 0;
}

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

#footer-outer{
   clear: both;
   border-top: 13px solid #373737;
   background: #484848 url(/images/bg_footer-outer.gif) repeat-x left bottom;
}

#footer{
   clear: both;
   width: 980px;
   margin: 0 auto;
}

#footer h3{
  color: #9FCADC;
  margin-bottom: .25em;
}

#footer-outer div.clear{
   clear: both;
}

#footer #recent-articles{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 300px;
   margin: 30px 30px 0 5px;
}

#footer #recent-articles .article{
   margin-bottom: 30px;
}

#footer h4{
   margin-bottom: .25em;
   color: #FFF;
   font-size: 1.3em;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#footer h4 a{
   color: #FFF;
}

#footer p{
   margin-bottom: .25em;
   color: #FFF;
   font-size: 1.1em;
   line-height: 1.4;
}

#footer p.more{
   float: left;
   clear: left;
   font-size: 1.1em;
}

#footer p.more a{
   display: block;
   padding: 3px 25px 4px 0;
   background: url(/images/bg_footer_recent-articles_more.gif) no-repeat right center;
}

#footer a{
   color: #9FCADC;
   text-decoration: none;
}

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

#footer a.nostyle{
   color: #898989;
   text-decoration: none;
}

#footer a.nostyle:hover{
   text-decoration: none;
}

#footer #recent-articles .article p.byline{
   color: #A0A0A0;
   font-size: 1.3em;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-style: italic;
}

#footer #recent-articles .article p.categories{
   margin-bottom: .5em;
   color: #CFE7C4;
}

#footer #recent-articles p.more{
   float: left;
   font-size: 1.1em;
}

#footer #recent-articles p.more a{
   display: block;
   padding: 3px 25px 4px 0;
   background: url(/images/bg_footer_recent-articles_more.gif) no-repeat right center;
}

#footer #recent-articles img{
   float: left;
   margin-right: 10px;
   border: 5px solid #373737;
}

#footer #recent-articles a:hover img{
   border-color: #9FCADC;
}

#footer #gospel-stories{
   float: left;
   width: 258px;
   padding: 30px 12px 0;
   background: url(/images/bg_footer_gospel-stories.gif) repeat-x;
}

#footer #gospel-stories h3{
   /*margin-bottom: .25em;*/
}

#footer #gospel-stories h4{
   margin-bottom: .75em;
   line-height: 1.25;
}

#footer #gospel-stories p{
   margin-bottom: .75em;
}

#footer #gospel-stories img{
   float: left;
   margin-right: 10px;
   border: 5px solid #373737;
}

#footer #gospel-stories a:hover img{
   border-color: #9FCADC;
}

#footer #bible-reading{
   clear: left;
   float: left;
   width: 258px;
   margin-top: 40px;
}

#footer #featured-culture{
   float: left;
   width: 300px;
   margin-top: 40px;
}

#footer #email-signup{
   float: left;
   width: 322px;
   margin: 30px 0;
   padding-left: 41px;
}

#footer #email-signup h3{
   /*margin-bottom: .25em;*/
}

#footer #email-signup p{
   margin-bottom: .5em;
}

#footer #email-signup input#newsletter_text{
   width: 155px;
   margin-right: 5px;
   padding: 5px 7px;
   border: 1px solid #E1E1E1;
   background: #FFF;
   color: #7C7C7C;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   vertical-align: top;
}

#footer #kaleo-feeds{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 0 0 30px 41px;
}

#footer #kaleo-feeds img{
   border: 0;
}

/*#footer #kaleo-feeds a{
   display: block;
   width: 315px;
   height: 64px;
   background: url(/images/bg_kaleo-feeds.gif) no-repeat;
}
*/

#footer #map{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 322px;
   margin-left: 41px;
}

#footer #map h3{
   /*margin-bottom: 0;*/
}

#footer #map img{
   display: block;
   border: 6px solid #373737;
}

#footer #map a:hover img{
   border-color: #9FCADC;
}

#footer-inner{
   clear: both;
   height: 40px;
   padding-top: 75px;
}

#footer-inner p{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 0 10px;
   color: #898989;
   font-size: 1.1em;
}

#footer-inner p.powered{
   float: right;
}

#footer-inner a{
   color: #9AC3D4;
}

/* pagination */

#content p#pagination{
   margin: 20px 7px;
}

#content p#pagination a{
   /*float: left;*/
   padding: 5px;
   margin: 5px;
   background: #F6F6F6;
   text-decoration: none;
}

#content p#pagination a#current{
   font-weight: bold;
}

#content p#pagination a:hover{
   background: #1D759A;
}
