/* Style sheet for printing
 *
 * $Id: print.css,v 1.1.1.1 2007-03-02 02:43:42 cyde Exp $
 */

/* Don't display the sidebar or the "leave a comment" stuff: that doesn't
 * make sense on a printed sheet of paper.
 */
#sidebar {
	display:	none;
}

#respond, #commentform {
	display:	none;
}

.navigation {
	display:	none;
}

/* Use black and white where it makes sense. */
#page {
	background-color:	white;
}

#content {
	background-color:	inherit;
}
