/* Stylesheet Glenn Veugen conzept.be*/

/* Main style */

*{ margin: 0; padding: 0; font-size: 9pt; font-family: Geneva, Helvetica, Verdana, Arial, sans-serif; color: #000000;}
body{ background: #F5F5F5;}
#wrap{ width: 1200px;}

/* Name info style */

#header{ width: 300px; float: left;	position: fixed; top: 0px; padding: 0 0 0 20px; background: #111111; height: 100%;  text-align: right;}
#name, #personalTitle, #header h3, #header ul, #header li, #bio{color: #F5F5F5; margin-right: 15px;}
#name, #name a{ margin-top: 40px; font-size: 32pt; color: #F5F5F5; text-decoration: none;}
#personalTitle{ font-size: 16pt;}
#header h3{ margin: 40px 15px 10px 0; font-size: 12pt;}
#header ul{ margin: 10px 15px 15px 0; list-style: none;}
#bio{line-height: 25px; font-style: italic; margin: 15px 15px 60px 0;}
#contact{margin-right: 15px; background: #F5F5F5; width: 100%;}
#contact a{margin: 0;}
#contact img{border: none;}
#header li{font-size: 11pt; margin: 5px 0 10px 0; font-weight: bold;}
#header li a{text-decoration: none; color: #F5F5F5; font-size: 11pt; border-bottom:1px dashed #F5f5f5;}
#projectOverview{vertical-align: baseline; line-height: 22px; margin-right: 15px;}
#projectOverview a{color: #818181; text-decoration: none; padding: 2px; margin: 2px; font-size: 10pt; white-space: wrap;}
#projectOverview a:hover{background-color: #6C1919; color: #E8E0E0; -moz-transition: all 0.2s ease-in-out 0s}


/* Content #container style */

#container{	margin: 0 0 0 320px; padding: 30px 0 0 0;}
h4{font-size: 12pt; margin: 30px 0 0 0;}
.itemHolder, #detail{ margin: 0 0 100px 40px;}
.imageContainer{ float: left; width: 340px;}
.bigImageContainer { border: 1px solid #CCCCCC; background: #F4F8F9; margin-bottom: 10px; display: inline-block;}
.bigImageContainer img {margin: 5px;}
.caption{font-size: 8pt; margin: 5px;}
.descriptionContainer{ margin: 0 15px 0 340px;}
.descriptionContainer h2, #detail h2{ font-size: 26pt; margin: 0 0 10px 0;}
.descriptionContainer h3, #detail h3{ font-size: 16pt; margin: 20px 0 5px 0;}
.descriptionContainer h2, h3{ color:#111111;}
.descriptionContainer h4{ font-size: 11pt; margin: 15px 0 10px 0;}
.itemDescription, #detail p{ line-height: 25px; color: #262424;}
.itemLink{}
.credit{ font-style: italic; font-size: 8pt; margin: 10px 0 0 0; color: #757474;}
.credit a{color: #666363;}
.credit a:hover{ color: #3F3E3E;}
.itemLink{ margin: 25px 0 25px 0;}
.itemLink a{ border: none;}

/* Restores layout after floating items */

.clear{	clear: both;}


