/*
print.css
*/

body {
	font-size: 100%; /* text-size variable */
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family: garamond, georgia, "times new roman", times, serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;	
	line-height: 1.5;	
}

a:link, a:visited {
	text-decoration: none;	
	color: #000;		
}

.header_site_desc h1 { /* site title */
	font-size: 	3em;
	margin: 	0;	
}

.header_nav_box, #left-sidebars, #right-sidebars, .sitenavbar, 
#searchresult-title, #bobsnavplugin, .snap_nav, #comment-temps, .rssfeed, 
.com-box, #comment-box, #comment-area, #commentmoderation, 
#wp_quotes, .post-navs{
	display: none;
}
