/* RESET */
* {margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; }

/* EIGEN CSS */

/** GLOBALS **/

body {
	font-family: Georgia;
	background: #FFF;
}

.clear { clear: both; }

a {
	color: #222;
}

h1 {
	font-weight: normal;
	background: #FFF;
	padding: 0 4px 0 0;
	margin: 0 0 35px 0;
	text-align: right;
	float: right;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}

h1 a {
 text-decoration: none;
 display: block;
 background: transparent url(/public/gfx/logo.png) no-repeat;
 width: 116px;
 height: 17px;
 margin: 0 0 5px 0;
 
}

h1 a span {
 display: none;
}

h2 {
}

p {
 margin: 0 0 12px 0;
}

#container {
	overflow: visible;
	margin: 0 auto;
	width: 1000px;
	margin-top: 70px;
}

#left {
	float: left;
	overflow: auto;
	padding-right: 20px;
	margin-top: 10px;
}

#right {
	float: left;
}

/** NAV **/

#nav {
	overflow: auto;
	width: 165px;
}

#nav_handle {
	background: #FFF url(../gfx/icon_handle.gif) no-repeat center center;
	width: 11px;
	height: 11px;
	margin-bottom: 5px;
	cursor: move;
}

#nav_handle span {
	display: none;
}

.nav_content {
	float: right;
	}
	
.nav_content#albums {
	 margin-bottom: 30px;
	}

.nav_content#additional {
 font-size: 0.8em;
}
	
#nav ul {
	clear: both;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;	
}
	
#nav ul.subnav {
	padding: 0 0 0 20px;
	font-size: 13px;
	margin: 8px 0 10px 0;
	display: none;
 font-style: italic;
}

#nav ul.subnav.open {
 display: block;
}
	
#nav ul li {
	list-style: none;
	margin: 0 0 2px 0;
	text-align: right;
}

#nav_info {
	padding-top: 30px;
}

.nav_caps {
	text-transform: uppercase;
}
	
#nav ul li a {
	color: #000;
	text-decoration: none;
	background: #FFF;
	padding: 2px 4px 2px 4px;
	padding-right: 15px;
}

#nav ul li a:hover {
	padding-right: 15px;
	background: #FFF url(../gfx/icon_nav_hover_min.gif) no-repeat right center;
	}
	
#nav .selected {
	padding-right: 15px;
	background: #FFF url(../gfx/icon_nav_hover.gif) no-repeat right center;
}

/*
#nav a#selected:hover {
	background: #FFF url(../gfx/icon_nav_hover_min.gif) no-repeat right center;
	}
*/	

/** THUMBS **/

#thumbs_container {
	margin: 0 auto;
	overflow: auto;
	background: #FFF;
	display: none;
}

.thumbs_nav {
	float: left;
	background-repeat: no-repeat;
	height:17px;
	width: 9px;
	background-image: url(../gfx/icon_arrows_thumbs.png);
	cursor: pointer;
	margin-top: 27px;
	}
	
.thumbs_nav span { display: none; }
	
.thumbs_nav:hover {
	background-position: 0 -17px;
}

#thumbs_back {
	margin-right: 20px;
}

#thumbs_forth {
	background-position: -9px 0;
	margin-left: 20px;
}

#thumbs_forth:hover {
	background-position: -9px -17px;
}

#thumbs {
	width: 700px;
	overflow: hidden;
	height: 51px;
	float: left;
	margin: 10px 0 0 10px;
}

#thumbs ul {
	overflow: auto;
	width: 500000px;
}

#thumbs li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

#thumbs ul.thumbs li {
	opacity: 1;
}

#thumbs ul.thumbs li:hover {
	opacity: 1;
}

#thumbs li img {
	border: 3px solid #FFF;
}
	
/** CONTROLS **/

#controls {
	font-size: 0.8em;
	overflow: hidden;
	margin: -20px 0 0 10px;
	text-transform: uppercase;
}

.nav-controls {
	float: left;
	background: #FFF;
}

.nav-controls a {
	height: 20px;
	width: 20px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.nav-controls a.prev {
	background-image: url(../gfx/icon_prev.gif);
}

.nav-controls a.next {
	background-image: url(../gfx/icon_next.gif);
}

.ss-controls {
	float: left;
}

.ss-controls a {
	width: 15px;
	height: 20px;
	display: block;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
}

.ss-controls a.play {
	background-image: url(../gfx/icon_play.gif);
}

.ss-controls a.pause {
	background-image: url(../gfx/icon_pause.gif);
}

.show_thumbs {
	display: block;
	width: 30px;
	height: 20px;
	background: #FFF;
	float: left;
	background: #FFF url(../gfx/icon_show_thumbs.gif) no-repeat center center;
	cursor: pointer;
}	

	
/** GALLERY (AFBEELDING ZELF) **/

#loading {
	padding: 200px;
	text-align: center;
	color: #555;
}

#gallery {
	background: white;
}

#gallery #slideshow img {
	border: 10px solid #FFF;
}

#gallery #caption {
}

.image-desc {
	display: none;
	font-size: 0.8em;
	background: #FFF;
	padding: 0 10px 10px 10px;
}


/** RIGHT TEXT **/

#right.right_text {
 border-left: 1px solid #000;
 padding: 18px 0 20px 30px;
 margin: 0 0 0 10px;
 font-family: Arial, sans-serif;
 font-size: 12px;
 width: 770px;
}

#right.right_text h2 {
 margin: 0 0 5px 0;
}

.article_list {
 overflow: hidden;
}

.article_list li {
 overflow: hidden;
}

.article_list p {
 margin: 0;
 float: left;
 width:640px;
 overflow: hidden;
}

.article_list a {
 text-decoration: none;
}

.article_list a:hover {
 text-decoration: underline;
}

.article_list a p:hover {
 text-decoration: underline;
}

/** INDIVIDUAL ARTICLE **/

#ia_left {
 float: left;
 width: 320px;
 margin-right: 20px;
}

#ia_right {
 float: left;
 width: 340px;
}

#ia_bottom {
 clear: both;
 padding-top: 10px;
}

#ia_bottom a {
 text-decoration: none;
}

#ia_bottom a:hover {
 text-decoration: underline;
}

/** CONTACT **/

.contact_item {
 margin-bottom: 30px;
}

/** TEXT **/

.text_item {
 margin-bottom: 30px;
}

.text_item h2 {
 text-transform: uppercase;
 margin-bottom: 15px !important;
}

#ti_press h2 {
 margin: 15px 0 0 0 !important;
 padding-top: 15px;
}

.text_item .first {
}

/** CV & PRESS **/

.cv_item {
 margin: 0 0 30px 0;
 overflow: auto;
}

.cv_item h2 {
 margin-bottom: 20px;
 text-transform: uppercase;
}

.cv ul li, .press ul li {
 list-style: none;
}

.cv ul li span.year_space, .press ul li span.year_space {
 width: 70px;
 display: block;
 float: left;
 height: 12px;
}

.year_space.hidden {
 visibility: hidden;
}

.cv ul li.year, .press ul li.year {
 margin-top: 15px;
}

.press ul li.year.first {
 margin: 0;
}
