/* print stylesheet for nice article printing */

#sidebar, #footer, #triumphantmedia {
	display: none;
}

body {
	font: 0.8em "Lucida Grande", "Lucida", "Lucida Sans", "Tahoma", Verdana, Arial, sans-serif;
	color: #000;
	line-height: 22px;
}

a  {
	color: #666;
	margin: 0;
	padding: 0;
}

#head h1 {
	font-family: times new roman, georgia, serif;
	text-align: center;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 22px;
	padding: 10px;
}

#head h1 a {
	text-decoration: none;
}

h2 {
	display: none;
}

p.print {
	font: 18px trebuchet ms, tahoma, sans-serif;
}

.postcontent img {
	float: right;
	border: 1px solid #ddd;
	padding: 4px;
	margin: 0 0 7px 15px;
}