@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("weblog.jamisbuck.org") {
  @media print {
    #sidebar { display: none !important; }
    .post, #content { width: 100% !important; margin: 0px !important; padding: 0px !important; }
  }
}