@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("identi.ca") {

body{
  background-color:#000 !important;
}

#content, #site_nav_local_views .current a {
  background-color: #111111 !important;
} 
#aside_primary {
  background-color: #111111 !important;
}
html body {
  color: #FFFFFF !important;
}
a {
  color: #F00 !important;
}


}