/*-------------------------------------------------------------------
Basic Knead Print Stylesheet

Version: 			1.0
Last edited by: 		John Lytle
On:				2009.12.03
Site Design by:		John Lytle
For:				Basic Knead

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



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

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

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

#branding span img {
	display: block;
	width: 365px;
	height: 41px;
	border: none;
	margin-bottom: 40px;
}
	
h2, h3 {
	clear: both;
	font-size: 130%;
	margin: 30px 0 0 0;
}

ul#features {
	margin: 20px 0;
}

ul#main, #nav-access, #branding strong, #navigation, 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) ") ";
}