﻿/*#############################################################
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: #777;
		text-decoration: underline;
}
body {
	background: #000 url(img/bg1.png) repeat-x fixed left bottom;
	color: #777;
	margin: 2px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
	
}



h1 {
	color: #777;	font-weight: bold; font-size: 1.2em ;
	padding: 0px 0px;
}

h2 {
	color: #777; font-size: small ;
	}


h3 {
	color: #777; font-size: small ;
	}


ul {
	margin: 12px 0;
}

li {
	margin-left: 18px;
	color: #e2bf42;
	font-weight:bold;	
}


	

/* Misc */


/* Main structure */
.main {
	background: #222 url(img/bg.png) repeat-x; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 2px auto 4px auto; 
	text-align: left;
	width: 740px; 
	
}




/* Header */
.gfx {
	background: #000 url;
	height: 60px;
}


/* Menu */
.menu a {
	background: #000 ;
		border-top: 1px solid #1A1A1A;
	color: #e2bf42;
	font-size: 1.2em;
	float: left;
	padding-top: 3px;
	padding-left: 4px;

	width: 119px; height: 24px;
	text-align:center;
	
	text-decoration:underline;

	font-weight: bold;

}
.menu a span {
	padding-left: 2px;
}
.menu a:hover {
	background-position: left bottom;
	color: #ccc;	text-decoration:underline;
}
	
	.menu a#sel {
	background-position: left bottom;
	color: #ccc;	text-decoration:none;
}



/* Content */
.content {
	border-top: 1px solid #000;
	background: #222;
	clear: both;
}
.content p {
	margin: 0 0 2px;
}
.item {
	background: #292929 url(img/bg.png) repeat-x;
	padding: 8px 10px;
	border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;

}


/* Footer */
.footer {
	padding: 5px;
	background: #222;
	color: #444;
	
} 

.footer a {
	color: #444;
text-decoration:underline;
}