/*
	De CSS en de HTML code die hiermee gepaard gaan zijn gemaakt door Richard van Denderen (http://RichardVanDenderen.nl)
	Het is nadrukkelijk verboden om dit te kopiëren en te distribueren zonder mijn nadrukelijke schriftelijke toestemming.
*/
body{
background:url(images/bg.png) repeat-x #f0f0ec top;
}
	a{
	color: inherit;
	font-family: inherit;
	text-decoration: none;
	}

	#wrapper{
	width: 900px;
	margin: 10px auto;
	}
		h1{
		color:#1F1F1F;
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
		font-weight: normal;
		margin: 0px;
		}
		.site-slogan{
		margin: 0px;
		color:#1F1F1F;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight: normal;
		
		}
		
		#winkelmand{
		float:right;
		background: #027da9;
		padding: 10px 20px 10px 20px;
		margin: 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		color: #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
		ul{
		float:left;
		width: 875px;
		background: #ff9000;
		color: #fff;
		padding: 10px 0px 10px 25px;
		margin: 0px;
		-moz-border-radius: 5px 0px 5px 5px;
		-webkit-border-radius: 5px 0px 5px 5px;
		}
			ul li{
			color:#fff;
			display:inline;
			padding: 10px;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-transform:uppercase;
			}
				ul li a{
				color: #fff;
				text-decoration: none;
				}
					ul li a:hover{
				color: #fff;
				text-decoration: underline;
				}
		
		#sidebar{
		float:left;
		margin: 0px ;
		width:200px;
		}
			.blok_blauw{
			background: #027da9;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;
			width: 180px;
			padding: 10px;
			margin: 10px 0px;
			}
				h3{
				font-family: Arial, Helvetica, sans-serif;
				color: #fff;
				font-size: 12px;
				font-weight: bold;
				width: 180px;
				}
				ul.categories{
				float: none;
				width: auto;
				background: #027da9;
				color: #fff;
				padding: 0;
				margin: 0;
				-moz-border-radius: clear;
				-webkit-border-radius: clear;
				}
					ul.categories li{
					color:#fff;
					display:block;
					width: auto;
					padding: 0px;
					margin: 0 0 0 10px;
					font-family:Arial, Helvetica, sans-serif;
					font-size: 12px;
					text-transform:none;
					}
					ul.categories li.active{
					color:#fff;
					display:block;
					width: auto;
					padding: 0px;
					margin: 0 0 0 10px;
					font-family:Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-weight:bold;
					text-decoration: underline;
					text-transform:none;
					}
			.blok_oranje{
			background: #ff9000;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;
			padding: 10px;
			margin: 10px 0px;
			}
			.blok_oranje p{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #fff;
			}
				
		#content_wrapper{
		float: right;
		width: 700px;
		}
			.item{
			float: left;
			width: 300px;
			height: 150px;
			margin: 10px 0 30px 30px;
			padding: 10px;
			}
				.item:hover{
				padding: 9px;
				border: 1px solid #d7e3fc;
				background: #ecf9fe;
				text-align: justify;
				}
			.post{
			float: left;
			width: 650px;
			margin: 0 0 0 30px;
			padding: 10px;
			text-align: justify;
			}
				.post:hover{
				padding: 9px;
				border: 1px solid #d7e3fc;
				background: #ecf9fe;
				}
			.single{
			float: left;
			width: 650px;
			margin: 0 0 0 30px;
			padding: 10px;
			text-align: justify;
			}

			.single-inleiding{
			float: left;
			width: 650px;
			margin: 10px 0 0 30px;
			padding: 9px;
			border: 1px solid #d7e3fc;
			background: #ecf9fe;
			text-align: justify;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;
			}
				h2{
				font-family: Arial, Helvetica, sans-serif;
				color: #027da9;
				font-size: 12px;
				font-weight: bold;
				}
				img{
				float:left;
				margin: 0 10px 10px 0px;
				}
				p{
				font-family: Arial, Helvetica, sans-serif;
				color: #000;
				font-size: 12px;
				}
				h6{
				width: auto;
				font-family: Arial, Helvetica, sans-serif;
				color: #027da9;
				font-size: 12px;
				font-weight: bold;
				margin:0px;
				padding: 0px;
				}
				small{
				width:auto;
				margin: 0px;
				padding: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				}
		
		#footer{
		float: left;
		width: 800px;
		height: auto;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		background: #1f1f21;
		padding: 50px;
		margin: 10px auto;
		}
			#footer p{
			width: 100%;
			text-align: center;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #fff;
			}
			#footer p a{}
		
