﻿/*	Metalunderground.com Print CSS

	Filtered for: print
	
	Layout Type: paper (100%)
	
	Primary foreground color: 
	Secondary foreground color:
	Primary background color: #FFFFFF
	Secondary background color: #02203A
	
	Remember:
		Don't rely on browser defaults - set styles explicitly
	
	Organization:
		
		General HTML Tag styles
			Reset browser differences
			General styles
		CSS Layout/page structure
		Template-level elements
		Other reusable components (paging, etc)
		Misc elements
		Generic formatting classes
		Add-ons (Script dependencies)
		Hacks
*/



/*	
*************************
GENERAL HTML TAG STYLES
*************************
*/

*{float:none;background:transparent none;}

body{width:100%;margin:0;padding:0;color:black;background-color:white;font-size:12pt}

#content{
	width:auto;
	margin:0;
	padding:0;
}

div#content{padding-top:1em;border-top:solid 1px #930}
div#footer{text-align:center}

/* Style Links for Visibility */
a:link,a:visited{color:#520;background:transparent;font-weight:bold;text-decoration:underline}
/* This rule needs to target the body or articles, not the entire content area */
/* IN CSS2 and CSS3 Compliant Browsers, insert the URL after the links */
/*
#content a:link:after,#content a:visited:after{
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.metalunderground.com" attr(href) ") ";
}
*/

/* Hide all page elements that don't need to be printed */
#navigation,#customnavbar,#main-leaderboard,#skip,#skipnav,
#envir,#article-tools,#relatedbandmsg,#related-articles,#adjacent-articles,
#readercomments,#comment-form,
#sidebar,#sidebar2,
#footer-leaderboard,#footernav,#appversion,#executiontime,#pageloadtime,#standardslinks{
 	display:none;
}

/* Layout some elements within articles */
 
 
 
 
 

/* 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;
}