/* 
 * [a] Nicholas Bosseler
 * [c] Oskar D
 * [w] www.oskard.be
*/

div#templates {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	background-color: #222;
	color: #999;
	padding: 2px;
}
div#templates a {
	color: #999;
	text-decoration: none;
}
*:first-child+html div#templates {
	width: 940px;
}
/* --------------------------------------------- */
:link:focus, :visited:focus {-moz-outline:0px;}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #eee;
	margin: 0;
	padding: 0;
}
*:first-child+html body {
	margin-top: 90px;
}
#wrap {
	margin: 100px auto 0 auto;
	width: 940px;
	min-height: 700px;
	font-size: 0.95em;
}
* html #wrap {
	margin: 0 auto;
	position: relative;
	top: 40px;
} /* ie-bug: verspringen layout */
*:first-child+html #wrap {
	margin: 0 auto;
}

a {
	color: #eee;
	text-decoration: none;
}
a.blue {
	color: #09F;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h1, h2 {
	font-size: 1em;
}
p#langselect {
	text-align: right;
	font-size: 90%;
	margin-bottom: 5px;
}
p#langselect a {
	color: #fff;
	text-decoration: none;
}

/* CONTENT */
div#content {
	margin: 0;
	padding: 0;
	width: 940px;
	height: 470px;
}

img#foto{margin: 0;padding: 0; border: 0 none;}

div#content div#left, div#content div#right {
	float: left;
}
div#content div#left {
	overflow: auto;
	width: 460px;
	height: 460px;
	padding: 0 10px 10px 0;
}
div#left div.scroll-pane {
	overflow: hidden;
}
div#content div#left .top {
	margin-top: 0;
}
div#content div#left h1.top {
	margin-bottom: 15px;
}
div#content div#right {
	width: 470px;
	height: 470px;
}
dl {
	margin: 0 0 25px 0;
	font-size: 0.95em;
}
dt {
	float: left;
	width: 70px;
	margin-right: 10px;
	display: inline;
}
dd {
	margin: 0 0 5px 80px;
}
dd.projectindex {
	margin: 0 0 10px 80px;
}
h2.pi_subcat {
	color: #aaa;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}
h2.bio {
	margin-top: 0;
	text-transform: uppercase;
}

h1.listing {
	margin-top: 0;
	margin-bottom: 15px;
	color: #eee;
	text-transform: uppercase;
}
h2.listing {
	margin-bottom: 5px;
}
p.listing {
	margin: 0 0 25px 0;
}
span.pdf {
	color: #999;
}
span.pdf a {
	color: #999;
	text-decoration: none;
}
img.pdf {
	position: relative;
	bottom: 1px;
	left: 2px;
}
span.detail {
	color: #999;
}
span.detail a {
	color: #999;
	text-decoration: none;
}


/* INFO */
div#info {
	margin: 0;
	padding: 4px 15px 0 15px;
	height: 16px;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #444;
}
div#info a {
	color: #eee;
	text-decoration: none;
}
div#info span {
	float: right;
}

/* Nav Pic items */
ul#items {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
ul#items li {
	float: left;
	margin-right: 5px;
}
ul#items li a img {
	border: none;
}
img.arrow {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 2px;
}


/* NAV */
div#nav {
	height: 100px;
	width: 930px;
	background-color: #222;
	/*display: block;*/
	/*overflow: hidden;*/
	padding: 10px 5px 5px 5px;
}

/* FOOTER */
p#footer {
	/*text-align: center;*/
	font-size: 0.8em;
	width:300px;
	float:left;
	margin-top: 30px;
}

/*SUBSCRIBE NEWSLETTER FORM*/
form.optin {width:336px;float:right;margin-top:22px;}
form.optin input[type="text"] {background-color: #444444;border:0;color:#fff;padding:5px;width:150px;height:15px;font-size: 0.8em;margin:0 0 0 10px;}
form.optin input[type="submit"] {background:#000 url('../img/arrow-submit.gif') no-repeat center center;border:0;cursor:pointer;display:inline-block;width:20px;/*height:15px;*/padding:5px;}
form.optin label {width:160px;font-size: 0.9em;/*float:right;*/}
p.error {color:#990000;font-size: 0.8em;}
