
/* == Code Highlighting == */

.body .content pre {
  background: black;
  padding: 1em;
  font-size: 0.8em;
  color: yellow
}

/** RUBY / JAVASCRIPT **/
.content code span.comment {
	color: #BD48B3;
}

.content code span.string {
	color: #99FF00;
}

.content code span.brackets {
	color: #ccc;
}

.content code span.symbol {
	color: #6BCFF7;
}

.content code span.keywords {
	color: #FF8400;
        font-weight: bold;
}

.content code span.erb {
	background: #333;
}

.content code span.symbol {
      color: #07DFFC;
}

/** HTML **/
.content code span.tag {
	color: #fff;
}

.content code span.attribute {
	color: #FFD500;
}

.content code span.doctype {
	color: #D7FF80;
}

