html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#cccccc;
	background-color: #000000;
	margin: 0px;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

/* css reset ends */

*{
	margin: 0;
	padding: 0;
}
p {
	margin-top:20px;
}

a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
	color:##F89B2D;
}

a img{
	border: none;
}

.clear{
	clear: both;
}

div#bg_top {
	
	background-image: url(images/blogHead_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;


	}

div#page_wrap{
	width: 895px;
	margin: 0 auto;
}

#header {
	width:893px;
	height:116px;
	background-image: url(images/blogHeaderMain_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
}
#headerLogo {
	float:left;
}
#headerFollow {
	float:right;
	width:270px;
	height:38px;
	text-align:center;
	margin-right:10px;
}
#followBlog a {
	display:block;
	padding:10px 10px 10px 10px;
	color:#cccccc;
}
#followBlog a:hover {
	text-decoration:none;
	color:#ff9900;
}
#followTop {
	background-color:#000000;
	width:270px;
	height:38px;
	float:right;
}
#followTekst {
	margin-left:18px;
	margin-top: 10px;
	float:left;
}
#followIcons {
	float:right;
	margin-right:10px;
}
#followBot {
	float:left;
}
div#main{
	width: 600px;
	float: left;
	display: inline;/* fix double margin */
	margin: 0px;
	}
div#about_page {
margin-left: 0px;
}
/* sticky post */
	div#main div.sticky{
		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
		}
		div#main div.post div.date{
			font-size: 11px;
			line-height: 14px;
			font-family: Arial, Helvetica, Verdana, Sans-Serif;
			text-align: center;
			vertical-align: middle;
			color: #bebebe;			
			width: 50px;
			_position: relative;/* ie6 fix */
			margin-right: 12px;
			}
		div#main div.post div.title{
			padding-bottom: 10px;
			padding-top: 16px;
			_margin-top: 0;/*ie6 fix*/
			*+margin-top: 0;/*ie7 fix*/
			}
			div#main div.post div.title h2{
				padding-top:10px;
				padding-left:18px;
				padding-bottom:10px;
				padding-right:20px;
				background-color:#ff9900;
				color:#000000;
				font-size:18px;
				text-transform:uppercase;
				font-weight:normal;
				}
				div#main div.post div.title h2 a{
					color: #000000;
					}
				div#main div.post div.title h2 a:hover{
					color: #000000;
					}
			div#main div.post div.title div.postmeta{
				font-size: 12px;
				color: #666;
				width: 580px;
				overflow: hidden;
				}
				div#main div.post div.title div.postmeta a{
					color: #666;
					/*border-bottom: 1px solid #131313;*/
					text-decoration: none;
					}
				div#main div.post div.title div.postmeta a:hover{
					color: #F89B2D;
					
					text-decoration: none;
					}
		div#main div.post div.entry{
			padding: 10px 0px 10px 0px;
			overflow: hidden;/* in case large img or video */
			_width: 600px;
			}
			div#main div.post div.no_result{
				padding: 20px;
				}
				div#main div.post div.no_result p.no_result{
					margin-bottom: 0;
					}
			div#main div.post div.entry a{
				color: #F89B2D;
				border: none;
				text-decoration: none;
				}
			div#main div.post div.entry a:hover{
				text-decoration: underline;
				}
			div#main div.post div.entry p{
				margin-bottom: 20px;
				}
			/* 20090629 add h1-h6 style in entry */
			div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }
			div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }
			div#main div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; }
			div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
			div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
			div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }
			
			div#main div.post div.entry ul,
			div#main div.post div.entry ol{
				padding-bottom: 24px;
				margin-left: 40px;
				margin-right: 40px;
				}
			div#main div.post div.entry ul{
				list-style-type: disc;
				}
			div#main div.post div.entry ol{
				list-style-type: decimal;
				}
				div#main div.post div.entry ul li,
				div#main div.post div.entry ol li{
					padding: 1px 0;
					list-style: inside;
					}
			div#main div.post div.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 20px 10px 50px;
				margin: 0 15px 24px 15px;
				background-color: #181818;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #999;
				}
				div#main div.post div.entry blockquote p{
					margin-bottom: 8px;
					}
			div#main div.post div.entry code{
				font-family: "Courier New", mono;
				background-color: #181818;
				border-left: 1px solid #2a2e2f;
				color: #197b30;
				padding: 5px 10px;
				display: block;
				}
			/* 20090629 add table layout */
			div#main div.post div.entry table{
				margin-bottom: 20px;
				border-collapse:collapse;
				border: 1px solid #2a2e2f;
				background-color: #181818;
				color: #999;
				}
				div#main div.post div.entry table td,
				div#main div.post div.entry table th{
					padding: 2px 5px;
					border: 1px solid #2a2e2f;
					}
	div#main div.navigation{
		font-size: 13px;
		}
		div#main div.navigation a{
			display: block;
			color: #fff;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #333333;
			line-height: 28px;
			}
			div#main div.navigation .left a:hover,
			div#main div.navigation .right a:hover{
				color: #000000;
				background-color: #fff;
				}
		div#main div.navigation .left{
			float: left;
			}
		div#main div.navigation .right{
			float: right;
			}
/* END div#main */

div#footer{
	position: inherit; /*footer onderaan */
	bottom: 0;			/*tov document dankzij regels bovenaan*/
	width: 100%;
	height:100px;
	border-top: 1px solid #181a1b;
	background-color: #111111;	
	clear:both;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
div#footer div.footer_center a {
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
	color:#F89B2D;
}
div#footer div.footer_center a:hover {
	text-decoration:underline;
}
	div#footer div.footer_wrapper{
			width:900px;
			margin: 25px auto 0px auto;
		}
		div#footer div.footer_center{
		text-align:center;
			/*background-color:#111111;*/
			padding:10px;
		}
/* END div#footer */

div#sidebar{
	width: 269px;
	float: right;
	display: inline;/* fix double margin */
	margin-top: -10px;
	margin-bottom: 30px;
	overflow: hidden;
	color: #aaa;
	font-size: 12px;
	/*border: 1px solid #1f2223;*/
	}
	div#sidebar ul{
		}
		div#sidebar ul li h2{
			/*background: url(images/sidebar_title_bg.gif) no-repeat;*/
			background-position: left bottom;
			font-size: 17px;
			text-transform:uppercase;
			line-height: 20px;
			color: #fff;
			padding:17px 10px 0px 0px;;
			font-weight:lighter;
			margin-bottom:0px;
			display:block;
			}
		div#sidebar ul li ul{
			list-style-type: none;
			color: #eee;
			line-height: 16px;
			margin-top: 0px;
			}
			div#sidebar ul li ul li{
				display:block;
				width:250px;
				padding: 6px 12px 6px 12px;
				padding-right: 12px;
				background-color:#1f1f1f;
                list-style-type:none;
				}
			div#sidebar ul li ul li:hover{
					background-color:#111111;
				}
			div#sidebar ul li ul li a{
				color: #bebebe;
				text-decoration: none;
				}
			div#sidebar ul li ul li a:hover{
				color: #F89B2D;
				}
				
.recentcomments {
	padding-bottom:10px;
	/*padding-top:10px;
	border-bottom: 1px solid #000000;*/
}
/* END div#sidebar */

/* modify div#sidebar for default widget */

div#sidebar ul li ul li.rc a{
	display: inline;
}

div#sidebar ul li.widget,
div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories, 
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	/*background: url(images/sidebar_list_bg.gif) no-repeat left bottom;*/
	margin-bottom:30px;
}

div#sidebar ul li.widget h2 a{
	color: #ccc;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}
/* multi-level category */
div#sidebar ul li ul li ul li,
div#sidebar ul li ul li ul.children li{
	background: none;
}

div#sidebar ul li ul li ul li:hover,
div#sidebar ul li ul li ul.children li:hover{
	background: none;
}
/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	background-color: #1f1f1f;
	padding: 20px 16px;
}

div#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	color: #F89B2D;
}

/* textwidget */
.textwidget{
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p{
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a{
	color: #ff5a00;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments{
	margin-bottom: 10px;
	}
	div#main div#comments h3{
		float: left;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a{
		float: right;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a:hover{
		color: #F89B2D;
		}
div#main ol.commentlist{
	font-size: 13px;
	color: #ccc;
	overflow: hidden;
	}
	div#main ol.commentlist li{
		margin-bottom: 15px;
		border: 1px solid #181a1b;
		background-color:#111111;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 20px 20px 15px 20px;
		}
		div#main ol.commentlist li ul{
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
			}
			div#main ol.commentlist li ul.children li{
				border-left: 1px solid #181a1b;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
				}
		div#main ol.commentlist li div.vcard{
			float: left;
			}
		div#main ol.commentlist li div.vcard div.left{
			width: 56px;
			margin-right: 5px;
			}
			div#main ol li div.left img{
				border: 1px solid #000;
				display: block;
				height: 48px;
				width: 48px;
				}
			div#main ol li div.left div.reply a{
				background: url(images/reply.gif) no-repeat 0 0;
				display: block;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
				}
			div#main ol li div.left div.reply a:hover{
				background-position: 0 -17px;
				}
		div#main ol.commentlist li div.right{
			float: left;
			line-height: 20px;
			width: 100%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
			}
			div#main ol.commentlist li div.right p a{
				color: #ccc;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
				}
			div#main ol.commentlist li div.right p a:hover{
				color: #ff5a00;
				border-bottom: 1px solid #F89B2D;
				}
			div#main ol li div.right div.commentmetadata{
				font-size: 12px;
				color: #999;
				border-bottom: 1px solid #181a1b;
				padding-bottom: 3px;
				margin-bottom: 8px;
				}
				div#main ol li div.right div.commentmetadata a{
					color: #ccc;
					text-decoration: none;
					font-weight: bold;
					}
				div#main ol li div.right div.commentmetadata a:hover{
					color: #F89B2D;
					}
			div#main ol li div.right p{
				margin-bottom: 20px;
				}
div#main .comments_navi{
	font-size: 12px;
	}
	div#main .comments_navi .alignleft{
		float: left;
		}
	div#main .comments_navi .alignright{
		float: right;
		}
		div#main .comments_navi .alignleft a, 
		div#main .comments_navi .alignright a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			line-height: 28px;
			}
		div#main .comments_navi .alignleft a:hover, 
		div#main .comments_navi .alignright a:hover{
			color: #ff5a00;
			background-color: #000;
			}
div#main div#respond{
	background-color: #111111;
	border: 1px solid #181a1b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	padding: 15px 20px;
	margin-top: 15px;
	margin-bottom:50px;
	}
	div#main div#respond div.h3_cancel_reply{
		margin-bottom: 5px;
		}
	div#main div#respond h3{
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		float: left;
		display: inline;/* fix double margin */
		}
		div#main div#respond span.cancel-comment-reply{
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
			}
		div#main div#respond span.cancel-comment-reply a{
			font-size: 12px;
			color: #999;
			text-decoration: none;
			}
		div#main div#respond span.cancel-comment-reply a:hover{
			color: #F89B2D;
			}
	div#main div#respond form#commentform{
		}
		div#main div#respond form#commentform p{
			font-size: 12px;
			color: #999;
			padding: 3px 0;
			}
			div#main div#respond form#commentform p a{
				color: #fff;
				border: 0;
				}
			div#main div#respond form#commentform p a:hover{
				border-bottom: 1px solid #fff;
				}
		div#main div#respond div.input_area{
			padding: 0px;
			}
			div#main div#respond div .message_input{
				font-family:Helvetica, Arial, sans-serif;
				background-color: #eee;
				border: 2px solid #000;
				color: #333;
				font-size: 13px;
				padding: 5px;
				height: 120px;
				width: 98%;
				}
		div#main div#respond div.user_info{
			font-size: 12px;
			line-height: 16px;
			display: block;
			padding: 15px 0px;
			}
			div#main div#respond div.user_info div.single_field{
				display: inline;
				float: left;
				width: 33%;
				margin-right: 1px;
				}
				label.desc{
					display: block;
					color: #999;
					padding-bottom: 4px;
					}
					label.desc abbr{
						color: #ff5a00;
						border: 0;
						}
				div#main div#respond div.user_info input.comment_input{
					background-color: #eee;
					color: #666;
					border: 2px solid #000;
					padding: 2px 3px;
					width: 90%;
					}
		div#main div#respond div.submit_button{
			margin: 10px 0px 0px 0px;
			}
			div#main div#respond form#commentform div.submit_button input.button{
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				/*text-indent: -9999px; 20090708 no text button*/
				color: #bbb;/*20090708 no text button*/
				font-size: 12px;/*20090708 no text button*/
				cursor: pointer;
				float: left;
				}
			div#main div#respond form#commentform div.submit_button input.button:hover{
				background-position: 0 -28px;
				color: #fff;/*20090708 no text button*/
				}
			div.submit_button span.key{
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 12px;
				line-height: 16px;
				color: #333;
				}
.nocomments{
visibility: hidden;
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
	float: left;
	}
	
.alignright{
	float: right;
	}

img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
	}

img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
	}

.wp-caption {
   
   text-align: center;
   
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #ccc;
}

div#main div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist{
	color: #ccc;
	font-size: 13px;
}

div#main div.post div.entry  ul.archiveslist li a{
	color: #ccc;
}

div#main div.post div.entry  ul.archiveslist li a:hover{
	color: #F89B2D;
}
/*------------------------ Strong ------------------------*/

div.strong{
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 25px;
}

div.strong .keyword{
	color: #F89B2D;
}

/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #container{
	height: 100%;
}

body > #container{
	height: auto; min-height: 100%;
}

#container{
margin-top:50px;
margin-bottom:30px;
padding-left: 0px;
padding-bottom: 48px;/* must be same height as the footer */
}

#footer{
	position: relative;
	margin-top: -48px; /* negative value of footer height */
	height: 48px;
	clear:both;
}

/*-------------------------------COMMENT STYLING -----------------------------*/

#blogitem {
	margin-bottom:60px;
	background-color:#111111;
}
#content_header {
	overflow:auto;
	width:600px;
	background-color: #ff9900;
}
#content_header #content_datum {
	background-image:url(images/datum_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color: #1f1f1f;
	width:50px;
	float:left;
	text-align: center;
	padding: 10px 5px 5px 5px;
}
#content_header #content_datum #didgit {
	font-size:24px;
}
#content_header #content_title {
	float:left;
	width:500px;
	padding-left: 15px;
	padding-right: 15px;
}
#content_header #content_title a {
	color:#000000;
	font-size:18px;
	text-transform:uppercase;
}
#content_header_pijl {
	clear:both;
	margin-left:80px;
	width:17px;
	height:7px;
	z-index:2;
	position:absolute;
}
#content_main {
	width:600px;
}
#content_main p {
	margin-left:10px;
	margin-right: 10px;
}
#content_main a {
	color:#FF9900;
	text-decoration:none;
}
#content_main a:hover {
	text-decoration:underline;
}
#content_footer {
	background-color:#1f1f1f;
	height:30px;
	width:600px;
	margin-top:20px;
}
#footer_tags {
	margin-left:10px;
	margin-top:5px;
	float:left;
	color:#666666;
}
#footer_tags a {
	color:#666666;
	text-decoration:none;
}
#footer_tags a:hover {
	color:#FFFFFF;
}
#read_more {
	text-transform:uppercase;
	float:right;
}
#share {
	float:right;
	margin-right:10px;
}
#share a {
	color:#ffffff;
}
#read_more a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	background-color:#333333;
	padding:6px 10px 5px 10px;
	height:19px;
	width: 73px;
}
#read_more a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#ffffff;
}
#post_img {
	margin-left:-10px;
}

/*---------------- sidebar widgets -------------------*/

#tag_cloud-3 h2 { 
	background-image:url(images/tagCloud.png); 
	background-repeat:no-repeat; 
	background-position:left; 
	text-align:right;  
	height:40px; 
	margin-bottom:30px;
}
#archives-3 h2 { 
	background-image:url(images/achives.png); 
	background-repeat:no-repeat; 
	background-position:left; 
	text-align:right; 
	height:40px; 
	margin-bottom:30px;
}
#categories-3 h2 { 
	background-image:url(images/categories.png); 
	background-repeat:no-repeat; 
	background-position:left; 
	text-align:right; 
	height:40px; 
	margin-bottom:30px; 
}
#recent-comments-3 h2 { 
	background-image:url(images/comments.png); 
	background-repeat:no-repeat; 
	background-position:left; 
	text-align:right; 
	height:40px; 
	margin-bottom:30px;
}