pre
{
	color: #777;
/*	font-family: "Monaco", "Consolas", "Courier New", Courier, mono;*/
	font-size: 12px;
	line-height: 1.4em;
	background-color: #191919;
/*	width: 530px;*/
	margin: 18px 0 18px 0;
	padding: 10px;
	overflow: auto;
	
	/* fixes for IE: "overflow: auto" causes unnecessary vertical bar */
	/* corrects bottom scroll bar overlapping */
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? '15px' : 'none');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
pre code
{
	padding: 0;
	color: inherit;
	background: inherit;
}
pre .comment
{
	color: #555;
	background: #232323;
}
pre .variable
{
	color: #CDBEF5;
	background: #200C50;
}
pre .keyword
{
	color: #7EE4FC;
	background: #102830;
}
pre .string
{
	color: #DD2195;
}

code
{
	padding: 2px;
	font-size: 12px;
	color: #555;
	background: #bbb;
}
#comments code,
#comments pre { font-size: 11px; }
#comments pre { background-color: #222; }
#comments .comment pre code a
{
	color: #666;
	border-color: #444;
}
#comments .comment pre code a:hover { color: #888; }