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

body { 
  width : 95%;
  margin : auto;
  padding : 20px;
  padding-top : 0;
  background-color : #fff;
  color : #000;
}

#headerimg {
  height : auto;
}

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

.offset, img, h1 small, .postmetadata, .postmeta, .related, h3#respond, h3#comments, .commentrules, .continue, .older, fieldset, form, hr, .hr, #sidebar, #footer p small, #wp-foot p, a#toplink, .printoffset, ol.commentlist, .noprint {
  display : none;
}

a {
  color : #666;
  text-decoration : none;
  border-bottom : 1px dotted #eee;
}

dt {
  font-weight : bold;
}

hr { 
  display : block;
}

.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;
}

.demodiv {
  padding : 20px;
  background-color : #fff;
  color : #666;
  border : 1px dotted #999;
}

#content p.dialog {
  text-indent : 20px;
  margin : 0 10px;
  padding : 0;
}

div.dialog p, p.dialog {
  text-indent : 20px;
  margin : 0;
  padding : 0;
}

/* End of PRINT.CSS */