/* @override http://www.carolinascornerstone.org/_css/styles.css */

/* Site: Carolinas Cornerstone */

/* Colors
* Bright Green: B9C500 
* Moss (footer): 744004
* Everest Green: 744004
* Rusty Brown (post title): 000000
* Brown (home): B9C500
* Darkest Brown: B9C500



/* = Global Styles  
---------------------------------------------------------------------
*/

* {
   margin: 0;
   padding: 0;
}

html{
  background: #4d4d4d;
}

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
 /*background: #F7F7F7 url(/_img/bg_body.gif) repeat-x;
   background: #f7faf2 url(/_img/frontpage_bkgrd.jpg) no-repeat;
 */
   background: url(/_img/container.jpg) repeat-x left top;
   line-height: 1;
   color: #111;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

a{
   overflow: hidden;
   text-decoration: none;
   color: #744004;
}

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-inner{
   margin: 0 auto;
   width: 960px;
}

#content-wrap{
   clear: both;
   width: 960px;
   background: #ffffff;
   border: 1px solid #8e8e8e;
   overflow: auto;
}

#main-nav{
   width: 192px;
   float: left;
   background: #fff url(/_img/bg_home_content.gif) no-repeat right top;
   margin-top: 25px;
   }

#content{
   float: left;
   width: 444px;
   background: #fff;
   position: relative;
   min-height: 550px;
   padding: 38px 34px;
   z-index: 999;
}

#home #content{
   padding: 10px;
   width: 492px;
}

#basement-wrapper{  
   background: url(/_img/bg_container.gif) repeat-x left top; 
   height: 478px;
   clear: both;
   float: left;
   width: 100%;
   margin-top: -25px;
}

#basement{
   width: 960px;
   margin: 0 auto;
   height: 400px;
   padding-top: 25px;
}


/* =Header
---------------------------------------------------------------------
*/

#header{
   margin: 0 auto;
   width: 960px;
}

#head-inner{
   width: 960px;
   float: left;
}

#header h1{
   float: left;
   width: 330px;
   height: 130px;
   margin-bottom: 10px;
   position: relative;
   z-index: 1000;
   margin-top: 12px;
   clear: both;
}

#header h1 a{
   display: block;
   width: 330px;
   height: 130px;
   text-indent: -9999px;
   background: url(/_img/logo.gif) no-repeat top left;
}

#worshipInfo{
  float: left;
  line-height: 40px;
  color: #ffffff;
  font-size: 1.4em;
  letter-spacing: 1px;
  margin-left: 20px;
}

*{
  
}

#search{
   float: right;
   width: 245px;
   height: 28px;
   padding: 0 15px;
   margin-top: 9px;
}

#search input#search_term {
   background: #fff url(/_img/search_input.gif) no-repeat left top;
   height: 18px;
   padding: 3px 5px 3px 35px;
   width: 145px;
   color: #252525;
   float: left;
   display: inline;
   font-size: 1.2em;
   border: none;
}

#search a#search_go{
   display: inline;
   float: left;
   text-decoration: none;
}

#search a#search_go span{
   display: block;
   background: url(/_img/search_go.gif) no-repeat right top;
   width: 36px;
   height: 0;
   overflow: hidden;
   padding-top: 24px;
}

/* =Navigation
---------------------------------------------------------------------
*/

ul#metanav{
   list-style: none;
   padding: 14px 0 0;
   float: left;
   width: 182px;
   margin: 0;
}

#metanav li{
   margin: 0 0 10px 10px;
   padding: 0;
   line-height: 32px;
   background: url(/_img/metanav_button.gif) no-repeat left top;
}


#metanav li a{
   color: #ffffff;
   display: block;
   padding-left: 15px;
   text-transform: uppercase;
}

#nav{
/*  addded by CCC  */
   text-align: left;
   list-style: none;
   clear: both;
   padding: 10px;
   font-size: 1.3em;
}

#nav li, #nav_login li{
   border-bottom: 1px solid #EAEAEA;
}

#nav li a{
   display: block;
   color: #669900;
   text-decoration: none;
   padding: 8px;
}

#nav li a:hover, #nav li.current a,
#nav_login a:hover{
   background: #f7f7f7;
}

#nav_login{
/*  addded by CCC  */
text-align: left;
   list-style: none;
   clear: left;
   padding: 10px;
   font-size: 1.3em;
   margin-top: -20px;
}

#nav_login li a{
   display: block;
   color: #669900;
   text-decoration: none;
   padding: 8px;
}

#nav_login li a.logout {
   display: inline;
   line-height: 31px;
}
#nav_login li a.logout:hover{
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

#nav li ul{
   display: none;
}

/* = Home Page Elements
---------------------------------------------------------------------
*/

#home-welcome{
   padding: 5px 5px 40px;
   background: #B9C500;
   position: relative;
   background: #f7faf2 url(/_img/bg_sidebar-inner2.gif) repeat-x;
   
}

#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: #000000;
}

#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;
   line-height: 21px;
   padding: 0px 30px 0 8px;
   background: url(/_img/bg_welcomemore.gif) no-repeat left top;
   text-decoration: none;
}

#content p#welcomemore a:hover{
   text-decoration: underline;
   background-position: left bottom;
}

#content #home-featured{
   margin: 30px 20px;
   position: relative;
   min-height: 200px;
}

#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 #669900 ;
   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: #669900;
	font-weight: normal;
	color: #ffffff;
}

#content #home-featured h3{
   font-size: 1.8em;
   color: #331e0e;
   margin-bottom: 15px;
}

#content #home-featured h3 a{
   color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content #home-featured h3 a:hover{
	text-decoration: underline;
}

#content #home-featured h3 span{
   font-size: .9em;
   font-weight: bold;
	color: #c1c1c1;
}

#content #home-featured h3 span span{
	color: #7c7c7c;
}

#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: #ffffff;
   display: block;
   float: left;
   padding: 3px 0 4px 8px;
	text-decoration: none;
}

#content #home-featured p.more a:hover,
#content #home-featured p.comments a:hover{
	text-decoration: underline;
}

#content #home-featured p.more a{
   padding-right: 18px;
   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 p.tags



/* =Content
---------------------------------------------------------------------
*/

#content a{
   color: #46708e;
   text-decoration: underline;
}

#content a:hover{
   text-decoration: none;
}

#content h3{
   color: #606060;
   font-size: 2.4em;
   font-weight: normal;
   margin-bottom: .5em;
   line-height: 1.2;
   border-bottom: 1px solid #669900;
}

#content h4,
#content h5,
#content h6{
   color: #262626;
   font-weight: normal;
   margin-bottom: .5em;
   line-height: 1.2;
}

#content h4{
   font-size: 1.8em;
   color: #331E0E;
}

#content h4.sorttitle{
   clear: both;
   padding-top: 20px;
}

#content h5{
   font-size: 1.4em;
   color: #292929;
}

#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;
   margin-bottom: 0;
   list-style-position: inside;
}

#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;
}

/* Articles */

#content .article{
   margin-bottom: 10px;
	border-bottom: 1px solid #eaf0e6;
	padding-bottom: 10px;
	width: 442px;
	float: left;
}

#content p.summary{
   clear: left;
}

/* Large Event Calendar *?

/* Calendar */
#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #B9C500;
   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: #B9C500;
}

#content table.calendar th{
   padding: 7px 0px;
   background: #b9c500;
   margin-bottom: 1px;
   color: #FFFFFF;
   font-size: 1.3em;
   font-weight: normal;
   border: 1px solid #B9C500;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #B9C500;
   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;
}

#sidebar-inner{
   width: 255px;
   background: #f7faf2 url(/_img/bg_sidebar-inner2.gif) repeat-x;
   float: left;
   padding-bottom: 20px;
}

/* = Sidebar Calendar/Agenda  
---------------------------------------------------------------------
*/

ul#branchnav{
   float: left;
   font-weight: bold;
   width: 255px;
   list-style: none;
   border-bottom: 15px solid #333333;
   margin-top: 10px;
}

#branchnav li{
   float: left;
font-weight: bold;
   font-size: 1.2em;
   text-align: center;
   margin-right: 3px;
}

#branchnav li a{
   display: block;
   width: 111px;
   height: 23px;
font-weight: bold;
   padding: 15px 0 0 0;
   color: #ffffff;
   background: #669900 ;
   text-decoration: none;
   outline: 0;
   text-transform: uppercase;
}

#branchnav li a.current{
	background: #333333;
	color: #ffffff;
    font-weight: bold;
}
#branchnav li a:hover{
	color: #fff;
font-weight: bold;
}

#agenda div#branch1, #agenda div#branch2{
   clear: left;
   float: left;
font-weight: bold; 
   display: inline;
   width: 231px;
   margin: 0 12px;
   padding: 15px 0 50px;
   position: relative;
}

#sidecal-outer{
   background: #fff url(/_img/bg_sidecal-outer-orig.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: #744004;
   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 #82b14f;
}

#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 #cbdab6;
   position: relative;
}

#agenda .event:hover{
   background: #fff;
}

#agenda .event h4{
   margin: 0 5px 5px 45px;
   font-size: 1.3em;
   font-weight: normal;
}

#agenda .event h4 a{
   color: #2a2a2a;
   text-decoration: none;
}

#agenda .event h4 a:hover{
   text-decoration: underline;
}

#agenda .event p{
   font-size: 1.2em;
   line-height: 1.3;
   color: #748761;
   margin: 0 5px 0 45px;
}

#agenda .event .date{
   float: left;
   width: 32px;
   height: 32px;
   margin: 0 8px 0 0;
   padding: 4px 0;
   background: #669900 ;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-size: 1em;
}

#agenda .event .date span{
   display: block;
   margin: 5px 0;
   color: #fff;
   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 #313131;
   background: #3d3d3d;
   color: #fff;
   text-decoration: none;
}

#agenda p.more a:hover{
   text-decoration: underline;
}

#agenda .rsvp{
   width: 36px;
   height: 18px;
   position: absolute;
   top: 50%;
   right: 10px;
   margin-top: -10px;
   background: url(/_img/bg_rsvp.gif);
}

#agenda .rsvp a{
   display: block;
   text-indent: -9999px;
   height: 18px;
}

#agenda .event:hover .rsvp{
   background-position: 0 -18px;
}

#sidebar #recent-sermons{
   clear: left;
   padding: 0 13px 26px;
   float: left;
   width: 229px;
   position: relative;
}

#sidebar #recent-sermons h3{
   background: #669900 ;
   float: left;
   padding: 6px 8px;
   font-weight: normal;
   color: #ffffff;
   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;
}

#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 #669900;
   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 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.gif);
   height: 17px;
   overflow: hidden;
}

#sidebar #recent-sermons p.more{
   clear: both;
   width: 94px;
   height: 25px;
   position: absolute;
   bottom: 0;
   right: 13px;
}

#sidebar #recent-sermons p.more a{
   display: block;
   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-right: 10px;
}

#home #sidebar #recent-sermons p.more a{
   margin-top: 5px;
}

/* 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 #82b14f;
   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 #744004;
   margin-top: 10px;
   padding-top: 5px;
   background: #fff;
   padding-bottom: 55px;
   width: 231px;
}

#sidebar #sermon-archive li{
   font-size: 1.2em;
   color: #744004;
   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: #744004


;
   border-bottom: 1px solid #f7faf2;
   text-decoration: none;
}

#sidebar #sermon-archive li a:hover{
   display: block;
   padding: 8px 20px 10px 18px;
   background: #f7f7f7;
}



/* = Basement  
---------------------------------------------------------------------
*/

#basement #recent-articles, #basement #blog-posts, #basement #photo-stream{
   float: left;
   display: inline;
   position: relative;
   color: #B9C500;
   margin-top: 15px;
}

#basement .basecol-inner{
   min-height: 325px;
   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 #B9C500;
   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 #B9c500;
}

#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: #fff;
}

#basement p{
   font-size: 1.2em;
   color: #ffffff;
   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{
   color: #fff;
   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;
   color: #fff;
}

#basement p a.more{
   color: #ffffff;
}

#basement h4 span {
   font-weight: bold;
   font-size: .857em;
}
#basement h4 span.divider {
	color: #B9c500;
}

#basement h4 span.byline {
	color: #fff;
}

#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;
   color: #000000;
}

#basement #blog-posts p.blog-date span{
   margin-left: 10px;
}

#basement #photo-stream{
   width: 241px;
   margin-left: 14px;
   color: #B9C500;
}

#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;
   margin: 15px auto 0;
   height: 30px;
}

#footer-inner{
   width: 960px;
   padding-top: 8px;
}

#footer p{
   float: left;
   color: #fff;
   font-size: 1.3em;
}



#footer p.powered{
   float: right;
}

#footer p.powered a{
	color: #ffffff;
} 

/* = Second-tier Nav  
---------------------------------------------------------------------
*/

/* @group Navigation */

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: #744004;
   border-left: 2px solid #eaeaea;
}

body.nav2level #nav li.current ul li a:hover{
   background: #eaeaea;
}

body.nav2level #nav li.current ul li.current a{
   background: #EDECE6;
}

body.nav2level #nav li.current.cparent a{
   background: none;
}

/* @end */

/* = Blogs  
---------------------------------------------------------------------
*/

/* @group Blogs */

#content h5#featured-post{
   color: #fff;
   font-size: 1.1em;
   text-transform: uppercase;
   background: #669900;
   float: left;
   padding: 8px 10px;
   margin-bottom: 0;
   margin-left: 10px;
}

#content p.subscribe{
   float: right;
   margin: 0;
   text-indent: -9999px;
   width: 17px;
   height: 17px;
}

#content p.subscribe a{
   width: 17px;
   height: 17px;
   display: block;
   background: url(/_img/bg_rss.gif) no-repeat;
}

#content p.subscribe a img {
	border: none;
	margin: 0;
}

#content div.post.featured, #content #current-sermon{
   clear: both;
   border-top: 3px solid #669900;
   border-bottom: 3px solid #669900;
   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 a{
   color: #000000;
   font-weight: bold;
   text-decoration: underline;
}

#content h5.blogposttitle a:hover{
	text-decoration: none;
}

#content div.post.featured h5 {
   font-size: 1.8em;
   margin-bottom: 5px;
   font-weight: bold;
}
#content #current-sermon h4 a {
   margin-bottom: 5px;
   font-weight: bold;
   color: #424242;
   text-decoration: underline;
}


#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;
}


#content #comments{
	border-top: 2px solid #e9e9e9;
	margin-top: 10px;
}

#content .comments{
	background-color: #f7f7f7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content .comments .commentnum{
	padding: 4px 8px 4px 20px;
	background: #fff url(../_img/bg_commentlink.gif) no-repeat 4px 6px;
	margin-right: 10px;
}

#content .comments .commentnum span{
	color: #46708e;
	font-weight: bold;
	font-size: .9em;
}

#content #comments textarea{
	display: block;
	width: 443px;
}

#content #comments label{
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	color: #575757;
	margin-top: 5px;
	font-size: 1.3em;
}

#content #comments p a.thickbox {
	color: #bcb500;
}

#content a.contreading{
	background: url(../_img/bg_continue-reading.gif) no-repeat;
	font-size: .9em;
	padding: 6px 16px 6px 5px;
	margin-right: 10px;
	color: #000;
    font-size: .9em;
}

#content a.commentnum{
	background: url(../_img/bg_commentlink.gif) no-repeat 0 2px;
	padding-left: 17px;
	color: #000;
}

#content a.commentnum span{
	color: #486e88;
	font-weight: bold;
	font-size: .9em;
}

#content .comment{
	margin-top: 10px;
	padding: 10px;
}
#content .comment h5{
	color: #909090;
}
#content .comment h5 .commenter{
	color: #3e3e3e;
	font-weight: bold;
}

#content .comment.alt{
	background-color: #f4f7eb;
}

/* @end */

/* = Blog Sidebar  
---------------------------------------------------------------------
*/

/* @group Sidebar - Blog */

#sidebar #categories, #sidebar #archive{
   clear: left;
   padding: 0 13px;
}

#sidebar #categories h3, #sidebar #archive h3{
   clear: left;
   background: #B9C500 ;
   float: left;
   padding: 6px 8px;
   font-weight: normal;
   color: #252525;
   font-size: 1.1em;
   text-transform: uppercase;
}

#sidebar ul#blog_list_category, #sidebar ul#blog_list_archive{
   clear: left;
   float: left;
   display: inline;
   border-top: 4px solid #669900;
   margin: 10px 0;
   padding-top: 5px;
   background: #fff;
   padding-bottom: 10px;
   padding: 5px 10px 10px;
   width: 209px;
}

#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;
   list-style-position: outside;
}

#sidebar #blog_list_category li a, #sidebar #blog_list_archive li a{
   display: block;
   padding: 8px 20px 10px 18px;
   color: #744004;
   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;
   background: #f7f7f7;
}

/* @end */

/* = Sermons  
---------------------------------------------------------------------
*/

/* @group Sermons */

#content .sermonbox h4{
   margin-bottom: 5px;
   text-decoration: underline;
}

#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{
   margin-bottom: 5px;
   font-size: 1.1em;
   font-weight: bold;
   background: none;
   padding: 0;
}

#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);
   width: 59px;
   height: 18px;
}

#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.gif);
   height: 21px;
}

#content .mediabox li.mb_podcast a{
   background-image: url(/_img/mb_podcast.gif);
}

#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 .sermonbox p.tags span {
   font-weight: bold;
}

#content .sermonbox p.tags a:hover {
   text-decoration: underline;
}

#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;
}

#content p#pagination{
   clear: both;
   padding-top: 20px;
   float: left;
   line-height: 2;
}

#content #paginatewrap{
   clear: both;
   margin: 0 auto;
   text-align: center;
}

#content p#pagination a{
   margin: 0 5px;
   color: #000;
   padding: 5px 10px;
   text-decoration: none;
   background: #f0f3e9;
}

#content p#pagination a:hover{
   text-decoration: underline;
}

#content p#pagination a#off{
   display: none;
}

#content p#pagination a#current{
	color: #000;
	background-color: #dae2c9;
}

/* @end */

/* @group Galleries */

#content .gallery-thumbnail p{
   width: 128px;
   height: 96px;
   overflow: hidden;
   float: left;
   display: inline;
   margin: 0 20px 20px 0;
}

#content .gallery-thumbnail p img{
   margin: 0;
}

/* @end */

/* = Members 
---------------------------------------------------------------------
*/

/* @group Members Content */

#content #members_area .err-message {
   font-size: 1.3em;
}

#content #login {
   font-size: 1.3em;
}

/* MEMBER LANDING PAGE */
#content table.person {
   clear: both;
   font-size: 1.3em;
}

#content table.person tr td.header {
   padding: 5px 0;
}

#content table.person tr td.header h5{
   margin: 5px 0;
}

#content table.person tr td{
   padding: 3px 5px;
}

#content #members_area blockquote{
   font-size: 1.3em;
   padding: 10px 5px;
   background: #f8fbf4;
}

/* DIRECTORY */
#content #letter-directory ol{
   margin: 0;
   display: block;
   height: 25px;
   margin-bottom: 5px;
}

#content #letter-directory ol li{
   background: none;
   float: left;
   padding: 0;
   margin: 0 4px 0;
   line-height: 25px;
}

#content div.person p{
   width: 120px;
   margin: 5px 10px;
   float: left;
}

#content div.person a {
   color: #744004


;
}
#content div.person a img{
   padding: 5px;
   margin: 0;
}

#members_area #user-profile ul#options{
   float: left;
   width: 300px;
}

/* MEMBER BLOG & GALLERY */
#members_area a#add_new_post,
#members_area a#add_gallery{
   font-size: 1.3em;
   display: block;
   margin: 5px 0;
   line-height: 1.5em;
}

#members_area .blogpost h5 a {
   color: #000000;
   font-size: 1.3em;
}
#members_area form textarea#sendMessage{
   float: left;
}

#members_area .blog #comments {
   padding-top: 10px;
   font-size: .8em;
}


/* MEMBER ADD BLOG POST */
#members_area form label {
   font-size: 1.4em;
   line-height: 1.8;
}

#members_area form label.checkbox {
   font-size: 1.0em;
}

#members_area form p.submitButton {
   margin-top: 5px;
   float: left;
}
/* @end */

/* @group Members Sidebar */
#sidebar #member_sidebar{
   padding: 0 13px 26px;
   float: left;
   clear: left;
   width: 229px;
   position: relative;
}

#sidebar #member_sidebar h3{
   background: #B9C500 ;
   float: right;
   clear: right;
   padding: 6px 8px;
   font-weight: normal;
   color: #252525;
   font-size: 1.1em;
   text-transform: uppercase;
   margin-bottom: 10px;
}

#sidebar #member_sidebar h3.go_to_member {
   float: left;
}

#sidebar #member_sidebar .profile-info{
   clear: both;
   float: left;
   width: 211px;
   padding: 0 10px;
   margin: 0;
}

#sidebar #member_sidebar p.profile-pic a {
   width: 68px;
   margin-top: -32px;
   _margin-top: 0;
}
#sidebar #member_sidebar p.profile-pic a img{
   border: 2px solid #bcb500;
}

#sidebar #member_sidebar form#searchForm{
   font-size: 1.3em;
}
#sidebar #member_sidebar form#searchForm p{
   margin: 5px 0;
}
#sidebar ul#member_info{
   clear: left;
   float: left;
   display: inline;
   border-top: 4px solid #744004;
   margin: 10px 0;
   padding-top: 5px;
   background: #fff;
   padding-bottom: 10px;
   padding: 5px 10px 10px;
   width: 209px;
}

#sidebar ul#member_info li{
   font-size: 1.2em;
   color: #520000;
   font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
   list-style: none;
   margin: 0;
   list-style-position: outside;
}

#sidebar ul#member_info li a{
   display: block;
   padding: 8px 20px 10px 18px;
   color: #744004


;
   border-bottom: 1px solid #e4e9dd;
   text-decoration: none;
}
#sidebar ul#member_info li a.inline{
   display: inline;
   padding: 0;
   color: #744004;
   text-decoration: none;
   margin-left: 95px;
   }

#sidebar ul#member_info li a:hover{
   display: block;
   padding: 8px 20px 10px 18px;
   background: #f7f7f7;
}

/* @end */