/*

Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>

*/

pre code {
    display: block;
    color: #000;
    background: #fff;
}

.subst, .title {
    font-weight: normal;
    color: #000;
}

.comment, .template_comment, .javadoc, .diff .header {
    color: #808080;
    font-style: italic;
}

.annotation, .decorator, .preprocessor, .doctype, .pi, .chunk, .shebang, .apache .cbracket {
    color: #808000;
}

.tag, .pi {
    background: #efefef;
}

.tag .title, .id, .attr_selector, .literal, .keyword, .hexcolor, .css .function, .ini .title, .css .class, .list .title {
    font-weight: bold;
    color: #000080;
}

.attribute, .rules .keyword, .number, .date, .regexp {
    font-weight: bold;
    color: #0000ff;
}

.number, .regexp {
    font-weight: normal;
}

.string, .value, .filter .argument, .css .function .params, .apache .tag {
    color: #008000;
    font-weight: bold;
}

.symbol, .char {
    color: #000;
    background: #d0eded;
    font-style: italic;
}

.phpdoc, .javadoctag {
    text-decoration: underline;
}

.variable, .envvar, .apache .sqbracket {
    color: #660e7a;
}

.addition {
    background: #baeeba;
}

.deletion {
    background: #ffc8bd;
}

.diff .change {
    background: #bccff9;
}

pre {
	background:#F4F5F7 url(/static/img/code.png) no-repeat scroll top right !important;
	border:1px dashed #CCCCCC;
	margin:5px 0;
	overflow:auto;
	padding:8px 12px 8px 36px;
	min-height:60px;
}
pre code {
	background : none !important;
	font-size: 1.2em !important;
}
