/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #ddd2c0;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #bfc5bb;
	color: #575757;
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

/*** SUPERSIZE ***/

#supersize {
	position:  fixed;
}

#supersize img, #supersize a {  
    height: 100%;  
    width: 100%;  
    position: absolute;
    z-index: 3;  
    cursor:  default;
}

/*** CONTENT ***/

#logo {
	background: url("../images/logo_mathijsdelva.png") no-repeat;
	height: 62px;
	width: 313px;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 100;
}

#menu {
	margin-top: 36px;
	margin-left: -2px;
}

#menu ul li {
	float: left;
	color: #dce2d8;
}

#menu ul li a {
	color: #dce2d8;
}

#menu ul li.active a{
	color: #e8f3e1;
}

#menu ul li a, #menu ul li a:hover {
	text-decoration: none;
}

#navigation {
	background: url("../images/navigation.png") no-repeat;
	width: 94px;
	height: 29px;
	position: fixed;
	z-index: 100;
	left: 350px;
	top: 46px;
	display: block !important;
}

#about_arrow {
	background: url("../images/about.png") no-repeat;
	width: 42px;
	height: 32px;
	position: absolute;
	bottom: 30px;
	right: 50px;
	z-index: 101;
}

#open_about {
	position: absolute;
	bottom: 10px;
	right: 16px;
	z-index: 101;
}

#about {
	position: fixed;
	bottom: 0;
	z-index: 100;
	height: 110px;
	background: url("../images/aboutbg.jpg") repeat-x;
	width: 100%;
	margin-bottom: -154px;
	padding: 22px 0 22px 22px;
	font-size: 9px;
	text-transform: uppercase;
	color: #cfd6cc;
}

#about a {
	color: #cfd6cc;
	text-decoration: none;
}

#about a:hover {
	color: #e8ece6;
	text-decoration: none;
}

#aboutleft {
	float: left;
	width: 500px;
}

#about_left {
	float: left;
	width: 130px;
}

#about_left ul li {
	line-height: 19px;
}

#about_left ul li.email {
	background: url("../images/mail.png") no-repeat;
	padding-left: 22px;
}

#about_left ul li.flickr {
	background: url("../images/flickr.png") no-repeat;
	padding-left: 22px;
}

#about_left ul li.lastfm {
	background: url("../images/lastfm.png") no-repeat;
	padding-left: 22px;
}

#about_left ul li.facebook {
	background: url("../images/fb.png") no-repeat;
	padding-left: 22px;
}

#about_right {
	float: left;
	width: 370px;
}

#about_right ul li {
	line-height: 19px;
}

.maintitle {
	margin-bottom: 10px;
}

#people {
	float: left;
	width: 310px;
}

/*** PHOTOGRAPHY ***/

#photographs {
	position: fixed;
	z-index: 100;
	top: 114px;
	left: 20px;
	width: 640px;
}

#photographs ul.thumbs li{
	width: 70px;
	height: 70px;
	margin: 0 5px 5px 0;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

#photographs ul.thumbs li img {
	position: absolute;
	top: 0px;
	left: -16px;
	z-index: 100;
	width: 105px;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

#photonav {
	position: fixed;
	top: 418px;
	left: 20px;
	z-index: 99;
	cursor: pointer;
}

#photonav #next {
	position: fixed;
	left: 600px;
}

/*** DESIGN ***/

#design {
	position: fixed;
	z-index: 100;
	top: 114px;
	left: 20px;
	width: 700px;
}

#design img{
	margin-right: 10px;
}

#designnav {
	position: fixed;
	top: 344px;
	left: 20px;
	z-index: 99;
	cursor: pointer;
}

#designnav #next {
	position: fixed;
	left: 690px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #photonav #next, #designnav #next { 
    	margin-top: -11px;
    }
}