/*
You can use this file as is or as a starting point for you own styling
*/
/*
pre code[class]:after {
  content: 'highlight: ' attr(class);
  display: block;
  text-align: right;
  color: #CCC;
  background: white;
  border-top: solid 1px;
  padding-top: 0.5em;
}
*/
pre code {
  display: block;
  background: transparent;
}

pre code, 
.ruby .subst {
  color: black;
}

.string,
.function .title,
.class .title, 
.tag .attribute .value,
.css .rules .value,
.preprocessor,
.ruby .symbol,
.built_in {
  color: #3366CC;
}

.function .title
{
	color: #003366; 
	font-weight: bold;
}

.keyword
{
	color: #000;
}

.comment,
.java .annotation {
  color: #006600; 
  font-style: italic;
}

.number,
.regexp,
.javascript .literal {
  color: #080;
}

.javadoc,
.ruby .string,
.python .decorator {
  color: #88F;
}

.keyword,
.css .id,
.phpdoc,
.function .title,
.class .title,
.vbscript .built_in {
  font-weight: bold;
}

