/*-------------------------------------------------------------------
TSM Print Stylesheet

Version: 			1.0
Last edited by: 		John Lytle
On:				2008.02.10
Framework: 		The Plant System/Ivo Janssen
Site Design by:		John Lytle
For:				The Skateboard Mag

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



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

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

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

#container span img {
	display: block;
	width: 200px;
	height: 52px;
}
	
h2, h3 {
	font-size: 100%;
}

#mainNav, #leaderboard, hr {
	display: none;
}

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

#content .entry p a:link:after, #content .entry p a:visited:after {
content:" (" attr(href) ") ";
}