/*
Theme Name: Jan Vlug
Theme URI: http://www.janvlug.com
Description: Custom WordPress theme
Author: Erik Oude Nijhuis - Blik Vormgeving
Version: 1.00
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,img
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 16pt;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* outer wrapper */


.outer-wrapper {
	width: 900px;
	margin: 0 auto;
}

/* header */
.header-outer-wrapper {
	height:400px;
	background-color:#CCC;
	margin-top:20px;
}
.header-wrapper {width:1000px; margin:0 auto;}
.header-image {
	height:300px;
}
.header-titel {
	height: 60px;
	padding-top:40px;
	background-color: black;
	color: #FFF;
	text-align: center;
}
.header-titel h1{
	font-family: Verdana;
	font-size: 35pt;
	font-weight: 900;
	margin-bottom:10px;
}
.header-titel {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 100;
}
/* navigatiebalk */

.navigatiebalk {
	width:1000px;
	height: 40px;
	background-color: #666;
	margin: 0 auto 20px auto;
}

/* content */
img {
	max-width:100%;
}
.item-wrap {
	margin: 5px;
	float: left;
	width: 210px;
}
.item-innerwrap-shadow { margin-top:-10px;
}
.item-innerwrap {
	background-color: #FFF;
	border: solid thin #CCC;
	padding: 10px;
	margin: 0px;
	min-height:270px;
}
.item-innerwrap-header { height:60px;}
.item-innerwrap-image {	
	width:190px;
	height:140px;
	}
.item-datum {
	float: left;
	width: 125px;
	margin-top: 10px;
}
.item-leesmeer {
	float: right;
	width: 70px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
}
.clear {
	clear: both;
}
.item-innerwrap h2 {
	font-family: Verdana;
	font-size: 15pt;
	line-height: 18pt;
}
.item-innerwrap-header a {
	text-decoration:none;
	color:#000;
}
.item-leesmeer a {
	text-decoration:none;
	color:white;
}





/* Footer */

.footer-wrapper {
	background-color: #333;
	height: 150px;
}
.footer-content {
	color: #FFF;
	width: 1000px;
	padding-top: 20px;
	margin:0 auto;
	text-align:right;
	font-size:9px;
}
.footer-content a {color:#FFF; text-decoration:none;}





/* Vervolgpagina links */

.single-left {
	float: left;
	width: 400px;
}
.single-featured-wrapper {
	margin-bottom: 20px;
}
.single-featured-image {
	padding: 20px;
	background-color: #FFF;
}
.single-gerelateerd {
}
.single-right p {
	margin-bottom: 20px;
}

/* Vervolgpagina rechts */

.single-right {
	float: right;
	width: 480px;
	padding-top: 20px;
}
.single-right h1 {
	font-family: Verdana;
	font-size: 28pt;
	line-height: 32pt;
	padding-bottom: 20px;
	font-weight: lighter;
}
.single-right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 19pt;
	font-weight: lighter;
}

/* page navigatie */

.pagenav {
	width:1000px;
	text-align:center;
	margin-bottom:20px;
}

.pagenav a {
	width:50px;
	padding:5px;
	background-color: #666;
	color:#FFF;
	text-decoration:none;