/* Print Style Sheet */

@media print {

body {
	font: .8em Arial, Helvetica, sans-serif, "Trebuchet MS";
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

img {
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Arial, Serif;
	font-weight: normal;
	text-align: left;
}

.post a:link, .post a:visited {
	color: #67823B;
	text-decoration: none;
}

p {
	line-height: 1.6em;
	text-align: left;
}

#main {
	clear: both;
}

#header {
	display: none;
}

#sidebar, #menu, .credits, .commentsfeed, #respond, #commentform {
	display: none;
}

.post {
	color: #444;
}

.post-footer {
	text-align: center;
	display: list-item;
	list-style-image: url(images/separator.gif);
	list-style-position: inside;
}

.post-footer-comments {
	display: none;
}

}