/* ELKE BROOTHAERS PORTFOLIO WEBSITE */


body {
	background-color:#9CC;
	background: url("img/bg.jpg"); 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	}

#container {
	width: 890px;
	padding: 30px;
	padding-top: 15px;
	margin: 0 auto; /* auto centers the div */
	margin-top: 30px;
	}

#header {
	float: left;
	width: 890px; 
	height: 75px;
	color:#FFF;
	} 

#header h1 a {
	background-image:url("img/elkebroothaers.png"); 
	background-repeat:no-repeat;
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	text-indent: -9000px;
	}
	
#header h1 a:hover {
	background-image:url("img/elkebroothaers2.png");
}


	

#navlist{
	width: 860px;
	text-align:right;	
	}

#navlist li{
	list-style: none;
	display: inline;
	text-align: right;
	}


#navlist li a {
	float: right;
	margin: 20px;
	margin-top: 34px;
	font-size:12px;
	color:white;
	}
	


a:link, a:visited {
		text-decoration:none;
		font-weight: bold;
		color:white;
}


a:hover {
	color: #ffd8cd;
}

#navlist a:hover {
	text-decoration:line-through;
	color:white;
	}


/* begin links */

#links {
	float: left;
	width: 180px;
	height: 500px;
	}



#subnavigatie{ 
	width: 180px;
	height: 285px;
	margin-top: 25px;
	}


#subnavigatie li { 
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif; 
	border-bottom:dotted 1px white;
	}
	
#subnavlist2 li { 
	border-bottom:0px;
	}

#subnavigatie a {
	display: block;
	padding: 2px;
	padding-bottom: 4px;
	text-decoration: none;
	font-size: 10px;
	}

#subnavigatie a:hover{
	text-decoration:line-through;
	color:#FFF;
	}

#subnavigatie ul ul li { 
	margin-top: 4px;
	}

#subnavigatie ul ul a{
	display: block;
	text-decoration: none;
	margin-left: 15px;
	font-weight: lighter;
	font-size: 9px;
	}

#subnavigatie ul ul a:hover{
	text-decoration: line-through;
	}
	
#subnavigatie li a.active {
	color: white;
	text-decoration: underline;
} 


#uitleg {
	height: 55px;
	padding-top: 15px;
	}


#uitleg p {
	color:#FFF;
	line-height: 1.5em;
	font-style:italic;
	}
	
	
#thumbnails {
	height: 122px;
	width: 185px;
	vertical-align: bottom;	
	display: table-cell;
}

.thumbhover{
	background-color:white; 
	width:20px; 
	height:20px;
	float:left; 
	margin: 0 3px 3px 0;
}

/* einde links */	

#content {
	float: right;
	width: 674px;
	height: 500px;
	}
	
#contentscroll {
	float: right;
	width: 674px;
	height: 500px;
	overflow:scroll;
	}
	
#content ul li{
	clear:both;
}

#content pre{
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}

#cvlinks pre {
	color:#FFF;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
}


#cv {
	width: 500px;
	height: 460px;
	float: right;
	margin-top: 15px;
	margin-right: 120px;
	}
	
#cv h3 {
	margin-top: 2.8em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin-bottom: 0.4em;
	color:white;
	border-bottom:dotted 1px white;
	border-top:dotted 1px white;
	}
	
	

	
#cv p {
	line-height: 2em;
	margin-left: 3em;
	font-style: italic;
	font-size:10px;
	color:#FFF;

	} 
	
#cv li {
	line-height: 2em;
	color:#FFF;
	font-size:11px;
}

#contact {
	float: left;
	width: 185px;
	margin-top: 10em;
	margin-bottom:20em;
}


#contact h3 {
	color:#FFF;
	padding-top: 2em;
	padding-bottom: 0.7em;
	font-style:italic;
	font-weight:bolder;
	}

#contact li {
	color:#FFF;
	line-height: 1.6em;
	font-style:italic;
	}

