*{
	margin:0; 
	padding:0; 
}

body{
	background:url('../images/floor.jpg') fixed;
	font-family:Arial,Helvetica,sans-serif;
	font:62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */	
	color:#e9ded7;
	overflow-y:hidden;
}

h2{
	font-size:3em;
	font-weight:bold;
	margin-bottom:10px;
}

p{
	font-size:1.2em;
	margin-bottom:10px
}

a{
	display:inline;
	font-size:1.2em;	
	font-weight:bold;
	text-decoration:none;	
	outline:none;
	color:#FFFFFF
}

img{
	border:none;
}

.bold{
	font-weight:bold;
}



div#container{
	background:url('../images/background.jpg') fixed;
	height:650px;
}


div#content{
	position:absolute;
	top:225px;
	height:405px;
}

div.html-page{
	width:4050px;
}

div.flash-page{
	width:5650px;
}

div.print-page{
	width:2450px;
}


div#navigation{
	background:url('../images/nav.png') repeat-x;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:79px;
}

div#navigation a{
	color:#c38d61;
	font-size:1.2em;
	position:absolute;
}


a#flash{	
	top:17px;
	left:150px;
	z-index:2;
}


a#html{	
	top:17px;
	left:280px;
	z-index:2;
}

a#print{	
	top:17px;
	left:420px;
	z-index:2;
}



a#photo{	
	top:17px;
	right:30px;
	z-index:2;
}

a#photo:hover, a#flash:hover, a#html:hover, a#print:hover,
a.selected{
	color:#e5c1a3 !important;
}

a#contact{
	top:17px;
	right:155px;
	z-index:2;
	padding:0px 15px 15px 15px;
	height:31px;
}


a#contact:hover{
	background:url('../images/contact.png') center center no-repeat;	
}

a#cv{
	top:10px;
	right:80px;
	z-index:2;
	padding:7px 0px 0px 7px;
	width:33px;
	height:33px
}

a#cv:hover{
	background:url('../images/cv.png') top left no-repeat;
}

div#sign{
	background:url('../images/sign.png');
	position:absolute;
	right:78px;
	width:220px;
	height:168px;
	z-index:1;
}

div#navigation a#email{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	top:125px;
	right:120px;
	color:#000000;
	z-index:2;
}

div#navigation a#email:hover{
	color:#800000;
}


a#linkedin{
	background:transparent url('../images/social.png') no-repeat scroll 0 0  ;
	position:absolute;
	width:40px;
	height:33px;
	text-indent:-9999em;
	top:10px;
	right:305px;
	z-index:1;
	
}
a#linkedin:hover {
	background-position:0 -33px;
	
}

a#twitter{
	background:transparent url('../images/social.png') no-repeat scroll -40px 0  ;
	position:absolute;
	width:40px;
	height:33px;
	text-indent:-9999em;
	top:10px;
	right:260px;
	z-index:1;
}

a#twitter:hover {
	background-position:-40px -33px;
	
}

div#header{
	background:url('../images/header.jpg');
	position:fixed;
	left:0;
	top:54px;
	width:986px;
	height:173px;
}

div#name{
	position:absolute;
	top:45px;
	left:150px;
	background:url('../images/name.png') top left no-repeat;
	width:361px;
	height:84px;
}

div#name h1{
	text-indent:-9999em;	
}

div#projects{
	margin-left:10px;
}

div.item{
	float:left;
	width:800px;
	height:405px;
	position:relative;
	display:inline;
}

.first{
	background:url('../images/shelf-left.png') bottom left no-repeat;
}

.middle{
	background:url('../images/shelf.png') bottom no-repeat;
}

.last{
	background:url('../images/shelf-right.png') bottom right no-repeat;
}

div.object{
	position:absolute;
	bottom:120px;
	left:50px;
	z-index:2
}

#gnome{
	margin:0px 0px -2px 15px;
}

#camera{
	
}

#plant{
	margin:0px 0px -5px 0px;
}

#artwork{
	margin:0px 0px 0px 15px;
}

#cube{
	margin:0px 0px -18px 0px;
}

#popcorn{
	margin:0px 0px -8px 0px;
}

#guitar{
	margin:0px 0px -5px 0px;
}

div.preview{
	float:left;
	background:url('../images/preview-bkg.png') no-repeat;
	width:401px;
	height:273px;
	padding:10px 0px 0px 7px;
	margin:0px 0px 5px 120px;
	display:inline;
}

div.preview a{
	padding:0;
	border:none;
}

div.preview a span {
	left:-9999px;
	position:absolute;
}

div.preview a:hover span {
	background:#111 none repeat scroll 0 0;
	color:#fff;
	opacity:0.85;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	top:0px;
	left:0px;
	padding:15px 0px 15px 0px;
	margin:215px 0px 0px 127px;
	width:382px;
}
  
div.description{
	position:absolute;
	left:530px;
	bottom:138px;
}

div.description a{
	display:block;
	color:#000;
	padding-top:10px;
	z-index:1
}

div.nextPrev{
	position:relative;
	margin:293px 0 0 520px;
}

a.next{
	position:relative;
	display:inline;
	float:left;
	background:url('../images/next.png') no-repeat;
	width:79px;
	height:37px;
	text-indent:-9999em;	
}

a.prev{
	position:relative;
	display:inline;
	float:left;
	background:url('../images/previous.png') no-repeat;
	width:99px;
	height:37px;
	text-indent:-9999em;	
}



div#footer{
	background:url('../images/wall-floor-join.png') repeat-x;
	position:fixed;
	left:0px;
	top:630px;
	width:100%;
	height:123px;
}


div.description  p.credit{
	margin-top:-15px;
}

div.description  p.credit a{
	display:inline;
	color:#e3d1c0;
	font-weight:normal;
}
