@charset "UTF-8";
/*GENERAL LAYOUT
-----------------------------------*/

body {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}


#wrapper {
	width:800px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	background-color:#FFF;
}

h1 {
	color:#000;
	font-size:10px;
	font-weight:lighter;
	
}

h2 {
	color:#000;
	font-size:12px;
	font-weight:lighter;
}

h3 {
	color:#000;
	font-size:10px;
	font-weight:normal;
}

p {
	color:#000;
	font-size:10px;
	font-weight:lighter;
	line-height:2em;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

p.italic, span.italic {
	font-style:italic
}
p.underline {
	text-decoration:underline;
}

div.footnote {
   font-weight:lighter;
   line-height:1.5em;
   border-top:1px solid #000;
   margin-top:15px;
}

sup a {
	color:#000;
}

	


/* HEADER
--------------------------------------*/

#title {
	float:left;
	clear:none;
	width:783px;
	padding-left:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
}

#navbar {
	float:left;
	clear:none;
	width:800px;
	height:15px;
	position:relative;
}

#navbar ul {
	position:absolute;
	right:0px;
	bottom:0px;
	margin:0;
	padding:0;
	list-style:none;
}
#navbar li {
	float:left;
	font-size:10px;
	font-weight:lighter;
	margin-right:15px;
}

#title a,#navbar a,#back a, #rightcolumn a, #about a, #cv a, #rightcolumn2 a {
	text-decoration:none;
	color:#000;
}

#title a:hover,#navbar a:hover, #back a:hover, #rightcolumn a:hover,#about a:hover, #cv a:hover, #rightcolumn2 a:hover {
	color:#999;
}

#navbar a.current, a.current:hover, a.current:active, #rightcolumn2 a.current, a.current:hover, a.current:active {
	color:#999;
	cursor:default;
}

.invisible {
	color:#FFF;
}

/* CONTENT
------------------------------------------*/

#content {
	float: left;
	clear: none;
	margin-top:50px;
	padding-left: 0px;
	width: 800px;
	height:100%;
	}
	
#back {
	width:785px;
	padding-left:15px;
	padding-bottom:15px;
	margin-top:20px;
}
	
/* PROJECTS
------------------------------------------*/
	
.boxLight {
	text-decoration:none;
	color:#000;
	font-size:10px;
	font-weight:lighter;
	display:block; 
	height:100%; 
	width:100%;
}
.boxLight:hover {
	background:#999;
	color:#FFF;
}

#project_box {
	float: left;
	clear: none;
	width: 103px;
	height:103px;
	margin-left: 26px;
	margin-bottom: 26px;
	line-height:1.5em;
	text-align: center;
	border: 1px solid #999;
	}

#text_box {
	margin-left:10px;
	margin-right:10px;
	padding-top:15px;
}

/* PROJECTPAGES
------------------------------------------*/
#image {
	width:320px;
	height:100%;
	float:left;
	padding-top:10px;
	margin-left:15px;
	text-align:center;
}

#rightcolumn {
	float:right;
	padding-left:15px;
	text-align:left;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#666;
}

#worktitle {
	width:365px;
	padding-left:10px;
	margin-bottom:20px;
}

#text {
	width:365px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	
}

#videobox {
	width:365px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}

/* TEXTS
------------------------------------------*/


/* ABOUT
------------------------------------------*/
.boxDark {
	text-decoration:none;
	color:#FFF;
	font-size:10px;
	font-weight:lighter;
	display:block; 
	height:100%; 
	width:100%;
}
.boxDark:hover {
	color:#CCC;
}
#about {
	float: left;
	clear: none;
	width: 50px;
	height:50px;
	margin-top:10px;
	margin-left:15px;
	line-height:1.5em;
	text-align: center;
	background-color:#000;
	}

#rightcolumn2 {
	float:left;
	width:670px;
	margin-left:50px;
	padding-left:15px;
	text-align:left;
	
}


	

/* FOOTER
------------------------------------*/
	
#footer {
		float:left;
		clear:none;
		width:800px;
		text-align:center;
		margin-top:50px;
		margin-bottom:20px;
	}



