/*#############################################################
Name: Blackbox
Author: Viktor Persson
URL: http://arcsin.se

Modifcations: Bryan Lynes
URL: http://taintinvaders.com
#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	color: #ccc;
}

body {
	background: #000 url(../images/bg.png) repeat-x fixed left bottom;
	color: #999;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(../images/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}

/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(../images/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	max-width: 900px;
}


/* Header */
.gfx {
	background: #222 url(../images/header_01.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
    z-index: 2;
	color: #555;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}
.gfx h2 {
    z-index: 2;
	color: #555;
	font: normal 3em Tahoma,sans-serif;
	padding: 16px 20px;
}

/* Menu */
.menu a {
	background: #000 url(../images/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #999;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 179px; height: 36px;
	text-decoration: none;
	font-weight: normal;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #ccc;
}
.menu a#last {
	width: 180px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
	font-size: 12px;
}
.item {
	background: #030303 url(../images/bgitem.gif) repeat-x;
	padding: 8px 10px;
	font-size: 12px;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
} 

.update {
	padding: 5px;
	color: #666;
	font-size: 11px;
} 


/* Blizz Quote */
.blizzquotewrap {
	padding: 10px 10px 10px 10px;
	width: 650px;
}

.blizzquoteinner { 
	background-color: #222;
	padding: 0 5px;
}

.blizzquote {
	color: #0099FF;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

/* News Entry */
.news {
	padding: 2px 2px 2px 2px;
	width: 600px;
	background-color: #999999;
}

.newsinner {
	background-color: #000;
	padding: 5px 5px 5px 5px;
}

.newsquote {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.news2 {
	padding: 2px 2px 2px 2px;
	width: 600px;
}

.newsinner2 {
	padding: 5px 5px 5px 5px;
}

.newsquote2 {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

/* Roster */
.druid a {
	font-family: sans-serif,Arial;
	color: #FF7D0A;
	font-weight: bold;
	font-size: 12px;
}

.dk a {
	font-family: sans-serif,Arial;
	color: #900;
	font-weight: bold;
	font-size: 12px;
}

.hunter a {
	font-family: sans-serif,Arial;
	color: #ABD473;
	font-weight: bold;
	font-size: 12px;
}

.mage a {
	font-family: sans-serif,Arial;
	color: #69CCF0;
	font-weight: bold;
	font-size: 12px;
}

.paladin a {
	font-family: sans-serif,Arial;
	color: #F58CBA;
	font-weight: bold;
	font-size: 12px;
}

.priest a {
	font-family: sans-serif,Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.rogue a {
	font-family: sans-serif,Arial;
	color: #FFF569;
	font-weight: bold;
	font-size: 12px;
}

.shaman a {
	font-family: sans-serif,Arial;
	color: #2459FF;
	font-weight: bold;
	font-size: 12px;
}

.warlock a {
	font-family: sans-serif,Arial;
	color: #9482CA;
	font-weight: bold;
	font-size: 12px;
}

.warrior a {
	font-family: sans-serif,Arial;
	color: #C79C6E;
	font-weight: bold;
	font-size: 12px;
}

.rank {
	font-family: sans-serif,Arial;
	color: #c3c3c3;
	font-weight: bolder;
	font-size: 12px;
}