body {
	margin: 10;
	padding: 0;
	background: #353535;
	font-family: "Century Gothic", helvetica, times, sans-serif;
	font-size: 13px;
	color: #999;
}

h1, h2, h3, p, ul, ol {
	margin-top: 0;
}

h1, h2, h3 {
	text-transform: uppercase;
}
 h2, h3 {
	text-transform: lowercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 250%;
}

h2 {
	letter-spacing: -1px;
	font-size: 167%;
}

h3 {
	font-size: 123.1%;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 250%;
    font-size: 14px;
}

strong, em {
	color: #ddd;
}

a {
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted #333;
	color: #eee;
}

a:visited {
	color: #ccc;
	border-bottom: 1px dotted #666;
}

a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

a img {
	border: none;
}

/* WRAP -sluit alles in van background. */

#wrap {
	background: url(images/licht.jpg) no-repeat 50% 0;
}

/* HEADER - bevat de startlogo. */

#header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
}

#header h1, #header h2 {
	margin: 0;
	text-align: center;
	color: #000;
}

#header h1 {
	padding-top: 40px;
}


/* PAGE - Bevat de beginpagina en de zijkant. */

#page {
	width: 900px;
	margin: 0 auto;
}

/* CONTENT - Het beginpagina gebied. */

#content {
	float: left;
	width: 580px;
}

/* POST - Bevat een sectie onderaan beginpagina. */

.post {
	margin-bottom: 20px;
}

.post .title {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/titelbalk_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #fff;
}

.post .title a {
	border: none;
	color: #fff;
}
/*
.post .entry {
	padding: 20px 20px 1px 20px;
	background: url(images/post_entry_bg.png);
}



.post .meta {
	background: url(images/post_meta_bg.png);*/
	
}

.post .meta p {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #000;
	line-height: normal;
	color: #666;
}

.post .meta a {
	border: none;
	color: #999;
}

.post .meta a:hover {
	color: #fff;
}

/* SIDEBAR - Voor extra artikelen. */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	padding: 2px 0;
	border-bottom: 1px dotted #333;
}

#sidebar li li a {
	border: none;
}
/*
#sidebar li li a:hover {
	padding-left: 20px;
	background: url(images/bullet_go.png) no-repeat 0 50%;
	color: #fff;
}*/

#sidebar h2 {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/titelbalk_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #fff;
}

#sidebar .pad {
	padding: 20px;
}

/* FOOTER - voetnoot . */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: smaller;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer .legal img {
	margin-top: 1em;
}
