

#about h3
{
	font-style: italic;
	margin-bottom:10px;
}

#links #content h3,
#contact #content h3
{
	font-size:1.6em;
	line-height:30px;
	margin-bottom:0;
	padding-bottom:5px;
}

#links #content h3 a
{
	text-decoration: none;
}

#links #content h3 a:hover
{
	color:#f9b300;
}

#links #content p
{
	margin-top:0;
	padding-top:0;
}

form input,
form select,
form textarea
{
	/*padding:5px;*/
}

form .form-row,
form .form-submit
{
	display: block;
	padding-top:10px;
	clear:both;
}

form .form-group .form-element
{
	float:left;
}

form .form-element
{
	margin-right:10px;
}

form label
{
	text-transform: lowercase;
	display:block;
	float:left;
	width:46px;
	clear:both;
	font-size:11px;
	font-style: italic;
	text-align:right;
	margin-right:8px;
}

form .form-text,
form .form-textarea
{
	width:300px;
	border-style:solid;
	border-width:2px;
	border-color:#000;
	background-color:#000;
	color:#fff;
	padding:3px;
}

form .form-name-telefoon-thuis {width:130px;}
form .form-name-telefoon-mobiel {width:130px;}
form .form-name-street {width:180px;}
form .form-name-nr{width:35px;}
form .form-name-zipcode {width:60px;}
form .form-name-city {width:180px;}
form .form-name-country{width:180px;}

.form-notice
{
	color:#800;	
}

form .form-element .form-error
{
	background-color:#a00;
}

.autoform-error-message
{
	color:#800;
	text-decoration:underline;
}

dl
{
}

dt
{
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
}

dd
{
	margin: 0 0 0 110px;
}

.cart-contents
{
/*	border: 3px double #eee;*/
}

.cart-contents ul
{
	list-style: none;
}

.cart-contents li
{
	border-top:1px dotted #000;
}

.cart-contents li.cart-sum
{
	text-align:right;
	border:0;
}

.cart-contents li.cart-subtotal
{
	border-top:1px dotted #000;
}


#qty
{
	margin-top:1px;
	border:3px solid #000;
	background-color:#000;
	color:#fff;
	text-align: right;
	
}

.cart-bar
{
	border:1px dotted #000;
	padding:0 10px;
	text-align:center;
}

.cart-order-form
{
	display:inline;
	margin:0;
	padding:0;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/*
 * Remove dotted outline
 * http://sonspring.com/journal/removing-dotted-links
 */

a:active,
a:visited
{
  outline: none;
}

/* Disable borders around linked images. */
a img
{
	border:0;
}

a
{
	color: #000;
}

ul
{
	list-style-type: square;
}


#buy .buy-item
{
	clear:both;
	padding-bottom:0px;
	padding-top:69px;
	background-image:url(../contents/images/sidebar-seperator.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#buy .album-hope-or-liquid-courage
{
	background-image:none;
	padding-top:0;
}

#buy small
{
	font-size:11px;
}

a.cover
{
	float:left;
	text-decoration: none;
	padding-left:20px;
	margin-bottom:20px;
}

a.cover img
{
	border:4px solid #000;
}

.tekst
{
	padding-left:280px;
}

.shops
{
	width:150px;
	float:right;
}

.shops h5
{
	margin-top:0;
}

.fineprint p
{
	font-size:11px;
}

#buy .attachment-image
{
	float:left;
	margin-right:15px;
}

#buy h3,
#buy h5
{
	padding-bottom:0;
	margin-bottom:0;
	padding-top:0;
	margin-top:0;
}

#buy .merch-item
{
	text-align:center;
	width:160px;
	float:left;
	margin:0 40px 30px 0;
}

#buy .merch-item a
{
	text-decoration:none;
}

#buy .merch-item form
{
	text-align:left;
}

#buy .merch-item label
{
	text-align:right;
	width: 30px;
	padding-right:7px;
}

#buy .merch-item select
{
	font-size:11px;
}

.meta
{
	margin-top:0;
}

#buy ul.meta,
#buy ul.shops
{
	list-style: none;
}

#buy .tracklisting
{
	/*margin-left:100px;*/
}

#buy ul.shops
{
	padding-top:0;
	margin-top:0;
}

#buy fieldset.expanded
{
	/*border-color: #ccc;*/
}

#buy fieldset
{
	border-width:1px;
	border-color: #ccc transparent transparent transparent;
}

#buy .autoform legend
{
	display:none;
}

#buy .autoform fieldset {
	border-width:0;
	margin:0;
	padding:0;
}

#buy fieldset legend
{
	background-image: url(../contents/images/menu-collapsed.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding-left:15px;
	cursor:pointer;
	font-size:11px;
}

#buy fieldset.expanded legend
{
	border-color: #ccc;
	background-image: url(../contents/images/menu-expanded.png);
}



/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/

#footer
{
	text-align:right;
	font-family:verdana;
	font-size:8px;
	padding-right:20px;
	color: #000;
}

#footer p
{
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	margin:0;
	padding:0;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}

#footer a
{
	color: #000;
}

form small.error,
form span.error
{
	background-color:#c00;
	color:#fff;
	padding:2px;
}

label.floating
{
	font-size:11px;
	display:block;
	float:left;
	width:40px;
}


#main
{
}

.news-item 
{
	clear:both;
	margin-bottom:30px;
}

.news-item .news-body
{
	margin-left:200px;
}

.news-item .news-image
{
	position: relative;
	float:left;
	width:196px;
	height:243px;
	margin-top:15px;
	background-image:url(../contents/images/news-image-bg.gif);
	background-repeat: no-repeat;
	padding:4px 0 0 4px;
}

.image-attachment-full
{
	position: relative;
	width:400px;
	height:261px;
	margin-top:15px;
	background-image:url(../contents/images/news-image-bg.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	padding:4px 0 0 4px;
}

.video-attachment-full
{
	position: relative;
	width:300px;
	height:262px;
	margin:15px auto;
	background-image:url(../contents/images/bg.video.png);
	background-repeat: no-repeat;
	background-position:bottom right;
	padding:4px 0 0 4px;
}



.image-attachment-full img
{
	border:4px solid #000;
}

.video-attachment-full img
{
	border:4px solid #000;
	border-left-width:14px;
	border-right-width:15px;
}

.news-image a,
.image-attachment-full a
{
	font-family:arial;
	font-size:11px;
	/*letter-spacing:-1px; */
	text-decoration:none;
	color:#fff;
}

.video-attachment-full a
{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#000;
	display:block;
}

.news-image .photo-label,
.image-attachment-full  .photo-label
{
	position: absolute;
	bottom:50px;
	right:25px;
	text-transform:uppercase;
	color:#fff;
}

h2.trigger {
}
h2.trigger a {
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { text-decoration: underline; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
}

#links h3 span
{
	font-weight:normal;
}



.menu
{
	margin:170px 0 0 100px;
	padding:0;
	list-style: none;
}

.nav-1{margin-left:10px;}
.nav-2{margin-left:25px;}
.nav-3{margin-left:22px;}
.nav-4{margin-left:38px;}
.nav-5{margin-left:35px;}
.nav-6{margin-left:48px;}
.nav-7{margin-left:72px;}
.nav-8{margin-left:60px;}
.nav-9{margin-left:67px;}

.menu li a
{
	display:block;
	background-repeat: no-repeat;
}

.menu li a span
{
	display:none;
}

.menu li.nav-home a
{
	width:124px;
	height:27px;
	background-image:url(../contents/images/nav.home.png);
}

.menu li.nav-home a:hover,
.menu li.nav-home-current a
{
	background-image:url(../contents/images/nav.home.over.png);
}

.menu li.nav-about a
{
	width:98px;
	height:30px;
	background-image:url(../contents/images/nav.about.png);
}

.menu li.nav-about a:hover,
.menu li.nav-about-current a
{
	background-image:url(../contents/images/nav.about.over.png);
}

.menu li.nav-shows a
{
	width:112px;
	height:29px;
	background-image:url(../contents/images/nav.shows.png);
}

.menu li.nav-shows a:hover,
.menu li.nav-shows-current a
{
	background-image:url(../contents/images/nav.shows.over.png);
}

.menu li.nav-press a
{
	width:104px;
	height:34px;
	background-image:url(../contents/images/nav.press.png);
}

.menu li.nav-press a:hover,
.menu li.nav-press-current a
{
	background-image:url(../contents/images/nav.press.over.png);
}

.menu li.nav-buy a
{
	width:97px;
	height:26px;
	background-image:url(../contents/images/nav.buy.png);
}

.menu li.nav-buy a:hover,
.menu li.nav-buy-current a
{
	background-image:url(../contents/images/nav.buy.over.png);
}

.menu li.nav-photos a
{
	width:124px;
	height:34px;
	background-image:url(../contents/images/nav.photos.png);
}

.menu li.nav-photos a:hover,
.menu li.nav-photos-current a
{
	background-image:url(../contents/images/nav.photos.over.png);
}


.menu li.nav-videos a
{
	width:92px;
	height:28px;
	background-image:url(../contents/images/nav.video.png);
}

.menu li.nav-videos a:hover,
.menu li.nav-videos-current a
{
	background-image:url(../contents/images/nav.video.over.png);
}

.menu li.nav-links a
{
	width:117px;
	height:31px;
	background-image:url(../contents/images/nav.links.png);
}

.menu li.nav-links a:hover,
.menu li.nav-links-current a
{
	background-image:url(../contents/images/nav.links.over.png);
}

.menu li.nav-contact a
{
	width:150px;
	height:34px;
	background-image:url(../contents/images/nav.contact.png);
}

.menu li.nav-contact a:hover,
.menu li.nav-contact-current a
{
	background-image:url(../contents/images/nav.contact.over.png);
}

.menu li.nav-speak a
{
	width:142px;
	height:33px;
	background-image:url(../contents/images/nav.speak.png);
}

.menu li.nav-speak a:hover,
.menu li.nav-speak-current a
{
	background-image:url(../contents/images/nav.speak.over.png);
}

ul.paging
{
	margin:0;
	padding:6px;
	list-style:none;
	margin-bottom:20px;
}

ul.paging li
{
	display:inline;
	font-size:11px;
}

ul.paging li.paging-back
{

}

ul.paging li.paging-nrs
{
	text-align: center;
	margin:0 8px;
	color:#000;
}

ul.paging li.paging-nrs a.current
{
	background:#fff;
	color:#000;
	padding:0 3px;
}



ul.paging li.paging-next
{

}

ul.paging li a
{
	color:#000;
	text-decoration: none;	
}

ul.paging li a:hover
{
	text-decoration: underline;	
}

/*ul.paging li.paging-back a,
ul.paging li.paging-next a
{
	padding:3px;
	border:1px solid #09c;
	text-decoration: none;
} */

ul.album-selector
{
	list-style-type: square;
	padding-left:15px;
	margin-left:0;
}

ul.album-selector a
{
	text-decoration: none;
}

ul.album-selector a:hover,
ul.album-selector li.current a
{
	text-decoration: underline;
}

/*
 * Thumbnails
 */

.thumbnail a
{
	float:left;
	background-image:url(../assets/images/bg.tfff.90.png);
	width:95px;
	/*height:130px; */
	padding:2px;
	text-decoration: none;
	font-size:11px;
	line-height:1.5em;
	color:#000;
}

/* transparent border fix for legacy IE */
*html .thumbnail a
{
	border-color: pink;
	filter: chroma(color=pink);
}

.thumbnail a:hover
{
	background-color:#fff;
}

.thumbnail img
{
	border: 4px solid #000;
}

.thumbnail a:hover img
{
	border: 4px solid #f3ad1e;
}

/*
 * Navigation
 */

 .navigation {
 	font-size:13px;
	display: block;
	text-align: center;
	margin: 10px 2px;
	}

.navigation .next {
	display: inline;
	float: right;
	}

.navigation .back {
	display: inline;
	float: left;
	}

.navigation .paging
{
	display:none;
	display: inline;
}

#galerie fieldset
{
	border: 1px solid #a1a49b;
	border-width:1px 0 0 0;
}

#galerie fieldset legend
{
	font-size:11px;
	color: #a1a49b;
}

.gallery-selector p
{
	display:inline;
}

.gallery-selector ul,
.gallery-selector ul li
{
	display:inline;
	list-style: none;
	padding:0;
	margin:0;
}

.gallery-selector ul li
{
	padding-right:6px;
}

.gallery-selector li a
{
	text-decoration: none;
	background-color: #ddf1f1;
	padding:0 3px;
}

.selector-categories
{
	margin-bottom:8px;
}

.selector-categories li a
{
	font-size:20px;
}

.gallery-selector li.active a
{
	background-color:#09c; /* 09c */
	color:#000;
}

.album-meta h4
{
	padding-bottom:0;
	margin-bottom:0;
}

.album-meta p
{
	padding-top:0;
	margin-top:0;
}

#beeld .item h3 {
margin-top:0px;
margin-bottom:0;
}

.thumbnails
{
	margin-bottom:20px;
}


body#shows table
{
	margin-top:28px;
	width:100%;
}

body#shows table tr
{
}

body#shows table tr:hover td
{
	background-color:#f9b300;
}

body#shows table td
{
	font-size:11px;
	padding:5px;
	border-bottom:1px dotted #000;
}

body#shows table th
{
	text-align: left;
}

.even td
{
}

body#shows td.date,
body#shows td.time,
body#shows th.date,
body#shows th.time
{
	text-transform: lowercase;
/*	text-align: right; */
	width:50px;
}

body#shows th.city,
body#shows td.city
{
	text-align: right;
}

body#shows td.venue
{
	white-space: nowrap;
}

body#shows td.tickets
{
	text-align: center;
}

td p
{
	margin:0;
	padding:0;	
}

#home .shows dl.shows-list
{
	padding:0;
	margin:0;
}

#home .shows dl.shows-list dt,
#home .shows dl.shows-list dd
{
	margin-bottom:1px;
}

#home .shows dl.shows-list dt
{
	float: left;
	clear:left;
	text-align:right;
	color:#fff;
	width:50px;
	/*height:19px;*/
	padding-right:3px;
	padding-top:2px;
	font-family:arial;
	font-size:11px;
	background-image: url(../contents/images/show-date-bg.gif);
}

#home .shows dl.shows-list dd
{
	/*height:21px;*/
	/*clear:right;*/
	padding-right:3px;
	padding-top:2px;
	margin-left:60px;
}

#sidebar h1
{
	font-size:1.6em;
	line-height:1em;
	margin-top:0;
	width:110px;
	width:144px;
}

#about .column-right,
#videos .column-right,
#links .column-right,
#contact .column-right
{
	padding-top:30px;
}

.sidebar-item
{
	padding-top:59px;
	padding-bottom:35px;
	background-image:url(../contents/images/sidebar-seperator.png);
	background-repeat: no-repeat;
}

.sidebar-item-signup
{
	background-image: none;
/*	padding-top:30px; */
	padding-bottom:5px;
}

#videos .sidebar-item-signup,
#links .sidebar-item-signup,
#contact .sidebar-item-signup
{
	padding-top:0;
}

.sidebar-item-signup label
{
	font-style: italic;
}


#home .sidebar-item-musicplayer
{
	background-image: none;
	padding-top:0px; 
}
.sidebar-item-musicplayer ul
{
	margin:0;
	padding:0;
	list-style: none;
}

.sidebar-item-musicplayer li
{
	margin-top:3px;
}

.sidebar-item-musicplayer li a
{
	display: block;
	text-decoration: none;
	background-image:url(../contents/images/listen.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.sidebar-item-musicplayer .tag-listen
{
	float:right;
	text-align:center;
	font-family:arial;
	font-size:11px;
	width:43px;
	height:19px;
	/*background-color:#000; */
	background-image:url(../contents/images/listen-bg.gif);
	background-repeat: no-repeat;
	color:#fff;
	padding:0 2px;
}

.sidebar-item-social
{
	padding-top:0;
	padding-bottom:25px;
	background-image:url(../contents/images/bg.social.png);
	background-repeat: no-repeat;
	display:block;
	width:226px;
	height:228px;
}

.sidebar-item-social ul
{
	position:relative;
	list-style: none;
	margin:0;
	padding:0;
}

.social-1{margin-left:10px;}
.social-2{margin-left:20px;}
.social-3{margin-left:30px;}
.social-4{margin-left:40px;}

.sidebar-item-social li a
{
	position:absolute;
	display:block;
	background-repeat: no-repeat;
}

.sidebar-item-social li a span
{
	display:none;
}

.sidebar-item-social li.social-1 a
{
	top:32px;
	left:18px;
	width:86px;
	height:17px;
	background-image:url(../contents/images/social.facebook.png);
	
}
.sidebar-item-social li.social-1 a:hover
{
	background-image:url(../contents/images/social.facebook.over.png);
}

.sidebar-item-social li.social-2 a
{
	top:66px;
	left:58px;
	width:91px;
	height:19px;
	background-image:url(../contents/images/social.twitter.png);
}
.sidebar-item-social li.social-2 a:hover
{
	background-image:url(../contents/images/social.twitter.over.png);
}

.sidebar-item-social li.social-3 a
{
	top:100px;
	left:92px;
	width:95px;
	height:27px;
	background-image:url(../contents/images/social.myspace.png);
}
.sidebar-item-social li.social-3 a:hover
{
	background-image:url(../contents/images/social.myspace.over.png);
}

.sidebar-item-social li.social-4 a
{
	top:136px;
	left:82px;
	width:65px;
	height:23px;
	background-image:url(../contents/images/social.hyves.png);
}
.sidebar-item-social li.social-4 a:hover
{
	background-image:url(../contents/images/social.hyves.over.png);
}

#about .sidebar-item
{
	padding-top:0;
}

.sidebar-item-press
{
	background-image: none;
/*	padding-top:30px; */
	padding-bottom:5px;
}

.sidebar-item-press ul
{
	list-style: none;
	margin:0;
	padding:0;
}

.sidebar-item-press ul li
{
	padding-top:54px;
	padding-bottom:15px;
	color:#999;
	background-image:url(../contents/images/sidebar-press-seperator.png);
	background-repeat: no-repeat;
	font-style: italic;
/*	font-size:14px; */
}

.form-signup input#name
{
	border:0;
	background-color:#000;
	color:#fff;
}

.form-signup input#email
{
	border:0;
	background-color:#000;
	color:#fff;
}

.leave-a-message
{
	background-image:url(../assets/images/bg.tfff.10.png);
	padding:10px;
}

input.error,
textarea.error
{
	border-color: #900;
}

body#speak .sidebar-item-guestbook-form
{
	background:none;
}


body#speak form input#name,
body#speak form input#email,
body#speak form input#sum,
body#speak form textarea
{
	font-family:arial;
	font-size:12px;
	padding:3px;
	border:0;
	background-color:#000;
	color:#fff;
	width:150px;
}

body#speak form p.row
{
	margin:0 0 10px 0;
	padding:0;
}

body#speak form label
{
	display:block;
	float:left;
	width:50px;
	font-size:11px;
	text-align: right;
	margin-right:10px;
}

body#speak form .sum label
{
	display: inline;
}

.send
{
/*	text-align: right; */
}

body#speak h4
{
	margin-left:90px;
}

body#speak .entries
{
	margin-left:20px;
	clear:both;
}

body#speak .entry
{
	background-image:url(../contents/images/sidebar-seperator.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:80px;
	clear: both;
}

body#speak .meta
{
	font-size:11px;
	margin:0;
	padding:0;
}

body#speak .message
{
/*	background-image: url(contents/images/speech.png);
	background-repeat: no-repeat;
	background-position: left 10px; */
}

body#speak .poster .message
{
/*	background-image: url(contents/images/speech.png); */
}

body#speak .poster .message-body
{
	background-color: #dfe8ee;
}

.entry-date
{
	border-top: 1px solid #000;
	font-size: 11px;
}

body#speak .message .message-body
{
	padding: 1px 10px;
	background-color: #fff;
}

body#speak .reply
{
}

body#speak .reply .message-body
{
	padding: 1px 10px;
	color:#A2C3DF;
	background-color: #45413b;
	border-top:2px solid #000;
}

body#speak .reply p
{
	color:#A2C3DF;
}


/* http://www.egil.dk/2007/03/28/css-trick-always-show-scrollbars/#comment-324 */
html
{
/*	background-image:url(../contents/images/bg.kwak.jpg) !important;
	background-repeat: no-repeat !important;
	background-position:top center !important; */
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll; //-y stands for the vertical scrollbar
}

body
{
	background-image:url(../contents/images/bg.body.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	font-family: Arial, "Lucida Sans","Trebuchet MS";
	font-size:1em;
	line-height:1.1em;
	color:#000;
}

a
{
	color:#000;
}

#main p a
{
	color:#f9b300;
}

#container
{
	width: 970px;
}

#content
{
	margin:0 auto;
}

.biopic
{
	border:4px solid #000;
}

/* columns */
.column {float:left;}
.column-left{width:301px;}
.column-middle{width:449px;}
.column-middleright{width:669px;}
.column-right{width:220px;}

.padding-10{padding:0 0 0 10px;}

.column-middle .padding-10,
.column-middleright .padding-10
{
	padding:0 28px 0 10px;
	margin-left:20px;
}

.column-middle,
.column-middleright
{
	margin-top:30px;
}

.column-left
{
	height:635px;
	background-image:url(../contents/images/bg.column-left.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}

#content p,
#content li,
#content dl
{
	font-size:0.7em;
}

#content h2
{
	font-size:1.7em;
	font-weight: normal;
}

.item
{
	margin-bottom:40px;
}

.meta h1,
.meta h2,
.meta h3
{
	margin-top:0;
	margin-bottom:0;
}

.meta h3
{
	font-family:arial;
	font-size:1.6em;
	line-height:1em;
}

#content .meta p
{
	margin-bottom:0;
	font-size:11px;
	color:#000;
}

.no-margin-whatsoever
{
	margin-left:8px;
	padding-left:0;
}

#content p.more-link
{
	text-align: right;
	font-size: 11px;
}

.read-on
{
	margin-left:200px;
}

.read-on a
{
	display:block;
	width:79px;
	height:39px;
	background-image: url(../contents/images/read-on.png);
}

.read-on span
{
	display:none;
}

#videos embed
{
	display: block;
	margin: 0 0 1em;
}

#videos #main .padding-10
{
	padding-left:20px;
}

.video
{
	float:left;
	background:#fff;
	width:404px;
	height:300px;
	padding:5px;
	text-decoration: none;
	font-size:11px;
	line-height:1.5em;
	color:#000;
	margin:0 30px 25px 0;
}

.video:hover
{
}

.video img
{
	border: 4px solid #000;
}

.video:hover img
{
	border: 4px solid #f3ad1e;
}

.footage
{
	width:640px;
	height:487px;
	background: url(../images/buis.png) no-repeat center;
/*	background: url(../images/loading.gif) no-repeat center; */
}