/* Defaults for rendering Geshi highlighted text in code tag */
code {
	display: block;
	font-family: monospace;
	white-space: pre;
	line-height: 12px;
	border-left:5px solid grey;
	margin:5px 0 15px;
	padding:10px 15px;
}
code.inline {
	display: inline;
}


/* Now common styling which is also a PHP theme taken from Zend Studio */
pre ol {
	background: white;
	color: black;	
}

pre ol li div {
	border-left:thin dashed gray;
	padding-left:7px;
}

/* comments */ .co1, .coMULTI {
	color:#5c9dff;
}
/* methods */ .me1{
	color:#000;
}
.me0 {
}
.me2 {
	color:#000;
}
/* brackets */ .br0 {
	color:#222;
}
/* strings */ .st0 {
	color:#b701bb;
}
/* keywords */ .kw1 {
	color: #fd1435;
}
.kw2 {
	color:#6266f5;
}
.kw3 {
	color:#505e80;
}

/* Taken from Zend */
/* Single, Multiline comments */
.co1, .co4 {
	color: gray;
}
/* Variables */
.re0 {
	color: #660000;
}
/* Strings */
.st0, .st_h {
	color: #008200;
}
/* Break, if, .. */
.kw1 {
	color: blue;
}
/* More styling here */

code {
	background-color: white;
	color: black;
}
code.inline {
	display: inline;
}

pre.php {
	padding: 0;
}