/* @override http://vintagefc.com/css/styles.css */

/* Site: Vintage Faith */

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

img.mcms_stats, hr, #skip{
   display:none;
}

body{
   background: #000 url(/images/bg_body.gif) repeat-y center top;
   font-size: 62.5%;
   font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
   text-align:center;
   _margin-left: 1px;
}

*+html body{
   margin-left: 2px;
}

#container{
   background: url(/images/bg_container.gif) no-repeat 0 0; /* logo and nav */
   width: 781px;
   margin: 0 auto;
   padding: 32px 0 0;
   text-align:left;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   margin: 0 auto;
   width: 780px;
}

#header h1 a{
   display: block;
   text-indent: -999em;
   position: absolute;
   top: 40px;
   right: 0;
   width: 125px;
   height: 100px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   float:left;
   position: relative;
   padding-left: 20px;
   width: 760px;
   margin-bottom: 3em;
   list-style: none;
}

#nav li{
   float: left;
   display:inline;
}

#nav li a{
   display: block;
   color: #51779c;
   text-decoration: none;
   padding: 10px 8px;
   border-right: 1px solid #00386e;
   font-size: 1.4em;
   text-transform: lowercase;
}

#nav li.current a,
#nav li a:hover{
   color: #FFF;
} 

#nav li ul{
   position: absolute;
   width: 760px;
   top: auto;
   left: -999em;
   z-index: 999;
   list-style: none;
   line-height: 1;
}

#nav li li{
   display: inline;
   float: left;
   font-size: 0.75em;
}

#nav li li a{
   border-right: 0;
   color: #FFF;
   /*text-transform: uppercase;*/
   background: transparent;
}
#nav li li a:hover{
   color: #6B88BD;
}

/* ul appears on hover */
#nav li:hover ul,
#nav li.sfhover ul {
   left: 20px;
}
#nav li li li{
	 display: none;
}


/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   position: relative;
   z-index: 998;
   top: 100px;
   clear: both;
   float: left;
   width: 780px;
   background: url(/images/bg_container-inner.jpg) no-repeat left bottom;
}

*+html #container-inner{
   top: 130px;
}


/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   position: relative;
   width: 780px;
   top: -70px;
   float: left;
   z-index: 998;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   display: inline;
   width: 450px;
   margin: 0 50px 20px 0;
   min-height: 700px;
   _height: 700px;
}

#content h3{
   margin: 0 0 1em;
   color: #004280;
   font-size: 2em;
   font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
   text-transform:lowercase;
}

#content h4,
#content h5,
#content h6{
   margin: 0 0 1em;
   color: #004280;
   font-size: 1.4em;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1.5em;
   color: #030303;
   font-size: 1.2em;
   line-height: 1.5;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul#byline,
#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: #2368a8;
   text-decoration: underline;
}

#content a:hover {
   color: #000;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content img#mcms_stats{
   display: none;
}



#content #text{
   clear: right;
   z-index: 999;
   position: relative;
}

#content .sermonbox{
   clear: both;
   margin-bottom: 25px;
}

#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 #mediabox,
#content .mediabox{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 150px;
   margin-right: 50px;
   padding: 5px 5px 0;
/*   border: 1px solid #2368A8;*/
   font-size: 1.1em;
   list-style: none;
}

#content #mediabox li,
#content .mediabox li{
   margin-bottom: 5px;
   font-weight: bold;
}

#content #mediabox li a,
#content .mediabox li a{
   display: block;
   height: 15px;
   padding: 1px 0 0 20px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_print a,
#content .mediabox li.mb_print a{
   background-image: url(/images/mb_print.gif);
}

#content #mediabox li#mb_video a,
#content .mediabox li.mb_video a{
   background-image: url(/images/mb_video.gif);
}

#content #mediabox li#mb_download a,
#content .mediabox li.mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_notes a,
#content .mediabox li.mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a,
#content .mediabox li.mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a,
#content .mediabox li.mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

/* =Calendar
--------------------------------------------------------------------- */
#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #fff;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   font-size: 1.4em;
}

#content table.calendar caption span{
}

#content table.calendar th{
   padding: 6px 0;
   background: #AABAD0;
   border-bottom: 1px solid #fff;
   font-size: 1.3em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #fff;
   border-left: 0;
   border-top: 0;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td.empty{
   background: #D1D8E1;
}

#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{
   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;
}


/* =Sidebar
---------------------------------------------------------------------
*/
#sidebar{
   float:left;
   display:inline;
   width: 256px;
   padding: 0 0 50px;
}

#sidebar h3{
   font-size: 1.1em;
}

#sidebar ul br{
   display:none;
}

#sidebar ul{
   list-style:none;
   margin:0;
}

#sidebar ul li a
{
				 margin: 2px 0;
 				 background: #133664 url(/images/bg_sidebar_li.gif) no-repeat 10px center;
				 display:block;
				 color: #fff;
				 padding: 12px 25px 8px;
				 font-size: 1.1em;
				 text-transform: uppercase;
}
#sidebar ul li
{
 				 display:inline;
}
#sidebar ul li ul li a
{
 				 background: #6d85a9;
				 text-transform: capitalize;
 				 
}
#sidebar ul p
{
				 color: #fff;
				 padding: 10px 25px;
				 line-height: 1.5;
 				 background: #6d85a9;
}
#sidebar ul p a
{
 				 background: none;
				 text-transform: inherit;
				 display:inline;
				 font-weight:bold;
				 padding:0;
}

#sidebar #newsletter h3{
	 margin: 2px 0;
	 background: #133664 url(/images/bg_sidebar_li.gif) no-repeat 10px center;
	 display:block;
	 color: #fff;
	 padding: 12px 25px 8px;
	 text-transform: uppercase;
	 font-size: 1.2em;
}

#sidebar #newsletter form{
	padding: 5px 25px;
   background: #6d85a9;
}

#sidebar #newsletter form fieldset{
   border: 0;
}

#sidebar #newsletter input#newsletter_text{
   width: 125px;
   padding: 2px 3px;
   margin-right: 5px;
   vertical-align: middle;
   font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
   font-size: 1.2em;
}

#sidebar #newsletter input#newsletter_submit{
   vertical-align: middle;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   position: relative;
   top: 100px;
   clear: both;
	background: #000 url(/images/bg_footer.gif) no-repeat;
	height: 220px;
	_height: 325px;
	width: 781px;
}

/* FOOTER nav */

#footer_nav{
   display: inline; /* IE6 double margin float bug hack */
   clear: both;
   float: left;
   width: 730px;
   list-style: none;
   margin: 10px 25px;
   /*width: 100%;*/
}

#footer_nav li{
   float: left;
}

#footer_nav li a{
   display: block;
   color: #51779C;
   text-decoration: none;
   padding: 0 10px;
   border-right: 1px solid #6c8bb5;
   font-size: 1em;
   text-transform: uppercase;
}

#footer_nav li li{
	 display: none;
}

/* subnav (top of footer) */
#subnav ul{
   float: left;
   clear: both;
   list-style: none;
   margin: 1.2em 0 110px;
   /*width: 100%;*/
}

#subnav li{
   float: left;
   display: inline;
}

#subnav li a{
   display: block;
   color: #fff; 
   text-decoration: none;
   padding: 0 15px;
   font-size: 1.1em;
   text-transform: lowercase;
}

#subnav li a:hover{
   text-decoration: underline;
}

#subnav li li {
	 display:none;
}

#footer p{
   clear: left;
   margin: 0 35px .5em;
   color: #293f60;
   text-transform: uppercase;
}

#footer p.photo-credit,
#footer p.photo-credit a{
	 color: #2b343f;
}

#footer p a{
   color: #293f60;
}

#footer .verse{
   position: absolute;
   top: 55px;
   right: 30px;
   z-index: 999;
   color: #395581;
   width: 220px;
   text-align: right;
   font-size: 1.6em;
}

#footer .verse p{
   margin: 0;
   text-transform: none;
}