@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("brusselsjournal.com")
{

  /* main page parts */
  #wrapper2, /* header */
  .sidebar,
  #footer,

  /* annoyances */
  .comment > .links, /* comment links */
  #main > script + br,
  #main > script + br + br,
  span.socialAddButton,

  /* ads */
  div.adsense
  { display: none !important; }

  body,
  #wrapper1,
  .columns,
  .centercolumn
  {
    font-size: inherit !important;
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    background-image: none !important;
  }

  body { padding-bottom: 1em !important; }
  h1, h2, h3, h4, h5, h6 { border: 0 !important; }
  .content, .comment, .links
  {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .links { margin-bottom: 0 !important; }
  .node { margin: 0 0.5em !important; }
} /* 20080719 */

