/*
		See My Vest
		Version: 2.0
		Styles: Highlight (markup color)
		Copyright 2007

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*
pre code[class]:before {
	content: attr(class) ':';
	display: block;
	font-size: .9em;
	color: #999;
	text-transform: uppercase;
	text-align: left;
	background: #fff;
	margin-bottom: .3em;
}
*/
/*
pre code {
	background: transparent url('../gfx/icn-code-html.png') no-repeat 0 3px;
	}
	pre code.html { background-image: url('../gfx/icn-code-html.png'); }
	pre code.css { background-image: url('../gfx/icn-code-css.png'); }
	pre code.php { background-image: url('../gfx/icn-code-php.png'); }
	pre code.javascript { background-image: url('../gfx/icn-code-javascript.png'); }

.ruby .subst {
	color: #000;
}
*/

.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 {
	color: #88F;
}

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