/*********************
SCREEN STYLE
**********************/
* 
{
	padding: 0;
	margin: 0;
	
}

html	
{
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #0e0e0e url(../images/bg.png) repeat-x;
}

body	
{
	width: 1000px;
	margin: 0px auto;
	font-size: 1.1em;
	text-transform: uppercase;
}

a
{
	color: #fff;
}

a:visited
{
	color: #fff;
}

a img
{
	border: none;
}

#content
{
	background-color: #0e0e0e;
	border: 1px solid #181818;
	border-top: none;
	margin: 1em;
	z-index: -1;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#main-content 
{
	margin-left: 100px;
	padding: 1em;
	z-index: -1;	
}

#nav
{
	float: left;
}

#nav ul 
{
	list-style: inside;
}

.breaker
{
	clear: both;
}

ul li
{
	list-style-type: none;
}

option
{
	background-color: #0c0c0c;
	color: #fff;
}

/*********************
HEADER
**********************/
#header
{}

#header h1
{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#header h1 a
{
	text-indent: -9999px;
	height: 115px;
	display: block;
}

/*********************
NAV
**********************/
#nav
{
	float: left;
	margin: 1em;
	font-family:"Century Gothic", Arial, sans-serif;
}

#nav li a
{
	text-decoration: none;
	color: #ff0099;
}

#nav li
{
	margin-bottom: .5em;
}

#nav li a:hover
{
	color: #fff;
	font-weight: bold;
}

#nav .active a
{
	font-weight: bold;
	color: #fff;
}

/*********************
NEWS
**********************/
.newsitem
{
	width: 47%;
	text-align: justify;
	color: #929292;
	float: left;
	margin: 0 2em 2em 0;
	padding-bottom: 2em;
}

.newsitem p
{
	line-height: 2em;
}

.newsitem h2
{
	color: #ff0099;
	font-size: 1em;
	font-weight: 100;
	margin-bottom: 1em;
	position: relative;
}

.newsitem .date
{
	color: #444;
	position: absolute;
	right: 0;
}

.newsitem .initial
{
	color: #fff;
	font-size: 6.5em;
	float: left;
	margin-top: .2em;
	margin-right: .15em;
	line-height: .53em;
}

.newsitem  img, .newsitem a img
{
	border: 0px solid #000;
	padding: 0px;
}

.newseperator
{
	border: 0;
	border-top: 1px solid #272727;
	background-color: #272727;
	width: 100%;
	margin: 2em auto;
	margin-top: 0;
}

.pgnr
{
	/*nieten werkt hier :p*/
	float:right;
	color: #045f86;
}

/*********************
WORK
**********************/
.workthumbs
{
	margin-bottom: 1.5em;
}

.workthumbs ul li
{
	display: inline;
}

.workitem
{
	border-top: 1px #3a3a3a dotted;
	border-bottom: 1px #3a3a3a dotted;
	padding-top: 1em;
	color: #b4b4b4;
	margin: 0 0em 2em 0;
	padding-bottom: 1em;
	text-align: justify;
	text-transform: none;
}

.workitem h2
{
	font-size: 1.5em;
	color: #ff0099;
	margin-bottom: 1em;
	margin-top: .5em;
	font-weight: bold;
}

.workitem div
{
	line-height: 1.5em;
}

.workitem #workitem-data
{
	border-top: 1px #3a3a3a dotted;
	margin-top: 2em;
	padding-top: 2em;
}

.workthumbs img
{
	border: 2px solid #000;
	padding: 1px;
	background-color: #3b3b3b;
}

.workthumbs ul
{
	text-align: center;
}

.workthumbs .prevnext img
{
	background-color: transparent;
	border: none;
}

.workthumbs .prevnext a
{
	display:block;
	height:20px;
	margin:40px 0px;
	width:20px;
}

.workthumbs .prevnext.float-right a
{
	float: right;
}

.workthumbs .prevnext.float-left a
{
	float: left;
}

.workthumbs .active img
{
	background-color: #ff0099;
}

.workthumbs .hidden
{
	display: none;
}

.workitem #swf 
{
	border: 1px solid #000;
	border-bottom: 1px #3a3a3a dotted;
	display:block;
	margin-bottom: 1em;
	padding: 1px;
	background-color: #3b3b3b;
	
}

.workitem #description
{
	width: 100%;
	
}

.workitem #description div
{
	float: left;
	width: 300px;
}

.workitem #description div p
{
	margin-bottom: 1em;
}

.workitem .even
{
	margin-left: 2em;
}

.workitem #trivia
{
	float: right;
	width: 200px;
	text-align: left;
}

.workitem #trivia h3
{
	background-color: #ff0099;
	color: #fff;
	font-weight: 100;
	font-size: 1em;
	display: inline;
	padding: 3px 4px;
}

.workitem .infoblock
{
	margin-bottom: 20px;
}

.workitem #trivia ul , .workitem  #trivia #software
{
	margin-top: 1em;
}

.workitem #trivia #awards
{
	margin-top: -0.5em;
}

.workitem #trivia ul#awards li
{
    height: 63px; /* height of tallest image */
    padding-top: 40px; /* offset between top of award  */
    padding-left: 55px; /* distance between award and text  */
    margin-bottom: -35px; /* distance between awards */
}

.workitem #trivia ul#awards li.first
{
    background: url(../images/awards/1st.png) no-repeat center left;
}

.workitem #trivia ul#awards li.second
{
    background: url(../images/awards/2nd.png) no-repeat center left;
}

.workitem #trivia ul#awards li.third
{
    background: url(../images/awards/3rd.png) no-repeat center left;
}

.workitem #trivia ul#awards li.final
{
    background: url(../images/awards/final.png) no-repeat center left;
}



/*********************
TRACKLISTS
**********************/
#tracklists  ul li
{
	float: left;
	width: 48%;
}

#tracklists ul li a
{
	display: block;
	padding: 5px;
	margin-left: 25px;
}

#tracklists ul li a:hover
{
	display: block;
	background-color: #ff0099;
}

#tracklists ul
{
	clear: right;
	overflow: auto;
	height: 420px;
}

#tracklist ul li
{
	text-transform: none;
	margin-bottom: .5em;
}

#tracklist h2
{
	font-size: 1.3em;
	color: #ff0099;
	margin-bottom: .5em;
}

#tracklist a, #tracklists #download-all
{
	font-size: 1em;
	color: #fff;
	float: right;
	background-color: #ff0099;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

#tracklists #download-all
{
	margin-bottom: 1em;
}

#tracklists #cbo
{
	margin-left: 2.5em;
	margin-bottom: 1em;
}

#tracklist a:hover, #tracklists #download-all:hover
{
	color: #ff0099;
	background-color: #fff;
}

.notfound
{
	/*background-color: #ff00ff;*/
}

.piechart
{
	float: left;
	width: 25px;
	margin-top: 1px;
}

/*********************
SAMPLES
**********************/

#samples
{
	margin-bottom: 50px;
	width: 100%;
	position: relative;
	min-height: 200px;
	_height: 200px; /* IE hack */
}

#samples img, #samples img:hover, #samples #big_nr
{
	background: none;
	border: none;
}

#samples a
{
	text-decoration: none;
}

#samples a:hover
{
	color: #fff;
	background-color: #0e0e0e;
}

#samples #info
{
	float: right;
	width: 300px;
	text-align: right;
}

#samples  #big_nr
{
	float: right;
	width: 0px;
	height: 0;
	margin-top: -.09em;
	margin-right: 1.15em;
	font-size: 28em;
	display: inline;
	color: #151515;
}

#samples #big_nr_data
{
	display: none;
}

#samples #info dt
{
	font-weight: bold;
	font-size: 2em;
	color: #fff;
}
#samples #info dd
{
	font-size: 1.5em;
	color: #888;
	text-transform: capitalize;
}

#samples  #info img
{
	border: 0px;
	padding: 0px;
}

#samples #tracks
{
	width: 250px;
}

#samples .sample_id
{
	float: left;
	width: 20px;
	height: 15px;
	text-align: center;
	margin: 5px;
}

#samples .sample_not_found
{
	background-color: #fff;
	color: #ff0099;
}

#samples .sample_found
{
	background-color: #ff0099;
	color: #fff;
}

#samples #info #no_id3
{
	color: #666;
	text-transform: none;
	font-size: 1em;
	margin-bottom: 0.8em;
}

#samples #IDform
{
	margin-top: 50px;
	float: right;
	text-align: center;
	width: 250px;
	line-height: 1.5em;
}

#samples #IDform fieldset
{
	border: 0;
}

#samples #IDform .submit
{
	font-size: 1em;
	color: #fff;
	background-color: #ff0099;
	padding: 2px 20px 2px 20px;
	border: none;
	cursor: pointer;
}

form .error
{
	color: #ff0099;
	text-transform: none;
}

#samples #IDform  input
{
	text-transform: none;
}

#musicmaestro
{
	position: absolute;
	top: 10px;
	left: 340px;
}

#musicmaestro.noform
{
	top: 110px;	
}

/*********************
CONTACT
**********************/
#stupidText
{
	width: 250px;
	float: right;
}

#stupidText h3
{
	color: #ff0099;
	font-weight: normal;
	margin-bottom: 1em;
}

#stupidText p
{
	line-height: 2em;
	color: #999999;
}

form #submitButton
{
	font-size: 1em;
	color: #fff;
	background-color: #ff0099;
	padding: 2px 20px 2px 20px;
	border: none;
	cursor: pointer;
}


/*********************
FORMS
**********************/
input, textarea
{
	background-color: #0c0c0c;
	border: 1px #2b2b2b solid;
	font-size: 1em;
	text-transform: none;
	padding: .5em .8em .5em .8em;
	color: #fff;
	width: 150px;
}

input::selection 
{
	background:#0c0c0c;
}

input:active, input:hover, textarea:active, textarea:hover
{
	background-color: #1d1d1d;
	border-color: #fff;
}

textarea
{
	height: 148px;
	width: 250px;
	overflow: hidden;
	font-family: inherit;
}

.highlight 
{
	background-color: #1d1d1d;
	border-color: #fff;
}

.highlight::selection {
	background:#1d1d1d;
}

form .right 
{
	float: right;
	width: 400px;
}

form .right button
{

}

form h4
{
	margin-bottom: .5em;
	font-size: .9em;
}

form #errorMessage {
	margin-top: .5em;
	margin-bottom: .5em;
}
/*********************
LINKS
**********************/
#links #main-content
{
	height: 500px;
}

#links #main-content li a {
	line-height: 2;
}

#links #main-content li a:hover {
	text-decoration: none;
}

/*********************
FOOTER
**********************/
#footer {clear: both;}
