@font-face { font-family: Grotesque; src: url('grotesque-bold-extended.otf'); } 

body{
	font-size: 9px;
	font-family: monaco;
}

body.red{ color: #f00; }
body.green{ color: #0f0; }
body.blue{ color: #00f; }
body.cyan{ color: #F0F; }
body.magenta{ color: #F0F; }
body.orange{ color: #FF9900; }

a{ 
	color: #00F;
	text-decoration: none;
}

a img{ border: none;}

#nav{
	position:absolute;
	background: #FFF;
	z-index: 1000;
}

#nav{
	display: inline-block;
	padding: .40em;
	margin:0;
	width: 280px;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#nav span{ 
	display: block;
	width: 280px;
/*	padding-right: 6em;*/
}

#nav span img{
	position: relative;
	right: -165px;
}
/*
	INIT SETTINGS
*/
#nav .about div,
#nav .portfolio div,
#nav .resume div,
#nav .contact div,
#nav .more div{
	display: none;
}

#nav ul{
	display: none;
}

#nav ul div, #nav p{
	margin: 0; padding: 0;
	width: 280px;
	color: #333333;
	margin-bottom: 20px;
}

#nav li div a{
	display: block;
	color: #000;
}

#nav li span{
	cursor: pointer;
}

#project_nav{
	position: relative;
	top: 100px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#project{
	/*position: relative;*/
	top: 30px;
}

#searchbox{
/*	float: right;*/
	position: absolute;
	left: 860px;
	margin: 0;
	width: 240px;
/*	margin-right: 20em;*/
	z-index: 501;
}

#searchbox .reset{
	display: none;
	position: relative;
	top: -33px;
	right: -260px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

#searchbox #results ul{
	margin: 0; padding: 0;
	list-style: none;
	font-size: 9px;
	color: #333;
}

#searchbox #results ul a{
	color: #333;
	text-decoration: none;
}



#searchbox input{
	border: none;
	padding: 0.4em;
	width: 240px;
	font-family: monaco;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}

#project .slide{
	position: absolute;
	top: 100px;
	width: 100%;
	overflow: hidden;
}

#project .images{
	width: 2112px;
	height: 300px;
}

#project .images div{
	display: inline;
	margin-right: 10px;
}

/*
#project, #project .about{
	-webkit-font-smoothing: antialiased;
	 background: rgba(255,255,255,0);
}
*/

#project .about{
	/*
position: absolute;
	top: 0;
	left: 50px;
*/
	margin-left: 100px;
	font-size: 28px;
	font-family: Grotesque;
	color: #333;
	width: 800px;
	z-index: 500;
}

#project .about .continue{
	position: absolute;
	right: 0;
	font-size: 80px;
	line-height: 0;
}

#project .about .close{
	position: absolute;
	font-size: 60px;
	line-height: 0;
}

#project .about .continue, #project .about .close{
	text-decoration: none;
}

#project #images_scroll_right{
	position: relative;
	top: 410px;
	left: 380px;
}

#project #images_scroll_left{
	position: relative;
	top: 410px;
	left: 0;
}

#project .technical{
	position: absolute;
	left: 860px;
	top: 420px;
}

#project_nav{
	display: none;
}
