html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}



p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

.search_highlight {
	color: #FE0000;
}

input {
	margin: 0;
}

/* einde init */

body {
background: url("/img/red_txtr.jpg") repeat 0 0;
}

#shadow {
	background: transparent url("/img/shadow.png") repeat-y 0 0;	
	width: 1024px;
	margin: 0 auto;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 962px;
	overflow: hidden;
	background: #FFF url("/img/wrap.gif") no-repeat 0 0;
	
}

#stripes {
	position: absolute;
	top: 250px;
	left: 636px;
	width: 8px;
	height: 100%;
	background: transparent url("/img/stripes.png") repeat-y 0 0;
	
	
}

#stripes div {
	position: absolute;
	bottom: 250px;
	width: 8px;
	height: 20px;
	background: url("/img/footer.gif") no-repeat 50% 0;
	border-top: 8px solid #FFF;
}


h1 a {
	position: absolute;
	top: 0;
	right: 0;
	width: 394px;
	height: 90px;
	text-indent: -9999px;
}

#content {
	width: 598px;
	padding: 250px 22px 0 0px;
	margin-left: 22px;
	min-height: 1253px;
	
}

#footer {
	text-indent: -9999px;
	height: 20px;
	background: url("/img/footer.gif") no-repeat 0 0;
	margin: 9px 0 0 0;
}

h2, .artist_bottom h3 {
	font-size: 18px;
	padding: 12px 0 16px 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

/*
==========================
 __NAV & LANG
========================== */
#nav {
	position: absolute;
	z-index: 2;
	top: 200px;	
	left: 22px;
	height: 40px;
	
}

#nav li a {
		position: absolute;
		top: 0;
		display: block;
		height: 40px;
		text-indent: -9999px;
}

#nav_news a {
	width: 73px;
	margin-left: 0;
}

#nav_news a:hover, #nav_news a.active {
	background-position: 0 -40px;
}
#nav_artists a {
	left: 71px;
	width: 98px;
	background-position: 0 -80px;
}
#nav_artists a:hover, #nav_artists:hover a, #nav_artists a.active {
	background-position: 0 -120px;
	
}
#nav_about-bladehammer a {
	left: 167px;
	width: 153px;
	background-position: 0 -160px;
}
#nav_about-bladehammer a:hover, #nav_about-bladehammer a.active {
	background-position: 0 -200px;
}
#nav_bookings a {
	left: 318px;
	width: 99px;
	background-position: 0 -240px;
}
#nav_bookings a:hover, #nav_bookings a.active {
	background-position: 0 -280px;
}
#nav_publishing a {
	left: 415px;
	width: 107px;
	background-position: 0 -320px;
}
#nav_publishing a:hover, #nav_publishing a.active {
	background-position: 0 -360px;
}
#nav_producers a {
	left: 520px;
	width: 99px;
	background-position: 0 -400px;
}
#nav_producers a:hover, #nav_producers:hover a, #nav_producers a.active {
	background-position: 0 -440px;
}
#nav_links a {
	left: 617px;
	width: 64px;
	background-position: 0 -480px;
}
#nav_links a:hover, #nav_links a.active {
	background-position: 0 -520px;
}
#nav_contact a {
	left: 681px;
	width: 81px;
	background-position: 0 -560px;
}
#nav_contact a:hover, #nav_contact a.active {
	background-position: 0 -600px;
}

.en #nav_news a {
	width: 55px;
}

.en #nav_artists a {
	left: 53px;
	width: 82px;
}

.en #nav_about-bladehammer a {
	left: 133px;
	width: 161px;
}

.en #nav_bookings a {
	left: 292px;
	width: 90px;
}

.en #nav_publishing a {
	left: 380px;
	width: 107px;
}

.en #nav_producers a {
	left: 485px;
	width: 99px;
}

.en #nav_links a {
	left: 582px;
	width: 65px;
}

.en #nav_contact a {
	left: 645px;
	width: 81px;
}



/* Submenu */

#nav_artists, #nav_producers, #nav_bookings {
	/* Zorgen dat submenu over rest van pagina heen klapt */
	position: absolute;
	top: 0;
	
}

#nav_artists ul, #nav_producers ul, #nav_bookings ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 71px;
}
.en #nav_artists ul {
	left: 53px;
}

#nav_producers ul {
	left: 520px;
}

.en #nav_producers ul {
	left: 485px;
}

#nav_bookings ul {
	left: 318px;
}

.en #nav_bookings ul {
	left: 292px;
}

#nav_artists:hover ul, #nav_producers:hover ul, #nav_bookings:hover ul {
	display: block;
}
#nav #nav_artists ul a, #nav #nav_producers ul a, #nav #nav_bookings ul a {
	display: block;
	position: static;
	width: 215px;
	height: 19px;
	background: url("/img/sprite_nl.png") no-repeat 0 -766px;
	text-indent: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
}

#nav #nav_artists ul a:hover, #nav #nav_producers ul a:hover, #nav #nav_bookings ul a:hover {
	background-position: 0 -785px;
	
}

#lang_options li {
	position: absolute;
	top: 212px;
}

#lang_switch_nl {
	right: 57px;
}

#lang_switch_en {
	right: 24px;
}

#lang_options li a {
	display: block;
	
	width: 28px;
	text-indent: -9999px;
}





/*
==========================
 __SIDEBAR
========================== */
#sidebar {
	
	
}

#sidebar h3 {
	text-indent: -9999px;
	height: 21px;
	width: 268px;	
}


#search, #schedule, #artists_sidebar, #bookings_sidebar, #producers_sidebar, #video, #contact_sidebar {
	position: absolute;
	left: 670px;
}

/* Zoeken */
#search {
	top: 251px;
	
}
#search h3 {
	width: 40px;
	background-position: 0 -640px;
	margin-bottom: 4px;
}

#search legend {
	display: none;
}

#search #q {
	width: 211px;
}

#search #go {
	position: absolute;
	top: 25px;
	left: 223px;
	background-position: 0 -844px;
	width: 35px;
	height: 22px;
}

/* Agenda */
#schedule {
	top: 307px;
	width: 269px;
}
#schedule h3 {
	margin-bottom: 1px;
	width: 40px;
	background-position: 0 -661px;
}
.en #schedule h3 {
	width: 53px;
}

#schedule ul {
	padding-top: 6px;
	height: 174px;
	overflow: auto;
}

#schedule li {
	background: url("/img/agenda_dotted_line.png") no-repeat 80px 9px;
	width: 256px;
}

#schedule li span {
	background: #FFF;
	color: #FF0000;
}

.scroll_mask {
	height: 12px;
	width: 271px;
	position: absolute;
	left: -8px;
	bottom: 0;
	background: #FFF;
	z-index: 11;
}

#schedule .scroll_mask {
	height: 20px;
	padding: 10px 0 0 9px;
	width: 262px;
	font-size: 11px;
	color: #888;
}

/* Artists */
#artists_sidebar, #bookings_sidebar, #producers_sidebar {
	top: 513px;
	
}
#artists_sidebar a, #bookings_sidebar a, #producers_sidebar a, #playlist a {
	color: #000;
	text-decoration: none;
}
#artists_sidebar a:hover, #artists_sidebar a.active, #bookings_sidebar a:hover, #bookings_sidebar a.active, #producers_sidebar a:hover, #producers_sidebar a.active, #playlist a:hover, #playlist a.running {
	color: #FE0000;
}

#artists_sidebar h3, #bookings_sidebar h3, #producers_sidebar h3 {
	margin-bottom: 8px;
	width: 60px;
	background-position: 0 -682px;
}

#producers_sidebar h3 {
	background-position: 0 -745px;
}

.en #artists_sidebar h3 {
	width: 46px;
}

#bookings_sidebar h3 {
	background-position: 0 -854px;
	width: 60px;
}

.en #bookings_sidebar h3 {
	width: 53px;
	background-position: 0 -825px;
	
}


/* Video */
#video {
	top: 706px;
	left: 661px;
	padding: 0px 0 0 0;
}
#video h3 {
	margin-left: 9px;
	width: 33px;
	background-position: 0 -703px;
}

#player {
	margin-bottom: -3px; /* tbv scrollbar */
}

#playlist { 
	padding: 6px 0 0px 9px;
	height: 94px; /* tbv scrollbar */
	width: 269px;
}

#video .scroll_mask {
	left: 0;
	
}



/* Contact */
#contact_sidebar {
	top: 999px; 
	font-size: 11px;
	line-height: 14px;
}

#contact_sidebar h3 {
	background-position: 0 -724px;
	width: 46px;
}

#contact_sidebar h4 {
	font-weight: normal;
	font-size: 11px;
	color: #fe0000;
	margin: 0; 
}

#sidebar .contact_general {
	margin: 10px 0 45px 0;
}

#sidebar .contact_general h4 {
	margin-bottom: 14px;
}

.contact_general h4 span {
	color: #000;
	font-weight: bold;
}
.contact_general strong {
	font-size: 11px;
	font-weight: normal;
	color: #fe0000;
	display: block;
	margin-bottom: 11px;
}



/*
==========================
 __NEWS
========================== */
#box {
	position: relative;
	border: 1px solid #D0D0D0;
	padding-bottom: 138px;	
	min-height: 1336px;
	
}
.post {
	
	padding: 19px 19px 15px 19px;
	background: url("/img/dotted_line.png") no-repeat 18px bottom;	
}

.post h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	
}


.pagination {
	position: relative;
	text-align: center;
	width: 597px;
	height: 20px;
	background: url("/img/pagination.png") no-repeat 0 0;
	
}

.pagination li {
	display: inline;
	
	
}

.pagination li, .pagination a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.pagination a {
	
	
}

.pagination .current_page {
	text-decoration: underline;
	
}

/* Hide non-clickable prev/next links */
.pagination_prev .hidetxt, .pagination .pagination_next .hidetxt {
	
	position: absolute;
	top: -99999px;
}



.pagination_prev a, .pagination_next a {
	position: absolute;
	top: 0;
	height: 20px;
	
}

.pagination .pagination_prev a, .pagination .pagination_next a {
	display: block;
}

.pagination .pagination_prev a {
	left: 156px;
	background-position: 0 -804px;
	width: 86px;
}
.en .pagination .pagination_prev a {
	background-position: 0 -765px;
	width: 67px;
}

.pagination .pagination_next a {
	left: 388px;
	background-position: 0 -824px;
	width: 69px;
}
.en .pagination .pagination_next a {
	background-position: 0 -745px;
	width: 41px;
}



.pagination.lower {
	position: absolute;
	bottom: 0;
}

/*
==========================
 __ARTISTS
========================== */
.artists #content {
	
}

.artist_top h3 {
	font-size: 18px;
	margin: 8px 0 16px 0;
}

.artist_top, .artist_bottom {
	border: 1px solid #d0d0d0;
	padding: 11px 0 0 11px;
	width: 586px;
}

.artist_top {
	margin-bottom: 4px;
	
	
}

.artist_top img {
	border: 1px solid #cfcfcf;
	
}

.producers .artist_top {
	overflow: auto;
}

.artist_bottom {
	padding: 5px 0 14px 11px;
	
}

.artists #content h3, .producers #content h3, .bookings #content h3, #content .bio {
	float: right;
	width: 389px;
	padding-right: 15px; /* double margin bug */
}

.infobar {
	clear: right;
	position: relative;
	left: -11px;
	width: 595px;
	height: 37px;
	background: url("/img/artist_infobar.png") repeat-x 0 0;
	border-left: 1px solid #ffb7b7;
	border-right: 1px solid #ffb7b7;
	border-top: 1px solid #ff9999;
	border-bottom: 1px solid #ff9999;
	line-height: 35px;
	text-indent: 9px;
	
}

.infobar li {
	display: inline;
	color: #FFF;
}

.infobar a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	
}

.myspace, .facebook, .hyves, .youtube, .flickr {
	position: absolute;
	top: 0;
	background: url("/img/social_sprite.png") no-repeat 0 7px;
	width: 24px;
	text-indent: -9999px;
	
}

.myspace {
	left: 430px;
}

.facebook {
	left: 462px;
	width: 24px;
	background-position: -22px 7px;
}
	
.hyves {
	left: 494px;
	background-position: -47px 7px;
	width: 24px;
}

.youtube {
	left: 526px;
	width: 23px;
	background-position: -71px 7px;
}

.flickr {
	width: 23px;
	left: 558px;
	background-position: -94px 7px;
}

#content .artist_bottom h3 {
	float: none;
}

.event-date {
	padding-right: 30px;
}



/*
==========================
 __BOOKINGS
========================== */
.bookings .pagination {
	margin: 0 0 5px 0;
}

.bookings .pagination.lower {
	margin: 0;
}

.bookings .artist_top img {
	margin-bottom: 9px;
}

.bookings #box, .producers #box {
	border: 0;
}


/*
==========================
 __LINKS
========================== */
.links h3 {
	text-indent: -9999px;
	background: url("/img/pagination.png") no-repeat 0 0;
	width: 597px;
	height: 20px;
}

.links h3 span {
	display: block;
	margin-left: 10px;
	width: 48px;
	background: url("/img/sprite_en.png") no-repeat 0 -785px;
}

.miscelanneous span {
	background-position: 0 -805px;
	width: 88px;
}

.links #content ul {
	padding: 16px 0 16px 10px;
}

/*
==========================
 __CONTACT
========================== */
#map  {
	height: 558px;
}


/* Libraries */
.jScrollPaneContainer{position:relative;overflow:hidden;z-index:1}.jScrollPaneTrack{position:absolute;cursor:pointer;right:0;top:0;height:100%}.jScrollPaneDrag{position:absolute;background:#F00;cursor:pointer;overflow:hidden;border-top:1px solid #cccbcc}.jScrollPaneDragTop{position:absolute;top:0;left:0;overflow:hidden;border-top:1px solid #f66}.jScrollPaneDragBottom{position:absolute;bottom:0;left:0;overflow:hidden;border-bottom:1px solid #c00}a.jScrollArrowUp{display:block;position:absolute;z-index:1;top:0;right:0;text-indent:-2000px;overflow:hidden;height:10px;background:url("/img/sprite_nl.png") no-repeat 0 -844px}a.jScrollArrowUp:hover{}a.jScrollArrowDown{display:block;position:absolute;z-index:1;bottom:0;right:0;text-indent:-2000px;overflow:hidden;height:10px;background:url("/img/sprite_nl.png") no-repeat -5px -844px}a.jScrollArrowDown:hover{}a.jScrollActiveArrowButton,a.jScrollActiveArrowButton:hover{}#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px}#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0}#jquery-lightbox a img{border:none}#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto}#lightbox-container-image{padding:10px}#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0}#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#lightbox-container-image-box >#lightbox-nav{left:0}#lightbox-nav a{outline:none}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;display:block}#lightbox-nav-btnPrev{left:0;float:left}#lightbox-nav-btnNext{right:0;float:right}#lightbox-container-image-data-box{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%;padding:0 10px 0}#lightbox-container-image-data{padding:0 10px;color:#666}#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left}#lightbox-image-details-caption{font-weight:bold}#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1.0em}#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:0.7em}
