/*
 * Voicst 2009
 * Design: Kat, http://www.iamk.at/
 * Code: Peter Boorsma, Ard Boer http://newmusiclabs.com
 */

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, b, u, i, center, 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: 95%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

* html .clearfix {
	height: 1%;
}

body {
	line-height: 1;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, ul, h1,h2,h3,h4,h5,h6 {

}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

* html .clearfix {
	height: 1%;
}



/* END RESET STUFFS */



body {
	background: #FBF5E9 url(images/bg-body.jpg) repeat /* -76px -120px */;
	font: 12px Tahoma, Arial, sans-serif;
	color: #666;
}

p {
	font-size: 11px;
	line-height: 170%;
}

h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #0082B6;
}

h2 a {
	color: #0082B6;
}

h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #4AA9E4;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

#uberwrapper {
	background: url(images/bg-navbar.png) repeat-x 0 130px;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 149px;
	width: 1000px;
}

#header, #home #header {
	background: url(images/bg-header-koppen-home.gif) no-repeat 560px -7px;
}

#blog #header {
	background: url(images/bg-header-koppen-blog.gif) no-repeat 530px 1px;
}

#shows #header {
	background: url(images/bg-header-koppen-shows.gif) no-repeat 528px 0;
}

#disco #header{
	background: url(images/bg-header-koppen-disco.gif) no-repeat 533px 0;
}

#gallery #header{
	background: url(images/bg-header-koppen-gallery.gif) no-repeat 533px 0;
}

#download #header{
	background: url(images/bg-header-koppen-download.gif) no-repeat 533px 0;
}


#store #header {
	background: url(images/bg-header-koppen-store.gif) no-repeat 526px 0;
}

#bio #header {
	background: url(images/bg-header-koppen-voicst.gif) no-repeat 575px -7px;
}

#contact #header {
	background: url(images/bg-header-koppen-contact.gif) no-repeat 535px 0;
}

#header img {
	padding: 12px 0 0 140px;
}

#header-snoer {
	height: 129px;
	background: url(images/bg-header-snoer.gif) no-repeat 50px 0;
}

/* navigation */

#navbar {
	position: absolute;
	top: 122px;
	left: 0;
	height: 43px;
	/*background: url(images/bg-navbar.png) repeat-x 0 8px;*/
}

#navigation-wrapper {
	position: relative;
	width: 1000px;
}

ul#navigation {
    height: 43px;
    padding: 16px 0 0 47px;
    background: url(images/bg-navigation-nietje.gif) no-repeat 10px 0;
}


ul#navigation li {
    float: left;
    display: block;
    height: 100%;
    margin-right: 25px;
}

ul#navigation li a {
   float: left;
   display: block;
   height: 15px;
   color: transparent;
   text-indent: -5000px;
}

li#nav-news {
	width: 47px;
}

li#nav-news a {
	background: url(images/nav-news.gif) no-repeat left bottom;
	width: 47px;
}

li#nav-news a.active,
#home li#nav-news a,
#news li#nav-news a,
li#nav-news a:hover {
	background: url(images/nav-news-act.gif) no-repeat left bottom;
}

li#nav-blog {
	width: 42px;
}

li#nav-blog a {
	background: url(images/nav-blog.gif) no-repeat left bottom;
	width: 42px;
}

li#nav-blog a.active,
#blog li#nav-blog a,
li#nav-blog a:hover {
	background: url(images/nav-blog-act.gif) no-repeat left bottom;
}

li#nav-shows {
	width: 58px;
}

li#nav-shows a {
	background: url(images/nav-shows.gif) no-repeat left bottom;
	width: 58px;
}

li#nav-shows a.active,
#shows li#nav-shows a,
li#nav-shows a:hover {
	background: url(images/nav-shows-act.gif) no-repeat left bottom;
}

li#nav-disco {
	width: 114px;
}

li#nav-disco a {
	background: url(images/nav-disco.gif) no-repeat left bottom;
	width: 114px;
}

li#nav-disco a.active,
#disco li#nav-disco a,
li#nav-disco a:hover {
	background: url(images/nav-disco-act.gif) no-repeat left bottom;
}

/*gallery*/
li#nav-gallery {
	width: 71px;
}

li#nav-gallery a {
	background: url(images/nav-gallery.gif) no-repeat left bottom;
	width: 71px;
}

li#nav-gallery a.active,
#gallery li#nav-gallery a,
li#nav-gallery a:hover {
	background: url(images/nav-gallery-act.gif) no-repeat left bottom;
}
/* end gallery */

li#nav-store {
	width: 51px;
}

li#nav-store a {
	background: url(images/nav-store.gif) no-repeat left bottom;
	width: 51px;
}

li#nav-store a.active,
li#nav-store a:hover {
	background: url(images/nav-store-act.gif) no-repeat left bottom;
}
/*download*/
li#nav-download {
	width: 91px;
}

li#nav-download a {
	background: url(images/nav-download.gif) no-repeat left bottom;
	width: 91px;
}

li#nav-download a.active,
#download li#nav-download a,
li#nav-download a:hover {
	background: url(images/nav-download-act.gif) no-repeat left bottom;
}
/* end download */


li#nav-bio {
	width: 93px;
}

li#nav-bio a {
	background: url(images/nav-bio.gif) no-repeat left bottom;
	width: 93px;
}

li#nav-bio a.active,
#bio li#nav-bio a,
li#nav-bio a:hover {
	background: url(images/nav-bio-act.gif) no-repeat left bottom;
}

li#nav-contact {
	width: 74px;
}

li#nav-contact a {
	background: url(images/nav-contact.gif) no-repeat left bottom;
	width: 74px;
}

li#nav-contact a.active,
#contact li#nav-contact a,
li#nav-contact a:hover {
	background: url(images/nav-contact-act.gif) no-repeat left bottom;
}

li.nietje {
	height: 45px;
	margin: -15px 0 0 0;
	width: 4px;
	
}

li.middle {
	margin-left: -8px;
}
li.last {
	margin-left: -5px;
}

/*
#navbar-kabels {
	position: absolute;
	top: 170px;
	left: 0;
	width: 572px;
	height: 60px;
	background: url(images/bg-kabels.gif) no-repeat 30px -8px;
}
*/

.post-navigation{
	position: relative;
	display: block;
	height: 18px;
	font-family: Georgia, serif;
	font-size: 14px;
	width: 580px;
	margin-top: 20px;
	margin-left: 30px;
}

.post-navigation a{
	background-color: #FFF;
	padding: 3px;
}

.post-navigation div{
	clear: none;
}

.post-navigation .prev{
	float: left;
}

.post-navigation .next{
	float: right;
}

/* END OF NAV */

/* LAYOUT WIDTHS */
#main {
	position: relative;
	padding-bottom: 350px;
	margin: 46px 0 0 0;

}

#sidebar {
	position: absolute;
	top: 190px;
	left: 678px;
	width: 353px;
}

/*#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 924px;	
}*/

#credits p {
	font-size: 10px;
	padding: 20px 0 20px 0;
}

#credits p a {
	color: #529CED;
}

/* SIDEBAR BLOCKS */

#player {
	margin: 0 0 0px 30px;
}


#mailinglist {
	width: 256px;
	height: 102px;
	background: url(images/mailinglist.gif) no-repeat;
	/*width: 359px;
	height: 46px;
	background: url(images/bg-mailinglist.gif) no-repeat;*/
	text-align: left;
	margin: 0 0 8px -1px;
}
#mailinglist form#mc-embedded-subscribe-form { 
	margin: 23px 0 0 48px;
	position: absolute;
	width: 256px;
	}

#mailinglist form#mc-embedded-subscribe-form input#mce-EMAIL {
		width: 167px; height: 20px; margin-bottom: 5px;
}	
#mailinglist form#mc-embedded-subscribe-form select#mce-COUNTRY {
	margin: 0 0 0 15px;
	width: 166px; height: 20px; background: none;
}
#mailinglist form#mc-embedded-subscribe-form input.btn {
	background-image: url('images/button-mailinglist.gif');
	width: 35px; height: 20px;
	margin: 0 0 5px 150px;
	cursor: pointer;
}


#mailinglist div.response {
	width: 145px; 
	height: 90px;
	font-size: 12px; 
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: -78px 0 0 210px;
	padding: 3px;
}


#mailinglist input#email, #mailinglist div.required, #mailinglist h3{
	display: block;
	margin-left: 135px;
	width: 156px;
	margin-top: -18px;
}

#mailinglist div.required, #mailinglist h3{
	position: absolute;
	font-size: 10px;
	margin-top: 30px;
	font-weight: bold;
	text-transform: none;
	color: #4AA9E4;
}

#mailinglist h3{
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-left: 135px;
}

#mailinglist div.required{
	color: #F00;
}

#mailinglist img {
	cursor: pointer;
	float: left;
	margin: 76px 0 0 198px;
}

.sidebarblock {
	position: relative;
	width: 351px;
	margin-bottom: 8px;	
}

.sidebarblock a:hover {
	color: #000!important;
}

.sidebarblock-deco {
	position: absolute;
	top: 10px;
	right: 0;
	width: 100px;
	height: 130px;
}

.sidebarblock-deco {
	background: url(images/bg-sidebarblock-driehoek.gif) no-repeat;
}

.sidebarblock-deco.twitterimg {
	background: url(images/bg-sidebarblock-driehoek-twitter.png) no-repeat;
}

.sidebarblock-deco.flickrimg {
	background: url(images/bg-sidebarblock-driehoek-flickr.gif) no-repeat;
}

.sidebarblock-deco.youtubeimg {
	background: url(images/bg-sidebarblock-driehoek-youtube.gif) no-repeat;
}

.sidebarblock-deco.itunesimg {
	background: url(images/bg-sidebarblock-driehoek-itunes.gif) no-repeat;
}


.sidebarblock-wrapper {
	width: 254px;
}

.sidebarblock-header {
	height: 3px;
	background: url(images/bg-sidebarblock-header.png);
}

.sidebarblock-content {
	padding: 10px;
	background: url(images/bg-sidebarblock-content.png) repeat-y;
}
.cumulus-tags {
	height: 250;
}

.sidebarblock-footer {
	height: 3px;
	background: url(images/bg-sidebarblock-footer.png);
}

.sidebarblock.shows p {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #000;
	line-height: 140%;
}

.sidebarblock.shows .showdate p {
	color: #ff0000;
}

.sidebarblock.twitter p,
.sidebarblock.twitter li {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #000;
	line-height: 140%;
}

.sidebarblock.twitter a,
.sidebarblock.twitter li a {
	color: #4AA9E4;
}

.sidebarblock.twitter p.avatar {
	padding-top: 8px;
	font: 14px Tahoma, Arial, sans-serif;
}

span.twitter-timestamp {
	color: #ccc;
}

/* SEARCH */

#searchbar {

	width: 253px;
	height: 35px;
	background: url(images/bg-searchbar.gif);
}

#searchform input, #mailinglist input, #mc_mv_EMAIL {
	margin: 8px 0 0 15px;
	padding: 0 0 0 0;
	border: none;
	background: none;
}

.mc_custom_border{
	margin: 0;
	padding: 0;
}

#mc_signup_form{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;	
}

.mc_merge_var{
	position: relative;
	display: block;
	left: 100px;
	top: 30px;
}

#mc_mv_EMAIL{
	position: absolute;
	width: 160px;
	height: 20px;
	top: -25px;
	left: 20px;
}

.mc_error_msg, .mc_success_msg{
	position: absolute;
	font-size: 130%;
	font-weight: bold;
	color: #F00;
	width: 200px;
	top: 40px;
	left: 130px;
	text-align: left;
}

.mc_success_msg{
	color: #000;
}

#mailinglist label, #mailinglist input#contactsubmit, .mc_var_label, #mc_signup_submit{
	display: none;
}


#searchsubmit {
	text-transform: uppercase;
	cursor: pointer;
	color: #4AA9E4;
	font-family: Georgia,serif;
	font-size: 13px;
}

.hidden {
	display: none;
}

#socialmedialinks {
	margin: 20px 0 0 0;
}

.sidebarblock.itunes img.alignnone {
	margin: 0 15px 0 0;
}

.sidebarblock.tagcloud a {
	color: #4AA9E4;
}

/* ENTRIES */

.entry {
	position: relative;
	width: 628px;
	margin-top: 18px;  
	padding: 0 0 0 31px;
	background: url(images/bg-entry.png) no-repeat left top; /*driehoek/pijltje links */
}

.entrytop {
	height: 1px;
	padding-top: 20px;
	margin-bottom: 16px;
	border-bottom: 1px solid #D9E4E2; 
}

.entrycontent {
	background: url(images/bg-entrycontent.gif) repeat-y left top;
	padding: 0 25px 0 25px; 
}

.entryfooter {
	height: 4px;
	margin: 0 8px 0 0;
	background: url(images/bg-entryfooter.png) no-repeat right top;
}

.commentlink {
	clear: both;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #4AA9E4;
	text-align: right;
	padding: 20px 0 2px 0;
	border-bottom: 1px solid #D9E4E2; 
}

.meta {
	padding: 10px 0 2px 0;
	}

.meta a {
	color: #0082B6;
}

.meta a:hover {
	color: #000;
}


#pagenav{
	font-family: Georgia, serif;
	font-size: 14px;
	color: #4AA9E4;
	text-align: justify;
	padding: 10px 0 10px 0;
}

.previous {
	display: block;
	float: left;
}

.next {
	display: block;
	float: right;
}

.commentlink a,
#pagenav a {
	color: #4AA9E4;
}

.commentlink a:hover,
#pagenav a:hover {
	color: #000;
}

.morelink {
	text-align: right;
}

.morelink a {
	font: 11px Georgia, serif;
	color: #4AA9E4;
	/* border-bottom: 1px solid #4AA9E4; */
}

/* FOOTER IMAGES */
#footer-img {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 651px;
	height: 361px;
}


#footer-img, #home #footer-img {
	background: url(images/bg-footer-home.gif);
}

#bio #footer-img {
	background: url(images/bg-footer-voicst.gif);
}

#blog #footer-img {
	background: url(images/bg-footer-blog.gif);
}

#shows #footer-img {
	background: url(images/bg-footer-shows.gif);
}

#gallery #footer-img {
	background: url(images/bg-footer-gallery.gif);
}

#disco #footer-img {
	background: url(images/bg-footer-disco.gif);
}

#contact #footer-img{
	background: none;
	display: none;
}

/*********** COMMENTS **************/

h3#comments {
	margin: 20px 0 20px 0;
}

img.avatar {
	margin: 0 10px 0 0;
}

.fn,
.says,
.comment-meta {
	font-size: 11px;
}

.comment-meta {
	padding: 5px 0;
}

.comment-meta a,
#commentform p a,
.entry a,
.post-navigation a {
	color: #4AA9E4;
}

.comment-meta a:hover,
#commentform p a:hover,
.entry a:hover,
.post-navigation a:hover {
	color: #000;
}

.commentlist p {
	font-size: 11px;
	padding-bottom: 20px;
}

#respond h3 {
	margin: 10px 0;
}

#commentform p {
	font-size: 11px;
	padding-bottom: 5px;
}

textarea#comment {
	width: 528px;
}

td img{
	clear: none;
	display: inline;
	float: left;
}
td{
	clear: none;
}

.discography-item{
	display: block;
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.discography-item h3{
	text-transform: none;
	font-weight: bold;
}

.discography-item img{
	display: block;
	margin: 10px 20px 10px 20px;
	float: left;
	clear: none;
}

.discography-item ol{
	position: relative;
	display: block;
	float: left;
	clear: none;
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 20px;
	font-size: 130%;
}

.discography-item li{
	width: 300px;
}

.discography-meta{
	clear: both;
}
#contact h3{padding-top:10px;}

.popup {
	padding-left:160px; padding-bottom:10px;
}

.popup a {
	font: 11px Georgia, serif;
	color: #4AA9E4;
	/* border-bottom: 1px solid #4AA9E4; */
}


/*############## Gigs Calendar ###############
##############################################*/
div.attribution, div.gigs-rss {
	text-align: center;
	margin: .5em 0px;
}

div.gigs-rss img {
	position: relative;
	top: 2px;
}

div.attribution span {
	margin: 0px 1em;
}

/*tabel van show data*/
table.gigs {
	width: 100%;
	text-align: left;
	font-size: 11px;
	font-family: Georgia, serif;
	border-collapse: collapse;
}

div.gig-post {
	font-size: 11px
}

table.gigs th {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #4AA9E4;;
}

td.city { width: 70px; font-size: 11px;}
td.venue { width: 135px; font-size: 11px;}
td.date { width: 70px; font-size: 11px;}
td.time { width: 50px; font-size: 11px;}
td.country { width: 70px; font-size: 11px; }
td.shortNotes { width: 115px; font-size: 11px;}
td.ticket { font-size: 11px; }

table.gigs a {
font-weight: none;
}

table.gigs a img {
	border: 0px;
}


table.gigs tr.gig {

}

table.gigs td.shortNotes {
	padding-left: 4px;
}



img.buy {
	position: relative;
	top: 3px;
}

table.gigs caption {
	font-weight: bold;
	font-size: 125%;
	text-align: left;
	margin-top: 10px;
}

table.gigs caption div.notes{
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

table.gigs, div.no-gigs {
	margin-bottom: 1em;
}

/** Next Gig Widget/ Sidebar upcomings shows **/
div.upcoming {
	font-size: 11px;
	line-height: 170%;
	float: left;
}
div.upcoming a {
	font: 11px Georgia, serif;
	color: #4AA9E4;
}

ul#upcominggigs {
	padding:0;
	margin: 0;
}

li#upcoming-gigs h2.widgettitle {
	display: none;
}

/* upcoming blok/widget in sidebar */
li#upcoming-gigs {
	list-style: none;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-family: Georgia, serif;
	height: 80px;
	padding: 0 0 10px 0;
}

/* individueel upcoming item in de sidebar */
li.gig {
	margin: 0 0 8px 0;
}


/* gallery page */
div.album {
	margin: 0 0 20px 0;
}

#feedjit {display: none;}
