/*#############################################################
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.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: #fff;
	color: #333333;
	font-family: arial;
	margin: 20px 0;
	text-align: center;
        font-size: 13px;
        font-style: normal;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(li.gif);
	margin-left: 18px;
}
code {
	background: url(bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

a:link {color: #555555; text decoration: none;}
a:visited {color: #555555; text decoration: none;}
a:hover {color: #ccccff; text decoration: none;}
a:active {color: grey; text decoration: none}


/* main structure */
.main {
	background: white; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 652px; 
}


/* header */
.gfx {
	background: #222 url(catfish.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #111;
	padding: 16px 20px;
        font-size: 13px;
        font-family: arial;
        font-weight: bold;
}


/* menu */
.menu a {
	background: #000 url(bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #888;
	float: left;
	font-size: 14px;
	padding-top: 4px;
	width: 162px; height: 30px;
        font-family: trebuchet ms, tahoma, arial, sans-serif;
        font-weight: bold;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #6699cc;
}
.menu a#last {
	border-right: none;
	width: 163px;
}


/* content */
.content  {
	background: white;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
        background: white;
	color: #666;
	font-size: 13px;
        font-family: arial;
        font-weight: bold;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #ffffff;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #ffffff;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}