/* Define styles that are to be used for printing here */

body {
   background: white;
   font-size: 12pt;
   }
#wrap, #content {
	width: auto;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
} 
#header, #navigation, #secondary-content, #meta, #footer, p.blog-entry-tags, .blog-entry-comments, .blog-entry-date, hr{
   display: none;
   }
#desc img{
	float: left;
	margin: 0 20px 10px 0
} 
#primary-content {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #666;
   }
a:link, a:visited {
   color: #70B1D1;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }