/* print stylesheet */

/* reset default styles */
body {
	background-color: #fff;
	color: #00;
	font-size: medium;
	margin: 0;
	padding: 0;
	}
	
/* hide stuff we don't want to see */
#catnav, .col2, #searchform, .sociable, .commh2, #commentform, .single-cat, #print-this {
	display: none;
	}

/* some love to the content */
.col1 {
	float: none !important;
	width: 95% !important;
	}
	
#orig-link {
	border-bottom: solid 1px black;
	margin-bottom: 1.0em;
	padding-bottom: 1.0em;
	}	
