/*GLOBAL*/

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 0.75em;
	}

#topcontainer {
	width: 880px;
	margin: 0 auto; 
	margin-top: 100px;
	overflow: auto;
	}

#container {
	width: 280px;
	background-color: #FFF;
	padding: 10px;
	padding-top: 0px; 
	overflow: hidden;
}

#intro span, #header span, #navigation span {
	display: none;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}

a {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
p {
	margin: 0 0 0.3em 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
	}
	
ul {
	margin: 0;
	padding: 0;
	}
	
li {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

h2 {
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	}
	
#dragme {
	cursor: move;
	}
	
#dragme p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.8em;
	color: #CCC;
	}

/*INTRO*/

#intro {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-top: 150px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	}

	
#intro a#benvandenberghe {
	display: block;
	width: 900px;
	height: 250px;
	background-image: url(/gfx/intro_benvandenberghe.jpg);
}

#intro a#benvandenberghe:hover {
	background-image: url(/gfx/intro_benvandenberghe_hover.jpg);
}

/*HEADER*/

#header {

}

#header h1 {
	position: relative;
	left: -2px;
	text-transform: uppercase;
	padding: 0 !important;
	margin: 0 !important;
	letter-spacing: -2px;
	font-size: 27px;
	}
	
#header h1 a:hover {
	text-decoration: none;
	color: #AAA;
	}
 
/*NAVIGATION*/

#navigation {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	}
 
#navigation ul {
	margin-left: 0;
	} 
	
#navigation ul#work_sub {
	border: 0;
	padding: 0;
	}

#navigation ul li {
	margin-left: 0;
	margin-right: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#navigation a {
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
	

#navigation a:hover {
	color: #AAA;
}

#navigation a.subnav {
	color: #AAA;
	}
	
#navigation a.subnav:hover {
	color: #F00;
	}
	
#navigation a.active {	
	color: red !important;
	font-weight: bold !important;
	}
	
ul.submenu {
	margin-top: 5px;
	}
	
ul.submenu a {
	font-weight: normal !important;
	}
	
#work_sub {
	display: none;
	}
	
#bio_sub {
	display: none;
	}
	
#albums {
	float: left;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	}	

#albums ul {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 22px;
	text-align: justify;
	}	

#albums li {
	float: left;
	margin-right: 4px;
	list-style: none;
	}
	
#albums li a {
	padding: 2px 4px 2px 4px;
	background: #EEE;
	text-transform: uppercase;
	color: #999;
	}
	
#albums li a:hover {
	color: #FFF;
	background: #444;
	text-decoration: none;
	}
	
#albums li strong a {
	font-weight: normal;
	color: red;
	background: #FFF;
	}
	
#albums li strong a:hover {
	background: #FFF;
	color: red;
	}

.selected {
	border-left: 10px solid #EEE;
	padding: 10px;
	}
	
.selected h2 {
	color: red;
	}

/*CONTENT*/

#content #left {
	float: left;
	width: 693px; 
	}
	
#extendeddescription {
	float: left; 
	text-align: justify;
	margin-right: 10px;
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
	}

#albumdescription {
	width: 275px;
	}

#showhide {
	color: #333 !important;}	

#albumdeschide {
	margin-top: 5px;
	height: 300px;
	overflow: auto;
	padding-right: 10px;
	}
	
#imagedescription {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 275px;
	}
	
/*NEWS*/

#news {
	padding-top: 4px;
	}

.newsitem {
	margin-bottom: 10px;
	}

h2.newsitem_title {
	margin-bottom: 5px;
	}

h2.newsitem_title span {
	background: #EEE;
	padding: 2px;
	}	
	
h2.dateloc {
	font-size: 0.8em;
	color: red;
	margin-bottom: 3px;
	}

.special span {
	background: #AAA;
	color: white !important;
	padding: 2px 2px 1px 2px;
	font-weight: bold;
	}
	
#projects h2 a {
	text-decoration: none;
	color: #999;
	}
	
#projects h2 a:hover {
	color: #000;
	}
	
ul#work_list li {
	font-size: 1.0em;
	text-transform: uppercase;
	list-style-type: none;
	margin-bottom: 0.6em;
	}
	
ul#work_list li a {
	color: #000;
	}
	
ul#work_list li a:hover {
	color: #AAA;
	}
	

#project {
	float: left;
	text-align: left;
	width: 575px;
	}
	
	
#bigimage {
	width: 575px;
	float: left;
	}
	
#bigimage_left {
	float: left;
	width: 200px;
	}

#bigimage_right {
	float: left;
	width: 300px;
	
	}

h2#project_title_extended {
	color: red;
	font-size: 15px;
	margin-bottom: 5px;
	}
	
#project #thumbs {
	width: 550px;
	overflow: auto;
	float: right;
	}
	
#project #thumbs img {
	margin: 0 0 5px 5px;
	float: right;
	}

	
img#active_image {
	border: 5px solid #DDD;
	margin: 5px 0 5px 0 !important;
	}

.date_posted {
	font-size: 0.8em;
	text-transform: lowercase;
	color: #CCC;
	}
	
	
/*CV*/

.cv_albums {
	padding-top: 0 !important;
	border-bottom: 0 !important;
	}
	
.cv_project p {
	text-align: left !important;
	}
	
.cv_project p {
	padding-right: 20px;
	margin-bottom: 10px !important;
	}
	
.cv_project h2 {
	margin-bottom: 10px !important;
	}

	
/*EXTRA*/

#dailyvideo {
	margin-top: 10px;
	}
	
#contact, #bio {
	overflow: hidden;
	}

#contact_form p {
	padding: 0 !important;
	margin: 0 !important;
	padding-left: 2px !important;
	}
	
#clear {
	clear: both;
}

#admin {
	position: absolute;
	bottom: 5px;
	left: 5px;
	}
	
#admin a {
	color: #888;
	text-decoration: none;
	}
	
#admin a:hover {
	color: #000;
	}
	
span.red {
	color: red;
	}