/*
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/
		
/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
	vertical-align: middle;
}
.content h1 {
	color: #9E9EC0;
	font: bold 1.5em sans-serif,Verdana;
	margin: 0 0 4px;
	vertical-align: middle;
}

.content h2 {
	color: #7E7E99;
	font: bold 1.5em sans-serif,Verdana;
	margin: 0 0 4px;
	vertical-align: middle;
}

.content h3 {
	color: #9E9EC0;
	font: bold 1.3em sans-serif,Verdana;
	margin: 0 0 4px;
	vertical-align: middle;
}

.content h4 {
	color: #990000;
	font: bold 1.3em sans-serif,Verdana;
	margin: 0 0 4px;
	vertical-align: middle;
}

.content p {
	margin: 0 0 12px;
	color: #7E7E99;
	font: 1.1em sans-serif,Verdana;
}

.tracktext {
	padding: 10px;
	color: #7E7E99;
	font: 1.1em sans-serif,Verdana;
}

.tablewso {
	padding: 5px;
	color: #7E7E99;
	font: 1.1em sans-serif,Verdana;
}

.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
	vertical-align:middle;
}

.savetext {
	color: #FFFFFF;
	font: bold 1.1em sans-serif,Verdana;
	vertical-align:left;
}


/* tables */
table {
	border-collapse:collapse;
	color: #7E7E99;
	width: 95%;
}

td,th{
	border-collapse:collapse;
	padding:5px;
	vertical-align:middle;
	text-align:left;
}	

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: underline;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
	vertical-align: middle;
}
ul {
	margin: 12px 0;
	color: #7E7E99;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Verdana",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #9E9EC0;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


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


/* header */
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


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


/* track menu */
.trackmenu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	text-decoration: none;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #808080;
	float: left;
	font-size: 1.2em;
	padding: 4px 0px 4px 0px;
	width: 119px; height: 18px;
}
.trackmenu a span {
	padding-left: 6px;
}
.trackmenu a:hover {
	background-position: left bottom;
	color: #666;
}
.trackmenu a#last {
	border-right: none;
	width: 119px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}