﻿/*---------------------------------------------------
Filename: print.css
----------------------------------------------------*/

@media print{

	body 						{ width:99% !important; margin:0 !important; padding:10pt !important; line-height: 1.4;
								font-family: "Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
	
	h1,h2,h3,h4,h5,h6 				{ font-family: Arial, sans-serif; }
	
	h1						{ font-size:19pt; }
	h2						{ font-size:17pt; }
	h3						{ font-size:15pt; }
	h4,h5,h6					{ font-size:12pt; }
	
	blockquote 					{ margin: 1.3em; padding: 1em;  font-size: 10pt; }
	hr 						{ background-color: #ccc; }
	
	img 						{ display: block; margin: 1em 0; }
	a img 						{ border: none; }

	a 						{ text-decoration: none; color: black; }	
	a[href^="http://"]:after			{ content: " (" attr(href) ") "; font-size: 90%; }
	a[href^="http://"] 				{ color:#000; }
	 
	#main-navigation, 
	#blogg-meta, 
	#sidepanel, 
	.post-picture, 
	.social, 
	#friends, 
	#projects, 
	#social-networks, 
	#header img, 
	#new-comment, 
	.number-comments, 
	.comment-reply-link, 
	.related-posts,
	.pp_pic_holder					{ display: none; }
	
}