/* desert scheme ported from vim to google prettify */
pre .str { color: #d14 } /* string  - pink */
pre .kwd { color: #a61717; font-weight: bold }
pre .com { color: #999988; /*font-style: italic;*/ } /* comment - skyblue */
pre .typ { color: #009999 } /* type    - lightgreen */
pre .lit { color: #cd5c5c } /* literal - darkred */
pre .pun { color: #a61717 }    /* punctuation */
pre .pln { color: #000000 }    /* plaintext */
pre .tag { color: #000080; font-weight: bold } /* html/xml tag    - lightyellow */
pre .atn { color: #008080; font-weight: bold } /* attribute name  - khaki */
pre .atv { color: #d14 } /* attribute value - pink */
pre .dec { color: #009999 } /* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { list-style-type:decimal; padding-left: 3em; margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */

@media print {
  pre.prettyprint { background-color: none }
  pre .str, code .str { color: #060 }
  pre .kwd, code .kwd { color: #006; font-weight: bold }
  pre .com, code .com { color: #600; /*font-style: italic*/ }
  pre .typ, code .typ { color: #404; font-weight: bold }
  pre .lit, code .lit { color: #044 }
  pre .pun, code .pun { color: #440 }
  pre .pln, code .pln { color: #000 }
  pre .tag, code .tag { color: #006; font-weight: bold }
  pre .atn, code .atn { color: #404 }
  pre .atv, code .atv { color: #060 }
}
