/*******************************************************
Print Style
*******************************************************/

@media print{

body {
	font-family: Arial, Helvetica, "Lucida Grande", serif;
	line-height: 1.4em;
	color: #000;
	background: #fff;
	
}

#menu, #topmenu, #side, #sidebar, #sright, #footer, #footercontent, .post-meta, #respond, .reply, .post-info {
	display: none;
}

img, img a, .more-link a {display:none;}

.show img {
display: inline;
}

#header h1 {
	text-align: center;
	font-size: 42pt; font-style: italic;
	margin: 0;
}
#header h2 {
	text-align: center;
	font-size: 10pt;
}

#content h2 {
	font-size: 32pt
	font-style: italic;
}

#content h3 {
	font-size: 18pt;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

#main p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}
