/*
Theme Name: cdenv2
Theme URI: http://wordpressthemes.mifdesign.com/
Description: This is 2 column WordPress theme created by <a href="http://www.famous.be/">Famous</a>. 
Author: Famous.be
Author URI: http://www.Famous.be/
Tags: two-columns, fixed-width, right-sidebar, cdenv

*/


img, div { behavior: url(iepngfix.htc) }
* {
	margin:0;
	padding:0;
	border:none;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-image:url(images/bg_gradient.jpg);
background-repeat:repeat-x;
color:#333;
text-align: center;
}

p {
    font-size:11px;
}
a {
    font-size:11px;
    color:#000;
}

/* general */
#wrapper {
	width:895px;
	margin:0 auto;
	}

/* header */
#header {
	width:811px;
	float:left;
	margin:0 0 0 42px;
	display:inline;
	}
#pagetop {
	float:left;
	height:87px;
	width:811px;
	}
#logo {
	float:left;
	height:53px;
	display:block;
	padding:34px 0 0 3px;
	}
#feed {
	float:right;
	height:30px;
	display:block;
	padding:57px 7px 0 0;
	}

#headerimg {
	float:left;
	height:327px;
	width:811px;
	background:#fff url(images/headerimage.jpg) no-repeat top center;
        text-align:left;
	}



#headerimg h1 {
	color:#ffffff;
	font-size:48px;
	font-weight:normal;
	padding:222px 0 0 35px;
	text-align:left;
	width:570px;
	display:block;
}
#headerimg h1 a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
        font-size:48px;
}
.description {
	color:#d6d6d6;
	font-size:12px;
	text-transform: uppercase;
	display:block;
	padding:0 0 0 35px;
}

/*nav*/
#nav {
	float:left;
	height:57px;
	width:811px;
	background: #fff url(images/bgnav.gif) no-repeat top left;
	}
#navmenu {
	float:left;
	text-align:left;
	padding:11px 0 0 30px;
	}
#navmenu ul li {
	display: inline;
	list-style-type: none;
}
#navmenu ul li a {
	margin:10px 0;
	padding:3px 9px 0 5px;
	text-decoration:none;
	color:#3a6f8f;
	display:inline;
	border-right:1px solid #3a6f8f;
	font-size:11px;
}
#navmenu ul li a:hover {
	text-decoration:underline;
}
#navsearch {
	float:right;
	width:210px;
        padding: 11px 15px 0 0;
}

/*container */
#container {
	float:left;
	width:853px;
	margin: 0 42px 0 0;
        behavior: url(iepngfix.htc);
	background-image:url(images/bgcontainer.png);
	background-position:top left;
	background-repeat:repeat-y;
	}
#left {
	float:left;
	width:633px;
	overflow:hidden;
	display:block;
	}

/*content */
#textpage {
    float:left;
    padding: 0 0 0 42px;
    }

.postitem {
	float:left;
	width:633px;
	overflow:hidden;
	}
.post, .singlepost {
	float:left;
	width:516px;
	border-bottom:1px #CCCCCC solid;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0 40px 0 35px;
	text-align:left;
        display:inline;
	}
#right {
	width:220px;
	float:left;
	display:block;
	overflow:hidden;
        text-align:left;
	}
#footer {
	float:left;
	height:70px;
	width:853px;
        behavior: url(iepngfix.htc);
	background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	}

/* date style */
.date {
	behavior: url(iepngfix.htc);
	background: url('images/date.png') top left no-repeat;
	height:85px;
	float:left;
	color:#666;
	margin:90px 0 0 0;
	font-size:9px;
        width:42px; 
        text-align:center;
}
.date .dateContainer {
        padding: 10px 0 0 5px;
	font-weight:normal;
        font-size:9px;
	color:#f58f20;
	text-transform:uppercase;
}
.date .counter {
        font-size:9px;
	color:#3a6f91;
	padding: 15px 0 0 0;
	text-align:center;
}
.date .counter a {
font-size:9px;
	color:#3a6f91;
        text-decoration:none;
}
.date .counter a:hover {
font-size:9px;
	color:#3a6f91;
        text-decoration:underline;
}
.singlecounter {
	color:#3a6f91;
	padding: 15px 0 0 0;
	text-align:center;
	font-size:9px;
}

/* post style */
.entry {
	padding:15px 10px 0 0;
	font-size:12px;
	color:#333333;
}
.entry .entry {
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	background:none;
	line-height:normal;
	color:#322b06;
}
.entry pre {
	overflow:auto;
}
.entry table {
	background-color:#f8f7f3;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #a29c7d solid;
	border-bottom: 1px #a29c7d solid;
	border-left: 1px #FFFFFF solid;
	margin-bottom:5px;
	padding:5px;
}
.entry table tr td, .entry table tr th {
	padding:5px;
}
.entry table tr th {
	background-color:#f8f7f3;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #a29c7d solid;
	border-bottom: 1px #a29c7d solid;
	border-left: 1px #FFFFFF solid;
}
.entry table .even {
	background-color:#ebe9e4;
}
.entry p {
	margin:0 0 10px 0;
}
.entry a {
	color:#ed801b;
}
.entry a:hover {
	color:#f6a029;
}
.entry ul, .entry ol {
	margin-left:40px;
}
.postmetadata {
	clear:both;
	padding:5px 0 30px 0;
        font-size:10px;
}
.postmetadata p {
	color:#ababab;
        padding:0 0 5px 0;
}
.postmetadata a {
	color:#3a6e93;
	padding:3px 0;
        text-decoration:none;
}
.postmetadata a:hover {
	color:#3a6e93;
	padding:3px 0;
        text-decoration:underline;
}
.post small a:hover, .postmetadata a:hover {
	text-decoration:underline;
}
.postmetadata img {
	border:none;
	margin:10px 0;
}
.post h2, .post h3, .singlepost h2, .singlepost h3 {
	text-align:left;
	color:#333333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:30px 0 0 0;
}
.post h2 a, .singlepost h2 a, .post h3 a, .singlepost h3 a {
	color:#333333;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	padding:0 0 50px 0;
	text-decoration:none;
}
.door {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #999999;
	letter-spacing:1pt;
        font-size:10px;
        padding: 11px 0 0 0;
}

/*widget style */
#sidebar {
	text-align:left;
	padding:12px 0px 0px 0px;
}
#sidebar h2 {
	color:#386d8f;
	font-size:16px;
	text-decoration:none;
	letter-spacing: 0px;
	padding:0px 0 5px 12px;
}

#sidebar ul {
	background-image:none;
}
#sidebar ul li ul li ul {
	background-image:none;
	border:none;
}
#sidebar ul li ul {
        list-style-type:none;
}
#sidebar ul li ul li a {
	color:#999999;
	text-decoration:none;
	margin: 0 30px 0 20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	vertical-align:top;
	zoom:1;
}
#sidebar ul li ul li a:hover {
	color:#000000;
}
#sidebar ul li ul li {
	background-image:url(images/listitem.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 10px 0 10px;
}
.widgettop {
	background-image:url(images/bg_li_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
.widgetbottom {
	background-image:url(images/bg_li_bottom.gif);
        background-position:left bottom;
        background-repeat:no-repeat;
        height:20px;
        margin: 0 0 20px 0;	
	}	
	
.widgetcontent {
	background-image:url(images/bg_li.gif);
	background-repeat:repeat-y;
	padding:0 10px 0 5px;
	background-position:bottom left;
	width:200px;
	}
.widgetcontent a {
        color:#999;
        text-decoration:none;
        }
.widgetcontent a:hover {
        color:#000;
        text-decoration:underline;
        }


/* extras */
.pagetitle {
	text-align:left;
	color:#333333;
	font-size:14px;
	color:#333333;
	font-size:16px;
	text-decoration:none;
        padding: 30px 0 0 37px;
}
.singlepost small, .post small {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #ed801b;
	font-size:11px;
        padding: 10px 0 0 0;
        display:block;
        }
.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px 0;

    }
.alignright img {
    padding:2px 0 2px 10px;
}
.alignleft img {
    padding:2px 10px 2px 0;
}
.wp-caption-text {
    text-align:center;
    color:#999;
    }
.alignleft {
    float:left;
}
.alignright {
    float:right;
}
.wachtopgoedkeuring {
	padding: 5px 0px 5px 10px;
	font-style:italic;
}

/*comments*/
#commentform{
      margin:0 0 30px 0;
      display:block;
}
#author, #email, #url{
	width:380px;
	background-color:#fdfdfd;
	line-height:20px;
	padding:2px 0 2px 5px;
	margin-bottom:5px;
}
#author, #email, #url{
	height:16px;
}
#comment{
	height:180px;
        width:380px;
	background-color:#f1f1f1;
	line-height:20px;
	padding:2px 0 2px 5px;
}
#submit{
	background:none;
	background-image:url(images/submit.jpg);
	width:131px;
	height:24px;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	text-transform: lowercase;
	font-weight:bold;
	letter-spacing:1px;
        padding-bottom:2px;;
}
select, input, textarea{
	border:none;
        background-color:#fff;
}
select optgroup{
	color:#322B06;
	font-style:normal;
	text-transform:uppercase;
	font-size:11px;
}
select option{
	padding-left:10px;
	color:#47401A;
	text-transform:none;
	font-size:12px;
}
.comments-label small{
	line-height:21px;
	font-size:11px;
	color:#ed801b;
	font-weight:bold;
}
h3{
	font-size:14px;
}
#comments{
	padding:10px 0;
	color:#333333;
}
.commentlist{
	font-size:12px;
	color:#ed801b;
}
.commentlist a{
	color:#322d19;
}
.commentlist p{
	margin:0 0 10px 0;
}
.commentlist li{
	background-color:#fdfdfd;
	margin:0 0 5px 0;
	list-style:none;
}

.comment-text {	
color:#666;
	padding-left:10px;
	}
.comment-author{
        background-color:#f1f1f1;
	color:#000;
	padding:5px;
}
.comment-page-numbers{
	padding:5px 10px;
	margin:0 20px 5px 30px;
	border-color:#FFFFFF #A29C7D #A29C7D #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#645D35;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
}
.comment-page-numbers a{
	padding:3px 8px;
	background-color:#fafaf7;
	border-color:#FFFFFF #A29C7D #A29C7D #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#645D35;
}
.current-comment-page, .comment-page-numbers a:hover{
	padding:3px 8px;
	background-color:#ebe9ea;
}
.left-avat{
	width:35px;
	height:35px;
	float:left;
}
.avatar{
	background-color:#fff;
	padding:5px;
	margin:0 0 0 5px;
}
.post-edit-link {
	padding: 0 0 0 20px;
	
	}
.comment-author a{
	font-weight:bold;
	font-size:14px;
	color:#000;
}
.comment-author a:hover{
	color:#000;
	text-decoration:underline;
}
.comment-author .fn{
	line-height:40px;
	padding:0 0 0 20px;
	float:left;
	display:block;
}
.comment-data{
	color: #ebe9ea;
	padding:5px 0 5px 10px;
}
.commentmetadata a {
	color: #ED801B;
        text-decoration:none;
	}
.commentmetadata a:hover {
	color: #ED801B;
        text-decoration:underline;
	}
.clear{
	clear:both;
	font-size:1px;
}
#author, #email, #url, #comment{
	width:380px;
	background-color:#f1f1f1;
	border:none;
	line-height:20px;
	padding:2px 0px 2px 5px;
	margin-bottom:5px;
}
#author, #email, #url{
	height:16px;
}

/* searchform */
.navsearch #searchform {
     margin: 10px 0 30px 0;
}
#searchsubmit{
	cursor:pointer;
	background:none;	
	width:30px;
	height:20px;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	text-transform: lowercase;
	font-weight:bold;
	letter-spacing:1px;
	display:inline;
}

/* entries navigation */
.navigation{
	margin:20px 35px 0 57px;
        width:545px;
        float:left;
        display:inline;
}

.alignleft{
	float:left
        text-align:left;
        margin:0 10px 0 20px;
display:inline;
}
.alignright{
	float:right;
        text-align:right;
        margin:0 10px 0 20px;
display:inline;
}
.alignleft .backnext, .alignright .backnext{
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #ed801b;
	font-size:11px;
	cursor:pointer;
}
.alignleft a, .alignright a {
	text-decoration:none;
        color: #ed801b;
}
.alignleft a:hover, .alignright a:hover {
	text-decoration:underline;
        color: #ed801b;
}