/* == Code Highlighting == */

pre {
	background-color: #101010;
	overflow: auto;
	padding: 5px;
}

/*--------------------------------------------------------------
 Syntax Highlighting - contributed by James Wilford
 Closely matches TextMate's "All Hallow's Eve" theme
 --------------------------------------------------------------*/

/*--------------------------------------------------------------
 For Dan Webb's unobtrusive code highlighter
 --------------------------------------------------------------*/

#content pre  code {
  font-size: 12px;
  color: white; 
  font-family: Monaco, "Courier New", Courier; 
}
#content code span.comment     { color: #555; }
#content code span.string      { color: #ABA; } /* #66cc33 */
#content code span.brackets    { color: #fff; }
#content code span.keywords    { color: #cc7833; }
#content code span.symbol      { color: #99AADD; font-weight: normal; } /* #3387cc */
#content code span.defname     { color: #fff; }
#content code span.erb         { background: #333; }

/** 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;
}