/* @override http://www.rayciervo.com/_css/styles.css */
/* @override http://rayciervo.com/_css/styles.css */

/* Site: Ray Ciervo Ministries */

/* = Global Styles  
---------------------------------------------------------------------
*/

* {
   margin: 0;
   padding: 0;
}

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   background: #f7faf2 url(/_img/bg_body.gif) repeat-x;
   line-height: 1;
   color: #111;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

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

a:hover{
   text-decoration: underline;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. Somewhat hacky, so I try to use it sparingly. See http://www.positioniseverything.net/easyclearing.html */.clearfix:after {    content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden;}.clearfix {display: inline-block;}/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */


/* = Main Layout  
---------------------------------------------------------------------
*/

#container{
   background: url(/_img/bg_container.gif) repeat-x bottom;
}

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

#content-wrap{
   width: 705px;
   float: left;
   background: url(/_img/bg_content-wrap.gif) no-repeat right top;
}

#main-nav{
   width: 191px;
   float: left;
   background: #fff url(/_img/bg_main-nav.gif) repeat-y;
   margin-top: 10px;
}

#content{
   float: left;
   width: 444px;
   margin-top: -10px;
   padding: 38px 34px;
   background: #fff;
   position: relative;
   border-bottom: 1px solid #bfbca4;
   min-height: 550px;
}

#home #content{
   padding: 10px;
   width: 492px;
}

#basement{
   clear: both;
   width: 960px;
   margin: 0 auto;
   min-height: 400px;
   padding: 30px 0 0;
   margin-bottom: 30px;
}


/* =Header
---------------------------------------------------------------------
*/

#header{
   margin: 0 auto;
   width: 960px;
   margin-top: 11px;
}

#head-inner{
   width: 960px;
   float: left;
}

#header h1{
   float: left;
   width: 431px;
   height: 116px;
}

#header h1 a{
   display: block;
   width: 431px;
   height: 116px;
   text-indent: -9999px;
   background: url(/_img/bg_h1.gif);
}

#search{
   background: #BBAA66;
   float: right;
   width: 240px;
   height: 28px;
   padding: 11px 15px;
   margin-top: 5px;
}

#search input#search_term {
   margin-right: 4px;
   height: 17px;
   padding-left: 25px;
   padding-top: 3px;
   width: 140px;
   color: #252525;
   float: left;
   display: inline;
   font-size: 1.2em;
   background: #fff url(/_img/bg_searchbox.gif) no-repeat 5px 5px;
}

#search a#search_go{
   display: inline;
   float: left;
   text-decoration: none;
}

#search a#search_go span{
   display: block;
   border: 1px solid #36311E;
   background: #331E0E;
   color: #e8e7e7;
   padding: 6px 10px;
   font-size: 1.1em;
   text-transform: uppercase;
}

/* =Navigation
---------------------------------------------------------------------
*/

ul#metanav{
   list-style: none;
   background: #8A7746;
   padding: 14px 10px 0;
   float: left;
   width: 171px;
   margin: 0;
}

#metanav li{
   margin: 0 0 10px;
   padding: 0;
   text-indent: -9999px;
   height: 32px;
}

#metanav li#semlink{
   width: 169px;
}

#metanav li#rsslink{
   width: 99px;
}

#metanav li a{
   background: url(/_img/bg_metanav_li.gif);
}

#metanav li#semlink a{
   display: block;
   width: 169px;
   height: 32px;
}

#metanav li#semlink a:hover{
   background-position: 0 -32px;
}

#metanav li#rsslink a{
   display: block;
   width: 99px;
   height: 32px;
   background-position: -169px 0;
}

#metanav li#rsslink a:hover{
   background-position: -169px -32px;
}

#nav{
   list-style: none;
   clear: left;
   padding: 10px;
   background: url(/_img/bg_nav.gif) no-repeat bottom right;
   font-size: 1.3em;
}

#nav li{
   border-bottom: 1px solid #EAEAEA;
}

#nav li a{
   display: block;
   color: #520000;
   text-decoration: none;
   padding: 8px;
}

#nav li a:hover,
#nav li.current a{
   background: #F7F7F7;
}

#nav li ul{
   display: none;
}

#nav li.current{
  border-bottom: none;
}
#nav li.current a{
   border-bottom: 1px solid #EAEAEA;
}
#nav li.current ul{
  display: block;
  padding-left: 10px;
  list-style-type: none;
}

#nav li.current li a{
   border-bottom: none;
   background: none;
}

#nav li.current li.current a{
   border-bottom: 1px solid #EAEAEA;
   background: #F7F7F7;
}

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

#home-welcome{
   padding: 5px 5px 40px;
   background: #520000;
   position: relative;
}

#content #home-welcome p#home-img{
   width: 482px;
   padding: 0;
   height: 236px;
   overflow: hidden;
   margin: 0;
}

#content #home-welcome h2{
   margin: 17px 120px 10px 17px;
   font-size: 2.4em;
   font-weight: normal;
   color: #BBAA66;
}

#content #home-welcome p{
   margin: 0 17px;
   color: #f4ffe3;
   font-size: 1.8em;
   line-height: 1.4;
   margin-bottom: 10px;
}

#content p#newhere{
   width: 84px;
   height: 80px;
   text-indent: -9999px;
   background: url(/_img/bg_newhere.png) no-repeat;
   position: absolute;
   top: 200px;
   right: 8px;
}

#content p#newhere a{
   display: block;
   width: 84px;
   height: 80px;
}

#content p#welcomemore{
   float: right;
   font-size: 1.1em;
   margin: 0 10px;
}

#content p#welcomemore a{
   color: #fff; 
   text-transform: uppercase;
   display: block;
   padding: 3px 30px 6px 8px;
   background: url(/_img/bg_welcomemore.gif) no-repeat;
   text-decoration: none;
}

#content p#welcomemore a:hover{
   text-decoration: underline;
}

#content #home-featured{
   margin: 30px 20px;
   position: relative;
}

#content #home-featured p.feed{
   text-indent: -9999px;
   width: 17px;
   height: 17px;
   position: absolute;
   right: 0;
   top: 3px;
}

#content #home-featured p.feed a{
   display: block;
}

#content #home-featured h4{
   border-bottom: 1px solid #bbaa66;
   color: #252525;
   text-transform: uppercase;
   font-size: 1.1em;
   float: left;
   display: inline;
   width: 452px;
   margin-bottom: 20px;
   background: url(/_img/bg_rss.gif) no-repeat right 3px;
}

#content #home-featured h4 span{
	padding: 7px;
	display: block;
	float: left;
	background: #bbaa66;
	font-weight: normal;
}

#content #home-featured h3{
   font-size: 1.8em;
   color: #331e0e;
   margin-bottom: 15px;
}

#content #home-featured h3 a{
   color: #331e0e;
}

#content #home-featured h3 span{
   font-size: .778em;
   font-weight: normal;
}

#content #home-featured p.preview{
   margin-bottom: 25px;
}

#content #home-featured p.more,
#content #home-featured p.comments{
   float: left;
   background: url(/_img/bg_homebutton_p.gif) no-repeat left top;
   margin-right: 4px;
   padding: 0;
}

#content #home-featured p.more a,
#content #home-featured p.comments a{
   color: #252525;
   display: block;
   float: left;
   padding: 3px 8px 4px;
}

#content #home-featured p.more a{
   padding-right: 20px;
   background: url(/_img/bg_homebutton_a1.gif) no-repeat right top;
}

#content #home-featured p.comments a{
   padding-right: 9px;
   background: url(/_img/bg_homebutton_a2.gif) no-repeat right top;
}

#content #home-featured p.all{
   text-align: right;
   padding-top: 4px;
}

#content #home-featured p.all a{
	text-decoration: underline;
}




/* =Content
---------------------------------------------------------------------
*/

#content a{
   color: #802a00;
   text-decoration: underline;
}

#content a:hover{
   text-decoration: none;
}

#content h3{
   color: #331e0e;
   font-size: 2.4em;
   font-weight: normal;
   margin-bottom: .5em;
   line-height: 1.2;
}

#content h4,
#content h5,
#content h6{
   color: #331e0e;
   font-weight: normal;
   margin-bottom: .5em;
   line-height: 1.2;
}

#content h4{
   font-size: 1.8em;
   color: #331E0E;
   clear: both;
}

#content #booklist h4{
   padding-top: 20px;
}

#content h4.sorttitle{
   clear: both;
   padding-top: 20px;
}

#content h5{
   font-size: 1.4em;
   color: #AB6900;
}

#content h6{
   font-size: 1.2em;
   font-weight: bold;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #030303;
   font-size: 1.3em;
   line-height: 1.5;
}

#content ul,
#content ol{
   margin: 0 0 1em 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 442px;
   margin-bottom: 10px;
   list-style: none;
   padding: 0;
   margin-left: 0;
   font-size: 1.2em;
}

body#sermon #content ul#byline{
   width: auto;
}

#content ul#byline li{
   font-size: 1.1em;
   background: none;
   padding: 0;
}

#content ul#byline li#bl_date{
   color: #959595;
}

#content ul#byline span{
   color: #7d7d7d;
}

#content ul{
   padding: 0 0 0 2em;
   margin: 0;
}
#content li{
   margin: 0 0 .5em;
   padding: 0 0 0 1em;
   list-style: none;
   background: url(/_img/bg_li.gif) no-repeat left .5em;
}

#content li li{
   font-size: 1em;
   background-image: url(/_img/bg_li_li.gif);
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content #text{
   clear: both;
}

#content .sermonbox h4{
   margin-bottom: 5px;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #mediabox, #content ul.mediabox{
   float: right;
   padding: 5px 5px 0;
   list-style: none;
   margin: 0;
}

#content #mediabox li, #content .mediabox li{
   margin-bottom: 5px;
   font-size: 1.1em;
   font-weight: bold;
   background: none;
   padding: 0;
}

#content #mediabox li a, #content .mediabox li a{
   display: block;
   height: 21px;
   background-repeat: no-repeat;
   padding: 0;
}

#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{
   text-indent: -9999px;
   background-image: url(/_img/bg_sermon-dl.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/_img/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   text-indent: -9999px;
   width: 59px;
   background-image: url(/_img/bg_sermon-audio_feat.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/_img/mb_podcast.gif);
}

/* Articles */

#content .article{
   margin-bottom: 30px;
}

#content .article #byline{
   margin-bottom: 0;
}

#content p.summary{
   clear: left;
}

/* Large Event Calendar *?

/* Calendar */
#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #323232;
   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: #331E0E;
}

#content table.calendar th{
   padding: 7px 0px;
   background: #AB6900;
   margin-bottom: 1px;
   color: #FFFFFF;
   font-size: 1.3em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #323232;
   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: 10px 0px 0px 0px;
   font-size: 100%;
   list-style: none;
   padding: 0;
}

#content table.calendar td li{
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
   padding-left: 8px;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   width: 255px;
   float: left;
   margin-top: -45px;
   _margin-top: 0;
}

#sidebar-inner{
   width: 255px;
   background: url(/_img/bg_sidebar-inner.gif) repeat-x;
   float: left;
}

/* = Sidebar Calendar/Agenda  
---------------------------------------------------------------------
*/

ul#branchnav{
   float: left;
   width: 270px;
   _width: 255px; 
   margin-left: -15px;
   _margin-left: 0;
   list-style: none;
   border-bottom: 15px solid #331e0e;
}

#branchnav li{
   float: left;
   font-size: 1.2em;
   text-align: center;
   margin-right: 3px;
}

#branchnav li a{
   display: block;
   width: 111px;
   height: 23px;
   padding: 15px 0 0 0;
   color: #331e0e;
   background: #bbaa66;
   text-decoration: none;
   outline: 0;
   text-transform: uppercase;
}

#branchnav li a.current{
	background: #331e0e;
	color: #f7faf2;
}

#agenda div#branch1, #agenda div#branch2{
   clear: left;
   float: left;
   display: inline;
   width: 231px;
   margin: 0 12px;
   padding: 15px 0 50px;
   position: relative;
}

#sidecal-outer{
   background: #fff url(/_img/bg_sidecal-outer.gif) repeat-x;
   padding-bottom: 10px;
   margin: 0 0x 20px;
   position: relative;
   width: 231px;
}

#agenda table.calendar{   clear: both;   width: 190px;
   margin: 0 auto;
}

#agenda table.calendar caption{
   margin: 0px auto;
   height: 12px;
   padding: 10px 0;
   color: #fff;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: uppercase;
}

#agenda table.calendar tbody{
   display: block;
   width: 190px;
   margin-top: 10px;
}

#agenda table.calendar caption span.calendar-prev{
   position: absolute;
   top: 10px;
   left: 8px;
}

#agenda table.calendar caption span.calendar-next{
   position: absolute;
   top: 10px;
   right: 8px;
}

#agenda table.calendar caption span img{
   vertical-align: bottom;
}

#agenda table.calendar th{
	margin-top: 5px;
   padding:  5px 0;
   color: #383838;
   font-size: 1em;
   text-align: center;
}

#agenda table.calendar td{
   border: 1px solid #efeeee;
   font-size: 1.1em;
   width: 23px;
   height: 23px;
   text-align: center;
   color: #383838;
}

#agenda table.calendar td.empty{
   border: none;
}

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

#agenda table.calendar td.linked-day a{
   color: #d38202;
   display: block;
   padding-top: 6px;
   height: 17px;
   text-decoration: none;
   font-weight: bold;
}

#agenda table.calendar td.linked-day:hover{
   width: 21px;  
   height: 20px;
   padding-top: 0;
   border: 2px solid #ab6900;
}

#agenda table.calendar td.linked-day:hover a{
   height: 16px;
   padding-top: 5px;
}

#agenda .event{
   float: left;
   width: 211px;
   margin: 0;
   padding: 10px;
   border-bottom: 1px solid #f7faf2;
   position: relative;
}

#agenda .event:hover{
   background: #fff;
}

#agenda .event h4{
   margin: 0 45px 5px 45px;
   font-size: 1.3em;
   font-weight: normal;
}

#agenda .event h4 a{
   color: #252525;
   text-decoration: none;
}

#agenda .event h4 a:hover{
   text-decoration: underline;
}

#agenda .event p{
   font-size: 1.2em;
   line-height: 1.3;
   color: #ab6900;
   margin: 0 50px 0 45px;
}

#agenda .event .date{
   float: left;
   width: 32px;
   height: 36px;
   margin: 0 8px 0 0;
   padding: 4px 0;
   background: url(/_img/bg_agenda_date.gif) no-repeat;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-size: 1em;
}

#agenda .event .date span{
   display: block;
   margin: 5px 0;
   color: #252525;
   font-size: 1.2em;
}

#agenda p.more{
   float: right;
   margin: 10px 15px 0px;
   font-size: 1.1em;
   text-transform: uppercase;
}

#agenda p.more a{
   display: block;
   padding: 4px 10px 6px;
   border: 1px solid #38332a;
   background: #331e0e;
   color: #fff;
   text-decoration: none;
}

#agenda p.more a:hover{
   text-decoration: underline;
}

#agenda .rsvp{
   width: 36px;
   height: 18px;
   text-indent: -9999px;
   position: absolute;
   top: 50%;
   right: 10px;
   margin-top: -10px;
   background: url(/_img/bg_rsvp.gif);
}

#agenda .event:hover .rsvp{
   background-position: 0 -18px;
}

#sidebar #recent-sermons{
   clear: left;
   padding: 0 13px;
}

#sidebar #recent-sermons h3{
   background: #bbaa66;
   float: left;
   padding: 6px 8px;
   font-weight: normal;
   color: #252525;
   font-size: 1.1em;
   text-transform: uppercase;
}

#sidebar #recent-sermons p.feed{
   text-indent: -9999px;
   height: 34px;
   width: 34px;
   float: right;
   background: url(/_img/bg_sermon_feed.gif) no-repeat;
   margin-top: -4px;
}

#content p.sermonfeed{
   float: right;
}

#content p.sermonfeed a{
   display: block;
   background: url(/_img/bg_sermon_feed.gif) no-repeat right;
   height: 27px;
   padding: 7px 40px 0 0;
   margin-top: -7px;
}

#sidebar #recent-sermons p.feed a{
   display: block;
   height: 34px;
   width: 34px;
}

#sidebar #recent-sermons .sermon{
   clear: both;
   float: left;
   display: inline;
   width: 211px;
   padding: 15px 10px;
   border-bottom: 1px solid #e5ebd6;
   margin: 0;
}

#sidebar #recent-sermons .sermon.featured{
   margin-top: 10px;
   border-top: 4px solid #bbaa66;
   background: #fff;
}

#sidebar .sermon p{
   color: #111111;
   font-size: 1.1em;
   margin-top: 5px;
   line-height: 1.2;
   clear: both;
}

#sidebar #recent-sermons .sermonmeta{
   width: 140px;
   float: left;
}

#sidebar .sermon h4{
   font-size: 1.3em;
}

#sidebar .sermon p#preacher{
   font-size: 1.2em;
}

#sidebar .sermon p#preacher span{
   color: #a1a1a1;
}

#sidebar .sermon p.mediabuttons{
   text-indent: -9999px;
   margin: 0 0 0 10px;
   width: 59px;
   clear: none;
   float: left;
}

#sidebar p.mediabuttons a{
   display: block;
   float: left;
   width: 59px;
   height: 21px;
   margin-bottom: 5px;
}

#sidebar .featured p.mediabuttons span.sermon-audio a{
   background: url(/_img/bg_sermon-audio_feat.gif);
}

#sidebar p.mediabuttons span.sermon-audio a{
   background: url(/_img/bg_sermon-audio.gif);
}

#sidebar p.mediabuttons span.sermon-dl a{
   background: url(/_img/bg_sermon-dl_feat.gif);
   height: 19px;
}

#sidebar #recent-sermons p.more{
   clear: both;
   padding-top: 10px;
}

#sidebar #recent-sermons p.more a{
   display: block;
   float: right;
   width: 88px;
   height: 18px;
   padding-top: 7px;
   padding-left: 6px;
   color: #363636;
   font-size: 1.1em;
   background: url(/_img/bg_recent-sermons_more.gif);
   margin-top: -50px;
   margin-right: 10px;
}

#home #sidebar #recent-sermons p.more a{
   margin: 0;
}

/* traildiv */

#traildiv{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 999;
   visibility: hidden;
   width: 100px;
   height: 100px;
   color: #383838;
}

#traildiv ul{
   padding: 8px;
   padding-bottom: 0;
   border: 3px solid #AC6B04;
   background: #DEDCD0;
   font-size: 1.1em;
}

#traildiv li{
   color: #383838;
   margin-left: 1em;
   margin-bottom: .75em;
}

#traildiv a{
   color: #383838;
   text-decoration: none;
}

/* Sidebar Sermon Archive */

#sidebar ul#sermon-archive{
   clear: left;
   float: left;
   display: inline;
   border-top: 4px solid #331e0e;
   margin-top: 10px;
   padding-top: 5px;
   background: #fff;
   padding-bottom: 55px;
   width: 231px;
}

#sidebar #sermon-archive li{
   font-size: 1.2em;
   color: #520000;
   font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
   list-style: none;
   margin: 0 10px;
}

#sidebar #sermon-archive li a{
   display: block;
   padding: 8px 20px 10px 18px;
   color: #520000;
   border-bottom: 1px solid #e4e9dd;
   text-decoration: none;
}

#sidebar #sermon-archive li a:hover{
   display: block;
   padding: 8px 20px 10px 18px;
   color: #520000;
   background: #f7f7f7;
}



/* = Basement  
---------------------------------------------------------------------
*/

#basement #recent-articles, #basement #blog-posts, #basement #photo-stream{
   float: left;
   display: inline;
   position: relative;
   color: #CFCBB0;
}

#basement .basecol-inner{
   min-height: 350px;
   _height: 350px; /*IE6 doesn't get min-height */
}

#basement #photo-stream #photos{
   min-height: 0;
   height: 240px;
   overflow: hidden;
}

#basement #recent-articles{
   width: 331px;
}

#basement h3{
   border-bottom: 2px solid #fff;
   height: 32px;
   text-indent: -9999px;
   margin-bottom: 15px;
}

#basement #recent-articles h3{
   background: url(/_img/bg_h3_recent-articles.gif) no-repeat;
}

#basement .article, #basement .blog{
   padding: 10px 0;
   border-bottom: 1px solid #fff;
}

#basement .article{
   float: left;
   width: 326px;
}

#basement h4{
   font-size: 1.4em;
   margin-bottom: 10px;
   width: 285px;
   line-height: 1.2;
}

#basement h4 a{
   color: #520000;
}

#basement p{
   font-size: 1.1em;
   color: #363636;
   line-height: 1.6;
}

#basement p.basement-feed{
   text-indent: -9999px;
   height: 17px;
   width: 17px;
   position: absolute;
   top: 10px;
   right: 0;
}

#basement p.basement-feed a{
   display: block;
   background: url(/_img/bg_basement_feeds.gif);
   height: 17px;
   width: 17px;
}

#basement p.more{
   background: url(/_img/bg_basement_pmore.gif) no-repeat;
   height: 24px;
   margin-top: 10px;
   padding: 0 0 0 10px;
   float: right;
   clear: both;
   display: inline;
   _width: 85px;
}

#basement p.more a{
   display: block;
   padding-top: 4px;
   height: 20px;
   padding-right: 20px;
   background: url(/_img/bg_basement_pmore_a.gif) no-repeat right top;
}

#basement .article a img{
   border: 4px solid #331e0e;
   float: left;
   display: inline;
   margin-right: 10px;
}

#basement p.article-date{
   text-align: right;
   margin-top: 5px;
   margin-right: 5px;
}

#basement p a.more{
   color: #802a00;
}

#basement h4 span{
   color: #301e12;
   font-weight: normal;
   font-size: .857em;
}

#basement #blog-posts{
   width: 346px;
   margin-left: 14px;
}

#basement #blog-posts h3{
   background: url(/_img/bg_h3_blog-posts.gif) no-repeat;
}

#basement #blog-posts p.blog-date{
   margin-top: 12px;
}

#basement #blog-posts p.blog-date span{
   margin-left: 10px;
}

#basement #photo-stream{
   width: 241px;
   margin-left: 14px;
   color: #C6B980;
}

#basement #photo-stream h3{
   background: url(/_img/bg_h3_photo-stream.gif) no-repeat;
}

#photo-stream p.thumb{
   width: 78px;
   height: 79px;
   margin: 0 2px 2px 0;
   overflow: hidden;
   float: left;
   display: inline;
   text-align: center;
}

#photo-stream p.thumb a{
   width: 72px;
   height: 72px;
   border: 3px solid #d8e3c9;
   display: block;
   padding: 0;
   margin-bottom: -2px;
}

#photo-stream p.thumb a:hover{
   border-color: #520000;
}

#photo-stream p.thumb a img{
   margin: 0;
   padding: 0;
   border: none;   
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   width: 960px;
   margin: 0 auto;
   height: 30px;
}

#footer-inner{
   float: left;
   width: 960px;
   padding-top: 10px;
}

#footer p{
   float: left;
   color: #f8fbf4;
   font-size: 1.1em;
}

#footer p.powered{
   float: right;
}

/* = Second-tier Nav  
---------------------------------------------------------------------
*/

body.nav2level #nav ul{
   display: block;
}

body.nav2level #nav ul li{
   padding: 0 0 0 15px;
   display: none;
}

body.nav2level #nav li.current ul li{
   display: block;
   border-top: 1px solid #EAEAEA;
   border-bottom: none;
}

body.nav2level #nav li.current{
   background: #f7f7f7;
}

body.nav2level #nav li.current ul li a{
   background: #fff;
   font-size: .923em;
   color: #AB6900;
   border-left: 2px solid #BFBCA4;
}

body.nav2level #nav li.current ul li a:hover{
   background: #EDECE6;
}

body.nav2level #nav li.current ul li.current a{
   background: #EDECE6;
}

body.nav2level #nav li.current.cparent a{
   background: none;
}

/* = Blogs  
---------------------------------------------------------------------
*/

#content h5#featured-post{
   color: #fff;
   font-size: 1.1em;
   text-transform: uppercase;
   background: #331e0e;
   float: left;
   padding: 8px 10px;
   margin-bottom: 0;
}

#content p.subscribe{
   float: right;
   margin: 0;
   text-indent: -9999px;
   width: 17px;
   height: 14px;
   padding-top: 3px;
}

#content p.subscribe a{
   width: 17px;
   height: 17px;
   display: block;
   background: url(/_img/bg_rss.gif) no-repeat;
}

#content div.post.featured, #content #current-sermon{
   clear: both;
   border-top: 3px solid #464646;
   border-bottom: 3px solid #464646;
   margin: 0;
   background: #fbfcf8;
}

#content div.post, #content div.sermonbox{
   padding: 20px 0 14px;
   border-bottom: 1px solid #eaf0e6;
   clear: both;
}

#content #current-sermon{
   padding: 20px 0 14px;
}

#content h5.blogposttitle a, #content .sermonbox h5{
   color: #520000;
   font-weight: bold;
}

#content div.post.featured h5, #content #current-sermon h4{
   font-size: 1.8em;
   margin-bottom: 5px;
   font-weight: bold;
   clear: none;
}

#content p#bloginfo span.date, #content p.byline span.date{
   color: #a1a1a1;
}

#content #continuereading{
   font-size: 1.2em;
}

#content .post a.commentlink{
   margin: 0 0 0 20px;
   text-decoration: none;
   color: #252525;
   padding: 0 0 0 18px;
   background: url(/_img/bg_commentlink.gif) no-repeat;
}

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

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

#sidebar #categories, #sidebar #archive{
   clear: left;
   padding: 0 13px;
}

#sidebar #categories h3, #sidebar #archive h3{
   clear: left;
   background: #bbaa66;
   float: left;
   padding: 6px 8px;
   font-weight: normal;
   color: #252525;
   font-size: 1.1em;
   text-transform: uppercase;
}

#sidebar #blog_list_category, #sidebar #blog_list_archive{
   clear: left;
   float: left;
   display: inline;
   border-top: 4px solid #331e0e;
   margin: 10px 0 20px;
   padding-top: 5px;
   background: #fff;
   padding-bottom: 10px;
   width: 231px;
}

#sidebar #blog_list_category li, #sidebar #blog_list_archive li{
   font-size: 1.2em;
   color: #520000;
   font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
   list-style: none;
   margin: 0 10px;
}

#sidebar #blog_list_category li a, #sidebar #blog_list_archive li a{
   display: block;
   padding: 8px 20px 10px 18px;
   color: #520000;
   border-bottom: 1px solid #e4e9dd;
   text-decoration: none;
}

#sidebar#blog_list_category li a:hover, #sidebar #blog_list_archive li a:hover{
   display: block;
   padding: 8px 20px 10px 18px;
   color: #520000;
   background: #f7f7f7;
}

/* = Sermons  
---------------------------------------------------------------------
*/

#content .sermonbox, #content #current-sermon{
   float: left;
   width: 404px;
}

#content p#filter{
   margin-bottom: 20px;
}

#content #current-sermon, #content div.sermonbox{
   padding-left: 20px;
   padding-right: 20px;
}

#content #current-sermon p, #content .sermonbox p{
   margin-bottom: 5px;
}

#content .mediabox li.sl_listen a{
   text-indent: -9999px;
   background: url(/_img/bg_li_sl_listen.gif);
   width: 59px;
   height: 21px;
}

#content .mediabox li.sl_download a{
   text-indent: -9999px;
   background: url(/_img/bg_li_sl_download.gif);
   width: 59px;
   height: 18px;
}

p#pagination{
   clear: both;
   padding-top: 20px;
   float: left;
}

#paginatewrap{
   clear: both;
   margin: 0 auto;
   text-align: center;
}

p#pagination a{
   margin: 0 5px;
   color: #AB6900;
   float: left;
   display: block;
   padding: 5px 10px;
   text-decoration: none;
   background: #dfddc1;
}

p#pagination a:hover{
   text-decoration: underline;
}

p#pagination a#off{
   display: none;
}

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

/* = Newsletter  
---------------------------------------------------------------------
*/

form#newsletter fieldset label{
   display: block;
   font-size: 1.2em;
   margin-bottom: 1em;
}

form#newsletter input#newsletter_text{
   padding: 2px;
}