/* == Code Highlighting == */

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

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

#content code span.brackets {
	
}

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

#content code span.keywords {
	color: #FF8400;
}

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

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

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

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

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

code.html span.comment {
	color: #999;
}

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

#content pre {
  font-size: 1em;
  padding: 0.5em;
  background: #000;
  overflow: auto;
  margin: 1em 0;
}

#content code {
  line-height:1.4em;
  padding:0 0.2em;
  color: #FFF;
  background: #000;
  font-family: Monaco, Courier, monotype;
}

#content .small {
  font-size:80%;
}

