/* Site: 3CI */

/*@import url(/css/sIFR-screen.css);*/
#super-nav li#media-messages a, #super-nav li#get-connected a, #super-nav li#location-service-times a, #super-nav li#new-here a, #header h1, input { behavior: url(/iepngfix.htc) }
*
{
    margin: 0;
    padding: 0;
    line-height: 1;
}

body
{
	background: #FFF url(/images/bg_body-1.jpg) repeat-x;
	font-size: 62.5%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:#ffffff;
}

hr
{
    display: none;
}

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

#home #container-outer
{
    background-image: url(/images/bg_white.png);
    background-position: center 599px;
    background-repeat: no-repeat;
 
}

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

body#home #container
{
    position: relative;
}

a
{
    overflow: hidden;
}

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

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

#header h1
{
    float: left;
    background: url(/images/bg_container-outer.png) no-repeat;
    text-indent: -9999px;
    height: 250px;
    left: 725px;
    position: absolute;
    text-indent: -9999px;
    width: 254px;
    top:0px;
    background-position:left -42px;
}

#header h1 a
{
    display: block;
    width: 222px;
       height: 220px;
}

#header h2
{
    display: inline; /* IE6 double margin float bug hack */
    float: right;
    width: 615px;
    height: 99px;
    margin: 62px 223px 0 220px;
    background: url(/images/bg_h2.png) 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);
}

#sites li#sdsu a
{
    background-image: url(/images/bg_sites_sdsu.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: 21px 21px 50px 0;
}

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

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

#super-nav li#new-here a
{
    width: 136px;
    height: 114px;    
    background-image: url(/images/bg_super-nav_findus.png);
	
}

#super-nav li#location-service-times a
{ 
      width: 136px;
    height: 114px;    
    background-image: url(/images/bg_super-nav_life-groups.png);
}

#super-nav li#get-connected a
{
background-image: url(/images/bg_super-nav_give.png);
    width: 136px;
    height: 114px;
	
}

#super-nav li#media-messages a
{
  	    width: 136px;
    height: 114px;    
	background-image: url(/images/bg_super-nav_downloads.png);
	  
}



#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 New Roman", Times, serif;
	font-size: 12pt;
	text-align: right;
	list-style: none;
	background-color:#ffffff;
}

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

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

#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: 10pt;
	font-weight: normal;
	text-transform: lowercase;
}

#nav li li a, #nav li.current li a
{
	padding: 9px 16px 8px 0;
	background: none;
	color: #C00;
	text-transform:capitalize;
}

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

#nav li li ul
{
    position: absolute;
    left: -999em;
    z-index: 999;
    width: 206px;
    padding: 1px;
    border: 1px solid #ffffff;
    background: #ffffff;
    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: #ffffff;
}

#nav li li li a:hover
{
    background: #6c6b67;
    color: #000;
}

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



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



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

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

body#home #content
{
    width: 561px;
    margin-top: 18px;
    padding: 0 28px;
    background: #ffffff url(/images/bg_content_home.gif) no-repeat;
}
#content ul#home-header
{
    margin: 3px 0 0 3px;
    padding: 0 0;
    *padding-top: 3px;
    list-style:none;
}

#home-header li
{display:none;
list-style-image:none;
}
#home-header li a
{

    width:595px;
    height:422px

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

body#home #content #content-header
{
    width: 574px;
    height: 428px;
    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 h2
{
	margin-bottom: 0.75em;
	color: #000;
	font-size: 14pt;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#content h3
{
	color: #b41212;
	font-size: 18pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:375px;
	margin-bottom: 0px;
}

body#home #content h3
{
	margin: 0;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	letter-spacing: -1px;
}

body#home  #content h3 span
{
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
}

body#home #home-column h3
{
font-size:36px;
background-image:url(/images/bg_recent_sermon.gif);
text-indent:-9999px;
background-position:left top;
background-repeat:no-repeat;
visibility:visible;
margin-top:17px;
margin-left:-7px;
width: 205px;
height:57px;
}

body#home #sidebar h3
{
background-image:url(/images/bg_events.gif);
text-indent:-9999px;
background-position:left top;
background-repeat:no-repeat;
visibility:visible !important;
margin-top:17px;
height:39px;
}

body#home #content h3 a
{
	padding-top: 0px;
	color: #617d97;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}

body#home #content h3 a:hover
{
    color: #000000;
    background-color:#617d97;
}

#content h4
{
	margin-bottom: 0.75em;
	color: #000;
	font-size: 14pt;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h5
{
	margin-bottom: 0.75em;
	color: #333;
	font-size: 14pt;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h6
{
	margin-bottom: 0.75em;
	color: #000;
	font-size: 11pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#content p, #content ul, #content ol, #content td
{
	margin-bottom: 1.5em;
	color: #333;
	font-size: 10pt;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#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: none;
}

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

#content p.more a:hover
{
    color: #00000;
    text-decoration: none;
}
#content p.more1
{
    margin-bottom: 1em;
    padding-left: 230px;
    background: url(/images/bg_sidebar_more.gif) no-repeat right center;
    font-family: Georgia, Times, "Times New Roman" , serif;
    text-transform: none;
}

#content p.more1 a
{
    color: #000000;
    text-decoration: none;
}

#content p.more1 a:hover
{
    color: #000000;
    text-decoration: none;
}
#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: #000000;
    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 #content-header li {line-height:0; margin-top:0px; padding-top:0px;}
#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: #ffffff 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: #b41212;
}

#content a:hover
{
	color: #333;
	text-decoration: none;
}

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

#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: 180px;
    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;
    text-indent:-99999px;
    float:right;
    margin-right:2px;
}

#content #mediabox li a
{
    display: block;
    height: 12px;
    padding: 8px 0 12px 34px;
    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/icon_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;
    text-decoration: none;
}

#content #content-nav
{
    display: inline; /* IE6 double margin float bug hack */
    width: 430px;
    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 9px 0;
    background: url(/images/bg_content-nav_a.gif) repeat-x;
    color: #000000;
    text-decoration: none;
    outline: 0;
}

#content #content-nav a.current, #content #content-nav a:hover
{
    padding: 12px 8px 1px;
    color: #fff;
    background: #18181A;
    border: 1px solid #18181A;    
    border-bottom: 0;
}

/*#content #content-nav a:hover{
   color: #000000;
   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: #000000;
}

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

#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: #ffffff;
    font-size: 1.1em;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-style: normal;
}

#content #review-list .review p.byline strong
{
    color: #ffffff;
    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: #840000;
    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;
    color:#f2df31;
}

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

#content table.calendar th
{
    padding: 6px 0;
    background: #f2df31;
    color: #000000;
    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 #ffffff	;
    border-bottom: 1px solid #ffffff;
}

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

#content #comments p.comment-name
{
    margin-bottom: 5px;
    padding: 0 3px;
    background: #000000;
    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: #cc9933;
    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;
    background-color:#ccc;
}

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

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

#content #comments
{
    width: auto;
}

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

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

#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 Branches Content
---------------------------------------------------------------------
*/
#content1,#content2,#content3,#content4,#content5
{
    width:357px; 
    display:block;
    float:left;
}

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

#home-column
{
    display: inline; /* IE6 double margin float bug hack */
    float: right;
    width: 196px;
    margin: -67px -15px 8px 11px;
    padding-left:12px;
}

#home-column img
{
    display: block;
    margin-bottom: 0px;
    padding: 0px;
    border: 7px solid #fffffff;
    background: #ffffffff;
    margin-left:16px;
    margin-top:18px;
}

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

#home-column #home-youtube
{
background-color: none;
padding-top: 0px;
height: 185px;
width: 209px;
}
#home-youtube p
{margin: 0 0;
padding:0 0;
}

#events #home-youtube img
{
    border:solid 7px #fffffff;
    margin-left:0px;

}
#events #home-youtube p
{
    margin: 0 0;
    padding:0 0;
}


#home-column #recent-sermons
{
    padding-top: 0px;
    margin-left: 18px;

}



#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: #000000;
    text-decoration: none;
}

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

#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: #	;
    font-size: 1.1em;
    line-height: 1.25;
}

#home-column #recent-sermons .sermon
{
    float: left;
    width: 190px;
    padding: 14px 4px 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: #e7e7e7;
}

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

#home-column #recent-sermons .sermon ul
{
    float: right;
    margin-bottom:9px;
}

#home-column #recent-sermons .sermon.mission-valley-site ul
{
    background: url(/images/icon_mission-valley.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: 32px;
    height: 32px;
    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: 0px;
   

}
#home #sidebar
{width:213px;}

#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: 24px;
    margin: 4px 4px 0 0;
    padding: 16px 15px 0;
    background: #000000;
    color: #4F4F4F;
    text-decoration: none;
    outline: none;
}

#sidebar #agenda ul#agenda-nav li#an_agenda a
{
    background-image:url(/images/bg_agenda.gif);
    text-indent:-10000000px;
    width:70px;
	
}
#sidebar #agenda ul#agenda-nav li#an_calendar a
{
    background-image:url(/images/bg_calnder.gif);
    text-indent:-10000000px;
    width:90px;

}

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

#sidebar #agenda #branch1
{
    position: relative;
    clear: left;
    padding: 0 10px 35px 14px;
   
}

#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: #000000;
    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;
    color:#000000;
}

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

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

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

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

#sidebar #events
{
    width: 204px;
    margin-left: 16px;
    padding-top: 4px;

}

#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: #e7e7e7;
}

#sidebar .event .date
{
    float: left;
    width: 25px;
    margin-right: 13px;
    padding-top: 2px;
    border: 1px solid #D7D7D7;
    background: #617d97;
    color: #000000;
    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);
}

#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: #000000;
    font-family: Georgia, Times, "Times New Roman" , serif;
}

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

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

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

#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: #000000;
    text-decoration: none;
}

#sidebar form#searchForm
{
    clear: both;
    width: 194px;
    margin-bottom: 15px;
    padding: 0px 0 0 17px;
    
}

body#home #sidebar form#searchForm
{
    position: absolute;
    top: 126px;
    right: 65px;
    width: 351px;
    padding: 0;
    background: none;
    display: 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: #6c6b67;
    font-size: 1.6em;
    font-weight: normal;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

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

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

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

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

#sidebar #sidebar-inner a
{
    color: #840000;
}

#sidebar #sidebar-inner a:hover
{

    color: #ffffff;
    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: #ffffff;
    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: #840000;
}

#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: #840000;
}

/* traildiv */

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

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

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

#traildiv a
{
    color: #ffffff;
    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 #3b3933;
    background: #292824 url(/images/bg_footer-outer.gif) repeat-x left bottom;
}

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

#footer h3
{
    color: #fff;
    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: #CC9933;
    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: #faeb82;
}

#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: #faeb82;
}

#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: 0px 0 15px;
    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 #mediaplayer
{
    display: inline; /* IE6 double margin float bug hack */
    float: left;
    width: 322px;
    margin-left: 41px;
    margin-top:30px;
}
#footer #map
{
    display: inline; /* IE6 double margin float bug hack */
    float: left;
    width: 322px;
    margin-left: 41px;
}

#footer #bottomfeedlinks
{
    width: 322px;
    margin-left: 300px;
}

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

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

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

#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: #CC9933;
}

/* 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: #840000;
}

/*Default Website Content*/
h1
{
    color:#000000;
    font-size:1.6em;
}

h2
{
    color:#ccc;
    font-size:1.5em;
    margin:2px 0 5px;
}
h4
{
    color:#ccc;
    font-size:1.5em;
}
h5
{
    color:#ccc;
    font-size:1.5em;
}
h6
{
    color:#ccc;
    font-size:1.5em;
}
/*Gallery*/
.gallery
{float:left;
height:177px;
margin-bottom:28px;
overflow:hidden;
width:177px;}
#content .gallery img
{margin:0 10px 5px 0; border:solid 0px #000;}


#content #content-header.remove
{background:none repeat scroll 0 0 transparent;
height:427px;
margin:0 -43px 0 -39px;
padding:10px;
width:597px;}

body.sermon #content ul#home-header {
margin:3px 0 0 1px;
}
#twitterbar
{margin-top:28px;
margin-bottom:10px;}
#home #twitterbar
{margin-top:18px;}
#content h5 a
{
	color:#333;
	font-family:Georgia, "Times New Roman", Serif;
	font-size:14pt;
	text-decoration:none;
	font-weight: normal;
}

#content h5 a:hover
{
	color:#C00;
	font-family:Georgia, "Times New Roman", Serif;
	font-size:14pt;
	text-decoration:underline;
}

.anchorfill
{display:block; width:100%; height:100%;}
body#home #home-column h3 a:hover
{background-color:Transparent;}

body#home #sidebar #twitterbar h3 
{background-image:none;
background-position:auto;

height:auto;
margin-top:auto;
text-indent:auto;
visibility:visible;
letter-spacing:normal;
text-indent:0px;
}
body#home #sidebar h3.homeevent
{visibility:visible;
 text-indent:0px;}
body#home #sidebar h3.homeevent a
{width:100%; height:100%; display:block; text-decoration:none;}
