/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#111;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position:  50% 0;
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color:#eee;
	padding:0px;
	margin:0px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

img{
	border:0;
}

a {
	outline-style: none;
}

input, textarea {
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	margin:0; padding:0;
}

.clear {
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/* .............................. */
/* Container */
/* .............................. */

#container {
	width: 780px;
	margin:auto;
	min-height:100.1%;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
}


/* .............................. */
/* Links */
/* .............................. */

a:link, a:visited, a:active {
	color:#eee;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}


/* .............................. */
/* Header */
/* .............................. */

#header {
	background-color:#333333;
	border-bottom:1px solid #777;
	padding:8px;
	height:30px;
	margin: 0 1px 30px 1px;
	position: relative;
}

#header h1 {
	width: 220px;
	height: 45px;
	margin:0; padding:0;
	position: relative;
	top: -8px;
}

#header h1 a{
	display: block;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	width: 220px;
	height: 45px;
	margin:0; padding:0;
	opacity: 0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70);
}


#header h1 a:hover{
	text-decoration: none;
}

#header ul, #header li {
	margin:0; padding:0;
	list-style-type: none;
}

#header ul {
	position: absolute;
	right: 20px;
	top: 23px;
}

#header li {
	float: left;
	padding-right: 5px;
	border-right: 1px solid #999;
	margin-right: 10px;
}

#header li a:link, #header li a:visited, #header li a:active{
	font-weight: normal;
	font-size: 12px;
	color: #ccc;
}

#header li a:hover {
	color: #fff;
	text-decoration: none;
}

#header li.last {
	border:0;
}

#header #random_img_row {
	width: 190px;
	position: absolute;
	left: 280px;
	top: 11px;
}

#header #random_img_row img {
	width: 25px;
	height: 25px;
	margin: 0 5px;
	border: 1px solid #999;	
	opacity: 0.3;
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	filter:alpha(opacity=30);
}

#header #random_img_row a:hover img {
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
}

#header #nieuw_tag {
	position: absolute;
	left:700px;	top:8px;
	background-image: url(../images/nieuw.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	width: 39px;
	height: 30px;
	margin:0; padding:0;
	z-index: 1000;
	display: none;
}

/* .............................. */
/* Photo */
/* .............................. */

#photo_container {    
    margin:auto;
    position: relative;
}
	
#photo {	
	position: relative;
	display: none;
}

#prop{
	width:1px;
	font-size: 1px;
	float: right;
}

#photo img{
	margin:0; padding:0;
	display: block;
	border:1px solid #aaa;
}


#image-navigate {
	position: relative;
	margin: 15px 0;
}

#image-navigate .image-previous {
	position: absolute;
	left: 0px;
	top:0px;
}

#image-navigate .image-previous img, #image-navigate .image-next img{
	border:1px solid #aaa;
}

#image-navigate .image-next {
	position: absolute;
	right: 0px;
	top:0px;
}

#image-navigate img {
	width: 40px;
	height: 40px;
}

#image-navigate .title_date {
	padding: 0 100px;
	text-align: center;
}

#image-navigate .title_date h2{
	margin:0 0 0 0; padding:5px 0 0 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "Georgia", Times, serif;
}

#image-navigate .title_date h3{
	margin:5px 0 0 0; padding:0;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

/* .............................. */
/* Overlay navigatie */
/* .............................. */

#overlayNav {
	position: absolute;
	left:0 top:0;
	opacity: 0.2;
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	filter:alpha(opacity=20);
}

#overlayNav a {
	display: block;
	position: relative;
	width: 200px;
	text-indent: -2000em;
}

#overlayNav a#overlayPrev {
	float: left;
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
	background-position: -92px 50%;
}

#overlayNav a#overlayNext {
	float: right;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: 200px 50%;
}


/* .............................. */
/* Tab navigatie Info en reacties */
/* .............................. */

#info_tab{
	position:absolute;
	top:-12px; left:0;
	display: block;
	width: 52px;
	height: 12px;
	margin:0; padding:0;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	text-decoration:none;
	color: #ffffff;
	background-image: url(../images/tab.gif);	
	opacity: .5;
	-moz-opacity:.5;
	-khtml-opacity:.5;
	filter:alpha(opacity=50);
}

#reactie_tab{
	position:absolute;
	top:-12px; left:55px;
	display: block;
	width: 52px;
	height: 12px;
	margin:0; padding:0;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	text-decoration:none;
	color: #ffffff;
	background-image: url(../images/tab.gif);
	opacity: .5;
	-moz-opacity:.5;
	-khtml-opacity:.5;
	filter:alpha(opacity=50);
}

#info_screen {
	position:absolute;
	top:1px; left:1px;
	width: 300px;
	background-color: #000000;
	opacity: .7;
	-moz-opacity:.7;
	-khtml-opacity:.7;
	filter:alpha(opacity=70);
	color: #ffffff;
	z-index: 1000;
	border-left: 30px solid #000000;
	display: none;
	font-size: 11px;
	overflow: auto;
	zoom:1;
}

#reactie_screen {
	position:absolute;
	top:1px; left:1px;
	width: 360px;
	background-color: #000000;	
	opacity: .8;
	-moz-opacity:.8;
	-khtml-opacity:.8;
	filter:alpha(opacity=80);
	color: #ffffff;
	z-index: 1000;
	border-left: 30px solid #000000;
	display: none;
	font-size: 11px;
	overflow: auto;
	zoom:1;
}

#info_screen div.inner, #reactie_screen div.inner {
	margin: 20px 0 0 0;
	padding: 0 30px 20px 0;
}

#info_screen h6 {
	margin:0; padding: 20px 0 0 0;
	font-size: 12px;
	border-top: 1px solid #777777;
	color: #cccccc;
}

#info_screen p {
	margin:10px 0; padding: 0;
}

#info_screen div#img_notes {
	border-bottom: 1px solid #777777;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#info_screen div#img_notes h3{
	margin:0; padding:0;
	font-weight: normal;
	font-size: 12px;
	color: #eeeeee;
}


#info_screen ul, #info_screen ul li {
	list-style-type: none;
	margin:0; padding:0;
}

#info_screen ul li {
	padding: 0;
	margin:5px 0;
}

#info_screen ul li.first {
	padding-left:0;
}

#info_screen ul li.last {
	border:0;
}


#reactie_screen h4 {
	margin:0; padding:0 0 8px 0;
	font-size: 14px;
	border-bottom: 1px solid #777;
}

#comments ul, #comments ul li {
	margin:0; padding:0;
	list-style-type: none;
}

#comments ul{
	margin-bottom: 10px;
}

 #comments ul li {
 	padding:8px 0 8px 5px;
 	border-bottom: 1px dashed #777;
 	line-height: 18px;
 	font-weight: normal;
 }
 
 #comments ul li.comm_0 {
 	background-color: #111111;
 }
 
 #comments ul li div {
 	letter-spacing: 1px;
 	color: #ffffff;
 	
 }
 
 #comments ul li div a {
 	color: #ffffff;
 	text-decoration: underline;
 }
 
 #addcomment h5 {
 	margin:0 0 5px 0; padding:0;
 	font-size: 12px;
 }
 
 #addcomment textarea {
 	font-size: 11px;
 	width: 310px;
 	height: 50px;
 	border: 1px solid #666666;
 	padding: 3px;
 	background-color: #222222;
 	color: #ffffff;
 }
 
 #addcomment input[type="text"] {
 	font-size: 12px;
 	border:0;
 	width: 50%;
 	height:15px;
 	padding: 2px;
 	border: 1px solid #666666;
 	background-color: #222222;
 	color: #ffffff;
 }
 
 #addcomment input[type="submit"] {
 	letter-spacing: 1px;
 	width: 80px;
 }

/* .............................. */
/* Googleads */
/* .............................. */

#googleads {
	margin: 80px 80px 0 80px;
	text-align: center;
	font-size: 10px;
}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
	margin: 30px 80px 0 80px;
	border-top: 1px dashed #999;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
}

/* .............................. */
/* Archief */
/* .............................. */

#archief_header {
	margin: 20px 0;
	padding-left: 160px;
	padding-right: 140px;
}

#archief_header h2 {
	margin:0; padding:0;
	font-family:"Georgia", Times, serif;
	font-weight: normal;
	font-size: 18px;
}

#leftcol {
	width: 160px;
	float: left;
}

#leftcol div.inner{
	margin:0 20px
}

#leftcol ul, #leftcol ul li{
	margin:0; padding:0; 
	list-style-type: none;
	font-size: 12px;;
}

#leftcol ul li{
	margin:8px 0;
	line-height: 20px;
}

#mid {
	width: 500px;
	float: left;
}

#mid img{
	margin:0 10px 10px 0;
	border: 1px solid #999;
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}

#mid a:hover img{
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
}

#rightcol {
	width: 120px;
	float: right;
}

#tags li.cat_all{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}


/* .............................. */
/* Calendar if you want to use    */
/* a calendar in the template     */
/* .............................. */

.table-calendar {
    font-size:11px;
	padding:0px;
	margin:0px 20px;
	width:80px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}

.table-calendar-vz {
    font-size:10px;
	padding:0px;
	margin:0px 5px;
	width:140px;
	table-layout: fixed;
	}

.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#333;
	}
.td-calendar-days-vz:hover {
    background:#444;
    color:#eee;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#222;
	}
.td-calendar-days:hover {
    background:#444;
    }
.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi-vz a {
    text-decoration:none;
    color:#fff;
    }
.td-calendar-navi {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:right;
	letter-spacing:1px;
	word-spacing:5px;
	text-align: center;
	  font-weight: bold;
    font-size: 12px;
	}
	
.td-calendar-navi a {
    text-decoration:none;
    color:#eee;
	padding: 1px;
    }
    
 .td-calendar-navi a:hover {
    text-decoration:none;
    color:#333;
	background-color:#eee;
    }
    
.td-calendar-days-imagefound {
	padding:1px;
	text-align:center;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	background:#f5f5f5;
	}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#666;
    }
.td-calendar-days-imagefound a {
    text-decoration:none;
    color:#000;
    }
.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    color:#fff;
    }



/* .............................. */
/* About .....................    */
/* .............................. */

#page {
	width: 620px;
	margin: auto;
	font-size: 12px;
	line-height:16px;
	/*border: 1px solid red;*/
}

#abt_lft {
	width: 285px;
	float: left;
	margin-right: 50px;
	border-top: 1px solid white;
	padding-top: 10px;
	text-align: justify;
}

#personal {
	margin-bottom: 50px;
}

#abt_rgt {
	width: 285px;
	float: left;
	border-top: 1px solid white;
	padding-top: 10px;
	text-align: justify;
}

#flashcontent {
	border: 1px dotted #333333;
	border-top: 0;
}

/* .............................. */
/* Portfolio .................    */
/* .............................. */

#portfolio-menu {	
	border-top: 1px solid #000000;
	margin:20px 1px 0px 1px; padding;0;
	font-size: 12px;
}

#portfolio-menu ul {
	list-style-type: none;
	padding: 3px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #333333;
	text-align: center;
}

#portfolio-menu li{
	margin:0; padding:0;
	list-style-type: none;
	margin: 0;
	display: inline;
}

#portfolio-menu li a {
	padding: 3px 0.7em;
	margin-left: 10px;
	border: 1px dotted #333333;
	border-bottom: 1px solid #333333;
	background: #222222;
	text-decoration: none;
}

#portfolio-menu li#active a {
	border-style: solid;
}

#portfolio-menu li a:link { color: #fff; }
#portfolio-menu li a:visited { color: #fff; }

#portfolio-menu li a:hover {
	color: #fff;
	background: #444;
	border-color: #333333;
}

#portfolio-menu li a#current {
	background: #000000;
	border-bottom: 1px solid #000000;
}


