/*-------------------------------------------------------------------
Bones Bearings Print Stylesheet

Version: 			1.0
Last edited by: 		John Lytle
On:				2008.05.08
Framework: 		The Plant System
For:				Bones Bearings
Site Design by:		John Lytle Productions

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


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

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

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

#branding #logo span img {
	display: block;
	width: 400px;
	height: 62px;
}
	
h2, h3 {
	font-family: Arial, sans-serif;
	text-align: left;
}

#primary-content h2 {
	color: gray;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#navigation, #supp, #site-info, hr {
	display: none;
}

a:link, a:visited {
	color: gray;
}

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