/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: -0.5em;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

img {
	border: 0;
}

input, textarea {
	border: 1px solid black;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	color: #008d24;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	text-decoration: none;
	color: white;
}

#sidebar-1 a, #sidebar-2 a {
	color: #c02;
	text-decoration: none;
}

/* layout
----------------------------------------------- */

#container {
	margin: 10px auto;
	padding: 0;
	width: 800px;
}

#header {
	text-align: center;
	background: black;
	color: white;
}

#header_bar {
	width: 100%;
	height: 25px;
	background: white;
	border-bottom: 1px solid black;
	clear: both;
}

#srch {
	float: right;
	padding-top: 2px;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}


#columns {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

#row {
	display: table-row;
}

#sidebar-1, #sidebar-2 {
	padding-top: 48px;
	display: table-cell;
}

#sidebar-1 {
	vertical-align: top;
	text-align: left;
	width: 213px;
}

#sidebar-2 {
	width: 127px;
}


.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list menu {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 10px 0;
	padding: 0;
	border-bottom: 1px solid #b99;
}

.section_list menu li {
	margin-left: -15px;
}

#content {
	display: table-cell;
	vertical-align: top;
	padding: 30px 60px 30px 10px;
}

#footer {
	margin-top: 5px;
	clear: both;
	text-align: center;
	background: black;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#menubtn, #close_menu {
	display: none;
}

.illustratie {
	margin: -0.25em -70px 0.5em 0.75em;
}

.illustratie, .illus_randen {
	padding: 0.25em;
	border: 1px solid #bbb;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.divider {
	margin: 3em auto;
	max-width: 400px;
	height: 1px;
	text-align: center;
	background: white url(/images/1.gif) no-repeat center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.published {
	font-size: 0.8em;
}

.entry-content {
/*	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.8em;	*/
}


/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}


/* responsive design
----------------------------------------------- */

@media (max-width: 815px) {
	#container {
		width: 100%;
	}
	
	#container, #site-name {
		margin-top: 0;
	}
		
	#content {
		padding-right: 40px;
	}
	
	#sidebar-1 {
		width: 192px;
		padding-left: 8px;
	}
}



@media (max-width: 650px) {
	
	#columns {
		display: block;
	}
	
	#row {
		display: block;
	}
	
	#content {
		display: block;
		padding-right: 10px;
		font-size: 15px;
	}
	
	#sidebar-1 {
		position: absolute;
		display: block;
		left: -250px;
		width: 220px;
		padding-top: 18px;
		font-size: 15px;
		transition: left 0.3s;
		box-shadow: 5px 5px 3px #bbbbbb;
		z-index: 10;
		background: white;
	}
	
	#menubtn {
		display: block;
		float: left;
		width: 75px;
		height: 1.5em;
		padding: 4px 6px 2px 6px;
		color: white;
		background: #848484;
		border: 1px solid #bbb;
		font-weight: bold;
		text-align: center;
		cursor: pointer; cursor: hand;
		font-size: 17px;
	}
	#menubtn span {
		font-size: 15px;
		position: relative;
		top: -1px;
	}
}



@media (max-width: 500px) {
	
	#content {
		padding: 24px 4px 8px 4px;
	}
}



