/*@font-face {
	font-family:links;
	src:url("/templates/bankgthd.eot");
	src:local(links), url("/templates/BANKGTHD.TTF") format('opentype');
}*/

/************************************
	Color Scheme
************************************/
input, select, textarea {
	background-color:#111;
	border:1px solid #000;
	color:#fff;
}

a { color:#911d00 }
a:hover { color:#d63e19 }

div.links a, div.subnav a, div.footer a { color:#fff }

body {
	background-color:#2f2f2f;
	color:#fff;
	background-color:#010101;
}

div.links, div.footer {
	background-color:#4a0f01;
	border:1px solid #000;
}

div.content, div.forums {
	background-color:#141414;
	border:1px solid #000;
	border-top:0px;
}
	div.subnav {
		background-color:#4a0f01;
		border:1px solid #000;
		border-top:1px solid #4a0f01;
	}

div.footer { border-top:0px }

div.widgets div.sub {
	background:#141414;
	border:1px solid #000;
	border-top:3px solid #4a0f01;
	border-bottom:3px solid #4a0f01;
}
	div.widgets div.sub div.title {
		color:#d63e19;
	}

div.damage_post {
/*	border:1px solid #565656; */
	border:1px solid #000;
	background:#1e1e1e;
}
	div.damage_author {
		background:#1e1e1e;
		border:1px solid #000;
		border-top:1px solid #1e1e1e;
	}

h2.title { color:#ccc }

.main_bans thead { background:#111111 }
.main_bans tbody { background:#1e1e1e }
.main_bans td, .main_bans th { border:1px solid #000 }
.main_bans .title { background:#4a0f01 }

td.event {
	color:#911d00;
}
td.today {
	background-color:#050505;
}

s {
	color:#911d00;
}
s span {
	color:#fff;
}

/************************************
	Layout & Positioning
************************************/

a {
	text-decoration:none;
	font-weight:bold;
}
img {
	border:0px;
}

body {
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top center;
	text-align:center;
	margin:0px;
	padding:20px;
	font-family:Verdana, Arial, Sans, Helvetica;
	font-size:11px;
}
div.body_wrapper {
	width:1100px;
	margin:auto;
	position:relative;
}
div.body {
	position:absolute;
	top:0px;
	left:0px;
	text-align:left;
	width:885px;
}

div.head {
	height:155px;
	padding-bottom:10px;
	text-align:center;
	margin-top:-10px;
	margin-bottom:10px;
}

div.links {
	padding:4px 4px;
	font-size:11px;
}
	div.links a {
		margin-left:20px;
	}

div.content {
	padding:10px;
}
	div.subnav {
		margin-top:-11px;
		padding:4px 4px;
		font-size:11px;
		margin-bottom:5px;
	}
	div.subnav a {
		margin-left:20px;
	}

div.forums {
	padding:10px;
	padding-bottom:0px;
}
div.footer {
	padding:4px;
	margin-bottom:20px;
	font-size:11px;
}
div.widgets {
	position:absolute;
	left:900px;
	width:200px;
	top:10px;
	margin-top:-1px;
}
	div.widgets div.sub {
	position:relative;
	text-align:left;
	padding:5px;
	font-size:10px;
	margin-bottom:10px;
	}
		div.widgets div.sub div.title {
			font-weight:bold;
			text-align:center;
			text-decoration:underline;
		}

		div.widgets input {
			width:125px;
			font-size:10px;
		}
		div.widgets input.button {
			width:auto;
		}
h2.title {
	margin-left:15px;
}

.main_bans {
	width:560px;
	border-collapse:collapse;
	text-align:left;
}

	.main_bans td, .main_bans th {
		padding:3px;
	}
	.main_bans .name {
		width:33%;
	}

div.damage_post {
	padding:5px;
	margin-top:10px;
	margin-bottom:25px;
}
	div.damage_author {
		position:absolute;
		padding:3px;
		padding-top:0px;
		margin-left:5px;
		margin-top:-26px;
	}

div.dl ul{
	margin: 0;
	padding: 0;
}
li.dl {
	list-style: none;
	margin-bottom:5px;
}
	li.dl ul li {
		margin-left:10px;
		list-style: none;
	}

td.day {
	width:25px;
	text-align:center;
}
td.event {
	font-weight:bold;
	font-style:italic;
}
td.today {
	font-weight:bold;
}

#psa {
	background-color: transparent;
	background-image: url('/templates/psa.png');
	background-repeat: no-repeat;
	background-position: center center;
	width:728px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}
