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

	FILE			-	print.css
	AUTHOR			-	Jim Arment
	VERSION			-	04.16.2010
	
	Based on stylesheet by Dan Cedarholms (dan@simplebits.com)

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

body {
	margin: .6in;
	font-family: "Verdana", Sans-Serif;
	font-size: 12pt;
}
h1, h2, h3 {
	font-family: "Georgia", Sans-Serif;
}
#title h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
}
#nav, #theme, #sidebar, #header, #footer, #comment_entry_form, #comment_preview, #tweet, hr {
	display: none;
}
a:link, a:visited {
	color: gray;
}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
}
