/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Tag-specific */
HTML{
    font-size: 100%;
}

h2{
    /* This font will be 15 pixels with the default web browser font size setting */
    font: 1.5em/1em Arial, Helvetica, sans-serif;
}

h3{
    /* This font will be 12 pixels with the default web browser font size setting */
    font: bold 1.2em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #aaa;
	text-decoration: none;
}
body {
	background: #111 url(images/bacon.jpg) repeat fixed left bottom; /*repeat-x fixed left bottom;*/
	color: #999;
	margin: 0px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
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.2em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #eee;
	border-color: #141414 #202020 #222 #202020;
	margin: 0px auto 4px auto; 
	text-align: left;
	width: 680px; 
}


/* Header */
.gfx {
	background: url(img/logo.png) no-repeat center bottom;
	height: 240px;
}

.player{
	float:right;
	border: 2px double #111;
	/*border-color: #141414 #202020 #222 #202020;
	width: 250px;*/
	margin-top:80px;
	margin-right:15px;
}

.topright{
	float:right;
	margin-top:60px;
	margin-right:15px;
}

.gfx h1 {
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* Menu */
.menu{
	white-space:nowrap;
}

.menu a {
	background: #000 url(img/bgmenu2.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #777;
	font-size: 1.2em/1em; /*1.2em !important;*/
	float: left;
	padding-top: 4px;
	width: 59px; 
	height: 36px;
}
.menu a span {
	padding-left: 3px;
}

.menu a:hover {
	background-position: left bottom;
	color: #aaa;
}

.menu a#last {
	background: #000 url(img/bgmenu2.png) repeat-x;
	width: 80px;
	height: 36px;
	border-right: none;
}

.menu a#last:hover {
	background-position: left bottom;
	color: #aaa;
}

/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #030303;
	clear: both;
}

.albumplayer h1,
.content h1 {
	display:block;
	margin: 0 0 4px;
	font: bold 1.2em sans-serif,Arial;
	color: #aa0000;
	width:600px;
}
.content p {
	margin: 0 0 14px;
}
.item {
	display:table;
	*height:100%;
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
	width:600px;
}

.itemright{
	display:table;
	height: 100%;
	text-align:right;
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
	width:600px;
}

.leftimg{
	float:left;	
	margin-right:5px;
	margin-bottom:5px;

}

.rightimg{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

.album{
	background: transparent url(img/CD.png) no-repeat top right;
	display:inline;
	text-align:center;
	float:left;
	width:200px;
	height:170px;
	margin-top:10px;
}

.albumtop{
	background: transparent url(img/CD.png) no-repeat top right;
	display:block;
	text-align:center;
	width:200px;
	height:170px;
}

.albumtop img,
.album img{
 border: solid 1px #0f0f0f;
}

.albumname{
	width:175px;
	height:20px;
	margin:auto;
}

.albumplayer{
	border: 2px double #111;
	height:300px;
}


.video{
	display:inline;
	text-align:center;
	float:left;
	width:200px;
	height:170px;
	margin-top:10px;
}

.videoname{
	width:175px;
	height:20px;
	margin:auto;
}

/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #999;
	clear:both;
} 

