/* home css for Vintage Faith */
@import url(/css/styles.css);

body{
   background-image:none; !important; background: #000;
}

#container{
   background: url(/images/bg_home_container.jpg) no-repeat left top;
}

#container-inner{ 
   position: relative;
/*   top: 0;
   left: 1px;*/
   height: 600px;
   background: url(/images/bg_home_container-inner.jpg) no-repeat 1px 6px; 
}

/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
*+html #container-inner{
   height: 630px;
}

#header h1 a{ 
   position: absolute;
   left: 30px;
   top: 82px;
   z-index: 999;
   background: url(/images/logo.gif) no-repeat;
}

#nav{
   /*position: relative;*/
   /*z-index: 999;*/
}

/*#nav li a{
   float: left;
}

#nav li li a{
   float: none;
}

#nav ul{
   margin-top: 30px;
}*/

#content-wrap{
   position: absolute;
   bottom: 0;
}

#footer{
   background: url(/images/bg_home_footer.gif) no-repeat;
   padding-top: 50px;
   position:relative;
   top: -26px;
}

#subnav{
   display: none;
}

#footer .verse{
   top: -200px;
}

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

body#home #sidebar 
{
				 position:absolute; top:410px; left: -8px;  z-index: 999;
 				 float:left;
				 width: 795px;
				 clear: both;
				 padding: 0;
				 height: 140px;
}
body#home #sidebar ul li
{
 				 list-style:none;
 				 float:left;
				 width: 32%;
				 margin:0 0 0 1%;
}
body#home #sidebar ul li a
{
				 margin: 2px 0;
 				 background: transparent url(/images/bg_home_li.png);
				 border-top: 1px solid #021126;
				 display:block;
				 color: #fff;
				 padding: 12px 25px 8px;
				 text-transform: uppercase;
}
body#home #sidebar ul li li
{
 				 
 				 float:none;
				 width: 100%;
				 margin:0;
}
body#home #sidebar ul li ul li a
{
 				 background: url(/images/bg_home_li_li.png);
				 text-transform: capitalize;
				 border: 0;
 				 
}
body#home #sidebar ul li ul li a:hover
{
 				 background: #323c4c;
}
body#home #sidebar ul p
{
				 color: #fff;
				 padding: 19px 25px;
				 line-height: 1.5;
 				 background: #6d85a9;
 				 background: url(/images/bg_home_li_li.png);
}
body#home #sidebar ul p a
{
 				 background: none;
				 border: 0;
				 text-transform: inherit;
				 display:inline;
				 font-weight:bold;
				 padding:0;
}
body#home ul#newsletter-link {
				 display:none;
}