/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.3.1
	Author: Todd Motto (@toddmotto)
	Author URI: http://www.toddmotto.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/



/*----------------------------------------*\
	$VTB
\*----------------------------------------*/
.subcat {
	color:#fff;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	line-height: 17px;
	font-weight: 600;
	}
a.subcat:link, a.subcat:visited {
	display: block;
	color:#039;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height: 22px;
	}
a.subcat:hover {
	text-decoration:underline;
	}
.vtb_subcat {
	display: block;
	border:dotted 1px #0CF;
	padding: 5px;
	margin: 10px;
	}
.accordion {
	width: 680px;
	border-bottom: solid 1px #c4c4c4;
	
}
.accordion h3 {
	background:#03C url(http://www.encyclopedoe.nl/img/arrow-square.gif) no-repeat right -51px;
	padding: 10px 24px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:300;
	
	
}
.accordion h3:hover {
	background-color:#09F;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}	
.onderwerp a, .onderwerp a:visited	{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:800;
	color:#000;
	
	}

.vtblogo_class {
	padding-bottom:0px;
	border: 1px solid #000;
	}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/


/*
@font-face {
	font-family: 'segoeui-mono-bold';
	src: url('fonts/SegoeUIMono-Bold.eot');
	src: local('☺'), url('fonts/SegoeUIMono-Bold.woff') format('woff'), url('fonts/SegoeUIMono-Bold.ttf') format('truetype'), url('fonts/SegoeUIMono-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	color:#444;
	background-color: #143a67;
	/*background-image:url(img/background.jpg);
	background-repeat:repeat;*/
	
	
	background-image: url('img/background_1.jpg'), url('img/background_2.jpg'), url('img/background_3.jpg'), url('img/background_4.jpg'),url('img/background_5.jpg'), url('img/background_6.jpg'), url('img/background_7.jpg'), url('img/background_8.jpg');
	background-position: center 0px, center 978px, center 2149px, center 3217px, center 4285px, center 5263px, center 6434px, center 7515px;
	background-size: auto auto;
	background-repeat: no-repeat;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	font-weight:500;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 0;
	margin:0;
	display:block;
	}	
.clear {
	clear:both;
	display:block;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#ddd;

}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.wrapper {
	width:1200px;
	margin:0 auto;
	position:relative;
}

#content_wrapper {
	width: 1200px;
	margin:0 auto;
	padding-top: 20px;
	overflow: auto;
}

#left_column {
	display: block;
	width: 230px;
	float: left;
	background-color:#0C0;
	color: #FFF;
	padding: 20px;
	
}
#left_column a:link, #left_column a:visited {
	text-decoration:none;
	line-height:40px;
	font-weight:600;
	font-size:18px;
	color:#FFF;
}

#left_column a:hover {
	color:#006;
}

#center_column {
	display: block;
	width: 700px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding:0;
	}
#homepage_achtergrond {
	background-color:#06C;
	color:#FFF;
	font-size:14px;
	line-height:22px;
	padding: 10px;
}	
#right_column {
	display: block;
	width: 230px;
	float: left;
	background-color:#0C0;
	color: #FFF;
	padding: 20px;
	padding-top:0px;
	}	
#right_column a:link, #right_column a:visited {
	font-weight: 600;
	color:#fff;
	}
#right_column a:hover {
	color: #333;
}

#footer_bar {
	display:block;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	margin-top: 20px;
	color:#FFF;
	background-color:#0C0;
	font: 12px 'Open Sans', sans-serif;
	text-align:center;
	padding-top: 2px;
	}
#footer_bar a {
	color: #FFF;
	}
.gekozen_letter{
	font-size: 80px;
	color:#FFF;
	font-weight: 400;	
	line-height: 80px;
}
#logo {
	width: 344px;
	height: 79px;
	float: left;
	margin-top: 10px;
	}
	
#inleidend {
	display: block;
	background-color:#00aeef;
	color: #FFF;
	padding: 10px;
	font-weight:normal;
	margin-bottom: 20px;
}
#activiteiten {
	display: block;
	background-color:#ed1c24;
	color: #FFF;
	padding: 10px;
	font-weight:normal;
	margin-bottom: 20px;
}
#aanvullend {
	display: block;
	background-color:#F7931D;
	color: #FFF;
	padding: 10px;
	font-weight:normal;
	margin-bottom: 20px;
}

#inleidend h2 {
	font-weight: normal;
}
#activiteiten h2 {
	font-weight: normal;
}
#aanvullend h2 {
	font-weight: normal;
}

h3.kernwoord_inleidend {
	
	font-weight: 600;
	display: block;
	padding-top: 5px;
	width: 200px;
	height: 30px;
	background-color:#8dd8f8;
	margin-left: -10px;
	padding-left: 10px;
	}
h3.kernwoord_activiteiten {
	
	font-weight: 600;
	display: block;
	padding-top: 5px;
	width: 200px;
	height: 30px;
	background-color:#F8A98F;
	margin-left: -10px;
	padding-left: 10px;
	}
h3.kernwoord_aanvullend {
	
	font-weight: 600;
	display: block;
	padding-top: 5px;
	width: 200px;
	height: 30px;
	background-color:#FBBB76;
	margin-left: -10px;
	padding-left: 10px;
	}		
.item_img {
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}
.link_header {
	font-style:italic;
	font-weight: 800;
	
}
.ency_link {
	color: #fff;
	font-weight: 600;
}
/*------------------------------------*\
    $PAGES
\*------------------------------------*/

/*------------------------------------*\
    $MENU
\*------------------------------------*/

#access {
	display: block;
	width: 325px;
	height: 40px;
	float: right;
	margin-top: 55px;	
	margin-right: -23px;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font: 15px 'Open Sans', sans-serif;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 39px;
	left: 0;
	width: 148px;
	z-index: 99999;
	}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #0C0;
	border-bottom: 1px dotted #ddd;
	color: #444;
	height: auto;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 148px;
	font: 15px 'Open Sans', sans-serif;
	font-weight: normal;
	padding-top: 5px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	/*background: #efefef;*/
	color:#fff;
	text-decoration:underline;
	
}
#access li:hover > a,
#access a:focus {
	/*background: #f9f9f9; 
	color: #373737;
	border-bottom:#f9f9f9 1px solid;
	*/
	color: #fff;
	text-decoration:underline;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;
	color:#fff;
}
#access ul ul .current-menu-item > a {
	color:#000;
	font-weight: normal;
	}

/*------------------------------------*\
    $LETTERBAR
\*------------------------------------*/
#letter_bar {
	margin-top: 20px;
	background-color:#0C0;
	clear: both;
	display: block;
	float: left;
	padding: 10px 20px;
	width: 100%;
	height: 40px;
	
}
#letter_bar a:link, #letter_bar a:visited {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
	padding-right: 10px;
}
#letter_bar a:hover {
	color: #006;
	text-decoration:none;
	font-weight:bold;
	padding-right: 10px;
}



/*------------------------------------*\
    $IMAGES
\*------------------------------------*/



/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/*

@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1140px) {

}
@media only screen and (min-width: 1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min-resolution: 144dpi) {

}
*/
/*------------------------------------*\
    $MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    $WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	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:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	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;
	}
}