/* Comment element properties */

a {
	color: #bb0000;
	text-decoration: none;
}

.capmain a {
	color: #DDD;
	margin-left: 5px;
}

.capmain a:visited {
	color: #DDD;
}

.capmain a:active {
	color: #DDD;
}

.capmain a:hover {
	color: #FFF;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}

a.side {
	color: #aaa;
	text-decoration: none;
}

a:hover.side {
	color: #fff;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #000 url(images/sp_bg.png) repeat;
	margin: 1px;
}

.soopwrap {

	width: 96%;
	margin: 0 auto;
}

.divtr {
	display: table-row;
	padding: 0; 
	border-collapse: collapse;
	border-spacing: 0;

}


.left-header { display: table-cell;  }
.full-header { display: table-cell;  }
.right-header { display: table-cell; }
.mid-left { display: table-cell; }
.sub-header-left { display: table-cell; }
.sub-header-right { display: table-cell; }
.sub-header { display: table-cell; }
.mid-right { display: table-cell; }
.side-border-left { display: table-cell; }
.main-bg { display: table-cell; }
.side-border-right { display: table-cell; }
.bottom-left { display: table-cell; }
.main-footer { display: table-cell; }
.bottom-right { display: table-cell; }
.side-body { display: table-cell; }
.capmain-left { display: table-cell; }
.capmain { display: table-cell; }
.capmain-right { display: table-cell; }
.main-body { display: table-cell; }
.main-body middle-border { display: table-cell; }
.news-footer { display: table-cell; }
.news-footer middle-border { display: table-cell; }
.scapmain-left { display: table-cell; }
.scapmain { display: table-cell; }
.scapmain-right { display: table-cell; }
.stupidthing { display: table-cell; }


.stupidthing {
	height: 5px;
	background-color: #400000;
}

.tablething {
	width: 100%;
	padding: 0;
	display: inline-table;
	border-spacing: 0 0;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	vertical-align: top;
}


.left-header{
	background: url(images/top_left.png) no-repeat;
	width: 34px;
	height: 200px;
	border: 0px;
	padding: 0;
	margin: 0;
}

.right-header{
	background: url(images/top_right.png) no-repeat;
	width: 34px;
	height: 200px;
	border: 0px;
	padding: 0;
	margin: 0;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd;
	background: transparent url(images/top_mid.png) repeat-x;
	text-align: center;
	vertical-align: bottom;
	border: 0;
	width: auto;
	height: 200px;
	padding: 0;
	position: relative;

}

img, img a, img a:link, img a:hover, img a:visited, img select, img a:active{
	border: 0px;
}

.full-header a{
	border: 0px;
}

.mid-left{
	background: url(images/mid_left.png) repeat-y;
	width: 34px;
	border: 0;
	padding: 0;
	height: auto;
	vertical-align: middle;
}

.mid-right{
	background: url(images/mid_right.png) repeat-y;
	width: 34px;
	border: 0px;
	padding: 0;
	height: auto;
	vertical-align: middle;
}

.bottom-left{
	background: url(images/bottom_left.png) no-repeat;
	width: 34px;
	height: 60px;
	border: 0px;
}

.bottom-right{
	background: url(images/bottom_right.png) no-repeat;
	width: 34px;
	height: 60px;
	border: 0px;
}

.main-footer {
	background: url(images/bottom_mid.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
	height: 60px;
	padding: 20px;
	vertical-align: middle;
}


hr {
	height: 1px;
	border: 1px solid #262626;
}

hr.side-hr {
	height: 1px;
	border: 1px dashed #262626;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #ccc;
}

.spacer {
	width: 100%;
	padding: 0;
	border-spacing: 0;
	display: inline-table;
	border: 0;
	margin: 0 0 4px 0;

}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #170707;
	border: 1px solid #222222;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #171717;
	background-image: url(images/button.png);
	height: auto;
	border: 1px solid #020202;
	margin-top: 3px;
	padding: 3px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	background-color: #444;
	border: 1px solid #333;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd;
	background-color: transparent;
background-image:  url(images/subheader-mid.png);
background-repeat: repeat-x;
	height: 28px;
	vertical-align: middle;
	border: 0;
	padding: 0 4px 0 4px;
}

.sub-header-left {
	width: 3px;
	height: 28px;
	background-color: transparent;
	background-image: url(images/subheader-left.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	border: 0;
	padding: 0;
}

.sub-header-right {
	width: 3px;
	height: 28px;
	background-color: transparent;
	background-image: url(images/subheader-right.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	border: 0;
	padding: 0;
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}


.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd;
	background-color: transparent;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 11px;
	color: #555;
	background: #000 url(images/mainborderleft.png) repeat-y top left;
	border-right: 1px solid #101010;
	border-top: 1px solid #232323;
	padding: 4px;
width: auto;


}

/* Side-Panel properties */




.side-border-left {
	color: #777;
	background-color: #2B0404;
	padding: 2px 6px 2px 0px;
	margin: 0 2px 0 2px;
	width: 175px;
text-align: left;

}

.side-border-right {
	color: #777;
	background-color: #2B0404;
	padding: 2px 0px 2px 6px;
	margin: 0 2px 0px 2px;
	width: 175px;

}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ddd;
	background-color: transparent;
	background-image: url(images/side.png);
	background-repeat: repeat-x;
	height: 25px;
	vertical-align: middle;
}

.scapmain-left {
	width: 3px;
	background-color: transparent;
	background-image: url(images/side-left.png);
	background-repeat: no-repeat;
	height: 25px;
	vertical-align: middle;
}

.scapmain-right {
	width: 3px;
	background-color: transparent;
	background-image: url(images/side-right.png);
	background-repeat: no-repeat;
	height: 25px;
	vertical-align: middle;
}

.side-body {
	font-size: 10px;
	color: #555;
	background-color: #040404;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	border: 1px solid #151515;
	border-top: 1px solid #252525;
	padding: 4px;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #bbb;
	border-top: 1px solid #161616;
	border-left: 0;
	border-right: 1px solid #101010;
	padding: 3px 4px 4px 4px;
	background: #070707 url(images/mainborderleft.png) repeat-y top left;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
	background-color: transparent;
	background-image: url(images/cap.png);
	background-repeat: repeat-x;
	height: 25px;
	vertical-align: middle;
}



.capmain-left {
	width: 3px;
	height: 25px;
	background-color: transparent;
	background-image: url(images/cap-left.png);
	background-repeat: no-repeat;
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: transparent;
	background-image: url(images/cap-right.png);
	background-repeat: no-repeat;
}

.main-bg {
	color: #ddd;
	background-color: #2B0404;
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #333;
}

.tbl {
	font-size: 11px;
	color: #ccc;
	background-color: #2B0404;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #ccc;
	background-color: #2B0404;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #ccc;
	background-color: #2B0404;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
	background-color: #2B0404;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #ccc;
	background-color: #0a0a0a;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #333;
}

.poll {
	height: 12px;
	border: 1px solid #333;
}

.comment-name {
	font-weight: bold;
	color: #990000;
}

.shoutboxname, .shoutboxname a, .shoutboxname a:hover, .shoutboxname a:visited {
	font-weight: bold;
	color: #990000;
}

.shoutbox {
	color: #ccc;
	border-bottom: 1px dashed #200000;
}

.shoutboxdate {
	font-size: 8px;
	color: #444;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
}

.side-label {
	color: #ccc;
	background-color: #2B0404;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #2B0404;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
	height: 1%;
}

#navigation a {
	display: block;
	color: #ccc;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #2B0404;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #ddd;
	background-color: #070707;
	border: 1px solid #222;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #bbb;
	background-color: #070707;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #070707;
	margin: 2px;
	text-decoration: none;
}
