/* Print Stylesheet 
* This stylesheet should contain all of the changes that will override the normal stylesheet, for printing
*/

.post-column {
	width: 745px;
}

#header {
	display:none;
}

#content {
	position:relative;
	top: 0;
}

#entry-footer {
	display: none;
}

#footer {
	display: none;
}

.navbar {
	display: none;
}

/* the "Back to the Main Page" text */
#blog-header h3 {
	display: none;
}

#blog-header {
	border: none;
	height: 75;
}

a {
	text-decoration: none;
}