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;
}

select, input, textarea, button{
	font:99% sans-serif;
}

pre, code, kbd, samp{
	font-family:monospace, sans-serif;
}

a:hover, a:active{
	outline:none;
}

ul, ol{
	margin-left:2em;
}

ol{
	list-style-type:decimal;
}

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;
}

sub, sup{
	font-size:75%;
	line-height:0;
	position:relative;
}

sup{
	top:-0.5em;
}

sub{
	bottom:-0.25em;
}

pre{
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
	padding:15px;
}

textarea{
	overflow:auto;
}

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

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;
}

label, input[type="button"], input[type="submit"], input[type="image"], button{
	cursor:pointer;
}

button, input, select, textarea{
	margin:0;
}

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;
}

a{
	color:#7e2e36;
	-webkit-transition:color 0.2s ease-in;  
   -moz-transition:color 0.2s ease-in;  
   -o-transition:color 0.2s ease-in;  
   transition:color 0.2s ease-in;
}

button{
	width:auto;
	overflow:visible;
}

.ie7 img{
	-ms-interpolation-mode:bicubic;
}

img, object, embed, video{
	max-width: 100%;
}

.ie8 img{
	width:auto;
	max-width:none;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img{
	width:100%;
}

body, select, input, textarea{
	color:#444;
}

h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}

@font-face {
	font-family:"Ubuntu";
	src:url("../fonts/Ubuntu-Regular.eot?") format("eot"),
	url("../fonts/Ubuntu-Regular.woff") format("woff"),
	url("../fonts/Ubuntu-Regular.ttf") format("truetype"),
	url("../fonts/Ubuntu-Regular.svg#Ubuntu") format("svg");
	font-weight:normal;
	font-style:normal;
}


html{
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y:scroll;
}

body{
	height:100%;
	line-height:1;
	font:normal 12px/21px Verdana, Geneva, sans-serif;
	*font-size:small;
	color:#3b3131;
	background:#d6c4be url(../images/bg.png) repeat-x;
}

/* --------------------------------------------
   Algemene onderdelen en classes
-------------------------------------------- */
::-moz-selection{
	background:#a30234;
	color:#fff;
}

::-webkit-selection{
	background:#a30234;
	color:#fff;
}

::selection{
	background:#a30234;
	color:#fff;
}

.alignleft{
	display:inline;
	float:left;
}

.alignright{
	display:inline;
	float:right;
}

.aligncenter{
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.clear{
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

table tr{
	border-bottom:solid 1px #fff;
	background:#e2dbda;
}

table tr:hover{
	background:#c6c1bf;
}

table tr td{
	padding:5px;
}

h1, h2, h3, h4, h5, h6, p{
	margin:0 0 21px;
}

article ul, article ol{
	margin:0 0 21px 25px;
}

article ul ul, article ol ol, article ol ul, article ul ol{
	margin:0 0 0 25px;
}

/* --------------------------------------------
   Template opbouw
-------------------------------------------- */

#container{
	margin:0 auto;
	width:1148px;
	clear:both;
}

#header{
	height:161px;
	width:1148px;
	float:left;
}

#top{
	margin:23px 0 0;
	background:#fff;
	text-align:right;
	padding:0 45px 0 0;
	width:1103px;
	color:#7e2e36;
	height:43px;
	font:normal 21px/43px 'Ubuntu', Verdana, Geneva, sans-serif;
	float:left;
}

#branding{
	margin:-31px 0 0 34px;
	width:233px;
	background:url(../images/logo.png);
	height:297px;
	float:left;
	text-indent:-9999px;
	position:relative;
	z-index:150;
}

#menu{
	padding:0 0 0 302px;
	margin:-266px 0 0;
	height:95px;
	width:846px;
	background:#7e2e36;
	float:left;
}

.horizontalmenu ul.menu{
	height:52px;
	background:url(../images/seperator.png) left top no-repeat;
	width:830px;
	float:left;
}

.horizontalmenu ul.menu li{
	position:relative;
	height:52px;
	float:left;
}

.horizontalmenu ul.menu li a{
	padding:0 25px;
	display:block;
	font:normal 19px/52px 'Ubuntu', Verdana, Geneva, sans-serif;
	color:#dcaeb3;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/seperator.png) right top no-repeat;
	float:left;
	position:relative;
	height:52px;
}

.horizontalmenu ul.menu li:hover a, .horizontalmenu ul.menu li.current-menu-item a{
	color:#fff;
	background:#ae3541 url(../images/seperator.png) right top no-repeat;
}

.horizontalmenu ul.menu li:hover ul.sub-menu{
	display:block;
}

.horizontalmenu ul.menu li ul.sub-menu{
    position:absolute;
	top:52px;
	left:0;
	margin:0;
	display:none;
	background:#eee8e3;
	z-index:99999;
}

.horizontalmenu ul.menu li ul.sub-menu li{
	clear:both;
	width:100%;
	height:auto;
	background:#eee8e3;
	margin:0;
}

.horizontalmenu ul.menu li ul.sub-menu li a{
	display:inline-block;
	width:100%;
	white-space:nowrap;
	margin:0;
	background:#eee8e3;
	color:#7e2e36;
	padding:0 0 0 25px;
}

.horizontalmenu ul.menu li ul.sub-menu li:hover a{
	color:#fff;
	background:#7e2e36;
}

#slider{
	width:810px;
	height:280px;
	margin:0;
	float:left;
	list-style:none;
	overflow:hidden;
}

#slider li, #slider img{
	width:810px;
	height:280px;
	float:left;
}

#content{
	width:1148px;
	background:#e1d6cf url(../images/content-bg.png) repeat-x;
	float:left;
}

#left{
	width:302px;
	min-height:525px;
	background:url(../images/bollen.png) right 150px no-repeat;
	float:left;
}

#right{
	padding:10px;
	margin:-43px 0 0;
	float:left;
	width:810px;
	background:#fff;
}

#inner-content{
	padding:30px 24px 0;
	width:762px;
	float:left;
	background:url(../images/foto.jpg) right bottom no-repeat;
}

#right h1{
	margin:0;
	font:normal 30px/30px 'Ubuntu', Verdana, Geneva, sans-serif;
	color:#7e2e36;
}

#right h2{
	margin:0;
	font:normal 21px/30px 'Ubuntu', Verdana, Geneva, sans-serif;
	color:#7e2e36;
}

hgroup{
	padding:0 0 2px;
	margin:0 0 21px;
	background:url(../images/dots.png) left bottom no-repeat;
	width:764px;
	float:left;
}

#footer{
	background:#e0d5cd;
	float:left;
	clear:both;
	padding:0 52px 0 332px;
	margin:0 0 73px;
	height:110px;
	width:764px;
}

#footer .center{
	margin:0 164px;
	float:left;
}

#footer span{
	margin-top:43px !important;
}

#footer a{
	color:#3b3131;
	text-decoration:none;
}

/* --------------------------------------------
   WordPress classes
-------------------------------------------- */

.entry-content img,
.comment-content img,
.widget img{
	max-width:97.5%;
	/* Fluid images for posts, comments, and widgets */}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"]{
	height:auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */}

img.size-full,
img.size-large{
	max-width:97.5%;
	width:auto;
	/* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height:auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */}

.entry-content img.wp-smiley{
	border:none;
	margin-bottom:0;
	margin-top:0;
	padding:0;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom:1.625em;
}

img.alignleft{
	margin-right:20px;
}

img.alignright{
	margin-left:20px;
}

p img,
.wp-caption{
	margin-top:0.4em;
}

.wp-caption{
	background:#eee8e3;
	margin-bottom:1.625em;
	max-width:96%;
	padding:9px;
}

.wp-caption img{
	display:block;
	margin:0 auto;
	max-width:98%;
}

.wp-caption .wp-caption-text,
.gallery-caption{
	color:#666;
	font-family:Georgia, serif;
	font-size:12px;
}

.wp-caption .wp-caption-text{
	margin-bottom:0.6em;
	padding:10px 0 5px 40px;
	position:relative;
}

.wp-caption .wp-caption-text:before{
	color:#666;
	content:'\2014';
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin-right:5px;
	position:absolute;
	left:10px;
	top:7px;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img{
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border:1px solid #ddd;
	padding:6px;
}

.wp-caption img{
	border-color:#eee;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img{
	/* Add some useful style to those fancy borders for linked images ... */
	background:#eee;
	border-color:#bbb;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img{
	/* ... including captioned images! */
	background:#fff;
	border-color:#ddd;
}

.selectnav{
	display:none;
}

/* --------------------------------------------
  iPad in landscape
-------------------------------------------- */

/* 	
	TO PREVIEW ON THE DESKTOP, REPLACE THE QUERY WITH THE FOLLOW:
	@media (max-width: 1024px) {  } 
*/
	
@media (max-width: 1024px) {

	
}


/* --------------------------------------------
  iPad in portrait
-------------------------------------------- */

/* 	
	TO PREVIEW ON THE DESKTOP, REPLACE THE QUERY WITH THE FOLLOW:
	@media (max-width: 768px) {  } 
*/

@media (max-width: 768px){

		

}


/* --------------------------------------------
  Mobile
-------------------------------------------- */

@media (max-width: 600px) {

	.js .selectnav {
		display: block;
		width: 100%;
		float: left;
	}
	
	#branding{
		max-width:90%;
		width:90%;
		background-size:contain;
		background-repeat:no-repeat;
	}

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

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

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}