/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #CCCCCC;	
}
body {
	margin:0px;
	padding:0px;
	background-color:#161616;
}
html, body{
	height:100%;
}

a:link {
	color: #d60019;
	text-decoration: none;
}
a:visited {
	color: #d60019;
	text-decoration: none;
}
a:hover {
	color: #d60019;
	text-decoration: underline;
}
a:active{
	color: #d60019;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding:0px 0px 1em 0px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	padding-bottom:1.5em;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	padding-bottom:8px;
}

img {
	border:none;
	vertical-align:top;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

form{
	padding:0px;
	margin:0px;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
}

/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#siteWrapper{
	width:100%;
	height:100%;
}

#wrapper{
	width:940px;
	height:650px;
	margin:0px auto;
}

#header{
	height:143px;
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#main{
	height:350px; /* 375px */
	padding:15px 10px 10px 10px;
	text-align:left;
	line-height:18px;
	
	scrollbar-arrow-color:#000000; 
	scrollbar-face-color:#2e2e2e; 
	
	scrollbar-highlight-color:#000; 
	scrollbar-shadow-color:#000; 
	
	scrollbar-base-color:#161616; 
	scrollbar-track-color:#161616;
	scrollbar-3dlight-color:#161616;  
	scrollbar-darkshadow-color:#161616; 
}

#footer{
	height:104px; /* 132px */
	padding-top:28px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
}


/*--------------------- */
/* HEADER				*/
/*--------------------- */

.get-app{
	position:absolute;
	bottom:20px;
	right:30px;
}

/*--------------------- */
/* MAIN					*/
/*--------------------- */

#main strong{
	color:#FFFFFF;
}

#downloadbio{
	float:right;
	margin:-40px 25px 0px 0px;
}

/* default pagina */
#sidebar{
	float:left;
	width:215px; /* 220px */
	height:345px; /* 350px */
	padding:5px 0px 0px 5px;
	overflow:hidden;
	background-image:url(../img/sidebar_bg.gif);
	background-repeat:no-repeat;
}

#content{
	float:right;
	width:630px; /* 680px */
	height:350px;
	padding-right:40px;
	overflow:auto;
}

#content.contact{
	width:650px; /* 680px */
	padding-right:20px;	
}

#content.contact p{
	display:block;
	float:left;
	width:280px;
	padding:10px;
	margin:0px 15px 15px 0px;
	background-color:#101010;
}

#content .tourdates{
	width:523px;
	background-color:#101010;
}

#content .tourdates th{
	text-align:left;
}


/* eerste colom */
#content div.first{
	padding-right:20px;
}


/* home page */

#video-facebook{
	position:absolute;
	margin:-7px 0px 0px -10px;
	padding:18px;
	text-align:center;
	background:url(../img/video_player_bg.gif) no-repeat;
	width:584px;
	height:327px;
}

#video-carousel{
	float:right;
	width:310px;
	height:349px;
	background-color:#101010;
}




/* video pagina */
#flashvideo{
	position:absolute;
	margin:-10px 0px 0px -10px;
	padding:0px;
	text-align:center;
}

#videolist{
	float:right;
	width:300px;
	height:349px;
	background-color:#101010;
	overflow:auto;
}

#videolist ul{
	list-style:none;
	margin:0px;
	padding:5px 15px 5px 5px;
}

#videolist li{
	display:block;
	padding:0px;
	margin:0px;
	height:87px;
}

#videolist .videothumb{
	padding:3px;
	float:left;
	background-image:url(../img/video_thumb.gif);
}

#videolist .videotitle{
	float:right;
	width:125px;
	height:60px;
	font-weight:bold;
	overflow:hidden;
}

#videolist .videoplay{
	float:right;
	text-align:right;
}


/* music pagina */
#music{
	height:350px;
	overflow:auto;
}

#releases{
	padding-bottom:30px;
}

#music .item{
	float:left;
	width:270px; /* 290px */
	height:100px; /* 120px */
	padding:10px;
	margin:0px 10px 10px 0px;
	background:#101010 url(../img/music_itembg.gif) no-repeat;
}

#music .item img.thumb{
	float:left;
	width:94px;
	height:94px;
	padding:3px;
	margin:0px 10px 0px 0px;
	background-image:url(../img/img_bg.gif);
	background-repeat:no-repeat;
}

#music .item .title{
	font-weight:bold;
	color:#FFFFFF;
}


/* news pagina */

.signup-overlay{
	position:absolute;
	display:none;
	z-index:1001;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-color:#000000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.signup-dialog{
	position:absolute;
	display:none;
	z-index:1001;
	left:50%;
	top:50%;
	width:360px;
	height:190px;
	margin:-100px 0px 0px -180px;
	background-color:#101010;
	border:1px solid #666666;
}

.signup-dialog-titlebar{
	height:50px;
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
	color:#ce0317;
}

.signup-dialog-title{
	float:left;
	padding:15px 0px 0px 20px;
}
.signup-dialog-close{
	float:right;
	padding:5px 10px;
	cursor:pointer;
	font-size:14px;
}

.signup-dialog-form{
	padding:0px 0px 0px 20px;
}

.signup-dialog-field{
	padding-bottom:10px;
}
.signup-dialog-field label{
	display:block;
	float:left;
	width:100px;
}
.signup-dialog-field input{
	width:218px;
	background-color:#CCCCCC;
	border:1px solid #000000;
}

.signup-dialog-buttons{
	padding:5px 0px 0px 100px;
}
.signup-dialog-buttons input{
	width:75px;
	margin-right:25px;
	color:#ce0317;
	background-color:#000000;
	border:1px solid #000000;
	font-size:11px;
}



#newsletter_btn{
	margin:-15px 0px 10px -5px;
	width:252px;
	height:41px;
	cursor:pointer;
	background:url(../img/newsletter_btn.gif) no-repeat 0px 0px;
}
#newsletter_btn span{
	display:none;
}



#news{
	height:314px;
	overflow:auto;
}

#news .item{
	float:left;
	width:420px; /* 440px */
	height:100px; /* 120px */
	padding:10px;
	margin:0px 10px 10px 0px;
	background:#101010 url(../img/music_itembg.gif) no-repeat;
}

#news .item img.thumb{
	float:left;
	width:94px;
	height:94px;
	padding:3px;
	margin:0px 10px 0px 0px;
	background-image:url(../img/img_bg.gif);
	background-repeat:no-repeat;	
}

#news .item .title{
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	overflow:hidden;
}

#news .item .description{
	line-height:16px;
	height:64px;
	overflow:hidden;
}

#news .item .readmore{
	text-align:right;
}


/* guestbook */

#sidebar form{
	padding:5px;
	margin:0px;
}

#sidebar form fieldset{
	border:none;
	margin:8px 0px 0px 0px;
	padding:0px;
}

#sidebar form label{
	display:block;
}

#sidebar form .fld_w{
	padding-bottom:8px;
}

#sidebar form input.c_field1{
	border:1px solid #CCC;
	background-color:#F2F2F2;
	width:197px;
}

#sidebar form input.c_field2{
	border:1px solid #CCC;
	background-color:#F2F2F2;
	width:60px;
}

#sidebar form textarea.c_field3{
	border:1px solid #CCC;
	background-color:#F2F2F2;
	width:197px;
}

#sidebar form input.button{
	margin-top:3px;
	color:#D60019;
	background-color:#242424;
	border:1px solid #000000;
}

#content .gbook{
	padding:10px;
	background-color:#101010;
	margin-bottom:15px;
}

#content .gbook .author{
	height:22px;
	margin-bottom:3px;
	border-bottom:1px solid #242424;
}
#content .gbook .author strong{
	display:block;
	float:left;
}
#content .gbook .date{
	display:block;
	float:right;
}


/*--------------------- */
/* SIDEBAR				*/
/*--------------------- */

#sidebar .lightbox img{
	float:left;
	padding:3px;
	margin:3px;
	background-image:url(../img/img_bg.gif);
}


/*--------------------- */
/* FOOTER				*/
/*--------------------- */

#flashnav ul{
	margin:0px 0px 0px 150px;
	padding:0px;
	list-style:none;
}
#flashnav li{
	display:block;
	float:left;
	margin:0px;
	padding:5px 10px;
}
#flashnav a{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}


#externalNav{
	padding-top:25px;
	text-align:center;
}
#externalNav img{
	margin:0px;
}
#externalNav a{
	color: #161616;
}





