/*
	filename: print.css
	Print style sheet for the BlueMars weblog
	version 1.0.1 - 2006-08-31

	This code is free software; you can redistribute it and/or modify it
	under the terms of the GNU Lesser General Public License as published
	by the Free Software Foundation; either version 2.1 of the License,
	or (at your option) any later version.

	Lesser GPL license text: http://www.gnu.org/licenses/lgpl.txt
	author: martin dot kliehm at bluemars dot net
*/
body {
	font-family		:	serif;
	color			:	black;
}
.narrowcolumn .postmetadata {
	font-family		:	'Trebuchet MS', "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	margin-left		:	0;
	padding			:	10px 0;
}
#sidebar, #searchform, #footer, .navigation, #commentform, .noprint {
	display			:	none;
}
a, a:visited {
	color			:	black;
	text-decoration	:	none;
}
acronym[title], abbr[title] {
	border			:	none;
}
