/* @override http://nlccoe.monkcms.net/_css/styles.css */

/* Site: New Life Christian Church of Emporia */

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

body{
   background: #FFF url(/_img/bg_body.gif) repeat-x;
   font-size: 62.5%;
   font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

body#home{
   background-image: url(/_img/bg_body_home.gif);
}

hr{
   display: none;
}

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

#container{
   width: 900px; /* matches #content-wrap of 860 +40px padding*/ 
   margin: 0 auto;
/* fixes an ie7 bug that causes horizontal scrollbar */   
   position: relative;
   overflow: hidden;
}

a{
   overflow: hidden;
}


/* the clearfix rules make it possible to clear floated elements without additional structural markup. 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 */
/* =Header
---------------------------------------------------------------------
*/

#header{
   height: 176px;
}

#header h1{
   float: left;
   margin: 16px 0 4px;
   width: 166px;
   height: 83px;
   background: url(/_img/bg_h1.gif) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 166px;
   height: 83px;
}

#header p#login-wrap{
   float: right;
   margin: 10px;
   font-size: 1.2em;
   color: #F3F3F3;
   text-transform: uppercase;
}

#header p#login-wrap a{
   color: #F3F3F3;
}

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

#nav{
   position: relative;
   clear: left;
   float: left;
   width: 900px; /*CHANGE increased by 180 from 720 -900*/
   list-style: none;
}

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

#nav li a{
   display: block;
   float: left;
   height: 24px;
   padding: 11px 18px 0;
   color: #F3F3F3;
   text-decoration: none;
}

#nav li a:hover,
#nav li.current a{
   background: #55504F url(/_img/bg_nav_li_a_hover.gif) repeat-x;
}

#nav .current ul ul,
#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   list-style: none;
}

#nav li li{
   float: left;
   padding-right: 2px;
   background: url(/_img/bg_nav_li_li.gif) no-repeat right 60%;
   font-size: 1em;
   text-transform: none;
}

#nav .current ul,
#nav li:hover ul,
#nav li.sfhover ul{
   top: 39px;
   left: 0;
   width: 648px;
   z-index: 2;
}

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

#nav li li a{
   float: left;
   height: 22px;
   padding: 12px 18px 0;
   color: #d9d093;
}

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

#nav li li a:hover,
#nav li li.current a{
   background: url(/_img/bg_nav_li_li_a_hover.gif) no-repeat center bottom;
   color: #d9d093;
   text-decoration: underline;
}

body#home #nav li li a:hover{
   background: none;
}

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



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

#content-wrap{
   clear: both;
   float: left;
   width: 860px; /* CHANGE increased by 180 from 680 -> 860 */
   padding: 0 1px 0 40px;
   background: url(/_img/WIDE_bg_content-wrap.gif) no-repeat right top; /* CHANGE FOR NEW WIDTH */
   min-height:600px
}

body#home #content-wrap{
   margin-top: 11px;
   background: url(/_img/WIDE_bg_content-wrap_home.gif) no-repeat right 116px; /* CHANGE FOR NEW WIDTH */
}

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

#content{
   float: left;
   width: 574px; /* CHANGE increased by 180 from 394 -> 574 */
   margin-top: 35px;
}

#subpage_header {
	padding: 0 0 10px 0;
	clear: both;
}

body#home #content{
   margin: 0;
}

#content h3{
   clear: right;
   margin: 0 0 .4em -2px;
   padding: 0 0 7px 2px;
   border-bottom: 1px solid #E1E1E1;
   color: #8c4c0f;
   font-size: 1.8em;
   font-weight: normal;
   text-transform: uppercase;
}

body#home #content h3{
   margin-bottom: .75em;
}

#content h4{
   margin-bottom: .5em;
   color: #566261;
   font-size: 1.4em;
}

#content h5{
   margin-bottom: .5em;
   color: #A34E24;
   font-size: 1.2em;
   text-transform: uppercase;
}

#content h6{
   margin-bottom: .5em;
   color: #566261;
   font-size: 1.0em;
}

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

body#home #content p{
   color: #464646;
}

#content p.more{
   float: right;
   margin: 2px 0 5px;
   font-size: 1em;
   text-transform: uppercase;
}

#content p.more a{
   display: block;
   padding: 4px 19px 4px 10px;
   border: 1px solid #DCE4E3;
   background: #F4F7F6 url(/_img/bg_sidebar_more.gif) no-repeat 90% center;
   color: #51615F;
   text-decoration: none;
}

#content ol{
   margin-left: 20px;
}

#content ul{
   list-style: none;
}

#content ul ul{
   margin-bottom: 0;
   font-size: 1em;
}

#content ul li{
   padding-left: 17px;
   background: url(/_img/bg_content_li.gif) no-repeat left .5em;
}

#content ul li li{
   padding-left: 12px;
   background-image: url(/_img/bg_content_li_li.gif);
}

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

#content li{
   line-height: 1.5;
}

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

#content a{
   color: #8c4c0f;
   text-decoration: none;
}

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

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

#content a img{
  border: none;
}

#content img#mcms_stats{
   display: none;
}

#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 ul#mediabox{ /* #mediabox controls "feature" sermon and sermon detail */
   float: right;
   display: inline;
   padding: 5px 5px 4px;
   list-style: none;
   border: 1px solid #e3dfda;
   background: #EDEBE8;
   margin: 0 0 20px 20px;
   width: 228px;
}

#content ul#mediabox li{
   margin: 0 0 2px;
   padding: 0;
   background: url(/_img/bg_mb_li.png);
   font-size: 1.1em;
   float: left;
}

#content #mediabox li a{
   display: block;
   width: 78px;
   height: 23px;
   padding: 7px 0 0 36px;
   color: #545454;
   background-position: 18px 9px;
   background-repeat: no-repeat;
}

#content li#mb_listen a{
   background-image: url(/_img/bg_mb_listen.png);
}

#content li#mb_download a{
   background-image: url(/_img/bg_mb_download.png);
}

#content li#mb_video a{
   background-image: url(/_img/bg_mb_watch.png);
}

#content li#mb_notes a{
   background-image: url(/_img/bg_mb_notes.png);
}

#content #new-visitor{
   position: relative;
   width: 624px; /* CHANGE increased by 180 from 440 -> 620 */
   height: 263px;
   margin: 0 0 40px -39px;
   padding: 6px 7px 0;
   background: url(/_img/bg_new_visitor.gif) no-repeat; /*CHANGE IMG FOR NEW WIDTH */
}

#content #new-visitor p{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 9px 20px 0 2px;
   text-indent: -9999px;
}

#content #new-visitor p a{
   display: block;
   width: 127px;
   height: 26px;
   background: url(/_img/bg_new-visitor_p_a.gif) no-repeat;
}

#content #new-visitor li{
   float: left;
   margin-right: 1px;
   padding: 14px 10px 9px 13px;
   background: url(/_img/bg_new-visitor_li.gif) repeat-x;
   /*text-transform: uppercase;*/
}

#content #new-visitor li a{
   /*display: block;*/
   padding-right: 12px;
   background: url(/_img/bg_new-visitor_li_a.gif) no-repeat right center;
   color: #FFF;
}

#content #new-visitor img{
   display: block;
   float: none;
   margin: 0  0;
}

#content #testimonials img{
   float: right;
   margin: 0 0 0 5px;
   padding: 3px;
   border: 1px solid #E1E1E1;
}

#content #connect{
   clear: right;
   position: relative;
   width: 405px;
   margin: 0 -3px 0 -4px;
}

#content #connect h3{
   margin: 0 3px 0 4px;
}

#content #connect img{
   display: block;
   margin: 0 3px 0 4px;
   padding: 1px;
   border: 1px solid #C7947A;
   background: #D4D1C8;
}

#content #calendar-outer{
   position: relative;
}

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #c5be94;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
   width: 100%;
}

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

#content table.calendar caption span{
   position: absolute;
   top: 0;
   width: 16px;
   color: #8A4700;
}

#content table.calendar caption span.calendar-prev{
   left: 0;
}

#content table.calendar caption span.calendar-next{
   right: 0;
}

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

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

#content table.calendar td.empty{
   background: #FFF;
}

#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{
   padding-left: 8px;
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
}

#content table.calendar td li a{
   text-decoration: underline;
}

#content table.calendar td li a:hover{
   text-decoration: none;
}

#content #comments h5{
   text-transform: none;
}

#content #comments label{
   display: block;
   margin-bottom: .5em;
   color: #566261;
   font-size: 1.6em;
}

#content #comments .comment{
   margin-bottom: 25px;
}

#content #comments .comment h5{
   font-weight: normal;
}

#content #comments textarea#comment{
   padding: 3px;
   border: 1px solid #566261;
   color: #566261;
   font-size: 1.2em;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content #comments input#comment-submit{
   display: block;
   margin: 2px 0 5px;
   padding: 4px 19px 4px 10px;
   border: 1px solid #DCE4E3;
   background: #F4F7F6;
   color: #51615F;
   font-size: 1.1em;
   text-transform: uppercase;
   text-decoration: none;
}

#content .book{
   float: left;
   width: 394px;
   /*margin-top: 25px;*/
   margin-bottom: 25px;
}

#home #content #getconnected{
	margin-bottom: 25px;
}

#home #content #getconnected img{
	float: left;
	padding: 0;
	border: 1px solid #c7947a;
	margin: 0 7px 0 0;
}

#home #content #getconnected img.last{
	margin-right: 0;
}

#home #content #getconnected p{
	clear: both;
}


#home #content .article{
	margin-bottom: 20px;
}
#home #content .article p.date{
	text-transform: uppercase;
	color: #a34e24;
	margin-bottom: 4px;
}

#home #content .article h4{
		font-size: 1.4em;
}

#home #content .article h4 a{
   color: #666666;
}

#home #content .article h4 a:hover{
	text-decoration: underline;
}

#home #content .article p{
	color: #666666;
}

#home #content .more{
	float: right;
}

#home #content .more a{
	background: url(/_img/btn_more.gif) no-repeat;
	display: block;
	width: 60px;
	height: 21px;
	text-indent: -9999em;
}

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

#sidebar{
   position: relative;
   float: right;
   width: 252px;
   margin-top: -36px;
   padding-bottom: 200px;
   background: url(/_img/bg_sidebar.gif) no-repeat center bottom;
}

body#home #sidebar{
   margin: 0;
}

#sidebar h3{
   width: 220px;
   height: 29px;
   margin-left: 1px;
   margin-bottom: 6px;
   text-indent: -9999px;
}

#sidebar p.more{
   float: right;
   margin: 7px 0 7px;
   text-transform: uppercase;
}

#sidebar p.more a{
   display: block;
   padding: 4px 19px 4px 10px;
   border: 1px solid #dce4e3;
   background: #F4F7F6 url(/_img/bg_sidebar_more.gif) no-repeat 90% center;
   color: #51615F;
   text-decoration: none;
}

#sidebar #agenda ul{
   float: left;
   width: 224px;
   margin-bottom: 15px;
   padding: 0 0 0 28px;
   background: url(/_img/bg_sidebar_agenda_ul.gif) repeat-x left bottom;
   list-style: none;
}

#sidebar #agenda li{
   float: left;
   font-size: 1.3em;
   text-align: center;
}

#sidebar #agenda li a{
   display: block;
   width: 99px;
   height: 27px;
   margin-right: 3px;
   padding-top: 9px;
   background: url(/_img/bg_sidebar_agenda_ul_a.gif) no-repeat left bottom;
   color: #FFF;
   text-decoration: none;
   outline: 0;
}

#sidebar #agenda li a.current{
   background-image: url(/_img/bg_sidebar_agenda_ul_a_active.gif);
   color: #173829;
}

#sidebar #agenda div{
   position: relative;
   clear: left;
   margin-bottom: 25px;
}

#sidebar #agenda table.calendar{
   clear: both;
   width: 219px;
   margin: 0 auto 10px;
   border: 1px solid #c5be94;
   border-collapse: collapse;
   background: #FFF;
}

#sidebar #agenda table.calendar caption{
   margin: 0 auto .75em;
   _padding-bottom: 8px;
   color: #173829;
   font-size: 1.1em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar #agenda table.calendar caption span.calendar-prev{
   position: absolute;
   top: 0;
   left: 15px;
}

#sidebar #agenda table.calendar caption span.calendar-next{
   position: absolute;
   top: 0;
   right: 17px;
}

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

#sidebar #agenda table.calendar th{
   border-bottom: 1px solid #c5be94;
   background: #ded8b2;
   padding: 5px 0;
   color: #363636;
   font-size: 1.1em;
   text-align: center;
}

#sidebar #agenda table.calendar td{
   width: 28px;
   height: 28px;
   color: #626262;
   font-size: 1.1em;
   font-weight: normal;
   text-align: center;
}

#sidebar #agenda table.calendar a{
   display: block;
   width: 22px;
   margin: 0 3px;
   padding: 5px 0;
   color: #FFF;
   background: #173829;
   text-decoration: none;
}

#sidebar #agenda table.calendar a:hover{
   text-decoration: underline;
}

#sidebar #agenda #branch2{
   display: none;
   width: 221px;
   margin: 0 0 5px 16px;
}

#sidebar #agenda #branch1,
#sidebar #agenda #branch2{
   display: none;
}

#sidebar #agenda #branch1.current,
#sidebar #agenda #branch2.current{
   display: block;
}

#sidebar #agenda .event{
   float: left;
   width: 201px;
   margin: 0;
   padding: 10px;
   background: url(/_img/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #agenda .event:hover{
   background-color: #ded8b2;
}

#sidebar #agenda .event h4{
   margin-bottom: .5em;
   font-size: 1.2em;
}

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

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

#sidebar #agenda .event p{
   color: #5A5E5E;
   font-size: 1.2em;
   line-height: 1.3;
}

#sidebar #agenda .event .date{
   float: left;
   width: 34px;
   height: 37px;
   margin: 5px 8px 0 0;
   padding: 1px 0 0;
   background: url(/_img/bg_sidebar_agenda_date.gif) no-repeat;
   color: #FFF;
   font-size: 1.1em;
   text-transform: uppercase;
   text-align: center;
}

#sidebar #agenda .event .date span{
   display: block;
   margin: 8px 0;
   color: #1a6743;
   font-size: 1.1818em;
   font-weight: bold;
}

#sidebar #recent-sermons{
   clear: right;
   width: 221px;
   margin: 0 0 5px 16px;
}

#sidebar #recent-sermons h3{
   background: url(/_img/bg_sidebar_h3_recent-sermons.gif) no-repeat;
}

#sidebar #recent-sermons .sermon{
   padding: 10px;
   background: url(/_img/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #recent-sermons .sermon:hover{
   background-color: #ded8b2;
}

#sidebar #recent-sermons .sermon h4{
   margin-bottom: .35em;
   font-size: 1.2em;
   font-weight: normal;
}

#sidebar #recent-sermons .sermon h4 a{
   color: #8c4c0f;
   text-decoration: none;
}

#sidebar #recent-sermons .sermon h4 a:hover{
   text-decoration: underline;
}

#sidebar #recent-sermons .sermon p{
   color: #383328;
   font-size: 1.1em;
}

#sidebar #recent-articles{
   clear: right;
   width: 221px;
   margin-left: 16px;
}

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

#sidebar #recent-articles .article{
   width: 201px;
   float: right;
   padding: 10px;
   background: url(/_img/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #recent-articles .article:hover{
   background-color: #ded8b2;
}

#sidebar #recent-articles .article h4{
   margin-bottom: .35em;
   font-size: 1.3em;
   font-weight: normal;
}

#sidebar #recent-articles .article h4 a{
   color: #8c4c0f;
   text-decoration: none;
}

#sidebar #recent-articles .article h4 a:hover{
   text-decoration: underline;
}

#sidebar #recent-articles .article p{
   color: #383328;
   font-size: 1.1em;
}

#sidebar #recent-articles .article p.more{
}

#sidebar #recent-radio{
   clear: right;
   width: 221px;
   margin-left: 16px;
}

#sidebar #recent-radio h3{
   background: url(/_img/bg_sidebar_h3_recent-radio.gif) no-repeat;
}

#sidebar #recent-radio h4{
   margin-bottom: .5em;
   color: #566261;
   font-size: 1.4em;
}

#sidebar #recent-radio h5{
   margin-bottom: .5em;
   color: #A34E24;
   font-size: 1.2em;
   text-transform: uppercase;
}

#sidebar #recent-radio h6{
   margin-bottom: .5em;
   color: #566261;
   font-size: 1.0em;
}
#sidebar #recent-radio p{
   margin-bottom: 1em;
   color: #566261;
   font-size: 1.2em;
   line-height: 1.5;
}
#sidebar #recent-radio a{
   color: #8c4c0f;
   text-decoration: none;
}

#sidebar #recent-radio a:hover{
   text-decoration: underline;
}

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

#search{
   float: right;
   width: 223px;
   margin-bottom: 6px;
   padding: 11px 13px 18px 16px;
   border: 1px solid #2b3d3b;
   background: #173829;
}

#header #search{
  margin-top: 25px;
  padding-bottom: 13px;
}

#search h3{
   margin-bottom: 5px;
   color: #CCC;
   font-size: 1.5em;
   font-weight: normal;
}

#search #searchForm input{
   float: left;
   width: 145px;
   margin: 2px 3px 0 0;
   padding: 4px;
   border: 1px solid #D7D2CC;
   background: #ECEAE7;
}

#search #searchForm a#search_go{
   display: block;
   float: left;
   width: 63px;
   height: 26px;
   background: url(/_img/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

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

#footer{
   clear: both;
   float: left;
   width: 820px; /* CHANGE increased by 180px from 640 -> 820px */
   margin: 50px 0;
   padding: 20px 40px 0;
   background: url(/_img/bg_footer.gif) no-repeat center top;
}

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

#footer p.powered{
   float: right;
}

#footer a{
   color: #184e2a;
   text-decoration: none;
}

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