/* Denver Seminary: Print styles */

#meta-nav,
#subnav-wrap,
#top-box,
#sidebar,
#content img.header-image{
   display: none;
}

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

#nav{
   width: auto;
   margin: 7px 0 20px 3px;
}

#nav li{
   display: none;
}

#nav li ul{
   display: block;
}

#nav li.current{
   float: left;
   display: block;
   margin: 0;
   background: none;
   font-size: 8pt;
   text-transform: none;
}

#nav li.current a{
   display: inline;
   height: 20pt;
   margin: 0;
   padding: 0;
   background: none;
   color: #000;
}

#nav li li.current a{
   margin-left: 7pt;
   padding-left: 10pt;
   background: url(/images/bg_print_arrow.gif) no-repeat left 2pt;
}

body,
#header,
#header h1,
#content-wrap,
body.no-sidebar #content-wrap{
   background: none;
}

#content-wrap{
   clear: none;
   float: none;
   width: auto;
}

#header{
   height: auto;
}

#header h1{
   float: none;
   width: auto;
   height: auto;
   padding-bottom: 5px;
   border-bottom: 3px solid #000;
   font-size: 16pt;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-indent: 0;
   text-transform: uppercase;
   letter-spacing: .25em;
}

#header h1 a{
   display: inline;
   width: auto;
   height: auto;
   text-decoration: none;
   color: #000;
}

#content{
   float: none;
   margin: 0;
   padding: 0;
   width: 100%;
}

#content h4{
   margin: 0;
   padding: 0;
   background: none;
   color: #000;
   font-size: 12pt;
}

#content p{
   color: #000;
   font-size: 10pt;
}

#content a{
   color: #000;
}

#content a:link:after,
#content a:visited:after{
   content: " (" attr(href) ") ";
   font-size: 85%;
}

#footer{
   width: auto;
   height: auto;
   margin: 0;
   padding: 5pt 0 0;
   border-top: 3px solid #000;
   background: none;
}

#footer p{
   float: none;
   color: #000;
   font-size: 8pt;
}

#footer a{
   color: #000;
}

#footer div#contact{
   float: none;
}

#footer div#contact p a{
   color: #000;
}

#footer a:link:after,
#footer a:visited:after{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#footer div#contact a:link:after,
#footer div#contact a:visited:after{
   content: "";
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	height: auto !important;
	width: auto !important;
	letter-spacing: 0;
	overflow: visible !important;
	margin-bottom: 1em;
	font-size: 24pt;
}