/* print styles */

body {
   background: white;
   font-size: 12pt;
   }
#head {
   display: none;
}
#container, #content {
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
#content {
   padding-top: 1em;
   border-top: 1px solid #333;
}
   
a {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
}

.article .body a:after {
  content: " (" attr(href) ") ";
	color:#333;
	font-weight:normal;
	text-decoration:none;
}


.article h3 {
	font-size:18pt;
}

blockquote {
  font-style:italic;
}


/* DONT SHOW
-------------------------------*/

#sidecontent,
#footer,
#nav,
#searchbar,
#txpCommentInputForm,
.entrynav {
	display:none;
}

