/*
You can use this file as is or as a starting point for you own styling
*/
pre {
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;       /* Opera 4-6 */
   white-space: -o-pre-wrap;       /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre code[class]:after {
  
  display: block; text-align: right;
  color: #CCC; background: white;
  border-top: solid 1px;
  padding-top: 0.5em;
}

pre code {
  display: block;
  background: #FFFFFF;
}

pre code, 
.ruby .subst {
  color: #303030;
}

.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: #800;
}

.comment,
.java .annotation,
.template_comment {
  color: #888;
}

.number,
.regexp,
.javascript .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: normal;
}

.sql{
	color:#660066;
	font-weight:normal;
}
.sql .number{
	color:#006060;
}
.sql .keyword{
	color:#996600;
}
.sql .string{
	color:#006000;
}
.sql .dquote{
	color:#330000;
}

.php{
	color:#000099;
}
.php .keyword{
	color:#006000;
}
.php .number{
	color:#990000;
}
.php .variable{
	color:#303030;
}
.php .string{
	color:#800;
}

.html .keyword{
	color:#006000;
	}
.html .tag{
	color:#006000;
	}
.html .attribute{
	color:#006000;
	}
.html .attribute .value{
	color:#000066;
	}

.css{
	color:#990099;
	}
.css .keyword{
	color:#990099;
	}	
.css .rules .keyword{
	color:#303030;
	}
.css .id, .css .class{
	color:#990099;
	}
.css .attr_selector{
	color:#006600;
	}
.css .rules{
	color:#990099;
	}
.css .rules .value{
	color:#000066;
	}