/*
	Filename         :	global-print.css
	Created by       :	Danny Birchall
	Last modified by :	Danny Birchall
	bfi mods by      :  Danny Birchall
	Created          :	
	Last Updated     :	16 March 2005
	Comments         :	A print-specific stylesheet for all pages
						based on global.css, vastly simplified
	
*/	

	/* import our basic stylesheets for all the normal formatting */

	@import url(/css/global-fq.css);
	@import url(/css/colours-fq.css);

	/* then override to undisplay various superfluous parts of the page */
	
	#sections,
	#primaryWrapper,
	#secondaryWrapper,
	#header,
	#footer
	{
		display: none;
	}	
	
	#footerWrapper {
	    margin: 0px;
	    border: none;
	    padding: 0px;
	}	
	
	div.date {
	    float: left;
	    text-align: left;
	}
	
	
	/* override a few stylings for printer-friendliness */	
	
	body {
		color: #000000;	
		background-color:#FFFFFF;
		background-image: none;	
	}
	
	p, a, ol, ul, dl, h1, h2, h3, h4, h5, h6 {
		color: #000000;	
	}
	
	
	#content {
		margin-left: 0px;
	}
	
	
	
	/* override to increase crumbtrail size */
	
	#breadcrumb a, 
	#breadcrumb {
	    font-size: 100%;
		color: #000000;
	}
	