/* Print Style Sheet */
@media print {
	body {
		font-family:'Segoe UI',Helvetica,sans-serif;
		font-size:10pt;
		background:white;
		color:black;
		margin:0;
	}

	h1, h2, h3, h4 {
		margin-top:0.5em;
		margin-bottom:0;
	}

	h3 {
		font-size:1.5em;
	}

	div.share, div.edit, form#comment-form, ul#menu, div#sidebar, div.vote {
		display:none;
	}

	div.comments {
		margin-top:2em;
	} 

	div.comments div.count {
		font-weight:bold;
		font-size:1.3em;
		margin-bottom:1em;
	}

	div.comment div.metadata {
		float:left;
		font-weight:bold;
		text-align:right;
		padding-right:2em;
		width:20%;
	}

	div.comments div.comment {
		clear:both;
		margin-top:2em;
		border-bottom:1px dotted black;
	}

	div.comment div.comment-text {
		float:left;
		width:70%;
	}

	div.comment div.comment-text p {
		margin-top:0;
	}
}
