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

body { 
  font : 80% verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 88%;
  padding : 5%;
  background-color : #fff;
  color : #000;
}

h1, h1 a { 
  font-weight : normal;
  color : #999;
  text-decoration : none;
  border : 0;
  margin-top : -15px;
  margin-left : -5px;
}

h1 small {
  font-size : 60%;
  color : #666;
  font-variant : small-caps;
}

.offset, img, ul#thecats, p#breadcrumb, .postmetadata, .postmeta, .related, .commentrules, .continue, .older, fieldset, form, hr, .hr, #sidebar, #footer p small, .noprint, .ex-pullquote, .pullquote {
  display : none;
}

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

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

h2, h3, h4, h5, h6 {
  color : #666;
}

h2 {
  font-size : 1.1em;
}

h3 {
  font-size : 1em;
}

h4, h5, h6 {
  font-size : .9em;
}

#footer p {
  font-size : 80%;
}

.entry p, .entrytext p, #content li {
  line-height : 1.7em;
}

/* End CSS */