/*This css snippet will be required by the Codehighlighter.js */pre {background-color: #FFFFCC; /* Change to match the colour theme of your site -Ray */
background-color: #000;
padding-left: 20px;
padding-top: 1em;
padding-bottom: 1em;
margin-bottom: 1.5em;
color:#fff;
/*border-bottom: solid 3px #FFCC99;*/
}
code {
    font-family: Monaco, "Courier New", monospace;
        font-size: 115%;
}
#content code.ruby span.comment {
    color: #BD48B3;
}
#content code.ruby span.string {
    color: #99FF00;
}
#content code.ruby span.brackets {
}
#content code.ruby span.symbol {
    color: #3333FF;
}
#content code.ruby span.keywords {
    color: #009900;
}
/** YAML **/
#content code.ruby span.key {
  color: #FF8400;
}
/** JAVASCRIPT **/
#content code.javascript span.comment {
    color: #BD48B3;
}
#content code.javascript span.string {
    color: #99FF00;
}
#content code.javascript span.brackets {
    color: red;
}
#content code.javascript span.symbol {
    color: #6BCFF7;
}
#content code.javascript span.keywords {
    color: #FF8400;
    color: red;
}
/** HTML **/
#content code.html span.tag {
    color: red;
}
#content code.html span.attribute {
    color: #FFD500;
}
#content code.html span.string {
    color: #99FF00;
}
#content code.html span.comment {
    color: #999;
}
#content code.html span.doctype {
    color: #D7FF80;
}
/** CSS **/
#content code.css span.keywords {
  color: #FFD500;
}
#content code.css span.comment {
  color: #999999;
}
#content code.css span.selectors {
  color: #009900;
}
#content code.css span.properties {
  color: #CC0000;
}
#content code.css span.units {
  color: #0000CC;
}
