/* @override http://minjinlee.com/css/print.css */


body {
	margin: .6in;
	font: 12pt/150% Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h1, h2, h3 {
	color: #8B1E23;
	letter-spacing: .15em;
	font: normal 36px "Trebuchet MS", Verdana, sans-serif;
}
#title h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#boxtop, #banner, #content_left, #navigation, hr, #footer, #content_left, #topbar {
	display: none;
	}
	
a:link, a:visited {
	color: #000;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	border-bottom-style: none;
}
p.tagline{
	font-style: italic;
}
p.pagination {
	display: none;
}

	