@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.metafilter.com") {
  body { background: #002133 !important; }
}

@-moz-document domain("ask.metafilter.com") {
  body { background: #192819 !important; }

  div.comments.best,
  div.comments.bestleft {
    background: transparent !important;
  }

  div.comments.best     { outline: thick solid rgb(94, 126, 98) !important; }
  div.comments.bestleft { border-left: thick dotted rgb(94, 126, 98) !important; }

  div.tags,
  div.darker {
    background: rgb(33, 52, 35) !important;
  }
}


@-moz-document domain("metatalk.metafilter.com") {
  body { background: #222 !important; }
}


/* 20080607 */
