/* 
   BEASTBLOG-V2 BB 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;
  margin-top : -20px;
}

h2 a, h3 {
  color : #666;
  text-decoration : none;
  font-weight : normal;  
}

h4 {
  color : #999;
}

dt {
  font-weight : bold;
  color : #99cc66;
}

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

a {
  text-decoration : none;
  color : #777;
  border-bottom : 1px dotted #ccc;
  margin : 0;
  padding : 0;
}

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

em {
  margin : 0;
  padding : 0;
}

#content pre {
  white-space : normal;
  width : 90%;
}

.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;
  color : #999;
}

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

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

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

.exam {
  margin : auto;
  background-color : #f7f7f7;
  border : 1px solid #999;
  font-weight : bold;
  color : #999;
  text-align : center;
}

.exam p {
  margin : 5px;
  padding : 5px;
}

.lead {
  font-variant : small-caps;
}


/* End of PRINT.CSS */