/*
 * Title:   Style sheet for the "print" media
 * Author:  Daniel S. Reichenbach, dsr@best-off.org
 * Updated: May 01 2005
 */

body {
	margin: .6in;
	font: normal 90%/130% "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
#title h2 {
	color: #666;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#nav, #theme, #sidebar, hr {
	display: none;
	}
	
a:link, a:visited {
	color: #666;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}

