* { 
	margin: 0; 
  padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
	height:100%;
  width:100%;
  overflow:hidden;
  font-family: helvetica, arial, sans-serif;
  font-size : 11px;
  color : #727272;
}

/* Container */

#cont {
  position:absolute;
  top:0;
  left:0;
  overflow-y: scroll;
  z-index:70;
  background: url(../images/stripe.gif);
}

/* Top */ 
#top_cont {
	width : 100%;
	height : 28px;
	background-color : #000;
}

#top {
	margin: 0 auto; 
	width : 960px;
}

#logo {
	width : 100px;
	height : 20px;
	padding : 8px 0 0 0px;
	float : left;
	color : #fff;
	text-transform : uppercase;
}

#logo a:link, #logo a:visited, #logo a:hover {
	color : #fff;
	text-decoration : none;
}

#menu {
	width : 860px;
	float : left;
}

/* Menu Top */

#nav {
	list-style : none;
	float : right ;
	padding: 0;
	margin: 0;
}

#nav li {
	float :left;
}

#nav li a:link , #nav li a:visited  {
	display:block;
	height : 20px;
	padding : 8px 35px 0 35px;
	font-weight :bold;
	text-transform : uppercase;
	color : #fff;	
	cursor: pointer;
}

#nav li a:hover, #nav li a.active, ul#nav li:hover a, ul#nav li.hover a  {
	background : #fff url(../images/menu_li_hover_down.gif) right no-repeat;	
	color : #000;
	text-decoration : none;
}

/* dropdown */

#nav ul {
	width : 150px;
	background : #fff;
	z-index: 666;
}

#nav li ul li a:link , #nav li ul li a:visited {
  font-size : 10px;
	color : #a3a3a3;
	text-transform : none;
	padding : 5px 10px 0 10px;
	width : 120px;
	background: none;
	font-weight: normal;
}

#nav li ul li a:hover {
	background : #fff url(../images/menu_dropdown_hover.gif) right no-repeat;	
	color : #000;
	text-decoration : none;
}

/* Pagina titel */

div#pagetitle  {
	position : relative ;
	width : 960px;
	height : 60px;
	margin: 55px auto 0 auto; 
}

div#pagetitle h2 { 
	font-family: helvetica, arial, sans-serif;
  font-size : 43px;
  font-weight : bold;
  text-transform : uppercase;
  color : #fff;
  background:none;
  padding: 0;
}


/* White Box Content */

/* FIX om inhoud div mee te laten stretchen zonder table*/
/* moz 1.4 requires something in the content field */ 
#box:after{
content: "."; display: block;  clear: both;}

#box { 
	position : relative ;
  margin: 0 auto 50px auto; 
  width: 860px;
  min-height: 500px;
  background: #fff url(../images/grung_bg.jpg); 
  padding : 50px;
}

#content_center {
	width : 460px;
	float : left;
	padding : 0;
	margin : 0;
}

#content_center_b, #content_center_c {
	margin : 20px 0 0 0;
	border-top : 1px dashed #d1cecb;
	padding : 20px 0 0 0;
}

#content_right {
	width : 305px;
	float : left;
	padding : 0;
	margin : 0 0 0 95px;
}

#content_right_a, #content_right_b, #content_right_c, #content_right_d {
	margin : 0 0 50px 0;
}

#content_allshows {
	width : 100%;
	float : left;
	padding : 0;
	margin : 0;
}

/* Footer */

#footer_cont {
	position : relative;
	bottom : 0;
	width : 100%;
	height : 28px;
	background-color : #000; 
}

#footer {
	margin: 0 auto; 
	width : 960px;
}

#footer_left {
	height : 28px;
	float : left;
	color : #fff;	
	line-height : 28px;
	vertical-align : middle;
}

#footer_right {
	text-align : right;
	height : 16px;
	padding : 6px 0 6px 0;
}

/* content - general elements */

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0 0 0.6em;
}

h1 {
	color : #fff;
  font-family: helvetica, arial, sans-serif;
  font-size : 11px;
  font-weight : normal;
  margin : 0;
}

h1 span {
	font-weight : bold;
}

h2 {
	font-family: helvetica, arial, sans-serif;
  font-size : 43px;
  font-weight : bold;
  text-transform : uppercase;
  color : #fff;
  background:none;
  padding: 0;
}

h3 {
  font-family: helvetica, arial, sans-serif;
  font-size : 17px;
  font-weight : bold;
  text-transform : uppercase;
  background: url(../images/title_infix_big.gif) no-repeat;
  padding : 0 0 10px 40px;
}

h4 {
	color : #caaf1d;
  font-family: helvetica, arial, sans-serif;
  font-size : 11px;
  font-weight : bold; 
}

h5 {
	color : #000;
  font-family: helvetica, arial, sans-serif;
  font-size : 11px;
  font-weight : bold; 	
  padding : 5px 0 5px 0;
  text-transform : uppercase;
  float: left;
}

a:link, a:visited {
  color : #caaf1d;
  text-decoration: none;
  outline: 0px;
}

a:hover, a:active {
  color : #caaf1d;
  text-decoration: underline;
}

img {
  border: 0;
}

p {
	line-height : 15px;
	margin:0 0 0.9em;
}

ul, ol {
  margin: 0 0 0.9em 1.8em;
  padding: 0;
}

ul li, ol li {
  margin: 0;
}

table {
  width:100%;
  border:0px;
  border-collapse:collapse;
}

table td {
  text-align: left;
  vertical-align: top;
}

a.readmore:link, a.readmore:visited  {
	display : block;
	color : #000;
  font-family: helvetica, arial, sans-serif;
  font-size : 11px;
  font-weight : bold; 	
  clear : both;	
  float: right;
  padding : 5px 0 5px 0;
  text-transform : uppercase;
}

a.readmore:hover {
	text-decoration : none;
}	

div.bandHead a.readmore {
	float:right;
	clear:none;
	padding : 5px 0 5px 0;
}

.inputbox {
	width: 150px;
  font-size : 11px;
  color : #727272;
  background-color: fff;
  border: 1px solid #727272;
  margin-right: 10px;
  padding : 2px;
}

.button {
	width: 100px;
	border: 0;
	background: #000;
	color: #fff;
  font-size : 11px;
	font-weight: bold;
	cursor: pointer;	
	padding: 2px;
}

label {
	display: block;
	width : 150px;
	float: left;
}

label.error {
	float: right;
	color: red;
	margin : -4px;
}

.textarea {
	width: 200px;
	height : 100px;
  font-size : 11px;
  color : #727272;
  background-color: fff;
  border: 1px solid #727272;
  margin-right: 10px;
  padding : 2px;
}

p.submit input.button{
	margin-left: 256px;
}

/* Opmaak modules */

/* Calendar Upcoming Shows Big */

table#calendar_big {
	list-style : none;
	width : 100%;
	margin: 20px 0 20px 0;;
	padding : 0;
}

table#calendar_big tr {
	height: 25px;
	line-height: 25px;
	vertical-align: middle; 
	border-bottom : 1px dashed #d1cecb;
}

table#calendar_big tr.head {
	border: none;
}

table#calendar_big th {
	text-align: left;
	background-color : #000;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
}

table#calendar_big td {
	padding-left: 5px;
	width : 150px;
}



/* Calendar Upcoming Shows Small*/
ul#calendar {
	list-style : none;
	width : 305px;
	margin : 0 0 10px 0;
	padding : 0;
	line-height : 15px;
}

ul#calendar li {
	background : none;	
	border-bottom : 1px dashed #d1cecb;
	padding : 5px 0 5px 0;
	font-weight: bold;
}

ul#calendar li.arrow {
	background : url(../images/li_arrow.gif) right no-repeat;	
}

ul#calendar li:hover {
	background: none;
}

ul#calendar li.arrow:hover {
	background: #e6e6e6 url(../images/li_arrow.gif) right no-repeat;
}

ul#calendar li a.date, ul#calendar li a.date:hover, ul#calendar li a.date:visited{
	display:block;
	clear: both;
	width : 305px;
	color : #727272;
	text-decoration: none;
	float:left;
	cursor: pointer;
}

ul#calendar li span.date {
	display:block;
	clear: both;
	width : 305px;
	color : #727272;
	text-decoration: none;
	float:left;
}

ul#calendar li a.band, ul#calendar li a.band:hover, ul#calendar li a.band:visited{
	display : inline;
	clear: both;
	color : #caaf1d;
  font-family: helvetica, arial, sans-serif;
  font-size : 13px;
  font-weight : bold; 	
  text-transform: uppercase;
  text-decoration: none;
}

ul#calendar li a.title, ul#calendar li a.title:hover, ul#calendar li a.title:visited, ul#calendar li span.title {
	display: block;
	width : 305px;
	color : #caaf1d;
	clear: both;
  font-family: helvetica, arial, sans-serif;
  font-size : 13px;
  font-weight : bold; 	
  text-transform: uppercase;
  text-decoration: none;
}

/* Link blok bands */

ul#bandLinks {
	list-style: none;
	margin : 0;
	padding : 0;
}

ul#bandLinks li {
	height : 30px;
	line-height: 30px;	
	vertical-align: middle;
}
ul#bandLinks li img {
	float: left;
}
ul#bandLinks li a {
	float : left;
	display: block;
	height : 20px;
	line-height: 20px;	
	vertical-align: middle;
	color: #727272;
	padding-left: 10px;
}

/* All Bands */

div.band {
	clear: both;
}

div.bandImage {
	margin: 0 0 10px 0;
}

/* News */

div.newsHead {
	width: 100%;
	font-weight: bold;
}
span.newsTitle {
	width: 400px;
	padding-left: 20px;
	font-weight: bold;
}
div.newsContent {
	clear:both;
	margin: 5px 0 10px 0;
}


/*
	 FULL Sized background layout
	 by Chris Coyier
	 http://css-tricks.com
*/

#bg { 
  position: fixed; 
}

#bg div {
  height:200%;
  left:-50%;
  position:absolute;
  top:-50%;
  width:200%;
}

#bg td {
  text-align:center;
  vertical-align:middle;
}

#bg img {
  margin:0 auto;
  min-height:50%;
  min-width:50%;
}

#focus-stealer { 
	position: absolute;
	left: -9999px;
}


