/* 
	CSS Stylesheet
	written by Hendrik Meyer
	MEDIA DSIGN | websolutions
	www.media-dsign.de
*/

body {
	margin: 0px 0px;
	background: #000000 url('img/header_bg.jpg') no-repeat top center;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #dbdbdb;
}

a:link,a:hover,a:active,a:visited {
	color: #EEEEEE;
	text-decoration: underline;
}

h1 {
	background: transparent url('img/headline_bg.jpg') repeat-x top left;
	font-size: 12px;
	font-weight: bold;
	padding-left:5px;
	padding-top:2px;
	width:550px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	padding-left:5px;
}
html>body div h1 {
	width:540px;
}

div {
	text-align: left;
}

p {
	margin:0px;
	padding:5px;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #dbdbdb;
}

/* spezial klassen */
div.msg {
	padding: 5px;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	background-color: #CCCCCC;
	border: #FF0000 1px solid;
}

div.header {
	margin: 84px auto;
	height: 143px;
	width:800px;
}

div.page {
	margin: -84px auto;
	background-color:#222222;
	width:800px;
	min-height:600px;
	padding:10px;
}
html> body div.page {
	width:780px;
}
div.header ul {
	list-style: none;
	padding:0px;
	margin:0px;
	padding-top:108px;
}
div.header ul li {
	float: left;
	margin-top:0px;
	padding:10px;
	font-size:12px;
}
div.header ul li a,div.header ul li a:visited {
	text-decoration:none;
}

div.sidebar {
	float:right;
	width:210px;
	height: 650px;
	margin:0px;
	padding:0px;
	margin-left:10px;
}
html>body div div.sidebar {
	width:220px;
}
div.sidebar p {
	padding:5px;
	padding-bottom:20px;
}
div.sidebar h1 {
	width:210px;
}
html>body div div.sidebar h1 {
	width:220px;
}
div.sidebar h2 {
	font-size: 11px;
	font-weight: bold;
	padding-left:5px;
}

div.tracklist {
	margin-left:210px;
	margin-top:-15px;
	width:330px;
}
.download {
	font-weight:bold;
	font-size:11px;
	padding-bottom:20px;
}

ul.snp {
	list-style:none;
	margin:5px;
	padding:0px;
}
ul.snp li {
	margin:2px;
	padding:4px;
	padding-left:20px;
}
#twitter {
	background: url('/img/twitter_mini.gif') no-repeat 0% 50%;
}
#myspace {
	background: url('/img/myspace_mini.jpg') no-repeat 0% 50%;
}
#lastfm {
	background: url('/img/lastfm_mini.gif') no-repeat 0% 50%;
}
#lifestream {
	background: url('/img/lifestream_mini.gif') no-repeat 0% 50%;
}
#misterwong {
	background: url('/img/misterwong_mini.gif') no-repeat 0% 50%;
}
#xbox {
	background: url('/img/xbox_mini.gif') no-repeat 0% 50%;
}

/*********************************
 *
 *	CAPTCHA-Styles
 *
 */
p.captcha_1,
p.captcha_2,
.captcha_notvalid
{
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma;
	background: transparent;
	color: #000000;
}
p.captcha_2
{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.captcha_notvalid
{
	font-weight: bold;
	color: #FF0000;
}

.captchapict
{
	padding: 0px 0px 0px 0px;
	border: #C0C0C0 1px solid;
}

#captcha
{
	padding: 5px;
}

/**************************************
*
*	Lightbox
*
***************************************/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */