/*******************************
 *
 *	PRINT.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Paul Lewis / Mike Harris / Gav Dellbridge / Dan Pace / Dan Nisbet
 *
 *  Description:
 *
 *	This CSS strips back all extraneous 
 *  layout/styling information and creates a clean 
 *  and simple printer-friendly layout.
 */
 
 #site 
 {
 	font-size:		90%;
 	font-family:	Tahoma, Geneva, Kalimati, sans-serif;
	line-height:	170%;
	color:			#252B2E;
	padding:        20px;
 }
  
 #site a
 {
 	color:			#27767C;
 }
 
 #site img
 {
 	margin:			15px;
	margin-left:	0px;
 }
 
 #site #header img
 {
 	margin-top:		0px;
 }
 
 #site #wrapper-top #logo h1,
 #site #wrapper-top #logo a,
 #site #wrapper-top #router-primary,
 #site #frm_login,
 #site #frm_sign-up,
 #site #snippet-news,
 #site #masthead hr,
 #site #header hr,
 #site #footer,
 #site .paging
 {
 	display:		none;
 }
 
 

/* 
 * This presents URLS next to their associated link text when the page is printed
 */
 
a:link:after, a:visited:after 
{
      content: " (" attr(href) ") ";
      font-size: 90%;
}

html.noted a:link:after,
html.noted a:visited:after 
{
      content: '';
}
 
 
/* 
 * This is the print CSS to hide the Flash headlines 
 * from the browser... regular browser text headlines will now print as normal 
 */


.sIFR-flash 
{
	display:	 none !important;
	height: 	0;
	width: 		0;
	position: 	absolute;
	overflow: 	hidden;
}

.sIFR-alternate 
{
	visibility: 	visible !important;
	display: 		block !important;
	position: 		static !important;
	left: 			auto !important;
	top: 			auto !important;
}