/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */


/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol {   list-style-type: none; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Johan Raes
 */
 
 
 
 
 
 
 
 
 
 
 
 
 
/*////////////////////////////////////////////////////////
DE ZWERVER
////////////////////////////////////////////////////////*/

	.group:after, .row:after, .column:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	* html .group, * html .row, * html .column {
		height: 1%;
	}
	
	*:first-child+html .group, *:first-child+html .row, *:first-child+html .column {
		min-height: 1px;
	}

	body {
		color: #000;
		font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
		font-size: 62.5%;
	}

	a:link    { color: #f15a29 }
	a:visited { color: #f15a29 }
	a:hover   { color: #27aae1 }
	a:active   { color: #ffc20e }
	

	body.bg_oranje {
		background-color: #fff5e4;
	}	

	body.bg_rood {
		background-color: #feecdf;
	}	

	body.bg_blauw {
		background-color: #e7f0fa;
	}
 
 
  
 
 

	

	

	#container {
		overflow: auto;
		padding: 15px;
		width: 960px;
	}

 	#container-left {
		position: fixed;
 		float: left;
 		width: 120px;;
 	}
 	
 	#container-agenda {
		float: left;
		padding-left: 140px;
 		width: 280px;;
 	}
 	
  	#home, #main {
 		float: right;
 		position: relative;
/*		clear: both;*/
		padding: 0px 10px 10px 0px;
 		width: 570px;
 	}
 	 	
	#content {
	
		background-color: #FFF;
		clear: both;
		padding: 15px;
		padding-bottom: 15px;
	}
	
	.textpage-header {
		background-color: #FFF;
		margin-bottom: -2px;
		
	}

	#main-big {
 		float: left;
/*		padding: 10px;*/
		width: 810px;
		left: 140px;
		padding-left: 15px;
		position: absolute;
	}


/*////////////////////////////////////////////////////////
AGENDA OVERVIEW
////////////////////////////////////////////////////////*/

#agenda-overview {
	width: 100%;

}

#agenda-overview>li {
	background-color: #FFF;
	display:block;
	height:175px;
	margin-bottom: 15px;
	width: 100%;
}

#agenda-overview>li:hover {
	background-color: #EFEFEF;
	cursor: pointer;
}


#agenda-overview>li.archief {
	background-color: #FFF;
	display:block;
	height:75px;
	margin: 0 15px 15px 0;
	padding: 15px;

	width: 44%;
	float: left;
}

#agenda-overview>li.archief:hover {
	background-color: #EFEFEF;
	cursor: pointer;
}

#agenda-overview>li>div {
	clear:both;
}

#agenda-overview>li h2 {
	padding-bottom: 5px;
	display:block;
	width:390px;
}

#agenda-overview>li>div>img {
	display:block;float:left;width:295px;
}

#agenda-overview .cat_img {
	border: 1px solid #c5c5c5;
	float: right;
	height: 66px;
	width: 66px;
	margin-top: 10px;
	margin-right: -3px;
}

#agenda-overview>li>div .info {
	float:left;
	height: 145px;
	padding: 15px;
	width: 350px;
}

#agenda-overview>li>div .info .lineup_archief {
	display: none;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1.3em;
	padding-bottom: 5px;
	text-transform: uppercase;	
	width: 350px;
}


#agenda-overview>li>div .extra {
	float:left;
	padding: 15px;
	width: 64px
}

#agenda-overview>li>div .extra .tickets {
	background-color: #f15a29;
	color: #FFF;
	padding: 2px 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.overview_hoofdafbeelding {
	width: 295px;
	height: 175px;
}

a.tickets {
	background-color: #f15a29;
	color: #FFF;
	padding: 2px 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

a.reserveer {
	background-color: #FFF;
	color: #000;
}

a.gratis {
	background-color: #27aae1;
	color: #FFF;
}

a.cancelled {
	background-color: #CCC;
	color: #444;
}

a.uitverkocht {
	background-color: #27aae1;
	color: #FFF;
}

a.tickets:hover {
	background-color: #000;
	color: #FFF;
}

#agenda-overview>li>div .title {
	float:left;
}

.agenda-archief .jaar {
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-size: 1.8em;
	text-transform: uppercase;
}

.jaar {
	text-decoration: none;
}

.jaar:link {color:#000;}
.jaar:visited {color:#242424;}


/*////////////////////////////////////////////////////////
AGENDA DETAIL
////////////////////////////////////////////////////////*/


#event_header {
	clear: both;
	width: 100%;
}

#event_header>div {
	height: 200px
}

#event_header h4 {
	font-size: 1.2em;
}

#event_content {
	background-color: #FFF;
	clear: both;
	padding-top: 12px;
	width: 100%;
}

#event_header .rechts {
	float: right;
	text-align:right;
}

#event_info {
	background: #f15a29;
	color: #FFF;
	padding: 2% ;
	margin-bottom: 15px;
	margin-top: -15px;

}

#event_info .date {
	padding-bottom: 5px;
}

#event_info .subtitel {
	font-size: 1.1em;
	padding-bottom: 5px;
	text-transform: uppercase;
}



#event_info h1{
	font-size: 2.2em;
	line-height: 100%;
	padding-bottom: 5px;
}


#event_header .rechts div {
	padding-left: 65%;
}



#event_content h1 span, #event_content h2 span {
	color:#888;
	font-size:16px;
	font-weight:normal;
	padding-left: 5px;
}

.box {
  margin: 5px;
  padding: 5px;

  float: left;
  width: 550px;
}

.link-icons, .link-icons li {
	display: inline;
}

	#mediabox {
		padding-bottom: 15px;
		position: relative;
		clear: both;
		width: 100%;

	}
	
	#mediabox h3 {
		clear: both;
		width: 100%;
	}
	
	#event_content {

		clear: both;
	}
 	
	#linksbox {
		padding: 2%;
		clear:both;
		font-size: 1.2em;
		line-height: 155%;
		width: 100%;
		float: none;

	}


.videothumb {
	background-color: #000;
	float: left;
	width: 245px;
	min-height: 200px;
	margin: 0 15px 15px 0;
}

.videothumb .caption {
	background-color: #242424;
	color: #FFF;
	height: 30px;
	margin-top: -42px;
	padding: 5px;
	position: absolute;
	text-transform: uppercase;
	width: 130px;
	z-index: 2;
}

span.ticketbtn {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}



.yearlist, .yearlist li {
	display: inline;
}

.yearlist li {
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-size: 2.4em;
}


.yearlist li a {
	text-decoration: none;
}

.yearlist li a:link    { color: #f15a29 }
.yearlist li a:visited { color: #f15a29 }
.yearlist li a:hover   { color: #27aae1 }
.yearlist li a:active   { color: #ffc20e }


.yearlist li.active a:link    { color: #242424 }
.yearlist li.active a:visited { color: #242424 }
.yearlist li.active a:hover   { color: #f15a29 }
.yearlist li.active a:active   { color: #27aae1 }


/*////////////////////////////////////////////////////////
NAV
////////////////////////////////////////////////////////*/

	#top-nav-select {
		display: none;
	}

	
 	#logo {
 		width: 118px;;
		padding: 0 0px 15px 0px;
 		
 	}
 	
 	#nav {
 		padding: 5px 10px 25px 0px;
 	}
 	
 	#nav>div {
 	text-align:center;
 	padding-left:35%;
 	
 	}
 	
 	#nav>ul {
 		padding-left: 20px;
		list-style: none;
	}

	#nav>ul>li{
		font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
		font-size: 1.8em;
		text-transform: uppercase;
	}

	#nav>ul>li>ul{
	margin-left: 5px;
	}

	#nav>ul>li li{
		font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
		font-size: .5em;
	}

	#nav>ul>li a {
		text-decoration: none;
	}

	#nav>ul>li a:link    { color: #ffc20e }
	#nav>ul>li a:visited { color: #ffc20e }
	#nav>ul>li a:hover   { color: #f15a29 }
	#nav>ul>li a:active   { color: #27aae1 }

	#nav>ul>li.selected a:link    { color: #f15a29 }
	#nav>ul>li.selected a:visited { color: #f15a29 }
	#nav>ul>li.selected a:hover   { color: #27aae1 }
	#nav>ul>li.selected a:active   { color: #ffc20e }

	#nav>ul>li li a:link    { color: #27aae1 }
	#nav>ul>li li a:visited { color: #27aae1 }
	#nav>ul>li li a:hover   { color: #f15a29 }
	#nav>ul>li li a:active   { color: #27aae1 }
 	
 	#nav>ul>li.selected li.selected a {
		color:#000;
	}
 	
	/*///// SOCIAL BUTTONS /////*/
	
	#social-buttons {
		width: 60%;

		padding: 15px;
	}	
	
	#social-buttons ul, #social-buttons li {
		display: inline;
	}

	/*///// SEARCH /////*/

	#search {
		clear: both;
		padding:  15px 0 15px 25px;
	}
	
	#search>label {
	display: none;
		clear: both;
		margin: 3px 0 0 5px;
		text-transform: uppercase;
		width: 12%;
	
	}

	#search>#keywords {
		border: 1px solid #CCC;
		float: left;
		color: #969696;
		font-size: 1.1em;
		padding: 2%;
		width: 60px;
	}
	
	#search .submit {
		float: right;
		margin: 3px 0 0 5px;
		text-align: right;

	}

/*////////////////////////////////////////////////////////
SEARCH RESULTS
////////////////////////////////////////////////////////*/
	
.searchResults td {
	padding: 10px 0	;
}

.resultRowOne, .resultRowTwo {
	border-bottom: 1px solid #EEE;
}

/*////////////////////////////////////////////////////////
SLIDER HOME
////////////////////////////////////////////////////////*/


#slider_home {
	clear: both;
	float: left;
	overflow: hidden;
	margin-right: 1%;
	width:500px; 
	height:300px;
	color:#FFF;
}

.slider_caption {
	color: #FFF;
	font-size: 1.2em;
	padding: 10px 20px;
	height: 100%
}

.slider_caption a {
	color: #FFF;
	text-decoration: none;
}

.slider_caption h3 {
	font-size: 2.8em;
	font-weight: normal;
}

.pager a {
	margin: 1px;
	padding: 5px;
	text-decoration: none;
}

.pager a:link {
	background-color: #FFF;
	color: #242424;
}

.pager a:visited {
	background-color: #FFF;
	color: #242424;
}

.pager a:hover {
	background-color: #000;
	color: #FFF;
}

.pager a.activeSlide {
	border: 1px solid #AAA;
	padding: 4px;
}

.slider_caption {
	padding:25px;
	position: relative;
	width:170px;
	height:60px;
}


.pager {
	position: absolute;
	z-index: 99;
	margin-left: 20px;
	margin-top: -20px;
	
}

/*////////////////////////////////////////////////////////
HOME
////////////////////////////////////////////////////////*/


	#home {
		list-style: none;	
	}


	#home-news {
		clear: both;
		width: 550px;
		padding-top: 15px;
	}
	
	#home, #main, #copy {
/*		left: 435px;*/
/*		padding-left: 15px;*/

/*		position: absolute;*/
/*		width: 550px;*/
width: 515px;

	}

	#home-news .col4,#home-news .col2 { 
		width: 550px;
	}

	#home-news .col1 {
		width: 165px;
	}

	.home p {
		font-size: 1.4em;
	}

	.home h1>span {
		font-size: .9em;
	}

	.news h2 {
		line-height: 100%
	}


	#news_home {
		position: relative;
		padding-top: 25px;
		top: 10px;
	}
	
#home {
	list-style: none;	
}

#home-news .col1, #home-news .col2 {

	float: left;
}

.news {
	padding: 10px 10px 5px 10px
}

.Oranje, .Blauw, .Rood, .Zwart {
	background-color: #FFF;
}

.Oranje:hover {
	display: block;
	background-color: #ffc20e;
}

.Blauw:hover {
	display: block;
	background-color: #27aae1;
}

.Rood:hover {
	display: block;
	background-color: #f15a29;
}

.Zwart:hover {
	display: block;
	background-color: #000;
}



.home {
	background-repeat: no-repeat;
}

.news-img {

}

#home-news h2 a {
	text-decoration: none;
	line-height: 90%;
}

.Oranje a:link {
	color: #ffc20e;
}

.Oranje a:visited {
	color: #ffc20e;
}

.Blauw a:link {
	color: #27aae1;
}

.Blauw a:visited {
	color: #27aae1;
}

.Rood a:link {
	color: #f15a29;
}

.Rood a:visited {
	color: #f15a29;
}

.Zwart a:link {
	color: #000;
}

.Zwart a:visited {
	color: #000;
}

.news:hover a:link {
	color: #FFF;
}

.news:hover a:visited {
	color: #FFF;	
}

.news:hover .leesmeer a {
	color: #000;
}

.leesmeer:hover a {
	color: #FFF;
}

.Zwart:hover, .Rood:hover, .Blauw:hover, .Oranje:hover {
	color: #FFF;	
}

#pagination {
	text-align: right;
	background-color: black;

}


/*////////////////////////////////////////////////////////
NIEUWS
////////////////////////////////////////////////////////*/


.fotoreeks li {
	float: left;
	padding-right: 5px;
}

.next-nav {
	float: right;
	text-align: right;
	width: 50%
}

.prev-nav {
	float: left;
	width: 50%
}

.prev-nav a, .next-nav a {
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
}

.prev-nav a:link, .next-nav a:link, .prev-nav a:visited, .next-nav a:visited {
	background-color: #000;
	color: #FFF;
}

.prev-nav a:hover, .next-nav a:hover {
	background-color: #27aae1;
	color: #FFF;
}

.prev-nav a:active, .next-nav a:active {
	background-color: #ffc20e;
	color: #000;
}

#nieuws_detail_nav {
	clear: both;
	padding: 60px 0 15px 0;
}


/*////////////////////////////////////////////////////////
PROMO
////////////////////////////////////////////////////////*/
	
#promo>div {
	height: 260px;
	margin-bottom: 10px;
/*	padding: 15px;*/
	width: 280px;
	
}

#promo>div:hover {
	color: #FFF;
	cursor: pointer;
	background-image: none;
	background-color: #000;
}

#promo .links {
	text-align:left;
}

#promo .rechts {
	text-align:right;
}


#promo div div {
	font-size: 2.2em;
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	padding: 15px;
	height: 100px;
}

#promo div .onder {
	position: relative;
	top: 130px;
	height: 100px;
}

#promo>div:hover .bg {

	background: rgba(0, 0, 0, 0.7);
	width: 250px;
/*	height: 220px;*/
}


#promo div div .locatie {
	color: inherit;
	font-size: .5em;
}


/*////////////////////////////////////////////////////////
GESCHIEDENIS
////////////////////////////////////////////////////////*/
	
#geschiedenis>div {
	height: 260px;
	margin-bottom: 10px;
/*	padding: 15px;*/
	width: 285px;
	
}



#geschiedenis div div {
	background: rgba(0, 0, 0, 0.7);
	width: 230px;
	font-size: 1.2em;
	color: #FFF;
	height: 30px;
	top:215px;
	position: relative;
	padding: 15px  15px 0px 15px ;
	width: 255px;
}



/*////////////////////////////////////////////////////////
AGENDA
////////////////////////////////////////////////////////*/

	#agenda>ul {
		list-style: none;
	}

	#agenda .header {
		border-bottom: #f15a29 1px solid;
		color: #f15a29;
		font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
		font-size: 2.2em;
		text-transform: uppercase;
	}

	#agenda>ul>li>div {
		background-color: #FFF;
		clear: both;
		cursor: pointer;
		padding: 15px;
		margin-bottom: 15px;
	}

#agenda>ul>li>div:hover {
	background-color: #ffc20e
}

/*#agenda>ul>li */a.tickets {
	float: right;

	background-color: #f15a29;
	color: #FFF;
	padding: 2px 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

/*#agenda>ul>li*/ a.gratis {
	background-color: #27aae1;
	cursor: default;
}

/*#agenda>ul>li*/ a.uitverkocht {
	background-color: #ffc20e;
	cursor: default;
}


#agenda>ul>li h2 {
	clear: both;
	padding: 3% 0;
}

#agenda>ul>li h2>.country {
	font-size:.8em;
	font-weight: normal;
 }

#agenda>ul>li .cat_img {
	float: right;
	padding-top: 6px;
}
/*
p.tickets {
	left: 188px;
	float: right;
	width: 62px;
	z-index: 2
}

p.tickets span, p.tickets a {
	display: block;
	font-weight: bold;
	padding: 2px;
	margin-left: -4px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

p.tickets span {
	background-color: #EFEFEF
}

p.tickets a:link, p.tickets a:visited {
	border: #f15a29 2px solid;
	color: #000;
}

p.tickets a:hover {
	background-color: #000;
	border: #000 2px solid;
	color: #FFF;
}

p.tickets a:active {
	background-color: #f15a29;
	border: #f15a29 2px solid;
	color: #FFF;
}
*/
#agenda p.date {
	color: #646464;
	float: left;
	font-size: 1.2em;

	text-transform: uppercase;
}

.agenda ol, .agenda ul {
	list-style: none;
}

#agenda>ul>li h2 {
	clear: both;
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 100%;
	padding-bottom: 5px;
text-transform: uppercase;
}

#agenda>ul>li h4 {
	clear: both;

	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 5px;
	text-transform: uppercase;	
}

p.locatie {
	color: #009cde;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;	
}

p.subtitel {

	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1.1em;
	padding-bottom: 5px;
	text-transform: uppercase;	
	width: 350px;
}



.quote {
	display: block;
	font-family :Georgia,"Nimbus Roman No9 L",serif;
	font-size: 1em;
	font-style: italic;
}	

#recensies {
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}

#recensies h4 {
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#recensies h4 a {
	text-decoration: none;
}

/*////////////////////////////////////////////////////////
ZIE OOK
////////////////////////////////////////////////////////*/

.zie-ook {

}

.zie-ook li {
	background-color: #FFF;
	clear: both;
	height: 20px;
	margin-bottom: 15px;
}

.zie-ook>li>img {
	float: left;
	display: block;
	width: 60px;
}

.zie-ook>li>div {

	float: left;
	padding: 0 15px ;
}






/*////////////////////////////////////////////////////////
LOCATIES
////////////////////////////////////////////////////////*/

#map_nav {
	background-color: #FFF;
	height: 300px;
	width: 100%;
}

#map_nav>div {
	border: 1px #444 dotted;
	float: left;
	height: 45px;
	padding: 5px 15px;
	margin: 15px 0 0 15px;
	width:132px;
	

}

#map_canvas {
	left: 0px;
	position: absolute;
	width: 550px;
	height: 600px;
}



/*////////////////////////////////////////////////////////
RESERVATIEFORMULIER
////////////////////////////////////////////////////////*/


.reserveer form p {
	clear: both;
	padding-top: 12px;
}

.reserveer form label {
	float: left;
	text-align: right;
	width: 200px;
	padding-right: 15px;
}

.reserveer form input, .reserveer form textarea {
	float: left;
	width: 200px;
	border: 1px solid #CCC;
	color: #969696;
	font-size: 1.1em;
}

.reserveer .submit {
	background-color: #FEFEFE;
}



/*////////////////////////////////////////////////////////
WIE IS WIE
////////////////////////////////////////////////////////*/



.wie-is-wie li {
	clear: both;
	
}

.wie-is-wie .foto {
	float: left;
	width: 160px;
	padding-right: 15px;
}

.wie-is-wie .info {
	float: left;
	width: 300px;
}

.wie-is-wie p {

	
}

/*////////////////////////////////////////////////////////
FOOTER
////////////////////////////////////////////////////////*/





footer {
	clear: both;
		background-color: #FFF;
	text-align: center;
	width: 100%;
}

footer a {
	text-decoration: none;
}


#bottom-nav>ul {
	width: 960px;
}

#bottom-nav>ul>li {
	font-size: 1.7em;
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	float: left;
	padding: 2%;
	width: 8.5%;
	
	
}

#bottom-nav>ul>li>ul {
	clear: both;
	display: block;
}

#bottom-nav>ul>li>ul>li {
	clear: both;
	display: block;
	font-size: .6em;	
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	text-transform: uppercase;
}



#sponsors {
	clear: both;
	display: block;
	text-align: center;
	padding-top: 25px;
	width: 960px;
	
}
#sponsors>ul {

  margin-left: auto ;
  margin-right: auto ;
  width: 50%;
}

#sponsors li {
	float: left;

	width: 16.667%
}

#copycredits .adres {
	float: left;
	text-align: left;
	width: 480px;
}

#copycredits .copy {
	float: left;
	text-align: right;
	width: 480px;
}

#copycredits {
	clear: both;
	padding: 25px 0 0 15px;
	height: 20px;
	text-transform: uppercase;
	width: 960px;
}
























































/*////////////////////////////////////////////////////////
TYPO
////////////////////////////////////////////////////////*/


h1 {
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-size: 2.8em;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
}

#copy p, #home-news p, #main p, #main li {
	font-size: 1.2em;
	line-height: 140%;
	padding-bottom: 12px;
}

.zie-ook p {
	font-size: 1em;
	padding-bottom: 0px;
	text-transform: uppercase;
}

.zie-ook h5 {
	font-family: LeagueGothicRegular, Georgia, Palatino, Times New Roman, serif;
	font-size: 1.5em;
	padding-bottom: 5px;
	text-transform: uppercase;
	
	font-weight: normal;
}

.zie-ook a {
	text-decoration: none;
	padding: .2em .4em;
}

.leesmeer {
	text-align: left;
}

.leesmeer a {
	text-decoration: none;
	font-size: .9em;
	padding: .2em .4em;
}

.zie-ook a:link, .leesmeer a:link {	

	background-color: #FFF;
	color: #000;
}

.zie-ook a:visited, .leesmeer a:visited {
	background-color: #FFF;
	color: #000;
}

.zie-ook a:hover, .leesmeer a:hover {
	background-color: #000;
	color: #FFF;
}

.leesmeer a:active {

}


@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../webfonts/league_gothic-webfont.eot');
    src: url('../webfonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/league_gothic-webfont.woff') format('woff'),
         url('../webfonts/league_gothic-webfont.ttf') format('truetype'),
         url('../webfonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}





















/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

