@charset "utf-8";


/* RESET */
/* ############################################## */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
  margin: 0;
  padding: 0;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img 
{
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var 
{
  font-style: normal;
  font-weight: normal;
}
 
ol,ul
{
  list-style: none;
}

caption, th 
{
  text-align: left;
} 

h1,h2,h3,h4,h5,h6
{
  font-weight: normal;
} 

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

abbr, acronym 
{
  border: 0;
}

object
{
  position: relative;
}



/* RESET */
/* ############################################## */



html
{
  width: 100%;
  height: 100%;
  line-height: 100%;
  background: #000000 url(/img/html_bg.jpg) no-repeat center top;
}

body
{
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.8em; 
  color: #a56060;
}

body.bg1 { background: url(/img/body01.jpg) no-repeat center 62px; }
body.bg2 { background: url(/img/body02.jpg) no-repeat center 62px; }
body.bg3 { background: url(/img/body03.jpg) no-repeat center 62px; }
body.bg4 { background: url(/img/body04.jpg) no-repeat center 62px; }
body.bg5 { background: url(/img/body05.jpg) no-repeat center 62px; }


a
{
  color: #ffffff;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#page
{
  position: relative;
  width: 100%;
  text-align: left;
  min-height: 100%; 
  height: auto !important; 
  height: 100%; /* for IE */
  line-height: 160%;
}

a#hyves
{
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(/img/hyves_32.png) no-repeat left top;
}

a#facebook
{
  display: block;
  position: absolute;
  top: 15px;
  right: 62px;
  width: 32px;
  height: 32px;
  background: url(/img/facebook_32.png) no-repeat left top;
}

a#twitter
{
  display: block;
  position: absolute;
  top: 15px;
  right: 104px;
  width: 32px;
  height: 32px;
  background: url(/img/twitter_32.png) no-repeat left top;
}

a#hyves span,
a#facebook span,
a#twitter span
{
  display: none;
}

#header
{
  width: 100%;
  height: 260px;
  clear: both;
}

#header h1
{
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 215px;
  text-indent: -9999px;
  background: url(/img/logo.png) no-repeat 105px 21px;
}

#header h1 a
{
  display: block;
  margin: 0px auto;
  width: 305px;
  height: 197px;
}

#header ul#nav
{
  padding: 15px 0 0 60px;
}

.admin #header ul#nav
{
  padding: 15px 0 0 29px;
}

#header ul#nav li
{
  display: inline;
  float: left;
  padding-right: 10px;
}

#header ul#nav li a
{
  font-size: 1.8em;
  color: #a56060;
  text-decoration: none;
}

#header ul#nav li a:hover,
#header ul#nav li a.active
{
  color: #FFFFFF;
}

#container
{
  position: relative;
  margin: 0px auto;
  padding-bottom: 20px;
  width: 511px;
  min-height: 850px;
}

* html #container
{
  height: 850px;
}

#container:after
{
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#container-footer
{
  display: none;
/*
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;
  height: 80px;
*/
}

#container .paragraph
{
  padding: 0 30px 0 30px;  
  margin: 0 0 20px 0;
}

#container .paragraph img
{
  max-width: 460px;
}

#container .video
{
  padding: 0 30px 0 30px;  
  margin: 0 0 30px 0;
}

#container .clip
{
  border: 1px solid #3C0000;
}

#container .audio
{
  text-align: center;
  margin: 10px 0 0 0;
}



/* GIGS */
/* ############################################## */


.gig
{
  background: #3C0000;
  min-height: 40px;
  padding: 7px 12px 7px 15px;
  margin: 0 0 10px 0;
  clear: both;
}

.gig:hover
{
  background: #781414;
  color: #F1F1F1;
}

.gig span.date
{
  display: block;
  width: 92px;
  float: left;
}

.gig span.event
{
  display: block;
  width: 260px;
  float: left;
}

.gig span.time
{
  display: block;
  width: 65px;
  float: right;
}

div.hr
{
  height: 20px;
  margin: 0 0 20px 0;
  background: url(../img/hr.png) no-repeat center bottom;
}

td.hr
{
  height: 20px;
  margin: 0 0 20px 0;
  background: url(../img/hr.png) no-repeat left top;
}

body div.admin table td
{
  padding: 2px;
}


/* REFERENTIES */
/* ############################################## */


ul#referenties
{
  display: block;
}

ul#referenties li
{
  display: block;
  float: left;
  background: none;
  list-style-type: none;
  margin: 0 5px 15px 0;
  padding: 0;
}

ul#referenties li a
{
  display: block;
  overflow: hidden;
  width: 145px;
  text-align: center;
}

ul#referenties li a img
{
  display: block;
  background: #fff;
  width: 145px;
  height: 100px;
}




/* TYPOGRAPHY */
/* ############################################## */


h2
{
  font-size: 40px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 10px 0 0 0;
  letter-spacing: -2px;
}

h3
{
  font-size: 1em;
  margin: 0 0 5px 0;
}

h4
{
  margin: 0 0 5px 0;
  font-size: 0.9em;
  font-weight: normal;
  color: #c7c7c7;
}

.white
{
  color: #FFFFFF;
}


/* COMMON */
/* ############################################## */


.keywords
{
  display: none;
}

.imgleft
{
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #222;
}

.clearfix:after 
{
 	content: ".";
 	display: block;
 	clear: both;
 	visibility: hidden;
 	line-height: 0;
 	height: 0;
}
 
.clearfix 
{
 	display: inline-block;
}
 
html[xmlns] .clearfix 
{
  display: block;
}
 
* html .clearfix 
{
 	height: 1%;
}

