
@import "shDarkCode.css";

* {
	font: 13px verdana, tahoma, sans;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	background-repeat: no-repeat;
}

body {
	background-color: rgb(60,60,60);
}

a, a:link, a:visited, a:focus, a:active {
	color: rgb(50,200,50);
}

a:hover {
	color: rgb(50,250,50);
	text-shadow: 0 2px 7px rgb(50,250,50);
}

h1 {
	font-size: 20px;
	color: rgb(220,220,220);
	text-shadow: 0 1px 7px rgb(220,220,220);
	font-weight: bold;
}

h2 {
	font-size: 11px;
	color: rgb(50,180,240);
	text-shadow: 0 1px 7px rgb(50,180,240);
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: rgb(240,128,50);
	text-shadow: 0 4px 7px rgb(0,0,0);
	font-weight: bold;
	padding: 0 0 5px 2px;
	margin: -10px 0 5px 0;
	border-bottom: 1px dashed rgb(106,106,106);
}

p.date {
	font-size: 11px;
	text-align: right;
	padding: 0 10px 0 0;
	margin: -5px 0 0 0;
	color: rgb(140,140,140);
	text-shadow: 0 0 20px rgb(0,0,0);
}

p.date span.date {
	color: rgb(180,180,180);
	font-size: 10px;
}

span.err {
	font-weight: bold;
	color: rgb(200,50,50);
}

span.white, span.red, span.green, span.yellow, span.blue {
	font-weight: bold;
	font: 14px "Consolas", "Bitstream Vera Sans Mono", "Courier New", "Courier", monospace;
	text-shadow: 0 0 8px rgb(0,0,0);
	line-height: 1.5em;
}

span.white {
	color: rgb(255,255,255);
}

span.red {
	color: rgb(200,50,50);
}

span.green {
	color: rgb(50,200,50);
}

span.yellow {
	color: rgb(200,200,50);
}

span.blue {
	color: rgb(100,180,220);
}

span.underline {
	color: rgb(210,210,210);
	text-decoration: underline;
	text-shadow: 0 0 8px rgb(0,0,0);
}

span.back {
	color: rgb(220,220,220);
	background-color: rgb(64,64,64);
	border: 1px solid rgb(96,96,96);
	padding: 1px 4px 1px 4px;
	text-shadow: 0 0 8px rgb(0,0,0);
	box-shadow: 0 0 10px rgb(30,30,30);
}

pre.cn {
	font: 14px "Consolas", "Bitstream Vera Sans Mono", "Courier New", "Courier", monospace;
}

#wrapper, .header, .content .right, .pages {
	background-color: rgb(30,30,30);
	border: 1px solid rgb(64,64,64);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}

#wrapper {
	width: 1100px;
	margin: auto;
	padding: 5px;
	margin: 20px auto 20px auto;
	background-color: rgb(0,0,0);
	box-shadow: 0 0 10px rgb(0,0,0);
}

.header {
	width: 1098px;
	height: 100px;
	margin: 0 0 10px 0;
	box-shadow: 0 0 6px rgb(106,106,106);
}

.header .logo {
	float: left;
	width: 200px;
	height: 100px;
	margin: 0 10px 0 0;
	border-right: 1px solid rgb(64,64,64);
	background: url(../../img/logo.png) no-repeat;
}

.header .titles {
	width: 870px;
	height: 49px;
	float: left;
	padding: 50px 0 0 10px;
}

.content .left {
	float: left;
	margin: 0 0 0 18px;
}

.content .left ul.nav {
	list-style: none;
}

.content .left ul.nav li {
	padding: 0 0 2px 0;
}

.content .left ul.nav a {
	display: block;
	font-size: 11px;
	color: rgb(180,180,180);
	background-color: rgb(30,30,30);
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	width: 144px;
	height: 15px;
	border: 1px solid rgb(64,64,64);
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px rgb(64,64,64);
}

.content .left ul.nav a:hover {
	background-color: rgb(60,60,60);
	color: rgb(240,128,0);
	text-shadow: 0 2px 7px rgb(0,0,0);
	border: 1px solid rgb(106,106,106);
	box-shadow: 0 0 20px rgb(106,106,106);
}

.content .leftSpace {
	width: 151px;
	padding: 0 0 0 25px;
}

.content .right {
	float: right;
	width: 887px;
	padding: 5px;
	color: rgb(200,200,200);
	word-wrap: break-word;
	font-size: 14px;
	line-height: 1.5em;
	box-shadow: 0 0 6px rgb(106,106,106);
}

.content .right .text {
	font-size: 12px;
	padding: 4px;
}

.content .right .text a {
	color: rgb(50,180,240);
	text-shadow: 0 0 4px rgb(50,180,240);
}

.content .right .text a:hover {
	color: rgb(50,200,250);
	text-shadow: 0 0 10px rgb(100,220,250);
}

.content .right .rate {
	width: 300px;
	height: 20px;
}

.content .right .diff {
	width: 100px;
	height: 20px;
}

.content .right .dot {
	height: 8px;
}

.content .right .dot ins {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	margin: -1px 0 0 4px;
	background-image: url("../../img/dot.png");
}

.content .rightSpace {
	clear: both;
}

.pages {
	float: right;
	width: 887px;
	padding: 5px;
	margin: 10px 0 0 20%;
	color: rgb(200,200,200);
	box-shadow: 0 0 6px rgb(106,106,106);
}

.copy {
	margin: 30px 0 0 0;
	text-align: right;
	font-size: 10px;
	padding: 20px 4px 4px 0;
	color: rgb(120,120,120);
}

.copy a {
	font-size: 10px;
}

.copy span.author {
	color: rgb(50,180,240);
	font-size: 10px;
}

.copy span.icq {
	color: rgb(140,140,240);
	font-size: 10px;
}
