/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(images/bg.png) repeat-x fixed left bottom;
	color: #555;
	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;
	width: 600px; 
}


/* Header */
.gfx {
	background: #222 url(images/dark_pixel.jpg) no-repeat;
	height: 240px;
}

.gfxleft h1 {
	/*color: #111;*/
	/*font: normal 2.6em Tahoma,sans-serif;*/
	font: normal 1.6em Tahoma,sans-serif;
	/*padding: 16px 20px;*/
	padding: 200px 6px 0px 6px;
	float: left;
}
.gfxleft a:hover {
	color: #B0B0B0;
}
.gfxleft a {
	color: #666;
}
.gfxRight h1 {
	/*color: #111;*/
	/*font: normal 2.6em Tahoma,sans-serif;*/
	font: normal 1.6em Tahoma,sans-serif;
	/*padding: 16px 20px;*/
	padding: 200px 6px 0px 6px;
	float: right;
}
.gfxRight a:hover {
	color: #B0B0B0;
}
.gfxRight a {
	color: #666;
}


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

/* dropmenu*/
.dropmenu {
	border-top: 1px solid #1A1A1A;
	border-bottom: 3px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
	font-size: 1.2em;
}
.dropmenuitem {
	/*background: #000 url(img/bgmenu.png) repeat-x;*/
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	padding-top: 4px;
	/*width: 149px; height: 36px;*/
	/*width: 90px; height: 20px;*/
}*/
.dropmenuitem  a {
	/*background: #000 url(img/bgmenu.png) repeat-x;*/
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	padding-top: 4px;
	/*width: 149px; height: 36px;*/
	color: #999;
	text-decoration: none;
}
.dropmenuitem  a span {
	padding-left: 20px;
	padding-right: 20px
}
.dropmenuitem a:hover {
	/*background-position: left bottom;*/
	color: #666;
}

/* breadcrumbs*/
.breadcrumbs {
	border-top: 1px solid #000;
	background: #000;
	clear: both;
	font-size: 1.0em;
	/*background: #000 url(img/bgmenu.png) repeat-x;*/
	border-right: 1px solid #222;
	color: #444;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	/*width: 149px; height: 36px;*/
	/*width: 90px; height: 20px;*/
}*/
.breadcrumbs  a {
	/*background: #000 url(img/bgmenu.png) repeat-x;*/
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	padding-top: 4px;
	/*width: 149px; height: 36px;*/
	color: #999;
	text-decoration: none;
}
.breadcrumbs  a span {
	padding-left: 20px;
	padding-right: 20px
}
.breadcrumbs a:hover {
	/*background-position: left bottom;*/
	color: #666;
}

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


.page h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #666;
	background-color: inherit;
	padding: 8px 10px;
}
.page h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #666;
	background-color: inherit;
}
.page h1 a {font-size: 160%; font-weight: bold;}
.page h2 a {font-size: 150%; }
.page h3 a {font-size: 140%; border-bottom: none; }
.page h4 a {font-size: 120%; border-bottom: none; }
.page h5 a {font-size: 100%; border-bottom: none; }
legend {
	padding-top: 20px;
}


/* Footer */
.footer {
	padding: 5px;
	border-top: 1px solid #1A1A1A;
	background: #0A0A0A;
	color: #666;
} 