
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("newsbusters.org")
{

  /* main page parts */
/*  #navbar, /* this has links to blogs, account info, and the forum */
/*  #comments, /* comments */
  #head,
  #right,
  .node img[src^="/files/user_pics/"], /* author picture */
/*  div.entry img, /* story images */
 #comment-controls, /* comment sorting selectors */

  /* annoyances */
  #navbar #motto, 
  #navbar a[href^="http://feeds.feedburner.com"],
  #top_headlines,
  .comment div.links, /* login, email links at end of each comment */
  #article_tools, /* email, print at start of each article */
  #copyright,
  #chiclets,
  .comment_disclaimer_box,
  #comment-controls .description, /* viewing options help text */
  #comment-controls h2,
  div#separator,

  /* ads */
  #interad
  { display: none !important; }

  #main,
  div[id^="block"],
  #content,
  .node,
  #forum,
  #navbar
  {
    background: transparent !important;
    color: inherit !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    border: 0 !important;
  }

  blockquote
  {
    border-left: 0.5em solid #eee !important;
    margin-left: 0.5em !important;
    padding: 0 1em !important;
  }

  body { background: white !important; color: black !important; margin: 0 !important; }

  #main { empty-cells: hide !important; }
  table { table-layout: fixed !important; }

  #navbar *
  {
    background: transparent !important;
    color: white !important;
    float: none !important;
    display: inline !important;
  }
  #navbar
  {
    background: #FE6734 !important;
    display: block !important;
    text-align: center !important;
    border-bottom: thin solid #A0401F !important;
  }

} /* 20070805 */
