/* ==================================================
	Title:	Print stylesheet
	Author:	Ischa Gast
	Site:		http://ischagast.nl
	Date:		2006.03.20
================================================== /*


/* Change Log:
================================================== /*




/* Global
================================================== */

body {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font: normal 12pt/1.5em Arial, Helvetica, sans-serif;
}




/* Layout
================================================== */

/* float: none; for all floated elements */
#content {
	float: none !important;
}




/* Things To Hide
================================================== */

.skipLink {
	display: none;
}




/* Links
================================================== */

a:link, a:visited {
	background: transparent;
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}

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

.javascriptlink a[href]::after { 
	content: " (website url) "; 
   font-size: 90%;
	font-weight: normal;
}




/* Sifr
================================================== */

/* 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;
}
