@charset "utf-8";
/*
 * SenCSS 0.4 - Sensible Standards CSS framework
 *
 * Copyright (c) 2008 Kilian Valkhof (kilianvalkhof.com)
 * Visit sencss.kilianvalkhof.com for more information. 
 * Licensed under the MIT license.
 */
 
/* Basic reset
 * By Eric meyer and Paul Chaplin, http://meyerweb.com/eric/tools/css/reset/
*/
html,body,div,span,applet,object,iframe,pre,abbr,address,cite,code,del,dfn,em,img,ins,
kbd,q,strong,tt,var,dl,dt,dd,blockquote,fieldset,form,label,legend,i,b,
caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	background:#fff;
	color:#000;
	line-height:1.5em; /* for safari2 */
	font:100.1%/1.5em georgia, "lucida bright", "times new roman", serif;
	position:relative;
}
textarea {
	font:100%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}
blockquote,q {
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,q:after {
	content:none;
}
:focus {
	outline:1px dotted;
}

/* Baseline and common looks *****
 * Sets a vertical rhythm and styles the different elements.
*/
a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:underline;
}
a:focus {
	color:#000;
	text-decoration:none;
}

abbr,
acronym {
	border-bottom:1px dotted;
	cursor:help;
	font-variant:small-caps;
}
address,cite,em,i {
	font-style:italic;
}
blockquote {
	background:transparent;
	margin:0 1.5em 1.5em;
	padding:0.75em;
	border-left: 1px solid #B6AB7E;
}
code,
kbd,
tt {
	font:1em/1.5em "Courier New", Courier, monospace;
/*	font-size-adjust:0.50; */
}

del {
	text-decoration:line-through;
}
dfn {
	border-bottom:1px dashed;
	font-style:italic;
}
dl {
	margin:0 0 1.5em;
}
dt {
	font-weight:700;
}
dd {
	padding-left:1.5em;
}
h1 {
	font-size:2em;
	font-weight:700;
	margin:0 0 0.75em;
}
h2 {
	font-size:1.5em;
	margin:0 0 1em;
}
h3 {
	font-size:1.1666em;
	margin:0 0 1.285em;
}
h4 {
	font-size:1em;
	margin:0 0 1.5em;
}
h5 {
	font-size:0.8333em;
	margin:0 0 1.8em;
}
h6 {
	font-size:0.666em;
	margin:0 0 2.25em;
}
img {
	display:inline-block;
	vertical-align:bottom;
}
ins {
	text-decoration:overline;
}
ol li {
	list-style:inside decimal;
}
p {
	font-weight:300;
	margin:0 0 1.5em;
}
pre {
	font:1em/1.5em "Courier New", Courier, monospace;
	margin:0 0 1.5em;
	padding:0 0 0 1.5em;
/*	font-size-adjust:0.46;*/
}
sub {
	font-size:0.85em;
	line-height:0.8em;
	vertical-align:baseline;
}
sup {
	font-size:0.85em;
	line-height:0.8em;
	vertical-align:super;
}
strong,b {
	font-weight:700;
}
ul,
ol {
	margin:0 0 1.5em;
	padding:0;
}
li ul,
li ol {margin:0;}
ul li {
	list-style:inside disc;
}
li li {
	padding-left:1.5em;
}
/* Common classes *****
 * Some base classes for pretty typography, asides and messages.
*/
.amp {
	font-family:Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", "URW Chancery L", Gentium, serif;
	font-style:italic;
}
.aside-left {
	clear:left;
	float:left;
	margin:0 1.5em 0 0;
}
.aside-right {
	clear:right;
	float:right;
	margin:0 0 0 1.5em;
}
.error {
	background:#fee;
	border:1px solid red;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
.notice {
	background:#eef;
	border:1px solid #00f;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
.success {
	background:#efe;
	border:1px solid #0f0;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
.warning {
	background:#ffe;
	border:1px solid #ff0;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
.quo {
	font-family:Georgia, Gentium, "Times New Roman", Times, serif;
}
.lquo {
	font-family:Georgia, Gentium, "Times New Roman", Times, serif;
	margin:0 0 0 -0.55em;
}
.section {
	position:relative;
}
/* Form stylings *****
 * Basic styling for forms, including a vertical, horizontal and searchform version. 
 * Does not include any styles on form elements, just positioning.
 * This section still needs work.
*/
form button {
	cursor:pointer;
	font-size:1em;
	margin:1.5em 0 0;
}
form fieldset {
	border:0;
	margin:0 0 1.5em;
}
form fieldset fieldset {
	clear:both;
	margin:1.5em 0 0;
	padding:0 0 0 1.5em;
}
form input,
form select,
form textarea {
	width:100%;
}
form label {
	cursor:pointer;
	margin:1.5em 0 0;
	width:100%;
}
form label input {
	margin:0;
	vertical-align:top;
	width:auto;
}
form legend {
	font-size:1.1666em;
	font-weight:700;
}

/* Search stylings *****
*/
.searchform legend,
.searchform label {
	display:none;
}
#searchform input#s {
	width : 100px;
	height:	18px;
	margin : 0;
    border: 1px solid #CFC4A8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	padding: 2px 0 0 6px;
    font-size: 0.9em;
    color: #444;
	vertical-align : middle;
	background : #B6AB7E url(images/mag_glass.gif) no-repeat 97% 50%;
	float: left;
}

#searchform #zoekbut {
	width: 40px;
	height:	22px;
	margin: 0;
    border: 1px solid #CFC4A8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	padding: 0 3px 3px 3px;
	background: #C29760;
	border-left: none;
	vertical-align : middle;
	float: left;
	cursor: pointer;
}





/* table styling *****
*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 1.5em;
	padding:0;
}
caption {
	text-align:left;
	font-style:italic;
}
tr.alt td {
	background:#eee;
}
td {
	border:1px solid #000;
	padding:0.333em;	
	vertical-align:middle;
}
th {
	font-weight:700;
	vertical-align:middle;
	padding:0.333em;
}
/* fin. */












body {
/*	background : #000 url(images/achter.jpg) no-repeat 50% 100% fixed;*/
	background : #000 url(images/achter2.jpg) no-repeat 0 100% fixed;
	text-align: left;
}

body#home {
	background : #000 url(images/achter.jpg) no-repeat 0 100% fixed;
}




/* positionering */
#main, #footer, #navigation {
	margin : 0 auto;
}
#home #container {
	background: #d4cda6;
	position: absolute;
	top: 1210px;
	left: 0;
/*	left: 50%;
	margin-left: -384px;
*/
}


#container {

	background: transparent;
	width : 768px;
	text-align : left;
	padding-top : 6px;

}

#enter {
position: absolute;
top: -900em;
left:-900em;
}

#home #enter {
	position: absolute;
	top: 0;
	left:0;
	margin-left: 1em;
	margin-top: 1em;
	text-decoration: none;

}
#home #enter a {
	color: #fff;
}

#boom {
height: 1024px;
width: 768px;
position: absolute;
left: 600px;
top: 0;
background: transparent url(images/boom.gif) no-repeat;
}




#main {
/*	background : url(images/faux.gif) repeat-y top left;*/
	width : 758px;
	overflow : hidden;
}
#header {
/*	background : url(images/header.gif) no-repeat 50% 0;*/
	height : 100px;
	margin: 0;
	padding: 0;
}
#navigation {
	width : 748px;
}
#content {
	float : right;
	width : 73%;
	padding : 0 10px 0 10px;
}
#sidebar {
	float : left;
	width : 23%;
	margin : 0 0 0 3px;
}
#footer {
	clear : both;
/*	background : url(images/onder.gif) no-repeat;*/
	height : 45px;
	width : 768px;
	margin : 25px 0 15px 0;
	text-align: center;
}








h1#naam, h2#omschrijving {
	display:			block; 
	visibility:			hidden; 
	position:			absolute; 
	left:				-100000em;
}

#header a {
	color : #FFF;
	font : bold 40px  "Trebuchet MS", serif;
	text-decoration : none;
}

#header a:hover {
	color : #F0A727;
}



/* toevoeging woudziel */
/* text styling */
p.day-date {
	margin : 6px 0 14px 0;
	font-size : 0.7em;
	line-height : 1.3em;
	border-left : 1px solid #000;
	padding : 0 0 0 4px;
}
.post-title {/* afstand tussen de title en de .center */
	margin-top: 0;
	clear: both;}
.center {
	margin: 2em 0 0 0;
	display: block;}
.previous a {
	text-decoration: none;
	width: 40%;
	float : left;
	text-align: left;
	padding: 4px 0 10px 35px;
    background : url(images/simple_arrow-left.gif) no-repeat 0 5px;
}
.previous a:hover {
    background : url(images/simple_arrow_o-left.gif) no-repeat 0 5px;}
.next a {
	text-decoration: none;
	width: 40%;
	float : right;
	text-align: right;
	padding: 4px 35px 10px 0;
    background : url(images/simple_arrow-right.gif) no-repeat 100% 5px;
}
.next a:hover {
    background : url(images/simple_arrow_o-right.gif) no-repeat 100% 5px;
}

.previous a, .next a {
	text-decoration: none;}



.niks {
	display: none;
	clear: both;
}
div.hr {
  background : transparent url(images/bb_hr.gif) no-repeat scroll center;
  height : 51px;
  border : 0;
  margin : 20px;
}

div.hr hr {
  display: none;
}
.floatleft {
  float: left;
  margin: 10px 10px 10px 0;
}

#sidebar img#achtergrondgeluidenafbeelding {
  border: 0;
  background-color: transparent;
  width: 155px;
  margin: 0 auto;
  float: none;
}
#sidebar a#achtergrondgeluiden {
  background-image: none;
  padding-left: 4px;}

.clearboth {
	clear: both;}



div.post-content p img {
	border : 0;
	padding : 25px;
	margin: 0 auto;
	display: block;
	border: 1px solid #666;
/*	background: transparent url(images/image-achtergrond.gif);*/
}

div.post-content p img:hover {
	border : 0;
	background-color : #FCFCFC;
	border: 1px solid #000;
}



div#content h2.post-title {
    background : url(images/onderstreping.gif) no-repeat 0 100%;
	padding: 0 0 20px 0;
}

div#content h2.post-title a {
	color : #000;
	text-decoration : none;
    background : url(images/simple_arrow-right.gif) no-repeat 0 5px;
	padding : 0 0 0 35px;
}

div#content h2.post-title a:hover {
	color : #7c2905;
    background : url(images/simple_arrow_o-right.gif) no-repeat 0 5px;
}


#commentform {
	margin : 6px auto 9px auto;
}

#commentform p {
	margin : 9px 0;
}

#commentform p input {
	width: 250px;
    padding: 2px 2px 2px 3px;
	vertical-align : middle;
	background: #B6AB7E;
	border: 1px solid #CFC4A8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#commentform p textarea {
	width: 450px;
	height: 130px;
	background: #B6AB7E;
	border: 1px solid #CFC4A8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 2px;
}
#commentform input#submit {
	width : 100px;
    border: 1px solid #CFC4A8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	background: #B6AB7E;
	cursor: pointer;
	font-weight: bold;
}

#comments, #respond {
	font : bold 1.2em Georgia, serif;
	border-top : 1px solid;
	padding : 10px 0 10px 0;
	margin-top : 10px;
	clear: both;
}

/* sidebar */

#sidebar {
	font-size: 0.8em; 
}
#sidebar a {
	text-decoration: none;}
#sidebar ul li {
	list-style:none outside;
}

#sidebar h2 {
	margin: 0;
    background : url(images/onderstreping.gif) no-repeat 0 100%;
	padding: 2em 0 20px  0;
	clear: both;
}


/****** Animated hover 
http://plugins.jquery.com/project/ahover
******/
div.ahover {
    position: absolute;
}


ul.sidebarlinks {
    clear: both;
    position: relative;
}
ul.sidebarlinks li {
    position: relative;
    z-index: 20;
    float: left; /* zie ook lteIE6.css */
    clear: left;
	padding: 0 5px 0 17px;}
ul.sidebarlinks div.ahover {
    background: #B6AB7E;
	padding: 4px 0 10px 17px;
    background : url(images/simple_arrow-right.gif) no-repeat 0 10px;
}
/*************************/
#navigation ul {
	height : 25px;
	background : transparent;
	list-style-type : none;
	margin: 0 auto 40px;
	text-align: center;
    clear: both;
    position: relative;
}
#navigation ul li {
	display : inline;
	padding : 5px 4px 2px 1px;
    position: relative;
    z-index: 20;
}
#navigation a {
	font : 1.5em "Times New Roman", "Trebuchet MS", serif;
	color : #000;
	text-decoration : none;
	padding : 3px;
}
#navigation ul div.ahover {
    background: #B6AB7E;
    border: 2px solid #7c2905;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
/****** Einde Animated hover *******/









/************* begin fancybox ***********/
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(images/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancybox/fancy_title_left.png) 0 0 no-repeat;
border: 0;
padding: 0;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancybox/fancy_title_main.png) 0 0 repeat-x;
border: 0;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancybox/fancy_title_right.png) 0 0 no-repeat;
border: 0;
padding: 0;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
	text-align: left;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(images/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(images/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_nw.png) no-repeat;
}
/* toevoeging kor dwarshuis */
div.post-content p .gallery img, div.post-content p .gallery1 img, div.post-content p .gallery2 img, div.post-content p .gallery3 img, div.post-content p .gallery4 img, div.post-content p .gallery5 img {
	float: left;
	padding: 2px;
	margin: 1px;}
#fancy_right:focus, #fancy_left:focus {
	outline: none;}

/************* eind fancybox ***********/



div.post-content p img.wp-smiley {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;}


ol.commentlist li {
	border: 1px solid #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	margin: 10px 0 10px 0;
	padding: 10px;
}



/* pagina specifiek */
#dove-varaan img {
	float: left;
	margin: 0 20px 20px 0;}

#dagkeuze #content {text-align: center;}
#dagkeuze #content .muziek {margin: 0 auto;}

