/* ========================================================================= ==
== GENERAL RESET
== ========================================================================= */
*{
	padding	:0;
	margin	:0;
	outline	:none;
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	font-size:13px;
	}

.clear{
	clear:both;
	}

/* ========================================================================= ==
== GENERAL
== ========================================================================= */
html{
	height:100%;
	margin-bottom: 1px;
	font-size:13px;
	background: url(../images/bg.png) no-repeat 0 0 fixed;
	color:#333;
	}

body{
	padding:20px 0 100px 420px;
	}

@media screen{
	body>div#left{position:fixed;}
	body>div#header{position:fixed;}
	}

* html body{overflow:hidden;} 
* html div#content{height:100%;overflow:auto;}

/* ========================================================================= ==
== BLOCKS
== ========================================================================= */
div#left{
	position:absolute;
	top:80px;
	left:0;
	width: 300px;	
	height:100%;
	padding:20px 0 0 100px;
	}

div#content{
	margin:100px 0 0 0;
	width:500px;
	padding:20px;
	background: url(../images/trans.png);
	}

div#header{
	text-align: right;
	position:absolute;
	top:0;
	left:0;
	height:20px;
	width:100%;
	max-width:1200px;
	}

/* ========================================================================= ==
== HEADER KNOBS
== ========================================================================= */
#loading,
#player,
#playmute,
#contact{
	margin: 4px 10px 0 0;
	float:right;
	display:block;
	height:24px;
	width:24px;
	overflow: hidden;
	line-height: 100px;
	}

/* loading */
#loading{			background: url(../images/loading.gif) no-repeat 0 3px;}
#loading.ready{		background: url(../images/load-ready.png) no-repeat 0 3px;}

/* player */
#playmute{			background: url(../images/speaker.png) no-repeat -3px -1px;}
#playmute.playing{	background: url(../images/speaker.png) no-repeat -3px -25px;}

/* player */
#player{			background: url(../images/head.png) no-repeat 0 4px;}
#contact{			background: url(../images/contact.png) no-repeat 0 4px;}


/* ========================================================================= ==
== WORK SPANS
== ========================================================================= */
.workspan{
	margin: 0 0 0 15px;
	}

.workspan a,
.workspan a:visited,
.workspan div.empty{
	width:150px;
	margin: 0 10px 0 0;
	float:left;
	text-decoration: none;
	color:#555;
	font-style: italic;
	}

.workspan a:hover{
	text-decoration: none;
	color:#000;
	font-style: italic;
	}

/* ========================================================================= ==
== TYPOHRAPHY
== ========================================================================= */	
h1 {
	padding: 0 0 20px 0;
	}

#title{
	font-size:16px;
	color:#79A;
	}

#stitle{
	font-size:16px;
	color:#777;
	}

#dtitle{
	font-size:16px;
	color:#777;
	clear:both;
	display: block;
	}


h1 a{
	text-decoration: none;
	}

h2,
h3{
	color:#555;
	text-transform: uppercase;
	font-size:15px;
	margin: 20px 0 10px 0;
	border-bottom:1px solid #777;
	}
	
h3{
	color:#79A;
	}

p {
	margin: 0;
	padding: 10px 0;
	line-height: 20px;
	}

textarea,
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
	}

pre,
code {
	background-color: #f6f6f6;
	color: #060;
	display: block;
	font-family: 'Courier New', Courier, monospace;
	font-size: 11px;
	max-height: 250px;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #d1d7dc;	
}

hr {
	clear:both;
	background-color: #ddd;
	color: #ccc;
	height: 1px;
	border: 0px;
	}

dt {
	font-weight: bold;
	}

dd {
	font-style: italic;
	padding: 0 0 9px 10px;
	}

a,
a:visited{
	color:#79A;
	}

.selected{
	text-decoration: none;
	}

.self{
	/*niet gebruiken omdat .selected javagestuurd hetzelfde doet!*/
	}

ul{
	list-style: url(../images/dot.png);
	padding: 0 0 0 16px;
	}

li.header{
	font-weight:bold;
	list-style: none;
	margin: 2px 0 2px 0;
	padding: 1px 0 1px 3px;
	background:#ddd;
	}

ul ul li{
	list-style: none;
	margin: 2px 0 2px 0;
	padding: 1px 2px;
	background:#ddd;
	}

ul ul,
ul ul ul,
ul ul ul ul,
ul ul ul ul ul{
	padding: 0;
	border-bottom:1px solid #aaa;
	border-top:1px solid #aaa;
	}

/* ========================================================================= ==
== PLAYER
== ========================================================================= */
.playlist{
	clear:both;
	border-top:1px solid #79A;
	border-bottom:1px solid #79A;
	padding: 5px 0; 
	}
.playlist ul{
	padding:0;
	}	

.playlist li {
	cursor: pointer;
	color:#777;
	list-style:none;
	}

.playlist li,
.playlist li a{
	line-height:14px;
	}

.playlist li:hover a{
	color:#555;
	}

.playlist li.selected a{
	color:#000;
	}

#controls{
	float:right;
	}

/* ========================================================================= ==
== TOOL TIPS
== ========================================================================= */
.tip {
	width:80px;
	height:13px;
	padding:2px 10px;
	font-family:tahoma,arial;
	background:url(../images/tip.png);
	}

.tip-title {
	color:#fff;
	font-size:9px;
	}

.tip-top,
.tip-bottom,
.tip-text {
	display:none;
	}

/* ========================================================================= ==
== SPECIAL
== ========================================================================= */
.disclaimer{
	margin: 15px 0px;
	font-size: 11px;
	color:#555;
	font-style: italic;
	}

.submenu{
	padding: 0 0 0 10px;
	float:right;
	}
	

.contact{
	clear:both;
	float:left;
	margin: 0 20px 20px 0;
	}

/* ========================================================================= ==
== SPECIAL
== ========================================================================= */
.tracklist h3{
	text-transform: none;
	font-size:13px;
	margin: 0;
	border-bottom:1px solid #ddd;
	}

.tracklist .c2{
	padding: 0 0 5px 5px;
	font-style: italic;
	font-size:10px;
	color:#666;
	}

.rellist .r{
	border-bottom:1px solid #e6e6e6;
	}

.rellist .c1{
	display: inline;
	}

.rellist .c2{
	display: inline;
	font-style: italic;
	font-size:9px;
	color:#666;
	}

.gallary img{
	border:1px solid #ddd;
	padding:1px;
	margin:4px;
	}