/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Helvetica, Sans-Serif;
	background: #d5cb9a url('images/background-tile.jpg') repeat-x center top;
	color: #333;
	text-align: center;
	}

#page {
	margin-top:10px;
	border: 0px solid #959596;
	text-align: left;
	position:relative;
	}

#header {
	width:833px;
	background: url('images/rotate.php') no-repeat top center;
	}

#headerimg {
	font-size:50%;
	margin: 7px 9px 0;
	height: 195px;
	width: 833px;
	}

#headerimg{
	text-indent:-5000px;
}
	
.breadcrumb{
	background: url('images/breadcrumb-tile.png') repeat-x top;
	height:27px;
	margin-left:-1px;
	padding:3px 0 0 10px;
	width:825px;
}

.breadcrumb, .breadcrumb a{
		color:#f07354;
}

#content {
	position:relative;
	font-size: 1.2em;
	z-index:1;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	background: url('images/lees-meer.jpg') no-repeat center top;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
/*	background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
	}

small {
	font-family: 'Trebuchet MS', Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-left:10px;
	color:#d7674b;
	font-weight: bold;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*	font-weight: bold; */
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

.sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1#pagetitle{
	margin-top:-106px;
	padding-left:10px;
	padding-bottom:10px;
	color:#f57550;
	text-align: left;
	font-size:22px;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.sidebar {
	background: url('images/sidebar-right.gif') no-repeat center top;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#leftbar .sidebar{
	background: url('images/sidebar-left.gif') no-repeat center top;
}

.sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color:#f07354;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
/*	background-color: white;*/
	margin:auto;
	padding: 0;
	width: 833px;
/*	border: 1px solid #959596;*/
	}
#conteener{
	position:relative;
}

#header {
	background-color: none;
	margin: 0 0 0 1px;
	padding: 0;
	height: 190px;
	width: 833px;
	border:1px solid #fff;
	}

#headerimg {
	margin: 0;
	height: 190px;
	width: 100%;
	}

.narrowcolumn {
	height:100%;
	position:absolute;
	top:-13px;
	left:186px;
	padding: 53px 4px 0px 4px;
	margin: 0px 0 0;
	width: 453px;
	background: #fffced url('images/middlecolumn-bubble.gif') no-repeat center 31px;
	}

.widecolumn {
	height:100%;
	position:absolute;
	top:-13px;
	left:186px;
	padding: 53px 4px 0px 4px;
	margin: 0px 0 0;
	width: 453px;
	background: #fffced url('images/middlecolumn-bubble.gif') no-repeat center 37px;
	
	}

.post {
	margin:0;
	margin-bottom:15px;
	text-align: justify;
	font-size:95%;
	width:447px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url('images/post-tile.jpg') repeat-x center top;
	}
	
.post h2, .post h3 {
	width:100%;
	background: url('images/middlecolumn-title.jpg') no-repeat left top;
	height:24px;
	margin-top:0;
	padding-left:10px;
	padding-top:4px;
	font-family:'Trebuchet MS', Helvetica, Sans-Serif;
	font-size:14px;
}

.post h2 a, .post h2, .post h3 a, .post h3{
	color:white;
}

.post p {
	padding-left:10px;
	padding-right:10px;
	color:#d7674b;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top:8px;
	margin-bottom:0;
	height:20px;
	width:427px;
	border-bottom:1px solid #983015;
	color:#ff0000;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	position:relative;
	height:30px;
	width:760px;
	display:block;
	clear:both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	clear:both;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.sidebar #searchform {
	background:url('images/search-bg.gif') no-repeat center top;
	height:48px;
}

.sidebar #searchform div input#s{
	width:90px;
}

#searchform {
	margin: 10px 0 0 0;
	padding: 3px 1px 5px 5px;
	text-align: left;
	}

.sidebar #searchform #s{
	width: 108px;
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
.sidebar a#vrijwilliger, .sidebar a:hover#vrijwilliger, .sidebar a#optreden, .sidebar a:hover#optreden, .sidebar a#huren, .sidebar a:hover#huren{
	padding:0;
	margin:0;
	height:42px;
	width:156px;
	display:block;
	background: url('images/vrijwilligers.jpg') no-repeat left top;
	padding-top:58px;
	padding-left:10px;
	font-family: "Arial Black";
	font-size:14px;
	font-color:#e16a4c;
	text-transform:uppercase;
	text-decoration:none;
}

.sidebar a:hover#vrijwilliger{
	background: url('images/vrijwilligers-over.jpg') no-repeat left top;
	font-color:#a80500;
	color:#a80500;
}

.sidebar a#optreden, .sidebar a:hover#optreden{
	background: url('images/optredens.jpg') no-repeat left top;
}

.sidebar a:hover#optreden{
	background: url('images/optredens-over.jpg') no-repeat left top;
	font-color:#a80500;
	color:#a80500;
}

.sidebar a#huren, .sidebar a:hover#huren{
	background: url('images/huren.jpg') no-repeat left top;
}

.sidebar a:hover#huren{
	background: url('images/huren-over.jpg') no-repeat left top;
	font-color:#a80500;
	color:#a80500;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.sidebar {
	padding: 40px 0 10px 0;
	width: 166px;
	margin:auto;
	}
	
.sidebar ul{
	margin:0;
	padding:0;
}

.sidebar ul li{
	margin-top:1px;
	background:url('images/leftbar-bg.png') repeat;
}

.sidebar ul li a:hover{
	background-color:#fff;
	display:block;
	
}

.sidebar ul ul{
	background:none;
}

.sidebarleft {
	padding: 40px 0 10px 0;
}	

#leftbar{
	position:absolute;
	top:-12px;
	width:188px;
	padding-top:32px;
	background: url('images/sidebarleft.jpg') repeat-y center -31px;
}

#rightbar{
	position:absolute;
	top:-12px;
	left:647px;
	width:188px;
	padding-top:32px;
}

.sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	font-size:80%;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
.sidebar h2{
	background: url('images/widget-title.jpg');
	width:156px;
	height:14px;
	padding:5px;
	color:#fff;
	margin:auto;
	text-align:center;
	font-size:105%;
}

.sidebar ul li{
	margin-bottom:15px;
}

/* Menu */
/* ul#alt_menu{
   position:relative;
   top:-204px;
   left:173px;
   height:20px;
   width:650px;
   background: url('images/nav-bg.jpg') repeat-x top left;
   font-size:120%;
   border:1px solid #fff;
   padding:5px;
}
   ul#alt_menu li{
	  font-family:"Gill sans";
	  font-size:120%;
      padding:5px;
      margin:5px 0;
      display:inline;
   }
   ul#alt_menu li a{       
      padding:5px 10px;
      margin:1px;
      color:#fff;
      border: 0px solid #ec2623;
      font-size: 100%;
      text-shadow: black 0px 0px 5px;
   }
   ul#alt_menu li a:hover,
   ul#alt_menu li.current_page_item a,
   ul#
 li.current_page_parent a{
		text-decoration:underline;
   }

      ul#alt_menu li.current_page_item a{

      }

*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#alt_menu {
	position:relative;
	top:-192px;
	left:183px;
	height:30px;
	width:650px;
	background: url('images/nav-bg.jpg') repeat-x top left;
	font-size:135%;
	border:1px solid #fff;
	padding:5px;
	display:block;
}
/* hack to correct IE5.5 faulty box model */
* html #alt_menu {
	width:650px; 
	w\idth:650px;
}
/* remove all the bullets, borders and padding from the default list styling */
#alt_menu {
	padding:0;
	margin:0;
	list-style-type:none;
}
#alt_menu ul {
z-index:35;
	margin-top:-5px;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#alt_menu li {
z-index:36;
margin-left:5px;
float:left;
position:relative;
}
/* style the links for the top level */
#alt_menu a, #alt_menu a:visited {
	padding:0 10px 0 10px;
	display:block;
	text-decoration:none;
	color:#fff;line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #alt_menu a, * html #alt_menu a:visited {}

/* style the second level background */
#alt_menu ul a.drop, #alt_menu ul a.drop:visited {
	color:#fff;
	background: url('images/nav-bg.jpg') repeat-x top left;
}
/* style the second level hover */
#alt_menu ul a.drop:hover{
	background: url('images/nav-bg.jpg') repeat-x top left;
	display:block;
}
#alt_menu ul :hover > a.drop {
	background: url('images/nav-bg.jpg') repeat-x top left;
	display:block;
}
/* style the third level background */
#alt_menu ul ul a, #alt_menu ul ul a:visited {
	z-index:37;
	background: url('images/nav-bg.jpg') repeat-x top left;
	display:block;
}
/* style the third level hover */
#alt_menu ul ul a:hover {
	background:url('images/nav-bg.jpg') repeat-x top left;
	display:block;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#alt_menu ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:-50; 
	width:90px;
}
/* another hack for IE5.5 */
* html #alt_menu ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
#alt_menu ul ul{
	left:60px; 
	top:-5px; 
	width:90px;
	}

/* position the third level flyout menu for a left flyout */
#alt_menu ul ul.left {left:-60px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#alt_menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}

/* style the second level links */
#alt_menu ul a, #alt_menu ul a:visited {
	background: url('images/nav-bg.jpg') repeat-x top left; 
	line-height:1em; 
	padding:5px 10px; 
	width:90px;
}
/* yet another hack for IE5.5 */
* html #alt_menu ul a, * html #alt_menu ul a:visited {width:90px;w\idth:27px;}

/* style the top level hover */
#alt_menu a:hover, #alt_menu ul a:hover{text-decoration:underline;}
#alt_menu :hover > a, #alt_menu ul :hover > a {text-decoration:underline;}

/* make the second level visible when hover on first level list OR link */
#alt_menu li:hover ul,
#alt_menu a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#alt_menu :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#alt_menu :hover ul :hover ul{ visibility:visible;}
ul#alt_menu li ul li a{
	z-index:37;
}
/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


#alt_menu .current_page_item a {
	text-decoration:underline;
}

#alt_menu .current_page_item a {
	text-decoration:underline;
}

#alt_menu .current_page_item ul a {
  color: white;
  font-weight: normal;
}

#alt_menu .current_page_item ul a:hover {
	text-decoration:underline;
}

#alt_menu .current_page_item a:hover {
	text-decoration:underline;
}



li#event-calendar .widget h2{
		background:none;
	}


li#zenphotopress_badge a{
	float:left;
	width:80px;
	margin:1px 0 1px 1px;
}

li#zenphotopress_badge a img{
	margin:auto;
	width:80px;
}

li#zenphotopress_badge{
	height:435px;
	padding-left:1px;
	padding-top:1px;
}
	/*
	   Event calendar
	*/

h2#paginatitel{
	position:relative;
	top:300px;
	color:#d5cb9a;
}

	#upcomingEventsTunnel{
	   border:2px solid #ddd;
	}

	   #upcomingEventsTunnel ul.ec3_events{
	      list-style:none !important;
	      margin:0;
	      padding:0;
	   }
	      #upcomingEventstunnel ul.ec3_events li{
	         margin:0;
	         padding:10px;
	/*         border:1px solid #000;*/
	      }
	      #upcomingEventsTunnel ul.ec3_events li.list_month h3 a{
	        font-family:verdana,arial,sans-serif;
	      }


	      #upcomingEventsTunnel ul.ec3_events li.list ul{
	         list-style:none;
	         margin:0;
	         padding:0;
	      }

/*====	Agenda	====*/

#page #upcomingEventsTunnel{
	border:0;
	margin:0;
	padding:0;
	overflow:auto;
}

	#page #upcomingEventsTunnel ul.ec3_events{
		list-style:none !important;
		margin:0;
		padding:0;
		width:auto;
	}
	
		#page #upcomingEventsTunnel ul.ec3_events li{
			margin:0;
			float:left;
		}
		
		#page #upcomingEventsTunnel ul.ec3_events li.ec3_list_month h5{
			font-family:verdana,arial,sans-serif;
		}
		
		
		#page #upcomingEventsTunnel ul.ec3_events li.ec3_list ul{
			list-style:none;
			margin:0;
			padding:0;
		}
		
			#page #upcomingEventsTunnel ul.ec3_events li.ec3_list ul li{
				border:0;
				padding:0px;
				background:url(/images/agendablock1.gif) no-repeat top left;
			}
			
			#page #upcomingEventsTunnel ul.ec3_events li.ec3_list ul li.ec3_offset{
				background:url(/images/agendablock2.gif) no-repeat top left;
			}

/*==== maand titel ====*/
#page #upcomingEventsTunnel h5{
	font-size:1.8em;
	background: url('images/lees-meer.jpg') no-repeat center top;
	height:40px;
	color:#a50500;
	margin:0;
	padding:0;
	padding-left:5px;
	padding-top:2px;
	text-transform: uppercase;
}

#page #upcomingEventsTunnel h2.homepagina{
}

/*==== activiteit titel ====*/
#page #upcomingEventsTunnel h4{
	font-size:1.6em;
	float:left;
	width:400px;
	text-align: left;
	background-color:#a50500;
	margin:0 0 10px 0;
}

#page #upcomingEventsTunnel h4 a{
	color:#fff;
	padding:0.5em;
	border: 0;
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

/*==== datum opmaak ====*/
#page #upcomingEventsTunnel div#eventdate{
	float:left;
	width:40px;
	display:block;
	padding:0.5em 0;
	text-transform: uppercase;
	background-color: #fff;
	color:#a50500;
	line-height: 1.4em;
}

#page #upcomingEventsTunnel span.dag{
	display:block;
	text-align: center;
	font-size:1.3em;
	font-weight: bold;
}

#page #upcomingEventsTunnel span.dagnummer{
	display:block;
	text-align: center;
	font-size:1.9em;
	font-weight: bold;
}

#page #upcomingEventsTunnel span.maand{
	display:block;
	text-align: center;
}


#page #upcomingEventsTunnel li.offset div#eventdate{
	border: 3px solid #a50500;
	background-color: #a50500;
	color:#a50500;
	background-color: #a50500;
}

#page #upcomingEventsTunnel li h4 a{
	color:#fff;
	background-color:#a50500;
	text-decoration: none;
}

#page #upcomingEventsTunnel li h4 a:hover{
	color:#fff;
	background-color:#a50500;
	text-decoration: underline;
}