/* @override http://www.newhopecovenant.org/_css/styles.css */
/* Site: New Hope Covenant Church */

* {
   margin: 0;
   padding: 0;
}

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
    background-image: url(/_img/body_bg.png);
	background-repeat:repeat-x;
	background-color:#cccaad;
	text-align:center;
	vertical-align:top;
	margin:0px;
	padding:0px;
}

hr{
   display: none;
}

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

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

a{
   overflow: hidden;
}

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

#header
{
	background-image: url(/_img/header.png);
	background-position:top;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:888px;
	height:105px;
}

#header h1{
	float:left;
	height:75px;
	width:150px;
	text-indent:-9999px;
}


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

#navbar{
	background-color:#201f1c;
	background-position:top;
	width:888px;
	height:50px;
	padding:0px;
	margin:0px;
}

#nav{
   	list-style: none;
	padding-left: 15px;
}

#nav li{
   float: left;
   font-size: 1.2em;
   font-weight: bold;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1.15;
   margin-right:8px;

}

#nav li a{
   display: block;
   color: #fff6e2; /* Change this to the right color */
   background: url(/_img/nav_li.png) no-repeat  center top;
   height:45px;
   width:91px;
   text-decoration: none;
   padding-top:16px;
}

#nav li:hover a{
   display: block;
   color: #fff6e2; /* Change this to the right color */
   background: url(/_img/nav_li_hover.png) no-repeat center top;
   height:45px;
   width:91px;
   text-decoration: none;
   padding-top:16px;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
}

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

#nav li ul ul{
   margin: -25px 0 0 150px; /* the -25px and 150px need to be adjusted until the sub-sub-menu sits in the right place */
}

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

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

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

#nav li li a{
   width: 150px; /* Needs to be same as other 150px value, less any padding or margin */
   background: #F00; /* Change to more appropriate value */
}

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



/* =Content-Wrap
---------------------------------------------------------------------
*/
#content-wrap
{

   background-image:url(/_img/content_bg.png);
   background-repeat:repeat-x;
   background-color:#edede6;
   width: 858px;
   padding:15px;
   text-align:left;
   position: relative;
}


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

#content{
	float:left;
	width:585px;
	display: inline;
	position: relative;
}

#content a{
	color: #659c38;
}

#content #rotator{
	overflow: hidden;
	position:relative;
	width: 590px;
	height: 265px;
	margin:0;
	padding:0;
	padding-bottom:15px;
}

#content #hometitle{
	background: url(/_img/header_icon.jpg) no-repeat left #dbdccb;
	border: 2px solid #b3b3aa;
	height:35px;
	width:581px;
	text-align: left;
	vertical-align:middle;
}

#content #hometext p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color:#322f23;
	margin-left:25px;
	margin-right:35px;
	padding-top:15px;
	line-height: 1.5;
}

#content #content_header{
	background: #e0e7d5;
	width: 577px;
}

#content #content_header img{
	padding: 15px 15px 0;
	width: 547px;
}

#content h2#pagetitle{
   clear: left;
   background: #e0e7d5 url(/_img/pagetitle_ul.png) no-repeat left bottom;
   padding: 15px 0 5px 20px;
   width: 557px;
   margin: 0;
   font-size: 3.0;
}

#content #text, #content #pagetext{
   clear: both;
   float: left;
   width: 517px;
   min-height: 400px;
   padding: 20px 30px;
   background: #e0e7d5;
   font-family: Georgia, "Times New Roman", Times, serif;
}

#content #pagetext h3{
   clear: left;
   padding-left: 30px;
   padding-bottom: 5px;
   background: url(/_img/h3_icon.png) no-repeat left top;	
}


#content #h3{
}

#content #hometitle h2#pagetitle2{
	
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color:#322F23;
	margin-left:38px;
	padding-top:8px;
}
		
#content h5,
#content h6{
   
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #030303;
   font-size: 1.2em;
   line-height: 1.4;
}

#content ul,
#content ol{
   margin: 0 0 1em 3em;
}

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

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
}

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

#content blockquote{
   margin-left: 3em;
}

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

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

#content img{

}

#content #text{
   clear: both;
}

#content #sermonbox{
   float: left;
   margin-bottom: 20px;
   padding :5px;
   background-color: #ffffff;
   width: 505px;   	
}

#content #sermonbox h3{
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color:#000000;
	font-size: 1.5 em;
	margin-bottom: 5px;
}

#content #sermonbox h4{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#384921;
	font-size:1.6em;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
}

#content #sermonbox h4 a{
	color:#8cc63f;
	padding-bottom: 5px;
}

#content #sermonbox p{
   float: left;
   clear: left;
   padding: 0;
   padding-bottom: 2px;
   padding-left: 10px;
   margin: 0;
   color: #31302b;
}

#content #sermonbox p.sermonlink{
   margin-top: 10px;
}

#content #sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #sermoninfo{
	float: left;
	width: 300px;
}

#content #mediabox{
   float: right;
   width: 125px;
   padding: 0px 5px 0;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   font-size: 1.1em;
   font-weight: bold;
   text-indent:-9999px;
}

#content #mediabox li a{
   display: block;
   height: 15px;
   padding-left: 0px;
   background-repeat: no-repeat;
}

#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{
   background-image: url(/_img/sb_btndwnld.png);
}

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

#content #mediabox li#mb_jukebox a{
   background-image: url(/_img/sb_btnlisten.png);
}

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

#content #text_2780{
	width: 250px;
}

#content #text_2789{
	width: 150px;
}

#content #text_2782{
	width: 250px;
}

#content #area_2874{
	width: 300px;
}

#event-info{
	float: left;
	padding: 10px 0 10px 10px;
}

#event-info p{
	width: 355px;
}

#event-thm img{
	float: right;
	height: 100px;
	padding: 10px;
	border: none;
}

/* = Subpage Sidebar Navigation  

---------------------------------------------------------------------

*/

ul#subnav{
   display: block;
}

#subnav ul ul{
   background: none;
}

ul#subnav li{
   display: inline;
}

ul#subnav li a{
   display: none;
   height: 0px;
}

ul#subnav li.current{
   width: 248px;
   height: 31px;
   border: none;
   position: relative;
   display: block;
   background: url(/_img/sidenav_selected.png) no-repeat;
   line-height: 1.9;
}

ul#subnav li.current a{
	padding-left: 30px;
}

ul#subnav li.current ul{
   margin-top: 7px;
   margin-left: 10px;
}

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

ul#subnav li.current li a{
   color: #314417;
   font-size:  1.4em;
   font-weight: normal;
   padding-left: 15px;
}

ul#subnav li.current li a:hover{
   color: #314417;
}

ul#subnav li.current li.current li{
   display: none;
}

ul#subnav li.current a{
   color: #314417;
   display: inline;
   font-size: 1.6em;
   text-decoration: none;
}

ul#subnav li.current li{
   background: url(/_img/sidenav_li.png) no-repeat left;
   border-bottom: #314417 1px dotted;
   width: 230px;
   line-height:2
}

/* = Group Sidebar Navigation  

---------------------------------------------------------------------

*/

#sidenav-wrap{
   width: 261px;
   margin: 0;
   padding-top: 0px;
   _width: 250px;
   _overflow:hidden;
   min-height: 325px;
}

body#grouppage #sidenav-wrap, body#groupsub #sidenav-wrap{
   padding-top: 17px;
}

#sidenav-wrap p{
   padding: 0px 18px 15px;
   font-size: 1.3em;
   font-weight: bold;
   color: #ffffff;
}

#sidenav-wrap p#brcrumb{
   line-height: 1.2;
}

#sidenav-wrap p.home{
   border-top: 1px solid #C9B58B;
   padding: 10px 18px;
}

#sidenav-wrap p.home a{
   font-weight: normal;
   text-decoration: none;
}

#sidenav-wrap p.home.current{
   width: 210px;
   margin-left: -10px;
   padding-left: 28px;
   border: none;
   background: url(/_img/bg_sidenav_a_current.gif);
}

#sidenav-wrap p.home.current a{
   color: #201f1c;
   text-decoration: none;
   font-weight: normal;
}

#sidenav-wrap a{
   color: #201f1c;
   font-weight: bold;
}

#sidenav-wrap a:hover{
   color: #201f1c;
   text-decoration: underline;
}

ul#sidenav{
   padding: 0 18px 7px;
}

#sidenav ul ul{
   background: none;
}

ul#sidenav li{
   display: inline;
   list-style: none;
}

ul#sidenav li a{
   display: block;
   height: 0;
}

ul#sidenav li.current li.current li{
   line-height: 1.8;
   border-top: 1px solid #C9B58B;
   padding: 5px 0;
   display: block;
}

ul#sidenav li.current li.current li a {
   height: auto;
}

ul#sidenav li.current li.current a{
   color: #2c1f16;
   font-size: 1.3em;
   font-weight: normal;
   text-decoration: none;
}

ul#sidenav li.current li.current a:hover{
   color: #36939b;
   text-decoration: underline;
}

ul#sid	enav li.current li.current li li{
   display: none;
}

ul#sidenav li.current li.current li.current{
   width: 229px;
   margin-left: -28px;
   padding: 5px 0 5px 28px;
   border: none;
   background: url(/_img/subnav_selected.gif);
}

ul#sidenav li.current li.current li.current a{
   color: #e9e1cc;
   text-decoration: none;
}

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

#sidebar{
   	float: right;
	text-align: left;
}

#sidebar h2{
	color: #314417;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1.4em;
	border-bottom: 1px dotted #314417;
	text-transform: uppercase;
}

#sidebar .boxtop{
	background: url(/_img/sb_boxtop.png) no-repeat;
	height:10px;
	width:245px;
}

#sidebar .boxbottom{
	background: url(/_img/sb_boxbottom.png) no-repeat;
	height:11px;
	width:245px;
}

#sidebar .box{
	background: url(/_img/sb_boxbg.png) repeat-y;
	width: 245px;
}

#sidebar .box h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	font-style:italic;
	border-bottom:1px dotted #78786e;
	COLOR:#78786e;
	margin-left:15px;
	padding-top:5px;
	margin-bottom:10px;
	margin-right:15px;
}

#sidebar .box h2{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight:bold;
	COLOR: #322F23;
	margin-left: 20px;
	margin-right: 10px;
	text-decoration: none;
	text-transform: none;
	border: none;
}

#sidebar .box h2 a{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	COLOR:#322F23;
	text-decoration:none;
	text-transform: none;
	border: none;
}

#sidebar .box h2:hover a{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	COLOR:#322F23;
	text-decoration:underline;
	text-transform: none;
	border: none;
}

#sidebar .box h3{
	padding-bottom:5px;
	margin-left:20px;
	margin-right:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	font-style:italic;
	COLOR:#78786e;
}

#sidebar .box h3 a{
	COLOR:#78786e;
	text-decoration: none;
}

#sidebar .box h3 a:hover{
	text-decoration: underline;
}

#sidebar .box h4{
	padding-top:5px;
	padding-bottom:5px;
	margin-left:30px;
	margin-right:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	COLOR:#78786e;
}

#sidebar .box p{
	padding-top:5px;
	padding-bottom:12px;
	margin-left:20px;
	margin-right:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	COLOR:#78786e;
}

#sidebar .box p a img{
	border: none;
}

#sidebar .box li{
   margin-bottom: 0px;
   margin-left:20px;
   padding-top:0px;
   background: none;
   font-weight: bold;
   text-indent: -9999px;
}

#sidebar .box li a{
   display: block;
   width: 100px;
   height: 17px;
   background-repeat: no-repeat;
}


#sidebar .box #media{
	list-style-type:none;
}

#sidebar .box li#listen a{
	background-image: url(/_img/sb_btnlisten.png);
}

#sidebar .box li#download a{
	background-image: url(/_img/sb_btndwnld.png);
}

/* =Calendar
---------------------------------------------------------------------
*/

.ui-tabs-hide{
   display: none;
}

#content table.calendar{
   width: 575px;
   border: 1px solid #000000;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #3f5316;
   font-size: 2.1em;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

#content table.calendar caption span{
   width: 16px;
   padding: 25px;
   color: #3f5316;
   font-size: .5em;
   font-family: Tahoma, Arial, sans-serif;
}

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

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

#content table.calendar th{
   padding: 6px 0;
   background: #2a2925;
   color: #e8e2d5;
   font-size: 1.3em;
   font-weight: normal;
   text-align: center;
}

#content table.calendar td{
   width: 85px;
   height: 85px;
   padding: 5px;
   border: 1px solid #3f5417;
   border-left: 0;
   border-top: 0;
   background: #e6ebdc;
   color: #000000;
   font-size: 1em;
   vertical-align: top;
}

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

#content table.calendar td a{
	color: #3f5417;
	text-decoration: none;
}

#content table.calendar td.linked-day a{
	color: #3f5417;
	text-decoration: none;
	font-weight: bold;
}

#content table.calendar td.linked-day ul li a{
   text-decoration: none;
   font-size: 0.9em;
   font-family: Arial, Tahoma, sans-serif;
   display: block;
   color: #3f5417;
   font-weight: normal;	
}

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

#content table.calendar td ul{
   margin: .5em .1em;
   font-size: 100%;
   list-style: none;
   padding: 0;
}

#content table.calendar td li{
   padding: 0 3px;
   margin-left: 0;
   margin-bottom: .5em;
   font-size: 1.1em;
   line-height: 1.2;
   background: none;
}

#content table.calendar td li a{
   color: #e9e1cc;
}

/* =Footbar
---------------------------------------------------------------------
*/

#footbar{
	clear:both;
	width:858px;
	padding-top:50px;
}

#footbar img{
	margin: 0 7px;
	border:none;
}

#footbar a{
	border:none;
}

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

#footer{
   clear: both;
   	background-image:url(/_img/footer_bg.jpg);
	background-repeat:no-repeat;
	width:888px;
	height:165px;
}

#design{
	float:left;
   	text-align:left;
   	color: #fff6e2;
	font-size: 1em;
   	font-weight: bold;
   	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   	line-height: 1.15;
   	margin-left:15px;
	padding-top:20px;
}

#design a{
   	text-align:left;
   	color: #fff6e2;
	font-size: 1em;
   	font-weight: bold;
   	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   	line-height: 1.15;
}

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

#issues{
	float:right;
   	text-align:right;
   	font-size: 1em;
	color: #fff6e2;
   	font-weight: bold;
   	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   	line-height: 1.15;
   	margin-right:15px;
	padding-top:20px;
}

#issues a{
   	text-align:right;
   	font-size: 1em;
	color: #fff6e2;
   	font-weight: bold;
   	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   	line-height: 1.15;
}

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

/* = sIFR  

---------------------------------------------------------------------

*/



/*---- sIFR ---*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
  z-index: 99;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-replaced object{
   z-index: -1;
}

/*---- Header styling ---*/

.sIFR-active h2#pagetitle{
   visibility: hidden;
   line-height: 1em;
   font-size: 3.0em;
   text-transform: uppercase;
   margin: 0;
   float: left;
}

.sIFR-active #content #hometitle h2#pagetitle2{
   visibility: hidden;
   line-height: 1em;
   font-size: 2.2em;
   text-transform: uppercase;
   margin: 0;
   float: left;
}

.sIFR-active #pagetext h3{
   visibility: hidden;
   line-height: .1em;
   font-size: 1.9em;
   text-transform: uppercase;
   margin-bottom: -7px;
}

/*.sIFR-active #content #pagetext h3{
   visibility: hidden;
   line-height: 1;
   font-size: 16px;
   text-transform: uppercase;
   margin-bottom: -3px;
   display: block;
}*/

.sIFR-active #content .emeta h2{
   visibility: hidden;
   line-height: 1;
   font-size: 16px;
   text-transform: uppercase;
   margin-bottom: -3px;
   float: left;
   display: block;
}

.sIFR-active #content .emeta p.edesc{
   visibility: hidden;
   line-height: 1;
   font-size: 12px;
   padding-top: 3px;
   _margin-left: 0;
   float: left;
   display: block;
}

*:first-child+html .sIFR-active #content .emeta p.edesc{
   margin-left: 0; }
/*---- Media Page ----*/

#pagination_wrap{

   position: absolute;
   top: 15px;
   right: 25px;
   z-index: 9999;
}

p#pages{
   float: left;
   display: block;
   margin: 0 10px 0;
   color: #ffffff;
}

p#pagination{
   float: left;
   margin: 0;
   display: block;
}

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

p#pagination a{
   display: block;
   float: left;
   margin: 0 5px;
   color: #8cc63f;
   text-decoration: underline;
}

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

p#pagination a#current{
   color: #ffffff;
   text-decoration: none;
   cursor: default;
}

p#pagination a#previous{
}

p#pagination a#next{
}

#content ul.mediabox{
   float: right;
   list-style: none;
   margin: 0;
}

#content ul.mediabox li{
   float: left;
   text-indent: -9999px;
   margin: 0 0 0 9px;
   padding: 0;
   background: none;
}

#content ul.mediabox li a{
   display: block;
   width: 18px;
   height: 18px;
}

#content ul.mediabox li.listen a{
   background: url(/_img/bg_media_listen.gif);
}

#content ul.mediabox li.download a{
   background: url(/_img/bg_media_download.gif);
}

#content ul.mediabox li.watch a{
   background: url(/_img/bg_media_watch.gif);
}
