@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("daringfireball.net") {

  html {
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAABGdBTUEAANbY1E9YMgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAB4UExURcLd7fz9%2FsTe7sbf7uHu9tvr9f7%2B%2F93s9c7k8efy%2BO31%2Buv0%2Bcri8MDc7d%2Ft9v3%2B%2FuXw98zj8PT5%2FOnz%2Bdnq9Pj7%2FdDl8ePv99Xo87%2Fb7fD3%2B9Hm8vr8%2Fcfg79fp88Hc7cPe7vL4%2B9Pn8u72%2Bvf6%2Fcnh7%2Fv9%2FvX5%2FNIu8JwAAABCSURBVHjaBMEHAkIAAADAo1JCU9lk5f8%2FdKeSGfATOuisUk8XX41JqZc7Obs5KjzE3hJXs9roZbP4aP0F7qJdgAEAdmQDDYmMOngAAAAASUVORK5CYII%3D) repeat-x top left;
    font-size: 100% !important;
  }

  body {
    font-size: 14px !important;
    background-color: white !important;
    color: black !important;
  }
  pre, code {
    background-color: white !important;
    color: black !important;
  }

  div, h1, h2, h3, h4, h5, p, ul, li {
    background-color: white !important;
    color: black !important;
    font-family: sans-serif !important;
    text-decoration: none !important;
    font-weight: normal !important;
  }

  a {
    background-color: white !important;
    color: blue !important;
    font-family: sans-serif !important;
    text-decoration: underline !important;
    border: none !important;
  }

  a:hover {
    color: red !important;
  }

  a:visited {
    color: purple !important;
  }

  h1 a, h2 a, h3 a, h4 a, h5 a, dt > a {
    text-decoration: none !important;
    font-weight: bold !important;
  }

  #Box {
    width: 820px ! important;
  }
  #Main {
    width: 710px !important;
    margin: auto !important;
  }

  hr {
    /*display: none !important;*/
color: white !important;
width: 100% !important;
background-color: white !important;
border-top: none !important;
border-bottom: 1px black dotted !important;
  }

  #SidebarTheDeck {
    display: none !important;
  }

  #Sidebar {
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center !important;
    font: small sans-serif !important;
    text-transform: lowercase !important;
  }

  #Sidebar a {
    text-transform: none !important;
    text-decoration: underline !important;
  }

  #Sidebar strong {
    text-transform: none !important;
  }

  #Sidebar p {
    padding: 0 !important;
    margin: 5px !important;
  }

  #Sidebar ul li {
    display: inline !important;
  }


  #Sidebar ul li a {
    display: inline !important;
    font-size: smaller !important;
  }

  #Sidebar img {
    display: none !important;
  }

  a[title="Daring Fireball: Home"] {
    text-decoration: none !important;
    font-weight: bold !important;
  }

  a[title="Daring Fireball: Home"] img {
    display: none ! important;
  }

  a[title="Daring Fireball: Home"]:after {
    content: "Daring Fireball" !important;
  }

h1, h3 {
font-size: 12pt !important;
}

h2 {
font-size: 8px !important;
margin-top: 0 !important;
}

h6.dateline {
text-align: right !important;
color: black !important;
font-size: 8px !important;
margin-top: -45px !important;
font-weight: bold !important;
}
}