/* @override http://localhost:8888/portfolio/_site/lib/port.css */

@font-face {
  font-family: "AlteHaasGroteskBold";
  src: url(font/AlteHaasGroteskBold.ttf);
}
@font-face {
  font-family: "AlteHaasG";
  src: url(font/AlteHaasGrotesk.ttf);
}

BODY{
	font: "AlteHaasG", "Helvetica Neue", Tahoma;
	color: #2b2a2b;
	background: url(../gfx/back-grad.jpg) repeat-x;
	overflow: hidden;
}
A:link,A:hover,A:visited,A:active{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#welcomeToTheSite{
	text-indent: -9000px;
}
.btns{
	background: url(../gfx/btns.png) no-repeat 0 0;
}
.btns:hover{
	background: url(../gfx/btnsover.png) no-repeat 0 0;
}
.btns:active,.btns:visited{
	
}
/* Btns*/
#randomItem{
	z-index: 8461;
	display: block;
	position: fixed;
	top: 180px;
	padding: 5px;
	width: 60px;
	height: 60px;
	right: 10px;
}

/* Site */
#nav{
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 550px;
	height: 250px;
	z-index: 5;
	
}
#nav-items{
	display: block;
	position: absolute;
	top: 70px;
	left: 190px;
}
.n-title{
	font: bold 60px AlteHaasGroteskBold, "Helvetica Neue", Tahoma;
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	cursor: pointer;
	background-color: #fffeff;
	padding: 4px;
	border-bottom: 1px solid #d7d7d7;
}
.n-section{
	min-width: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fffeff;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
.n-section:hover{
	background-color: #F9ED32;
}
.n-section-title{
	font: 18px AlteHaasG, "Helvetica Neue", Tahoma;
	color: #434343;
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.levelActive0{
	background-color: #F9ED32;
}
.levelActive1{
	background-color: #fbd662;
}
.levelActive2{
	background-color: #bbf55e;
}
.levelActive3{
	background-color: #6690c5;
}
#assetFrame{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	overflow: hidden;
}
#assets{
	width: 100000px;
	height: 100000px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.assetItem{
	display: block;
	position: absolute;
}
.assetImgWrap{
	
	background-repeat: no-repeat;
}
.assetFrameOver{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.assetInfo{
	display: none;
	font: 18px AlteHaasG, "Helvetica Neue", Tahoma;
}
.assetItem h1{
	font-size: 24px;
	color: #3f4040;
}
.assetItem ul{
	list-style-type: none;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
}
.assetItem li{
	display: inline-block;
	background-color: #ededed;
	padding: 2px;
	border-bottom: 1px solid #dcdcdc;
	margin-right: 2px;
}

#sidedesc{
	width: 400px;
	height: 550px;
	position: absolute;
	display: block;
	right: 55px;
	z-index: 2;
	
	padding: 25px;
	font-family: "Helvetica Neue", Tahoma;
	bottom: 20px;
}
#sidedesc h1{
	font: bold 16px/10px AlteHaasGroteskBold, "Helvetica Neue", Tahoma;
	
	color: #494949;
	background-color: #fffeff;
	border-bottom: 1px solid #e5e5e5;
	
	position: relative;
	display: inline-block;
	padding: 5px;
	border-left: 5px solid #fcfca4;
}
#sidedesc p{
	font-size: 10px;
	width: 250px;
	text-align: justify;
	background-color: #fffeff;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 15px 25px;
	text-indent: 10px;
}

#sidelist{
	font-family: AlteHaasG, "Helvetica Neue", Tahoma;
	width: 170px;
	height: 50%;
	display: block;
	position: absolute;
	top: 270px;
	right: 10px;
	z-index: 4561;
}
.sideItemButton{
}
#sidelist p{
	height: 14px;
	font-size: 10px;
	background-color: #eee;
	line-height: 10px;
	cursor: pointer;
	display: block;
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
	border-left: 10px solid #000;
	padding: 4px;
}
#sidelist p:hover{
	background-color: #fffeff;
	border-left-color: #fae868;
}




