﻿/*
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;
	color: #FFF;
}
a {
	color: #FFF;
	text-decoration: none;
}
body {
	color: #FFF;
	margin: 20px 20;
	text-align: center;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/bgitem.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: sans-serif, "Arial Narrow", Helvetica, Futura;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {
	margin: 12px 0;
}
li {
	margin-left: 18px;
	list-style-image: url(images/li.gif);
}
code {
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
	background-image: url(images/bgcode.gif);
}

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


/* main structure */
.main {
	background: #000;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 700px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #141414;
	border-right-color: #202020;
	border-bottom-color: #222;
	border-left-color: #202020;
}


/* header */
.gfx {
	height: 241px;
	background-color: #000;
	background-image: url(images/dark_pixel.jpg);
	background-repeat: no-repeat;
	border: 0;
}
.gfx h1 {
	color: #FFF;
	padding: 0px 0px;
	font-family: Futura, Helvetica, "Arial Narrow", sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* menu */
.menu a {
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #FFF;
	float: left;
	font-size: 1em;
	padding-top: 4px;
	width: 119px;
	height: 36px;
	background-color: #000;
	background-image: url(images/bgmenu.png);
	background-repeat: repeat-x;
}
.menu a:hover {
	background-position: left bottom;
	color: #F00;
}
.menu a#last {
	border-right: none;
	width: 100px;
}


/* content */
.content {
	clear: both;
	background-color: #000;
	color: #FFF;
}
.content h1 {
	color: #FFF;
	margin: 0 0 4px;
	font-family: sans-serif, Arial;
	font-size: 1.1em;
	font-weight: bold;
}
.content p {
	margin: 0 0 12px;
	color: #FFF;
}
.item {
	padding: 8px 10px;
	background-color: #030303;
	background-image: url(images/bgitem.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: sans-serif, "Arial Narrow", Helvetica, Futura;
	border: 0;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
	border-top-style: double;
	border-top-color: #F00;
} 
.footer .right {padding: 0 12px;}
.footer .left {padding: 0 12px;}
.footer .right a {color: #444;}
.footer .right {color: #444;}
.footer .right a:hover {color: #999;}

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

