@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
  domain("makezine.com"),
  domain("hackszine.com")
{

  /* ubuquitous, huge ads for their own print magazine.
     they just keep hitting me in the face. like when you're
     eating a banana and the peel just keeps hitting you 
     in the face. flap, flap, flap. */
  div.adbanner, div.adbanner + div:not([class]):not([id]),
  a[href*="pubservice.com"],

  /* sidebar of Wasted Space. they should write that up on 
     instructables; but, like, as a how not to. i really mostly
     hate the Great Wall of Feed Links, but i give less than 
     an inverted flying fourier flip about the rest in there. */
  div#secondary,

  /* ad wizards take note: text that no one reads makes the 
     site look like it has more content than it really does! */
  div#comment-post-form > form > p,

  /* so does blank space! yeah! */
  span.space

  { display: none !important; }

  /* web designers take note: fluid width requires fewer
     calculations than fluid dynamics. also less css. */
  div#main
  {
    width: auto !important;
  }

}