@charset "windows-1251";
/*
pre code[class]:after{
  content: attr(class);
  display: block; text-align: right;
  font-size: smaller;
  color: #888; 
  font-weight: bold;
  border-top: solid 1px;
  padding: 3px 10px 3px 0;
  margin: 10px 0px 0 -10px;
}
*/
pre{font-size: 14px;}

pre code {
  display: block;
  background: #F0F0F0;
  overflow: auto;
  max-width: 580px;
  padding: 0 10px 14px 10px;
  font-family: monospace;
  white-space: pre;
  zoom: 1;
}

pre code, 
.ruby .subst {
  color: black;
}

.string,
.function .title,
.class .title, 
.tag .attribute .value,
.css .rules .value,
.preprocessor,
.ruby .symbol,
.built_in,
.sql .aggregate,
.django .template_tag,
.django .variable,
.smalltalk .class {
  color: #2a00e1;
}

.comment,
.java .annotation,
.template_comment {
  color: #b18a7e;
  background: none;
  border: none;
}

.number,
.regexp,
.javascript .literal,
.actionscript .literal,
.smalltalk .symbol,
.smalltalk .char {
  color: #080;
}

.javadoc,
.ruby .string,
.python .decorator,
.django .filter .argument,
.smalltalk .localvars,
.smalltalk .array,
.css .attr_selector,
.xml .pi {
  color: #88F;
}

.keyword,
.css .id,
.phpdoc,
.function .title,
.class .title,
.vbscript .built_in,
.sql .aggregate,
.rsl .built_in,
.smalltalk .class,
.xml .tag .title {
  font-weight: bold;
  color: #7f007f;
}

.css .class{color: #3f7f7f;}

body .html .comment{background: none;border: none;clear: none;font: 1em monospace;padding: 0;}

.language-php .function {
  font-weight: bold;
  color: #b18a7e;
}

.language-php .variable {
  color: #3f7f7f;
}

.language-php .constant {
	color: #88F;
}

.sql .type {
	color: #b18a7e;
}