

/* 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;
}


.album-1
{
	background-image:url(../assets/images/bg.t000.20.png);
	padding:10px;
}

.album-1 .item
{
	margin-bottom:0px;
}

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

a.cover
{
	float:left;
	text-decoration: none;
}

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

.tekst
{
	margin-left: 250px;
}

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

.shops h5
{
	margin-top:0;
}

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

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

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

.meta
{
	margin-top:0;
}

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

#discography ul.tracklisting
{
	margin-left:0;
	padding-left:15px;
}

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

#discography fieldset.expanded
{
	border-color: #ccc;
}

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

#discography fieldset legend
{
	background-image: url(contents/images/menu-collapsed.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding-left:15px;
}

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



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

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

#footer
{
	width: 717px;
	text-align:center;
	font-size:11px;
	color: #eee;
}
#footer a
{
	color: #eee;
}
#footer .padder
{
}


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

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


.news-image
{
	float:left;
	margin:0 20px 20px 0;
	background-image:url("../assets/images/bg.tfff.35.png");
	padding:5px;
}

.textbody
{
	padding-left:130px;
}

.shade
{
	text-shadow: #aaa 1px 1px 1px;
}

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--*/
}



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

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

body#guestbook form
{
	padding:10px;
}


body#guestbook form input,
body#guestbook form textarea
{
	font-family:arial;
	font-size:12px;
	padding:3px;
	border:1px solid #d1d6c9;
}

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

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

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

body#guestbook form input.w100,
body#guestbook form textarea
{
	width:300px;
}

.send
{
	text-align: right;
}

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

body#guestbook .entries
{
	clear:both;
}

body#guestbook .entry
{
	margin-bottom: 20px;
	clear: both;
}

body#guestbook .meta
{
	float:left;
	text-align: right;
	font-size:11px;
	width:150px;
	margin:0;
	padding:0;
}

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

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

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

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

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

body#guestbook .reply
{
	margin-left:170px;
	width:300px;
}

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

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


.menu
{
}

.menu,
.menu li
{
	display: inline;
	margin:0;
	padding:0;
	font-family:"Lucida Sans","Trebuchet MS";
	font-size:11px;
	text-transform: uppercase;
}

.menu li a
{
	color:#5e6d7e;
	text-decoration: none;
	margin:0 9px;
	padding:0 4px;
	background-image:url(../assets/images/bg.tfff.35.png);
}

.menu li.first a
{
	margin-left:0;
}

.menu li.last a
{
	margin-right:0;
}

.menu li a:hover,
.menu li.current a
{
	background-color:#5e6d7e;
	color:#fff;
}


ul.paging
{
	text-align: center;
	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:#fff;
}

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



ul.paging li.paging-next
{

}

ul.paging li a
{
	color:#fff;
	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);
	border: 1px solid transparent;
	width:95px;
	height:130px;
	padding:5px;
	margin:5px;
	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;
	border: 1px solid #fff;
}
/*
 * 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:#fff;
}

.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 td
{
	font-size:11px;
	text-shadow:1px 1px 1px #AAAAAA;
	vertical-align: top;
}

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

.even td
{
	background-image:url(../assets/images/bg.tfff.20.png);
}

body#shows td.time
{
	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 dt
{
	float: left;
	font-weight: bold;
}

#home .shows dl.shows-list dd
{
	clear:right;
}

#sidebar
{
	background-image:url(../assets/images/bg.t000.20.png);
	padding:10px;
	float:right;
	width:200px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:11px;
}

#sidebar h1
{
	font-size:16px;
	margin-top:0;	
}


body
{
	background-color: #0b0704;
	background-image:url(../contents/images/luckyfonziii.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:-250px 0;
	font-family: "Lucida Sans", "Trebuchet MS";
	line-height:1.1em;
	color:#fff;
}

a
{
	color:#fff;
}

#container
{
	width: 717px;
	/*background-image:url(../assets/images/bg.t000.25.png);*/
}

#header
{
	background-image:url(../contents/images/luckyfonziii.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height:126px;
	margin-bottom:10px;

}

#content
{
	margin-top:50px;
}

#content p,
#content ul,
#content ol
{
	font-size:13px;
	text-shadow: #aaa 1px 1px 1px;
}

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

.item
{
	margin-bottom:60px;
}

.meta h1,
.meta h2,
.meta h3
{
	margin-top:0;
	margin-bottom:0;
	line-height:1.2em;
}

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

	background-image:url(../assets/images/bg.t000.25.png);
	display:inline;
	color:#fff;
	padding:0 3px;
}

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

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


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

.videoindex
{
	
}

.video
{
	float:left;
	background:#fff;
	border: 1px solid transparent;
	width:240px;
	padding:5px;
	margin:5px;
	text-decoration: none;
	font-size:11px;
	line-height:1.5em;
	color:#000;
}

.video:hover
{
	border: 1px solid #000;
}

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