html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;	
	min-height: 100%;
	width: 100%;
	font-size: 1em;
	font-family: 'dejavumono', Helvetica, Arial, sans-serif;
	background: url(images/bg/bgwh.jpg) repeat-x;
}

a img{
	border: none;
	outline: none;
}

/*NAVIGATION
______________________________*/

#navcontainer{
	position: fixed;
	top:0px;
	z-index: 2;
}

#navcontainer #navheader{
	background: url(images/hw/darkcloudstudio.png) no-repeat;
	width: 600px;
	height: 80px;
}

.navtable{
	margin-top:20px; 
	background: #0099FF; 
}

.navtable .navlink{
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
}

.navtable .navlink:hover{
	font-family: 'dejavumono-bold', Helvetica, Arial, sans-serif;
}



/*CONTENT
__________________________*/

#wrapper{
	position: relative;
	min-height: 100%;
	min-width: 100%;
}

/*HOMEWRAPPER*/
#hwrapper{
	position: relative;
	height: 958px;
	width: 100%;
}

#hwrapper #ee{
	text-align: center;
	background: url(images/hw/ee.png) no-repeat;
	width: 850px;
	height: 633px;
	position: relative;
	top: 124px;
	left: 250px;
}

/*ABOUTWRAPPER*/
#abwrapper{
	position: relative;
	height: 990px;
	width: 100%;
	font-size: .95em;
	color: #FFFFFF;
}

#abwrapper #bio{
	position: relative;
	top: 200px;
	left: 50px;
	width: 40%;
	color: #FFFFFF;
}

#abwrapper #bio a, #bio a:active, #bio a:visited{
	color: #FFFFFF;
	outline: 0;
	border: 0;
	text-decoration: none;
}

#abwrapper #bio a:hover{
	color: #FFFFFF;
	outline: 0;
	border: 0;
	text-decoration: underline;
}

/*PORTFOLIOWRAPPER*/
#pwrapper{
	width: 100%;
	height: 800px;
	overflow: hidden;
}

#pwrapper #pbcontainer{
	width: 100%;
	height: 460px;
	padding: 10px;
	overflow-x: hidden;
	position: relative;
	top:220px;
}

#pwrapper #pbcontainer .pul{
	list-style-type: none;
}

#pwrapper #pbcontainer .pul .pli{
	float: left;
	margin-left: 2%;
	width: auto;
}

#pwrapper #pbcontainer .pul .pli #arrow1{
	font-size: 1.42em;
	color: #FFFFFF;
}

#pwrapper #pbcontainer .pul .pli #arrow2{
	font-size:1.42em; 
	color:#000000; 
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(120deg);
}


/*FONTS*/
@font-face{
	font-family: 'dejavumono';
	src: url(fonts/dejavusansmono.ttf);
}

@font-face{
	font-family: 'dejavumono-bold';
	src: url(fonts/dejavusansmono-bold.ttf);
}