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


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

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;
	}

#content_left, #navigation, 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) ") ";
	border-bottom-style: none;
}

p.pagination {
	display: none;
}

#footer {
	display: none;

}
	
