html, body, h1, h2, ul, li, form, fieldset, legend { margin: 0; padding: 0; }

html { background: #fff url(img/henk-kok.png) no-repeat fixed 20px 20px; color: #000; }

body { font-family: Arial, sans-serif; font-size: 62.5%; font-family: 'Century Gothic', Arial, sans-serif; background: transparent; color: #000; }

#container { margin: 0 auto 0 133px; width: 800px; }

h1 { position: absolute; left: -9999em; }

h2 { font-size: 1.6em; margin: 10px; color: #888; font-weight: bold; }

p { margin: 10px; font-size: 1.3em; }
 p a { color: #000; text-decoration: none; border-bottom: 1px solid #000; }
 p a:hover { color: #888; border-color: #888; }

fieldset { border: none; }
 fieldset p { margin: 5px 10px; }
 legend { font-size: 1.6em; color: #888; *margin-left: -7px; padding: 0 10px; font-weight: bold; }
 label { display: block; }
 input[type="text"], textarea { border: 1px solid #888; width: 300px; font-size: 1em; padding: 5px; font-family: 'Century Gothic', Arial, sans-serif; }
 input[type="text"]:focus, textarea:focus { border-color: #000; }
 input.submit { width: auto; cursor: pointer; }

.submitted { border: 1px solid #888; margin: 10px; }

ul.image-list { list-style: none; margin: 10px 5px; }
 ul.image-list li { display: inline-block; vertical-align: top; padding: 5px; *display: inline; *zoom: 1; }
  ul.image-list a { border: 1px solid #888; display: block; *zoom: 1; }
  ul.image-list a:hover { border-color: #ccc; }
   ul.image-list a img { display: block; border: none; }

#menu { list-style: none; overflow: hidden; font-size: 1.5em; margin: 0 0 10px 3px; }
 #menu li { float: left; }
  #menu a { display: block; padding: 25px 7px 5px 7px; color: #000; text-decoration: none; }
  #menu a:hover { border-bottom: 4px solid #ccc; }
  #menu a.current { border-bottom: 4px solid #888; }



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px;
	outline: none;
	float: right;
	padding-bottom: 0.7em;	
}