/**************************************************************
   BOSSOS - Based on LazyDaysInTheCityTheme by Pat Heard 
  
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}




/**************************************************************
   #H E A D E R
 **************************************************************/

#header {
  position: relative;
  height: 193px;
}

/* title and subtitle - imgs or text */
#header #title {
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 85px;

  padding: 5px;
  text-align: right;
}

#header h1 {
   margin: 0;
  padding: 0;

  font: 3em ;
  font-weight:500;
  font-family: Tahoma;
  letter-spacing: 2px;
  text-transform: lowercase;
  color: #006bb3;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #00F0EC;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 0;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 1;

  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 70px;
  right: 400px;
}

#header_line {
width:100%;
background-image:url(../images/bg_header_undr.png);
background-repeat:repeat-x;
}

/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;
  padding-bottom:5px; 
 
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 0px 0.5em;

  font: 400 0.8em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #006bb3;
}

#mainMenu li a:hover,
#mainMenu li a.active {
  color: #e3001b;
  border-left: 2px solid #000;
      
  
}

#mainMenu li a.last {
  margin-right: 0;
}




/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/


.sideMenu {
background-color: #006bb3;

}


.sideMenutitle {

  font: 400 1.6em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  }

#sideMenucurl {
background-image:url(../images/curl_sidemenu.png);
background-position:center;
background-repeat: no-repeat;
height:47px;
margin-top:0px;
width:100%;

}

#sideMenubody {
color:#ffffff;
margin-left:10px;
padding-left:10px;
}

ul.sideMenu {
  margin: 0;
  padding: 0;
  
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.0em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;    
  
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #006bb3;
  background: #ffffff;
}

/* Active menu item */
.sideMenu li.here {
  display: block;  
  padding: 5px;
  color: #006bb3;
  background: #ffffff;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 25px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
  color: #9FF3FF;
  background: #5F5F5F url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

.sideMenutextlink {
color:#FFFFFF;
font: 800 1.0em verdana, arial, sans-serif;
text-decoration: none;
}


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 4em;
}


#start_artist {
	width:100%;
	background-image:url(../images/start_artist.png);
	background-repeat:repeat-x;
	height:30px;
	}
	
#between_artist {
	width:100%;
	background-image:url(../images/between_artist.png);
	background-repeat:repeat-x;
	height:75px;
	}
	
#end_final_artist {
	width:100%;
	background-image:url(../images/start_artist.png);
	background-repeat:repeat-x;
	height:30px;
	}	
	
#white_spacer {
	width:100%;
	background-image:url(../images/white_spacer.png);
	background-repeat:repeat-x;
	}	






/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background-image: url(../images/bg_footer.png) ;
  background-repeat:repeat-x;
    
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  color:#FFFFFF;
  padding-top: 1px;
  padding-left:10px;
  padding-right:10px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
 /*background-image: url(http://www.kunsthuis13.be/images/bg_bodytext.png);
background-repeat: repeat;*/
background-color:#ff9966;
}

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(maps.google.be),

url-prefix(http://www.maps.google.be){

#copyright

{display:none !important;}

}




