@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ac0303;
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
	line-height:1.5em;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:4em;
	text-align:center;
	font-variant:small-caps;
	color:#5a0000;
	margin-bottom:0.7em;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2em;
	font-variant:small-caps;
	color:#444;
	margin-bottom:0.3em;
	line-height:150%;
}

#content a{
	color:#a10303;
	text-decoration:none;
	border-bottom:1px dotted #a10303;
}

#content a:hover{
	color:#5a0000;
}


img {
	border:0;
}



/* HOMEPAGE */
body.home #nav{}
body.home{ background-image:url('/img/bg/home.jpg'); height:900px; background-attachment:scroll;}
body.home #nav-inner{background:url('/img/nav/nav_home.png') no-repeat top center;}
body.home #content{ background:none;}
body.home #footer{ display:none}
body.home h1{ color:#fff;}
body.home #left{ background:none;}

/* SHOWS */
body.shows{ background-image:url('/img/bg/shows.gif');}
body.shows #right {background-image:url('/img/cartoon/dame2.png'); background-position:0 60px;}
body.shows #content-inner{ background-image:url('/img/cartoon/contour2.png'); background-repeat:no-repeat; background-position:100px 200px;}
body.shows #left {background-image:url('/img/polaroid/beatrijs.png');}



/* NEWS */
body.news #right {background-image:url('/img/polaroid/jasper2.png');}
body.news{ background-image:url('/img/bg/news.gif');}
body.news #content-inner{ background-image:url('/img/cartoon/contour.png'); background-repeat:no-repeat; background-position:100px 200px;}
body.news #left {background-image:url('/img/cartoon/pig.png'); background-position:0 20px;}

/* CONTACT */
body.contact{ background-image:url('/img/bg/media.gif'); }
body.contact #right {background-image:url('/img/cartoon/schommel.png');}
body.contact #content-inner{ background-image:url('/img/cartoon/champi_contour.png'); background-repeat:no-repeat; background-position:260px 250px;}
body.contact #left {background-image:url('/img/polaroid/jasper3.png');}

/* MEDIA */
body.media{ background-image:url('/img/bg/media.gif');}
body.media #right {background-image:url('/img/cartoon/dame.png'); background-position:0 120px;}
body.media #content-inner{ background-image:url('/img/cartoon/contour4.png'); background-repeat:no-repeat; background-position:300px 400px;}
body.media #left {background-image:url('/img/polaroid/roel.png');}

/* ABOUT */
body.about #left{background-image:url('/img/cartoon/schommel.png');}
body.about{ background-image:url('/img/bg/shows.gif');}
body.about #right {background-image:url('/img/polaroid/mattijs.png');}
body.about #content-inner{ background-image:url('/img/cartoon/contour3.png'); background-repeat:no-repeat; background-position:right;}


/* AGENDA */
.shows h3 {
	text-transform:uppercase;
	font-weight:normal;
	margin-top:5px;
}
.shows ul {
	margin:0px;
	padding:0px;
}
.shows ul li {
	padding:10px 15px 10px 6px;
	color:#000;
	list-style-type:none;
	border-bottom:1px dotted #a10303;
}
.shows li span.venue{font-weight:bold;}
.shows ul li.full {
	text-align:right;
	padding:0px;
	text-transform:uppercase;
	font-size:11px;
}
.shows ul li.full a {
	color:#f3c33e;
	text-decoration:none;
}
.shows ul li.full a:hover {
	text-decoration:underline;
}

/* NEWS */
div.newsitem {
	padding-bottom:20px;
	margin-bottom:20px;
}


div.newsitem img{
	float:left;
	margin:0 10px 0 0;
}

div.newsitem div.more{
	clear:both;
	padding:10px 0;
	text-align:right;
}

div.comment {
	background:#6d0202;
	color:#fff;
	margin-bottom:20px;
	padding:5px 10px;
}
div.comment-meta {
	text-align:right;
	font-size:10px;
	color:#ccc;
}

div#pager { padding:20px 0 100px 0;}
div#pager a{ display:block; background:#600; color:#fff; padding:3px 5px 3px 5px; text-decoration:none;}
div#pager a:hover{ color:#600; background:#222; color:#fff;}
div#pager #next{float:right;}
div#pager #prev{float:left;}


/* NAVIGATION */

table#menu {
	margin:11px auto 0 auto;
}
table#menu td {
	background:url('/img/nav/item.png') no-repeat;
	width:91px;
	height:25px;
	text-align:center;
}
table#menu a {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
}
table#menu a:hover {
	color:#dc0404;
}
/* LAYOUT */
#wrapper {
	width:960px;
}
#content-wrapper {
	margin:0 0 0 300px;
	width:509px;
}
#nav {
	margin:0;
	padding:15px 0 0 0;
}
#nav-inner {
	height:216px;
	background:url('/img/nav/nav.png');
	margin:0;
	padding:25px 0 0 0;
	text-align:center;
}
#content {
	background:url('/img/content_bg.png');
	margin:0;
	z-index:100;
}
#content-inner{
	padding:7px 40px 40px 40px;
}
#left{
	position:absolute;
	margin:0 0 0 120px;
	width:323px;
	height:360px;
	background-repeat:no-repeat;
}
#right {
	position:absolute;
	margin-left:680px;
	width:300px;
	height:800px;
	background-repeat:no-repeat;
}
#footer{
	padding:20px 0;
	margin:0 0 0 300px;
}
#footer img{
	margin:0 20px 0 0;
}