.code {
	background-color:#3C3C3C;
	border:1px dashed #20A000;
	color:#FFFFFF;
	margin:0;
	padding:6px;
	border:#adadad 2px solid;
	background:url(/assets/templates/revolu/images/shellscript.png) top right no-repeat #3C3C3C;;
	border-left:4px solid #AD7FA8;
min-height:53px;
overflow-x:auto;
}
.code-line-numbers {
    color:#809080;
    border-right:1px dotted #809080;
    float:left;
    text-align:right;
    width:1.5em;
    padding-right:3px;
    margin-right:12px;
}

.code-code {
    /* This is the box around the actual code 
    (as opposed to .code which is both the 
    code and the line numbers) */
}

.code-keyword {
	color:#8AE234;
	font-weight:bold;
}
.code-type {
	color:#729FCF;
	font-weight:bold;
}
.code-variable {
	color:#FFFFFF;
}
.code-number {
	color:#F08000;
}
.code-comment {
	color:#888A85;
}
.code-string {
	color:#FF0000;
}