/*#############################################################
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: #222222 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	margin: 20px 0;
	text-align: center;
	font: normal .9em sans-serif,Arial;
}

ul {
	margin: 24px 0;
}

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

code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/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;
	padding-left: 28px;
	color: #666;
	background: #030303;
}


/* Main structure */
.main {
	background: #222222; 
	border: 3px double #303030; 
	border-color: #222222 #202020 #202020 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px; 
}


/* Header */
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


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


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

/* Releases jQuery CSS */
.imageLibrary {
display: inline;
clear: none;
}
.imageLibrary li {
list-style-type: none;
margin-left: 0px;
display: inline;
clear: none;
}
.imageLibrary p {
font: bold 1.1em sans-serif,Arial;
color: #666;
position: absolute;
margin: 0px;
margin-left: 10px;
margin-top: 0px;
z-index:2;
background-Color: #030303;
width: 250px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
opacity:.8;
display: none;
clear: none;
}
.imageLibrary img {
z-index:1;
width: 270px;
height: 120px;
border: #888888 groove 0px;
}

/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
} 