/* /css/print.css for dithered.com
   print styles for all pages
   code by Chris Nott (chris[at]dithered[dot]com) */

/** basic styles **/
/* structure */
html {
   background-color: #ffffff;
   font-family: garamond, times, utopia, serif;
   }
   
   
/* text */
abbr[title], acronym[title] {
   border: none;
   }
blockquote {
	background: #ffffff;
   }
blockquote[cite]:after {
	color: #000000;
   }
pre {
	background: #ffffff;
   max-height: none;
   min-height: 0;
   overflow: visible;
   }

   
/* links */
:link, :visited {
   text-decoration: underline; 
   }


/** layout **/
html {
   width: auto;
   height: auto;
   overflow: visible;
   }
body {
   width: auto;
   height: auto;
   margin: 1em;
   }
.topic {
   height: auto;
   margin: 0;
   overflow: visible;
   padding: 0;
   }
.topicContent {
   height: auto;
   min-width: 0;
   margin: 0;
   overflow: visible;
   padding: 0;
   }
.topicMetaContent {
   display: none;
   }
.global {
   display: none;
   }
#searchForm {
   display: none;
   }
