/* 
   BEASTBLOG-V2 SPECIAL PRINT STYLE SHEET
   by Mike Cherim - http://green-beast.com/
*/

body { 
  width : 80%;
  padding : 5%;
  background-color : #fff;
  color : #000;
}

h1, h1 a { 
  font-weight : normal;
  color : #666;
  text-decoration : none;
  border : 0;
}

.offset, img, h1 small, .postmetadata, .postmeta, .related, .commentrules, .continue, .older, fieldset, form, hr, .hr, #sidebar, #footer p small, .noprint {
  display : none;
}

pre { 
  width : 96%;
  overflow : auto;
}

a {
  text-decoration : none;
  border-bottom : 1px dotted #ccc;
}

.ex-pullquote, .pullquote { 
  float : right; 
  width : 210px; 
  border : 0; 
  font-family : georgia, palatino, 'times new roman', serif; 
  font-size : 110%; 
  font-weight : bold; 
  font-style : italic; 
  margin : -5px 0 15px 10px;
}

.pullquote {
  width : 250px;
  margin : -25px 0 20px 15px;
}


/* End of PRINT.CSS */