@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("fark.com") {

body{
  background-color: #fff !important;
}

#bodyRightSideContainer, #header, #footer, #headerTop, #topMenu, #bodyColorTabs, table.loginTable, div.comlinkcount, #headlineCommentsInfoLineThingy{
  display:none;
}

#headerMenuContainer, #rightCol, #catMenu, header, footer{
  display: none;
}

#newsContainer{
  /* FIXME: doesn't seem to work */
  -moz-box-shadow: 0px;  
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
}

#bodyHeadlineContainer{
  border: 0px !important;
}

body, div.bodyHeadlineContainerNotNews{
  background: none !important;
}

#bodyFarkives{
  background: white !important;
  border: 0 !important;
}

#bodyFarkives *{
  color: #222 !important;
}


}