/*
Template name: Blackbox
Template URI: http://templates.arcsin.se/blackbox-website-template/
Release date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}

img {
  border: 0;
  }

body {
	background: #000 url(../images/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.8em sans-serif,trebuchet ms;
	margin: 20px 0;
	text-align: center;
}

code {
	background: #CF9;
	color: #888;
	display: block;
	font: bold 1em "Lucida Sans Unicode",serif;
  text-align: center;
	width: 100%;
}

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

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

.grid {
  margin: auto; 
  text-align: center;
  border-spacing: 20px 20px;
  padding: 50px;
}


/* header */
.gfx {
	background: #222 url(../images/dark_pixel.jpg) no-repeat;
	height: 128px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Trebuchet ms,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: #9C3;
	float: left;
	font-size: 1.1em;
	padding-top: 4px;
	width: 85px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #9F3;
}
.menu a#last {
	border-right: none;
	width: 84px;
}

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


/* footer */

.footer {
	background: #9C3;
	color: #444;
	padding: 5px;
}
 
.footer .left, .footer .right {padding: 0 12px;}
.footer .left, .footer .right a {color: #666;}
.footer .left, .footer .right a:hover {color: #111;}

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