/*-------------------------------------------------------------------
THF Print Stylesheet

Version: 			1.0
Last edited by: 		John Lytle
On:				2009.05.29
Framework: 		The Plant System/Ivo Janssen
Site Design by:		John Lytle
For:				Tony Hawk Foundation

---------------------------------------------------------------------*/



/* =General Styles
---------------------------------------------------------------------*/

* {
	margin: 0pt;
	padding: 0pt;
}

body {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	margin: 0.2in;
}

#logo a img {
	display: block;
	width: 200px;
	height: 32px;
}
	
h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
}

#navigation, #slides, #feature, hr, object {
	display: none;
}

a:link, a:visited {
	color: gray;
	background-color: inherit;
}

#primary-content a:link:after, #primary-content a:visited:after {
content:" (" attr(href) ") ";
}