/* CSS RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
} 

body { 
	background:url(../img/bg.png); 
	color: #ff00ff;
	font-family:"Courier New", Courier, monospace; 
	font-size:12px;
	line-height:1.5em;
}

body, html {
	height:100%
}

a {
	color: #006600; 
	text-decoration: none;
}
a:hover {
	color: #fff; 
	background: #006600;
}

h2 {
	font-size: 1em; 
	font-weight: normal;
}
li {
	list-style: none;
}
.vcard, h1 {
	display: none;
}
.content {
	background:#f5f4f4 url(../img/bg_contents.png) repeat-y left top; 
	height:100%;
	margin:0 0 0 350px;
	position: relative;
}
.shadow {
	background: url(../img/bg_shadow.png) repeat-y;
	height: 100%;
	left:-7px;
	position:absolute;
	width: 7px;
}
.lineNumbers  {
	background:#f3f3f3;
	border-right:1px solid #efefef ;
	float:left;
	height: 100%; 
}
.lineNumbers ul {
	margin:30px 0 0;
}
.lineNumbers li {
	color: #8e8e8e;
	padding: 0 12px;
	text-align:right;  	
}
.info {
	float:left; 
	margin:30px 0 0 30px
}
.clear {
	clear: both;
}
.selector {
	color: #ff00ff;
}
.property {
	color: #000099;
	padding-left: 30px;
}
.value {
	color: #0000ff;
}
.brace{
	margin-bottom: 1.5em;
}
.gray {
	color: #ccc;
}
.red {
	color: #ff0000;
}