img {
	border:0px;
}
body {
	background-color:#0B0D0D;/*#191E1E;*/
	font-size:12px;
	font-family:Arial;
	padding:50px 50px 5px 50px;
	color:#EEE;
}
.header {
	text-align:center;
	margin-bottom:20px;
}
.credit {
	text-align:center;
	margin-top:2px;
	font-size:10px;
	color:#444;
}

/* Links */
a {
	color:#58758f;
	text-decoration:none;
}
a:hover {
	color:#65aac0;
	text-decoration:underline;
}
.credit a {
	color:#444;
}
.info .date a {
	color:#8A8A8A;
}
.subtabs td a {
	display:block;
}
.subtabs .date a {
	color:#EEE;
	text-decoration:none;
}

/* Tabs */
.tabs {
	border:0px;
}
.tabs .sTL,.tabs .lTL {
	text-align:center;
	width:170px;
	margin:0px 10px 0px 10px;
}
.tabs .sTR,.tabs .lTR {
	padding:5px;
}

/* Subtabs */
.subtabs {
	width:20%;
	vertical-align:top;
}
.subtabs .bBL,.subtabs .dBL,.subtabs .hBL {
	margin-bottom:3px;
}
.subtab {
	border:0px;
	width:100%;
}
.subtab .date {
	margin:0px;
	padding:2px 0px 2px 10px;
	font-size:9px;
	vertical-align:middle;
	text-align:center;
}
.subtab .title {
	margin:0px;
	vertical-align:middle;
	text-align:left;
	padding:2px 5px 2px 5px;
}
h1 {
	padding:0px;
	color:#8A8A8A;
	font-size:20px;
	font-weight:normal;
	margin:5px 0px 5px 0px;
	text-align:center;
}
.archive {
	text-align:center;
	padding-top:3px;
	font-size:10px;
}

/* News */
.newsbox {
	min-height:250px;
	height:auto !important;
	height:250px;
}
.info {
	margin-top:10px;
}
.info .date {
	color:#8A8A8A;
	float:left;
}
.info .more {
	float:right;
}

/* Corners */
.dTL {
	background:url('images/darkTL.bmp') 0 0 no-repeat #0B0D0D;
}
.dTR {
	background:url('images/darkTR.bmp') 100% 0 no-repeat;
}
.dBL {
	background:url('images/darkBL.bmp') 0 100% no-repeat;
}
.dBR {
	background:url('images/darkBR.bmp') 100% 100% no-repeat;
}
.sTL {
	background:url('images/shadeTL.bmp') 0 0 no-repeat #0E1313;
}
.sTR {
	background:url('images/shadeTR.bmp') 100% 0 no-repeat;
}
.sBL {
	background:url('images/shadeBL.bmp') 0 100% no-repeat;
}
.sBR {
	background:url('images/shadeBR.bmp') 100% 100% no-repeat;
}
.hTL {
	background:url('images/sonlTL.bmp') 0 0 no-repeat #0E1313;
}
.hTR {
	background:url('images/sonlTR.bmp') 100% 0 no-repeat;
}
.hBL {
	background:url('images/sonlBL.bmp') 0 100% no-repeat;
}
.hBR {
	background:url('images/sonlBR.bmp') 100% 100% no-repeat;
}
.qTL {
	margin:0px 10px 0px 10px;
	background:url('images/sonbTL.bmp') 0 0 no-repeat #0E1313;
}
.qTR {
	background:url('images/sonbTR.bmp') 100% 0 no-repeat;
}
.qBL {
	background:url('images/sonbBL.bmp') 0 100% no-repeat;
}
.qBR {
	padding:9px;
	background:url('images/sonbBR.bmp') 100% 100% no-repeat;
}
.lTL {
	background:url('images/lightTL.bmp') 0 0 no-repeat #131717;
}
.lTR {
	background:url('images/lightTR.bmp') 100% 0 no-repeat;
}
.lBL {
	background:url('images/lightBL.bmp') 0 100% no-repeat;
}
.lBR {
	padding:9px;
	background:url('images/lightBR.bmp') 100% 100% no-repeat;
}
.bTL {
	background:url('images/brightTL.bmp') 0 0 no-repeat #202626;
}
.bTR {
	background:url('images/brightTR.bmp') 100% 0 no-repeat;
}
.bBL {
	background:url('images/brightBL.bmp') 0 100% no-repeat;
}
.bBR {
	padding:9px 9px 20px 9px;
	background:url('images/brightBR.bmp') 100% 100% no-repeat;
}

/* BBCode */
	/* Quote */
blockquote {
	margin:0px;
	padding:0px;
}
cite {
	display:block;
	color:#8A8A8A;
	font-weight:bold;
	font-style:normal;
	margin:0px 0px 3px 0px;
	padding:0px;

}
	/* Code */
dl,dt,dd {
	margin:0px;
	padding:0px;
}
dt {
	color:#8A8A8A;
	font-weight:bold;
	font-style:normal;
	margin-bottom:3px;
}
	/* Spoiler */
.spoilt {
	color:#8A8A8A;
	font-weight:bold;
	font-style:normal;
	margin:0px;
	padding:0px;
}
.spoil {
	margin-top:3px;
}