@charset "utf-8";
/*///////////////////////////////////////////////////////////
CSS START AT 125////////////////////////////////////////////////
Reset first//////////////////////////////////////////////////////*/

/* CSS Document */
/* Reset
---------------------------------------------------------------------*/

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
---------------------------------------------------------------------*/
html, body, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

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

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
.responsive {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

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

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

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

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

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

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

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

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

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

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

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

@font-face {
    font-family: 'context_reprise_condensed_sCn';
    src: url('../fonts/context-reprise-condensed-ssi-condensed-webfont.eot');
    src: url('../fonts/context-reprise-condensed-ssi-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/context-reprise-condensed-ssi-condensed-webfont.woff') format('woff'),
         url('../fonts/context-reprise-condensed-ssi-condensed-webfont.ttf') format('truetype'),
         url('../fonts/context-reprise-condensed-ssi-condensed-webfont.svg#context_reprise_condensed_sCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*************************************************
*COLORS
*************************************************/
/*
bgHeader: #f8f1e1;
brownText: #66320b;
brownTextHover: #8c5429;
*/


/* CSS Document */

html { 
	background: url(../images/BG.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'context_reprise_condensed_sCn';
}

a {
	text-decoration: none;
}
h1, h2, h3 {color:#66320b;}
h1 {font-size: 32px;}
h2 {font-size: 24px;}
p, b {color: #333333;}
	
hr {
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.25);
	box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.25);
}
body {
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	background-image: url(../images/containerBG.jpg);
	background-repeat: repeat-y; 
	width: 960px;
	float:left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	-webkit-box-shadow: 0px -1px 27px rgba(50, 50, 50, 0.40);
	-moz-box-shadow:    0px -1px 27px rgba(50, 50, 50, 0.40);
	box-shadow:         0px -1px 27px rgba(50, 50, 50, 0.40);
}

header {
	background-color: #f8f1e1;
	width:100%;
	height:70px;	
}
	nav {
		float:right;
		font-size:25px; 
		margin-right: 20px; 
		margin-top: 30px;
		color:#66320b; 
		height:50px;
	}

	nav ul li {
		float:left;
		position:relative;
		margin-top: -20px;
		padding: 5px 5px 5px 5px;
		}

	nav p {
		margin:0;
		padding:0;
	}

	nav ul li a {color:#66320b;}
	nav ul li a:hover {
		color:#8c5429;
		border-bottom: 1px solid #8c5429;
	}
	.currentPage {
		color:#8c5429;
		border-bottom: 1px solid #8c5429;
	}

	.headerLogo {margin-top: -50px; margin-left:25px;}

#content {
	margin-top:75px;
	width:920px;
	padding:20px;
}

	#slider {
		height: 517px;
		width: 960px;
		background: url(../images/slider.jpg) center top no-repeat;
		background-size: 100%;
		margin-left: -20px;
		-webkit-box-shadow: 0px 7px 15px rgba(50, 50, 50, 0.25);
		-moz-box-shadow:    0px 7px 15px rgba(50, 50, 50, 0.25);
		box-shadow:         0px 7px 15px rgba(50, 50, 50, 0.25);
	}
	#slider h1 {
		border-top: 2px white solid;
		border-bottom: 2px white solid;
		padding-top: 10px;
		padding-bottom: 10px;
		color: white;
		font-size: 20pt;
	}
	#spreuk { 
		/*border: thin red solid;*/
		width: 400px;
		padding-top: 250px;
		padding-left: 20px;
	}

	#headline {
		margin-top: 30px;
		text-align: center;
		color: #66320b;
	}

	#leftImage {
		float:left;
		width:385px;
	}
	#leftImage img {
		/*-webkit-box-shadow: 0px 9px 15px rgba(50, 50, 50, 0.25);
		-moz-box-shadow:    0px 9px 15px rgba(50, 50, 50, 0.25);
		box-shadow:         0px 9px 15px rgba(50, 50, 50, 0.25);*/
	}

	#rightText {
		float:right;
		width:495px;
		padding-left:20px;
		padding-right:20px;
		font-size: 22px;
	}
	#rightText a {color: #66320b;}
	#rightText a:hover {color:#8c5429; }
#footerFiller {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	height:700px;
}
footer {
	float:left;
	clear:left;
	width:960px;
	height:50px;
	margin-top: 100px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
	color:#66320b;
}
footer a { color:#66320b;}
footer p {margin:0;}

	#footerLeft {
		float:left;
		height:50px;
		margin-left: 20px;
		padding-top: 10px;
	}
	#footerRight {
		float:right;
		height:50px;
		margin-right: 20px;
		text-align: right;
		padding-top: 10px;		
	}

/*******************************************************************
Cursus
*/

#cursusInfo p {	font-size: 20px; margin-top: 0;}
#cursusInfo h2 {
	border-bottom: 2px #ccc solid; 
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.25);
	box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.25);
}

#cursusInfo {
	margin-top: 60px;
	padding:0px 40px 0px 40px;
	float:left;
	width:500px;
	height:700px;
}

#headlineCursus {height:40px;}

#cursusDetails {
	float:left;
	width:360px; 
	height:600px;
	margin-top: 150px;
}

/***********************************************************
BIOGRAFIE*/

#bioGrafie {
	margin-top: 60px;
	padding:0px 40px 0px 40px;
	float:left;
	width:500px;
	height:700px;
}
#bioGrafie a {
	font-weight: bold;
	color: #66320b;
}
#bioGrafie a:hover {
	color: #8c5429;
}

#bioGrafie img {
	width: 150px;
	float: left;
	padding: 5px;
}
#biografieDetails {
	float:left;
	width:360px; 
	height:1100px;
	margin-top: 150px;
}
#biografieDetails img { width: 340px; margin-left: auto; margin-right: auto;}
/**********************************************************
Galerij
*/
#gallery {
	/*border:thin red solid;*/
	margin-top: 60px;
	padding:20px;
	float:left;
}

#gallery article {
	width:284px;
	height:284px;
	float:left;
	padding:10px;
}
.blackBG {
	background-color: black;
}
#gallery article img {
	opacity: 0.5;
	-webkit-transition: all 1s ease;  
	transition: all 1s ease;
}
#gallery article img:hover {
opacity:1;
}
#gallery p {
	font-size: 18px;
}
/*#gallery article img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 1s ease;  
	transition: all 1s ease;
}

#gallery article img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
*/


/********************************************
Contact
*/

#formWrapper {
	margin-top: 60px;
	float:left;
	width:880px;
	height:400px;
	padding: 0px 40px 0px 40px;
	border-bottom: 2px #ccc solid; 
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.25);
	box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.25); 
}

#formWrapper p, #formWrapper label {
	font-size: 22px;
	float: left;
	clear: left;
	color:#66320b;
}

#leftWrapper {
	float:left;
}

#message {
	float:right;
	width:600px;
}

#formWrapper form input {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		width:230px;
		height:30px;
		margin-bottom: 15px;
		padding: 4px 10px;
		background-color: white;
		color: #777;
		border:none;
		float:left;
		clear: left;
}

#message input[type=submit] {
			margin-right: 35px;
			margin-top: 20px; 	
			float:right;
			display: inline-block;
			letter-spacing: 1px;
			outline: none;
			width:125px;
			height:45px;
			background-color: #262626;
			color:white;
			text-transform: uppercase;
}
#message input[type=submit]:hover{
			background-color:#363636;
		}
#message input[type=submit]:active{
	background-color: #121212;
}

#message textarea {
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			clear:left;
			float:left;
			resize: none;
			width:550px;
			height:200px;
			padding: 8px 8px;
			background-color: white;
			color: #777;
			border:none;
}
#contactWrapper h1 {margin:0;}
#contactWrapper p, b {font-size: 26
	px; margin-bottom: 0px; margin-top: 0px;}
#contactWrapper span {float:right; margin-right: 125px;}
#contactWrapper {
	margin-top: 20px;
	float:left;
	width:880px;
	height:450px;
	padding: 0px 40px 0px 40px;
}
#contactGegevens {
	float:left;
	height:400px;
	width:380px;
}

#contactWrapper iframe {
	float:right;
	margin-top: 65px;
}
#contactWrapper a {font-size:16px;float:right; clear:right; text-decoration: none; color:#66320b;}
#contactWrapper a:hover {color:#8c5429;}