/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
   Some additions you'll want to make, 
   customized to your markup:
   
   #heder, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

#top, #sidebar, #freshsignals, .tags{
	display:none;
}

p {
	width:100%;
}

body {
  font-family: Georgia, Times, serif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}

.hide             { display:none; }
/*
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 
/*
 a[href^="/"]:after {
  content: " (http://www.metropolism.com" attr(href) ") ";
} 
*/