
/*	===============================================================
	© BEYOND CURENT HORIZONS
	http://www.beyondcurrenthorizons.org.uk

	Type:				Print stylesheet
	Build by:			Clearleft
	Original Author:	James Bates
	Author Email:		james.bates@clearleft.com
	Creation Date:		3 December 2007
	---------------------------------------------------------------
	Version number: 	1.0
	Last edited:		NA - Still in developement
	============================================================ */



	* { background: #fff; }
	
	body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: black;
	font-size: 10pt;
	width: 100%;
	margin: 10mm;
	}
	
	#wrapper { width: 95%; }
	
	blockquote { font-style: italic; color: black; }
	
	a:link, a:visited { color: #444; border-bottom: 1px #444 solid; }
	
	#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
	}
	
	#admin a:link:after, #admin a:visited:after {
	admin: " (" attr(href) ") ";
	font-size: 70%;
	}

	#sitesearch, #primarynav, #secondarynav, #adminprimarynav, #getinspired, #footer a {display: none;}
	
	#footer {border-top: 1px #ccc solid; margin-top: 15mm;}
	#footer p {font-size: 7pt; color:#666666; margin: 0;}