body{
  position: relative;
  text-align:center;
  min-width:800px;
  margin:0;
  font-size:62.5%;
}

body.home{ background:url(/images/back_home.jpg) no-repeat center bottom #000; }
body.biography{ background:url(/images/back_bio.jpg) no-repeat center bottom #000; }
body.discography{ background:url(/images/back_disco.jpg) no-repeat center bottom #000; }
body.events{ background:url(/images/back_events.jpg) no-repeat center bottom #000; }
body.audio{ background:url(/images/back_audio.jpg) no-repeat center bottom #000; }
body.links{ background:url(/images/back_links.jpg) no-repeat center bottom #000; }
body.modalbox{ background:url(/images/back_modalbox.jpg) no-repeat center bottom #000; }

h1,h2{ font-family: Impact, "Lucida Grande", Lucida, Verdana, sans-serif; font-weight: normal; text-shadow: #000e2c 2px 2px 4px; }

h3,h4,h5,h6{ font-family: Tahoma, Lucida, Verdana, sans-serif; font-weight: normal; text-shadow: #000e2c 2px 2px 4px; }

ul.list{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #666;
}

ul.list li{
	border-bottom: 1px dotted #666;
	padding: 0.3em 0.7em;
	background:url(/images/lijntje.gif) no-repeat 0px 1em;
}

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

#container{
  position: relative;
  margin:2em auto 0 auto;
  padding:0;
  width:800px;
  font-family:Verdana,Arial,Helvetica,Sans-serif;
  text-align:left;
  color:#999;
}

#container h1{ display:none; }
#container h2{ color: #888;}
#container h3{ margin-top: 0; }


#container a img{ border:none; }

#navigation{
  position: relative;
  height: 170px;
  width: 100%;
  background-position:top left;
  background-repeat: no-repeat;
  background-image:url(../images/logo_cp.png);
}

#navigation ul{
  position: absolute;
  top: 130px;
  left: 160px;
  float:left;
  list-style:none;
  padding:0;
  margin:0;
  width:100%;
}

#navigation li{
  float:left;
  line-height: 21px;
  margin:0;
  font-size: 24px;
  color: #038;
  text-transform: uppercase;
  font-family: Impact, Arial, Helvetica;
}

#navigation li a{
  float: left;
  display: block;
  color:#038;
  text-decoration:none;
}

li#tobiography, li#tobiography a{ color: #038; }
li#todiscography, li#todiscography a{ color: #038; }
li#toevents, li#toevents a{ color: #038; }
li#toaudio, li#toaudio a{ color: #038; }
li#togallery, li#togallery a{ color: #038; }
li#tolinks, li#tolinks a{ color: #038; }

#navigation li a:hover{ color: #FFF; }

#content{
  position: relative;
  float:left;
  clear:both;
  padding:10px 0 0 130px;
  font-size:1.1em;
  line-height:1.5;
  width: 670px;
}

#content a{
	color: #0734B9;
	text-decoration: none;
}

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

#content .column{
  position: relative;
  float:left;
  width:300px;
  padding-left:30px;
  padding-bottom: 30px;
}

#content .column-2{
  position: relative;
  float:left;
  width:610px;
  padding-left:30px;
  padding-bottom: 30px;
}

#content h3 em{
	font-style: normal;
	color: #038;
}
#mainnews h2, #biography_p1 h2, #mainevent h2, #audiocontent h2, #linkscontent h2{ color: #FFF; }

#events, #booking{ clear:left; }

#events ul, #mainevent ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #666;
}

#events ul li, #mainevent ul li{
	border-bottom: 1px dotted #666;
	padding: 0.2em 0;
}

#events ul li a{
	color: #999;
	text-decoration: none;
}

#mainevent ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#events ul li a:hover, #mainevent ul li a:hover{
	color: #999;
	text-decoration: none;
}

#events ul li a em{
	color: #FFF;
	font-style: normal;
}

#mainevent ul li a em{
	color: #FFF;
	font-style: normal;
}

#events ul li a span, #mainevent ul li a span{
	visibility: hidden;
}

#events ul li a:hover span, #mainevent ul li a:hover span{
	visibility: visible;
	color: #FFF;
}

#booking p{
	margin: 0;
}
#booking a {color:#FFFFFF; font-size:12px}

#container #flickr a img, #container #gallery a img{border:2px solid #0734B9; margin:0 20px 20px 0; display:inline;}
#container #flickr a:hover img, #container #gallery a:hover img{border:2px solid #FFF;}

#gallery div{float:left;}

#flickr_badge_image1{ float: left; }
#flickr_badge_image2{ float:left; }
#flickr_badge_image3{ float: left; }
#flickr_badge_image4{ clear:both; float: left; }
#flickr_badge_image5{ float: left; }
#flickr_badge_image6{ float: left; }

#container #linked.column{
	position: absolute;
	right: 0;
	top: 100px;
	width: 150px;
	padding: 0;
}

#linked p{
	width: 100%;
	text-align: center;
}

#linked p img{
	margin-bottom: 20px;
}


#linkscontent a{
	color: #FFF;
}

#content a.download{
	display: block;
	text-indent: -10000px;
	height: 21px;
	width: 98px;
	background: url(/images/download_btn.gif) no-repeat top left;
}
#audiocontent h3 em {color:#FFFFFF}
#audiocontent h3 {color:#CECECE}


