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

body{
	margin: 0px;
	padding: 0px;
	font-family: 'AndaleMono', monospace;
	font-size: 14px;
	font-style:normal;
	color: #111;
	background-color: #dedede;
	text-transform: uppercase;
}

#nav
{
	position: absolute;
	top:30px;
	left:30px;
}

#content
{
	position: absolute;
	top:30px;
	left:316px;
	padding-bottom: 30px;
	//width: 74%;
}

#portrait
{
	margin-left: -7px;
	margin-top: 23px;
	margin-bottom: 13px;
	cursor: pointer;
}

.header
{
	width: 252px;
	height: 20px;
	background-color: #fff;
	color: #111;
	font-size: 14px;
	margin: 0px;
	padding-left: 4px;
	padding-top: 5px;
}

.viewBtn
{
	width: 48px;
	height: 20px;
	background-color: #111;
	color: #fff;
	font-size: 14px;
	margin-left: 30px;
	padding-left: 4px;
	padding-top: 5px;
	float: left;
	cursor: pointer;
}

.contentImage
{
	z-index:1;
	width: 100%;
	margin-top: 30px;
	border-style: solid;
	border-color: #fff;
	border-width: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.images
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.shadowLeft
{
	z-index: 0;
	float: left;
	margin-top: -30px;
	margin-bottom: -20px;
	visibility: hidden;
}

.shadowRight
{
	z-index: 0;
	float: right;
	margin-top: -30px;
	margin-bottom: -20px;
	visibility: hidden;
}

/*.projectImage
{
	margin-bottom: 5px;
}*/

.long
{
	float: left;
}

.snug
{
	margin-bottom: -6px;
}

.navGroup
{
	font-size: 12px;
	width: 256px;
	margin-bottom: 27px;
}

.pointer
{
	cursor: pointer;
}

a:active, a:focus
{
	outline: 0;
}

a, a:active, a:visited
{
	color: #111;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
}

a:hover
{
	color: #fff;
	background-color: #111;
}

/*#portrait a, a:active, a:visited
{
	color: transparent;
	background-color: transparent;
}

#portrait a:hover
{
	color: transparent;
	background-color: transparent;
}*/
