@charset "utf-8";
/* Base.css is meant for the general structure of this website */

/* Set all margins and paddings to zero for best and easiest development */
* {
	margin:0;
	padding:0;
}

/* Body */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

/* General Page Section */

/* --Wrapper div */
div#wrapper {
	width:1000px;
	margin: 0 auto;
	padding-bottom: 11px;
}

/* Header Section */

/* --Header div */
div#header {
	width:1000px;
	margin: 0 auto 17px;
	position: relative;
}

/* --Languages div */
div#languages {
	width: 50px;
	position: absolute;
	top: 11px;
	right: 0px;
	z-index: 2;
}
div#languages img {
	display: inline-block;
}

/* Content Section */

/* --Content div */
div#content {
	width: 575px;
	margin: 0 25px 0 50px;
	float: left;
	position: relative;
	padding-bottom: 100px;
}

/* --Footer div */
div#footer {
	width: 575px;
	background: url(../images/footerbar.png) no-repeat;
	margin: 17px auto 0;
	height: 62px;
	clear: both;
	float: left;
	bottom: 0;
	position: absolute;
}
/* Sidebar Section */

/* --Sidebar div */
div#sidebar {
	width: 300px;
	margin: 0 50px 0 0px;
	float: right;
}



/* Images */
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 11px 11px 0;
}
img.right {
	float: right;
	margin: 0 0 11px 11px;
}

/* Links */
#wrapper a {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 0 7px;
	font-size: 11px;
	text-decoration: none;
	background-color: #dd2927;
	color: #fff;
}
a.bold {
	display: inline-block;
	height: 17px !important;
	line-height: 17px !important;
	font-weight: bold;
}
a.plain, #pictures a, #otherwebsites a, #sponsors a, #languages a {
	background-color: transparent;
	padding: 0;
	display: inline;
	
	
}

#wrapper h2 a {
	background: inherit;
	color: inherit;
	font: inherit;
}
/*a > img {
	background-color: #ffffff !important;
	display: block;
}*/

#pictures ul {
	height: 124px;
}
#pictures li {
	float: left;
	list-style: none;
	margin: 0 11px 11px 0;	
}


/* Headings */

/* --Content headings */
#content h1 {
	display: block;
	width: 559px;
	padding-left:16px;
	margin: 0 auto 11px;
	background:url(../images/blackbar.png) no-repeat;
	line-height: 29px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform:uppercase;
}
#content h2 {
	display: block;
	clear: both;
	width: 575px;
	height: 20px;
	margin: 0 auto 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 18px;
}
#content h2.noborder {
	border: none;
}
#content h2 span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-transform:uppercase;
}

#sidebar h1 {
	display: block;
	clear: both;
	width: 284px;
	padding-left:16px;
	margin: 0 auto 11px;
	background:url(../images/smallblackbar.png) no-repeat;
	line-height: 29px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform:uppercase;
}

/* Paragraphs */

/* --General */
p {
	margin-bottom: 17px;
}

/* --Footer */

#footer p {
	line-height: 45px;
	font-size: 11px;
	padding: 0 17px;
}
#footer p span {
	float: right;	
}

#footer a {
	background: transparent;
	color: #000;
	padding: 0;
	display: inline;
}

#footer a:hover {
	text-decoration: underline;
}


/* Tables */
table {
	margin-bottom: 11px;
}
table td.width75 {
	width: 75px;
}
table td.width110 {
	width: 110px;	
}

/* Embeds */


#media p {
	
}

#media .movie {
float: left;
width: 260px;
	margin: 0 11px 11px 0;
}

/* Floating */

/* --Left */
.leftcol {
	width: 50%;
	float: left;
	margin-bottom: 11px;
}

/* --Right */
.rightcol {
	float: right;
	width: 50%;
	margin-bottom: 11px;
}

/*
==================
 HOME
================== */
div#twitter .twtr-widget-profile a {
	background-color: inherit;
}
.twtr-hashtag, .twtr-atreply, .twtr-hyperlink, .twtr-timestamp, .twtr-reply {
	background: none !important;
	color: #000 !important;
	padding: 0;
}
div#twitter .twtr-widget-profile .twtr-ft {
	display: none;	
}
div#twitter .twtr-widget-profile h3 {
	margin:0;
	padding:0;
}
div#twitter .twtr-widget-profile .twtr-hd {
	display: none;
}
div#twitter {
	margin-bottom: 11px;
}

.twtr-tweet-text {
	border: 1px solid #000;
	padding: 5px;
}


.post, #media {
	clear: both;
}


/*
==================
 NEWS
================== */
.hr {
	width: 100%;
	background-color:#000;
	height: 1px;
	margin-bottom: 11px;
}
#content .hr {
	margin-top: 17px;
}

.news input[type="text"] {
	height: 18px;
	border: 1px solid #dd2927;
}

.news input[type="submit"] {
	height: 20px;
	background-color: #dd2927;
	border: none;
	color: #fff;
	padding: 0 11px;
	margin-left: 7px;
}
#oldernewer {
	margin-bottom: 11px;
	height: 20px;
	clear: both;
}

#oldernewer p {
	float: right;
	
	
}

#older {
	margin-right: 12px;
}

.search_results strong {
	color: #DD2927;
}

.noresults {
	margin-left: 17px;
}


/*
==================
 SHOWS
================== */

.show {
	
}
#shows {
	clear: both;
}

.shows li {
	list-style-type: none;
}
li.date {
	font-weight: bold;
	height: 22px;
}
li.loc {
	font-weight: bold;
	text-transform: uppercase;
	color: #dd2927;
}

#wrapper li.loc a {
	background: inherit;
	color: inherit;
	font-size: inherit;
	padding: 0;
}
li.place {
	height: 22px;
}
li.link {
	margin-top: 7px;
}
#nextshow li {
	padding-left: 11px;
}
#nextshow li.date {
	padding-left: 0;
}

#nextshow ul {
	margin-bottom: 17px;
}
.shows .hr, .merch .hr {
	width: 100%;
	background-color:#000;
	height: 1px;
	margin-bottom: 11px;
	clear: both;
}

.shows td.date {
	width: 110px;
}
.shows td.loc {
	width: 215px;
	font-weight: bold;
}
.shows td.place {
	width: 195px;
}
.shows td.details {
	width: 55px;
}
.shows h4, .checkout h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 11px;
}


/*
==================
 SCRAPBOOK
================== */

#scrap {
	margin-bottom: 17px;
}
.scrapbook li {
	list-style-type: none;
}
.scrap {
	width: 185px;
	display: inline-block;
	margin-right: 4px;
}
.scrap h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 5px 0 11px;
}
#scrap h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 11px;
}
.scrap_img {
	margin-bottom: 11px;
}
div#scrapbook div.scrap a {
    display: block !important;
    height: 185px !important;
    background:none !important;
    padding:0 !important;
}

.current h4 {
	color: #DD2927;
}

/*
==================
 MEDIA
================== */
#pictures h1 {
	clear: left;
}

#media .movie h2 {
	width: 260px;
	height: 36px;
}

.album {
	margin-bottom: 2em;
}

#fancybox-title-main a:link, #fancybox-title-main a:visited, #fancybox-title-main a:active, #fancybox-title-main a:hover {
	color: #FFF;
}

/* PLAYER */
#player {
	margin-bottom: 17px;
}

.jp-playlist-player {
	margin-left: 2px;
}

.jp-playlist-player li {
	list-style: none;
}



.jp-controls {
	
	margin-bottom: 1em;
}

.jp-controls li {
	
	float: left;
	
	padding: 4px;
	margin-right: 7px;
	margin-bottom: 17px;
}

#jplayer_next {
	margin-right: 14px;
}

.jp-progress {
	float: left;
	width: 155px;
	margin-top: 6px; 
	/*margin-bottom: 1px;*/
}



#jplayer_play_bar {
	height: 10px;
	border: 0;
}

#jplayer_playlist {
	clear: left;
	
	
}

#jplayer_playlist li {
	margin-bottom: 2px;
	
	background: #f2f2f2;
	padding: 4px 7px;
	
	//opacity: 0.5;
}

.jplayer_playlist_current, #jplayer_playlist li:hover {
	color: #DD2927;
	color: #000;
	font-weight: bold;
}

.jp-controls li:hover, #jplayer_playlist li:hover {
	cursor: pointer;
}
/*
==================
 CONTACT
================== */

.contact #content td {
	width: 310px;
	font-weight: bold;
}
.contact form {
	width: 310px;
}
.contact input[type="text"] {
	width: 310px;
	border: 1px solid #dd2927;
}
.contact input[type="submit"] {
	background-color: #dd2927;
	border: none;
	float: right;
	padding: 3px 7px;
	color: #fff;
	font-weight: bold;
	margin-top: 7px;
}


.contact textarea {
	width: 310px;
	height: 180px;
	border: 1px solid #dd2927;
}
.contact #form {
	width: 310px;
	float: left;
}
.contact #addresses {
	width: 210px;
	float: right;
}


#thanks_message, .yab-shop-required-notice {
	font-weight: bold;
	color: #dd2927;
}


/*
==================
 MERCH
================== */

/* tijdelijke hack */
.merch .desc form, .merch .desc .price {
	margin-left: 212px;
}


.merch h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.merch ul {
	margin-bottom: 11px;
}
.merch li {
	list-style-type: none;
}
.price {
	font-weight: bold;
}


td.product {
	width: 140px;
	
}
td.price {
	width: 70px;
}
td.amount {
	width: 35px;
}
td.total,td.bold,td.border {
	border-top: 1px solid #000;
	font-weight: bold;
}
tr.summary {
	margin-top: 11px;
	height: 25px;	
}
tr.summary td {
	padding-top: 4px;
}
#cart tr {
	height: 20px;
	padding-bottom: 10px;
}
#cart table {
	border-collapse: collapse;
}
#cart td {
	padding-bottom: 4px;
	vertical-align: top;
}
#cart p {
	float: right;
}

#cart .cart_empty {
	float: none;
}

/* Checkout table */
#yab-checkout-table {
	width: 100%;
	border-collapse: collapse;
}

#yab-checkout-table th {
	text-align: left;
	padding-bottom: 1em;
}

#yab-checkout-table td {
	padding: 0 1em 1em 0;	
}

#yab-checkout-table .checkout_totals_start td {
	border-top: 1px solid #000;
	padding: 1em 0;
}

.yab-checkout-total {
	font-weight: bold;
}

/* Checkout form */
#yab-checkout-form {
	width: 310px;
}



#yab-checkout-form input[type="text"] {
	width: 310px;
	border: 1px solid #dd2927;
}
#yab-checkout-form input[type="submit"] {
	background-color: #dd2927;
	border: none;
	float: right;
	padding: 3px 7px;
	color: #fff;
	font-weight: bold;
	margin-top: 7px;
}

#yab-checkout-form label {
	font-weight: bold;
}

ul.yab-shop-notice {
	margin: 0 0 2em 2em;
}

/* iDEAL */
#checkout .hr {
	margin: 0 0 2em 0;
}

#ideal_logo {
	padding-right: 1.5em;
}

#ideal_bank_select select {
	margin-right: 1.5em;
}

#ideal_logo a {
	background: #FFF;
}

