@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("ibdeditorials.com")
{


  p.lead + hr, p.lead + hr + p, /* "Related Topics" above article */

  #top,
  #left,
  #right,
  #toprightad,
  #centerbody > div[style="text-align: center; margin-bottom: 20px;"]:first-child, /* email subscription link */
  #editTop > img, /* newspaper image */
  #center > h1, /* "Editorials" tab */
  #divTopOffer,
  #centerbody > p.centeredtop,
  #centerbody > p.centeredtop + br,
  #centerbody > p.centered,
  #centerbottomleft,
  #footer,
  
  body > div#page:first-child ~ a, /* crap from the rest of the page that disabling script leaves */
  body > div#page:first-child ~ div:last-child
  { display: none !important; }

  body,
  #page,
  #main,
  #editTop, #editToday, #editArch, /* on main page */
  #center,
  #centerbody,
  #centerbody > table,
  #story
  {
    float: none !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: auto !important;
    display: block !important;
  }

  body
  {
    background-image: none !important;
    padding: 0 1em !important;
  }

  ul.editorial li { margin-bottom: 0 !important; }

  #story,
  #story p
  {
    font-size: inherit !important;
    line-height: inherit !important;
  }

} /* 20071216 */
