@import 'jquery.fancybox-1.3.0.css';

/* @group RESET */

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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {list-style: none;}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

/* @end */


body {
	background:#fff url(../images/backgrounds/main.jpg) repeat-y;
	color:#333;
	font:14px Georgia, "Times New Roman", Times, serif
}


/* @group TYPOGRAPHY */

/* @group links */

a {
	color:#9c0;
	text-decoration:underline;
	-webkit-transition: color .2s linear;
	outline: none;
}

a:hover, a:active {
	color:#f60;
	text-decoration:none
}

a:active {
  	position: relative;
  	top: 1px;
}

a.button {
	background:url(../images/buttons/burst.png) no-repeat;
	color: #fff;
	display:block;
	height: 60px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	padding-top: 20px;
}

.more,
.prev,
.next,
.back {
	background: url(../images/icons/more.png) no-repeat;
	font-style:italic;
}

.prev,
.next {
	display: inline-block;
}

.more,
.next {
	background-position: right 3px;
	margin:0 0 0 78px;
	padding:0 20px 0 0;
}


.next {
	float: right;
	margin: 0 19px 0 0;
}


.prev,
.back {
	background-position: left -19px;
	margin:0 0 0 78px;	
	padding:0 0 0 20px;
}

.back {
	position: relative;
	top: -60px;
	margin: 0 0 0 390px;
}

a.back:active {
	top: -59px;
}

.foto .prev {
	margin: 0;
}

.foto .empty.prev,
.foto .empty.next {
	display: none;
}

.foto .next {
	margin-right: 50px;
}

.agenda a.prev,
.agenda a.next {
	margin-top: 40px;
}

p.closed {
	font-style: italic;
}

/* @end */

/* @group logo */

#logo {
	background:url(../images/backgrounds/logo.png) no-repeat;
	display:block;
	height:213px;
	width:467px;
	text-indent:-9999px
}

#logo:hover {
	background:url(../images/backgrounds/logo.png) no-repeat -507px 0;
	top: 0;
}

/* @end */

/* @group navigation */

#sidebar ul {
	background: url(../images/backgrounds/nav.png) no-repeat;
	display:block;
	height:309px;
	margin:40px 0 0 44px;
}

#sidebar ul li {float: left;}

#sidebar ul li a {
	background-image:url(../images/buttons/nav.png);
	background-repeat:no-repeat;
	display: block;
	text-indent:-9999px;
}

#home a {
	height: 43px;
	width: 77px;
	background-position: -7px -3px;
	margin: 46px 0 0 34px;
}

#bio a {
	height: 43px;
	width: 58px;
	background-position: -93px -3px;
	margin: 46px 0 0 10px;
}

#nieuw a {
	height: 43px;
	width: 93px;
	background-position: -160px -3px;
	margin: 46px 0 0 10px;
}
#agenda a {
	height: 45px;
	width: 108px;
	background-position: -1px -61px;
	margin: 10px 0 0 28px;
}

#programma a {
	height: 45px;
	width: 144px;
	background-position: -115px -61px;
	margin: 10px 0 0 5px;
}

#foto a {
	height: 52px;
	width: 84px;
	background-position: -3px -115px;
	margin: 10px 0 0 30px;
}

#media a {
	height: 52px;
	width: 92px;
	background-position: -102px -115px;
	margin:10px 0 0 15px;
}

#gastenboek a {
	height: 49px;
	width: 136px;
	background-position: -8px -177px;
	margin: 10px 0 0 35px;
}

#contact a {
	height: 49px;
	width: 101px;
	background-position: -150px -177px;
	margin: 10px 0 0 7px;
}

#home a:hover, #home.current a {background-position: -7px -239px}
#bio a:hover, #bio.current a {background-position: -93px -239px}
#nieuw a:hover, #nieuw.current a {background-position: -160px -239px}
#agenda a:hover, #agenda.current a {background-position: -1px -297px}
#programma a:hover, #programma.current a {background-position: -115px -297px}
#foto a:hover, #foto.current a {background-position: -3px -351px}
#media a:hover, #media.current a {background-position: -102px -351px}
#gastenboek a:hover, #gastenboek.current a {background-position: -8px -413px}
#contact a:hover, #contact.current a {background-position: -150px -413px}

/* @end */

/* @group headings */

h1 {
	color:#f60;
	display:block;
	font-size:28px;
	height:62px;
	margin:0 0 45px;
	text-indent:-9999px;
	background-image:url(../images/titles/titles.png);
	background-repeat:no-repeat
}

h2, h3 {
	background:url(../images/backgrounds/line.png) no-repeat left bottom;
	color:#0cf;
	font-size:24px;
	font-weight:bold;
	margin:0 0 20px 68px;
	padding:14px 0 6px 10px
}

h2 a {color:#0cf; text-decoration:none;}
	
h4 {
	color: #f60;
	font-weight:bold;
}

h5 {
	background:url(../images/backgrounds/line.png) no-repeat left bottom;
	color: #0cf;
	font-size: 18px;
	font-weight:700;
	margin:0 0 20px 68px;
	padding: 0 0 8px 10px;
}

h5 span {
	color: #f60;
	font-weight:bold;
	font-size: 12px;
}

#reactie, h3.comments {
	font-size: 21px;
	color: #f60;
	margin-top: 50px;
}

#reactie span {
	font-size: 16px;
	vertical-align: text-top ;
}

/* @end */

/* @group general */

#content p {
	margin:10px 0 20px 78px;
	width: 525px;
	line-height: 18px;
}

#content ul,
#content ol {margin:0 0 20px 78px}

address {font-style: normal}

#content ul {margin:0 0 0 78px}

hr { 
	background:url(../images/backgrounds/line.png) no-repeat left bottom;
	border:0;
	display: block;
	width:553px;
	margin: 0 0 0 68px;
	padding: 10px 0 0 0
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* @end */

/* @end */


/* @group LAYOUT */

#sidebar {
	float:left;
	width:370px
}

#maincontent {
	margin:0 0 0 370px;
	padding:262px 0 0;
	width:670px;
}

#content {
	background: url(../images/backgrounds/content.png) repeat-y;
	padding:20px;
}

/* @end */


/* @group GIGS */

#gigs {
	background: url(../images/backgrounds/gigs.png) no-repeat;
	height:500px;
	margin:0 0 0 44px;
	padding:68px 0 0 29px
}

#gigs div {
	height: 48px;
}

#gigs p {
	background:url(../images/titles/eerstvolgende.png) no-repeat;
	height:85px;
	color:#09c;
	display:block;
	font-size:26px;
	text-indent:-9999px;
}

#gigs a {
	font-weight:700;
	display:block;
	margin:42px 0 0 40px
}

#gigs address {
	color:#333;
	margin:0 0 0 40px
}

#gigs a.button, 
.home #content a.button {
	margin:40px 0 0 50px;
	padding-left: 20px;
	width: 201px;
}

#gigs a.button {
	position: absolute;
	top: 990px;
}

.home #content a.button {
	float: right;
	margin-top: 0;
}

#gigs a.button:hover,
.home #content a.button:hover {
	background-position: -220px 0
}

#gigs a:hover p {
	color:#f60;
	text-decoration:none
}

/* @end */


/* @group CONTENT */

#maincontent {
	margin:0 0 0 370px;
	padding:262px 0 0;
	width:670px;
}

#content-top {
	background:url(../images/backgrounds/content-top.png) no-repeat;
	height:33px
}

#content {
	background: url(../images/backgrounds/content.png) repeat-y;
	padding:20px;
	min-height: 815px;
}

#content-bottom {
	background:url(../images/backgrounds/content-bottom.png) no-repeat;
	height:19px;
}

#content .button.older {
	background-position: -880px 0; 
	float: left; margin:0 0 0 14px; 
	padding-left: 70px; 
	width: 131px;
}

#content .button.older:hover {background-position: -1100px 0}

#content .button.newer {
	background-position: -440px 0; 
	float: right; 
	padding-left: 40px; 
	width: 161px
}

#content .button.newer:hover {background-position: -660px 0}

.home h1 {background-position: 0 0}
.bio h1 {background-position: 0 -62px}
.nieuws h1 {background-position: 0 -124px}
.agenda h1 {background-position: 0 -186px}
.programma h1 {background-position: 0 -248px}
.foto h1 {background-position: 0 -310px}
.media h1 {background-position: 0 -372px}
.gastenboek h1 {background-position: 0 -434px}
.contact h1 {background-position: 0 -496px}


#content p {
	margin:10px 0 20px 78px;
	width: 525px
}

.date {
	color:#fff;
	display:block;
	float:left;
	font-weight:700;
	height:50px;
	text-align:center;
}

.nieuws .date, .home .date {
	background:url(../images/backgrounds/date.png) no-repeat;
	font-size:13px;
	margin:0 0 0 14px;
	padding:16px 0 0;
	text-transform:uppercase;
	width:54px
}

.agenda .date {
	background:url(../images/backgrounds/year.png) no-repeat;
	font-size:20px;
	margin:0 0 0 14px;
	padding:19px 0 0;
	width:84px
}

.bar, .bar-small {
	background:url(../images/backgrounds/bar.png) no-repeat;
	color:#fff;
	display:block;
	margin:18px 0 40px 66px;
	text-align:right;
	width:544px; 
	padding: 1px 10px 0 0;
	font-size:12px;
}

.bar {
	height:17px
}
.bar-small {
	height:8px; 
	margin-bottom: 0;
}

.bar a {color:#fff;}

.bar a:hover {color:#fff;}

#comments-help {
	margin-bottom: 20px;
}

/* @end */


/* @group SECTIONS */

/* @group home */

.home #maincontent {
	background:url(../images/backgrounds/home.png) no-repeat center 127px;
	padding:521px 0 0;
}

/* @end */

/* @group bio */

.bio #content .dots{
	background: url(../images/backgrounds/dotted-line-org.png) no-repeat 0 top;
	display: block;
	width: 525px;
	margin:0 0 20px 78px;
	padding: 20px 0;
	text-align:center
}

.bio #content .dots em {
	background: url(../images/backgrounds/dotted-line-org.png) no-repeat 0 bottom;
	color:#f60;
	display: block;
	font-style:italic;
	font-weight:700;
	padding: 0 0 20px 0
}

.bio #content img{
	background: url(../images/backgrounds/img-bg-small.png) no-repeat;
	padding: 11px;
}

.bio #content a:hover img{
	background-position: -116px 0;

}

.bio #content div{ 
	background: url(../images/backgrounds/dots-bio.png) no-repeat bottom;
	float:left ;
	width: 145px;
	text-align:center;
	padding: 0 0 12px 0;
	margin: 0 0 20px 45px;
}

.bio #content div.first {margin-left: 70px} 
.bio #content div.last {margin-left: 160px} 
.bio #content div p {margin:0; width: 145px;}
.bio #content div h4 {margin: 16px 0 0 0}

.modal {
	width: 500px;
	padding: 15px;
}

.modal h5 {
	background: none;
	margin: 0;
	padding: 0;
}

.modal h6 {
	color: #f60;
	margin: 0 0 20px 0;
	font-style: italic;
	font-weight: bold;
}

.modal p {
	margin-bottom: 20px;
}


/* @end */

/* @group agenda */

.agenda #content div {
	background:#ecfbff url(../images/backgrounds/dotted-line.png) no-repeat bottom;
	width: 533px;
	height: 50px;
	margin: 0 0 0 69px;
	padding: 20px 10px;
}

.agenda #content div.odd {
	background: url(../images/backgrounds/dotted-line-alt.png) no-repeat bottom;
}

.agenda #content div ul {
	float: right;
	width: 100px;
	margin: 0 140px 0 0
}


.agenda .date {
	background:url(../images/backgrounds/year.png) no-repeat;
	font-size:20px;
	margin:0 0 0 14px;
	padding:19px 0 0;
	width:84px
}

.agenda #content .year {
	background: url(../images/backgrounds/year.png) no-repeat;
	color: #fff;
	display: block;
	margin: -12px 0 0 490px;
	width: 42px;
	height: 41px;
	line-height: 41px;
	position: absolute;
	padding: 0px;
	text-align: center;
}

.agenda hr { 
	background:url(../images/backgrounds/line-alt.png) no-repeat left bottom;
	border:0;
	display: block;
	width:524px;
	margin: 0 0 0 0;
	padding: 48px 0 0 0;
}

/* @end */

/* @group programma */

.programma #content .directory {
	font-weight: bold;
	line-height: 36px;
	margin-left: 69px;
}

.programma .directory li {
	background:url(../images/backgrounds/dotted-line.png) no-repeat left bottom;
	padding-bottom: 10px;
}

.programma .directory a {
	background:url(../images/icons/star.png) no-repeat left;
	display: block;
	padding-left: 24px;
	margin-left: -24px;
}

.programma #reactie,
.programma .closed {
	display: none;
}


/* @end */

/* @group foto */

.foto #content ul.gallery { margin:0 0 0 50px}

.foto #content ul.thumbs { margin:0 0 0 51px}

.foto #content .gallery img,
.album,
ul.thumbs img {
	background: url(../images/backgrounds/img-bg-large.png) no-repeat 0 0;
	padding: 15px;
	margin: 0 0 17px 0;
}

.foto #content li a,
ul.thumbs li a {text-decoration:none}

.foto #content ul.gallery li,
ul.thumbs li {
	background: url(../images/backgrounds/dots-bio.png) no-repeat bottom;
	float: left;
	width: 172px;
	height:223px;
	text-align:center;
	padding: 0 0 12px 0;
	margin: 0 15px 20px 0;
	font-weight:700;
}

ul.thumbs li {
	background: none;
	display: inline;
	float: none;
	margin-right: 17px;
}

.foto #content li.last {margin-right: 0}

.foto #content li a:hover img {
	background: url(../images/backgrounds/img-bg-large.png) no-repeat -192px 0;
	padding: 15px;
	margin: 0 0 17px 0
}

.foto #content li a:active,
ul.thumbs li a:active {
	top: 0;
}

.smd_gallery_nav {
	margin-top: 30px;
}

.smd_gallery_nav li {
	display: inline;
}

/* @end */

/* @group media */

.album {
	float: right;
	margin: 0 10px 10px 10px;
}

.media .entry-content {
	overflow: hidden;
}

.media ol {
	list-style: decimal;
	list-style-position: inside;
}

.media .bar-small {
	margin-left: 67px;
}

/* @end */


/* @group gastenboek */

.pages {
	padding: 0;
	text-align: center;
}

.pages li {
	clear: both;
	display: inline;
	margin: 0 3px;
	text-decoration: none;
}

#content .comm {
	width: 554px;
	margin-left: 68px;
	margin-bottom: 35px;
	padding-top: 10px;
}

#content .comm.odd {
	background:#ecfbff;
}

#content h5,
#content .bar-small,
#content .com div p {
	margin-left: 0;
}

#content .comm.odd h5 {
	background:url(../images/backgrounds/line-alt-g.png) no-repeat left bottom;
}

#content .comm p {
	margin-left: 10px;
}

/* @end */

/* @group contact */

.contact h4 {margin: 0 0 0 78px}
.contact #content ul {margin-bottom: 20px}

/* @end */

/* @end */

/* @group COMMENTS */

ul.comments_error li {
	background: #fedede url(../images/icons/error.png) no-repeat 10px center;
	color: #f30;
	padding: 10px 10px 10px 44px;
	margin-bottom: 10px;
	width: 460px;
}

p#txpCommentInputForm {
	background: #ebfde5 url(../images/icons/ok.png) no-repeat 10px center;
	color: #3c0;
	padding: 10px 10px 10px 44px;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 460px;
}

/* @end */

/* @group FORMS */

input[type=text], textarea {
border:1px solid #b5f0ff;
color: #02a5ce;
font:14px Georgia, "Times New Roman", Times, serif;
width: 510px;
margin: 10px 0 20px 0;
padding: 4px;
}

input[type=text] {height: 24px; line-height: 24px;}

textarea {height: 100px; overflow: hidden;}

input[type=text]:focus, textarea:focus {background: #ffc}

.nieuws dl,
.gastenboek dl  {margin: 0 0 0 78px}

#remember {

}

input.button {
	background: url(../images/buttons/buttons.png) no-repeat;
	border: none;
	color: #fff;
	height: 37px;
	width: 158px;
	font:13px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}

input.button:hover {
	background-position: 0 -37px;
}

input.button.disabled,
input[disabled] {
	background-position: 0 -74px;
	color: #fff;
}

/* @end */


/* @group FOOTER */

#footer {
	background:url(../images/backgrounds/footer.png) no-repeat;
	display:block;
	height:310px;
	width:1040px;
	padding: 37px 0 0 72px
}

#footer p {
	background:url(../images/titles/contact.png) no-repeat;
	height:53px;
	color:#09c;
	display:block;
	font-size:26px;
	text-indent:-9999px;
}

#footer ul {margin: 26px 0 0 41px}

#footer li {
	color:#0cf;
	font-weight:700;
	margin: 0 0 21px 0;
}

#footer li a {
	font-weight:normal;
}

#gbds {
	background:url(../images/backgrounds/gbds.png) no-repeat;
	display: block;
	width: 130px;
	height: 53px;
	text-indent:-9999px;
	margin: -60px 0 0 800px
}

/* @end */


/* @group MISC */

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

/* @end */













