/* this one is shared with the base css file */
@media all {
.onlyprint { display: none;}
}	
/* these are specific for the print */	 
@media print {
body {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background: transparent url(images/white.jpg) right center no-repeat fixed; 
	color: black;
	}

a  {
	color: black;
	text-decoration: none;
	}	

h1 {
    font-size: 21px;
    font-family: Verdana, Arial, sans-serif;
    color: black;
}

h2 {
    font-size: 18px;
    font-family: Verdana, Arial, sans-serif;
    color: black;
}

h3 {
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
    color: black;
}
img.gravatar {
	float: right;
	width: 64px;
	height: 64px; 
}
a.fancybox img, a.fancytube img, a.fancytext img, a.fancyflash img, a.fancyframe img {
	 border: 1px solid #000000;
	 }
	
.noprint { display: none;}
.onlyprint { display: block;}
.printit { 
    width: 600px !important; 
    clear: both; 
    float: none !important; 
    margin: 0; 
    padding: 0;
    border: 0; 
    text-align: left;
    color: inherit;
    }
}
	 
	 
