@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("orgmode.org") {

  html, code {
    background: #333 !important;
    color: #ababab !important;
  }

    #content, p {
      max-width: 45em !important;
      text-align: justify !important;
    }

    h2 {
      color: rgb(139, 46, 65) !important;
      text-shadow: .1em .1em .2em #000 !important;
    }

    h3 { color: #a34d32 !important; }

    pre {
      background: #222 !important;
      color: #bbb !important;
      border-width: .25em .12em !important;
      border-radius: 1em / .75em !important;
      box-shadow: 0 0 .3em rgba(255, 255, 255, 0.5) !important;
      border-color: #ababab !important;
    }

    p, li { color: #999 !important; }

 /*
   Org-Mode - dark
   version 0.6
   Copyright 2011 Kenneth W Foy, Jr
   This work is licensed under a Creative Commons Attribution-
   ShareAlike 3.0 Unported License.
   http://creativecommons.org/licenses/by-sa/3.0/
 */
}