/*
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 */
* {
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

p {
	padding:5px;
	line-height:16px;
}

h1 {
	width:502px;	
	border-bottom:1px solid #999;
	font-size:18px;
	height:24px;
	padding:0 5px;
	margin-bottom:10px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:10px 0 5px 0;
}

h3 {
	height:22px;
	width:auto;
	font-size:14px;
	padding:5px 8px 3px 8px;
	color:#FFF;
	background:url(images/menu.png) repeat-x;
}
h4 {
	height:24px;
	width:auto;
	font-size:14px;
	padding:3px 8px 2px 8px;
	color:#fff;
	border-top:#FFF solid 1px;
	background:url(images/kopvier.png) repeat-x bottom;
}

a {
	color:#000;
	text-decoration:underline;
}

input {
	color:#333;
	font-size:12px;
}
#page {
	width:990px;
	height:auto;
	margin:auto;
	background:url(images/background.png) repeat-y center;
	display:table;
}

#header {
	width:970px;
	margin-left:10px;
	height:150px;
	float:left;
	position:relative;
}

#headerimg {
	width:970px;
	height:121px;
	background:url(images/header.jpg) no-repeat;
	position:relative;
}

#logo {
	position:relative;
	background:url(images/logo.png) no-repeat;
	width:206px;
	height:140px;
	top:-116px;
	left:5px;
	z-index:1;
}

.home #menu li.cat-item-5 {
	display:block;
	float:left;
	background:#fff;
}
#menu {
	height:29px;
	width:760px;
	background: url(images/menu.png) repeat-x bottom;
	position:relative;
	top:-140px;
	padding-left:210px;
	border-top:1px solid #FE0000;
}

#menu ul {
	margin-left:210px;
}

#menu li {
	display:block;
	float:left;
	height:23px;
	background:url(images/menu.png) repeat-x;
}

#menu li:hover {
	display:block;
	float:left;
	background:#fff;
}

#menu li a{
	color:#000;
	font-size:18px;
	text-decoration:none;	
	font-weight:bold;
	display:block;
	padding:1px 1em 0;
}

#menu li a:hover {
	color:#FE0000;
}

#menu li ul {
	float:left;
	width:100px;
	margin:0;
	display:none;
	position:relative;
	z-index:10;
	background:url(images/menu.png) repeat-x;
}

#menu li:hover ul {
	float:left;
	background:#fff;
	width:100px;
	margin:0;
	display:block;
}
#menu li li {
	float:left;
	height:24px;
	display:block;
	background:#FFF;
	border:none;
}

#menu li.current-cat {
	display:block;
	float:left;
	background:#fff;
}

#menu li li:hover {
	background:#FE0000;
}
#menu li li a {
	text-align:center;
	width:140px;
	padding:5px 5px 5px 5px;
	font-size:13px;
	font-weight:bold;
}
#menu li li a:hover {
	color:#FFF;
}

#content{
	width:740px;
	margin-top:10px;
	float:left;
}

#links {
	width:182px;
	height:auto;
	color:#111;
	color:#FFF;
	margin-left:10px;
	float:left;
	background:#fe0000 url(images/menu.png) repeat-x bottom;

}

.vaklinks {
	width:182px;
	height:auto;
	padding-bottom:10px;
}

.vaklinks a {
	color:#fff;	
}

#text {
	float:left;
	width:548px;
	margin-bottom:10px;
}
.entry {
	width:520px;
	height:auto;
	float:left;
	padding:0 14px 0 14px;
}

.entry table {
	border-collapse:collapse;
}

.bestuur td {
	padding:5px;
}

.entry p {
float:left;
width:462px;
margin-bottom:10px;
}

.entry ul {
	float:left;
	line-height:18px;
	margin:0 0 10px 0;
	padding-left:10px;
	width:500px;
}

.entry li {
	list-style:square;
}

#rechts {
	width:240px;
	height:auto;
	margin-right:10px;
	margin-top:10px;
	float:left;
}
.vakrechts {
	height:180px;
}

.volg {
	height:70px;	
}
.vakrechts ul {
	list-style:none;	
}

.vakrechts li {
	padding:0 5px;	
}
.vakrechts li.titel {
	font-weight:bold;
	font-size:15px;
}

#fotos {
	background:url(images/camera.jpg) bottom center no-repeat;
}
.fototitel {
	list-style:square inside;
}

.screen-reader-text {
	display:none;		
	}
#footer {
	width:970px;
	text-align:center;
	margin-left:10px;
	float:left;
	padding-top:6px;
	margin-top:5px;
	height:19px;
	background:#ccc url(images/footer.png) repeat-x bottom;
	color:#FFF;
}

/* Begin Structure */
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 */

.ddsg-wrapper ul{
	list-style-type:square;
	line-height:20px;
	float:none;
}

.ddsg-wrapper h2 {
	display:none;
}

.ddsg-wrapper li {
	border-bottom:1px solid #999;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	list-style:square inside;
}

.ddsg-wrapper li li{	
	padding-left:20px;
	padding-bottom:0;
	padding-top:0;
		border-bottom:none;
}

.ddsg-wrapper p{
	display:none;
}

.ddsg-wrapper strong {	
	display:none;
}
#wildscreen {
	float:left;
	display:block;
	margin-left:10px;
	text-align:left;
}
#wildscreen a {
color:#FFF;	
}


#copyright {
	float:left;
	display:block;
	margin-left:10px;
	padding-left:150px;
}

#sitemap {
	float:right;
	text-align:right;
	margin-right:10px;
}

#sitemap a {
	color:#FFF;	
}

.nieuwsitems{
	width:360px;
	font-weight:bold;
	float:left;
	border-bottom:1px solid #000;
	padding:0 5px;
}
.nieuwsitems a{
	text-decoration:none;	
}

.nieuwsdatum {
	width:140px;
	float:right;
	text-align:right;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding:0 5px;
}
.nieuwstijd {
	float:left;
	text-align:right;
	width:100%;
	display:block;
	margin-bottom:5px;
}


.team_item {
	line-height:18px;
	list-style:square;
	margin-left:15px;
}

#volgende {
	float:right;
}

#vorige {
	float:left;	
}

.wpcf7-form label {
	float:left;
	width:130px;
}

.rood {
	color:#FE0000;	
}
