/*******************************
 *
 *	PRINT.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / 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-family:			Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:				80%;
}

#site h1 
{
	font-size:				170%;
}

#site h2
{
	font-size:				180%;
	font-weight:			normal;
	margin-top:				0px;
	margin-bottom:			25px;
	color:					#666666;
	
}

#site #router-tertiary h3
{
	font-size:				200%;
	font-weight:			normal;
	margin:					0;
	color:					#333333;
}



#site .no-print,
#site #column-left,
#site #router-secondary,
#site #router-tertiary ol,
.news #site #router-tertiary,
.gallery #site #router-tertiary,
#site #slideshow,
#site #footer #site-credit,
#site .paging,
#site h1 span
{
	display:				none;
}

#site #content .clear,
#site #content .intro-small,
#site #content .intro-large
{
	clear:					both;
}

#site img 
{
	border:					none;
}

#site a img
{
	display:				block;
} 

#site hr
{
	border:					none;
	height:					1px;
	background:				black;
}

#site a
{
	color:					#243261;
}

#site #masthead img
{
	float:					left;
	margin-right:			20px;
	margin-bottom:			10px;
}


#site #content hr
{
	margin-top:				15px;
}

/* 
 * 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;
}