#pagewrap{
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 180px;
}
#blackBar {
	position: absolute;
	height: 5px;
	background: black;
	width: 100%;
	top: 0;
	left: 0;
}


/* navigationHighlight */
body#bodyHome a#home,
body#bodyWork a#work,
body#bodyWorkOverview a#work,
body#bodyPlay a#play,
body#bodyAbout a#about,
body#bodyContact a#contact {
	color: #000;
	font-weight: bold;
	letter-spacing: -0.02em;
}
/* end body IDs */
h1#logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 140px;
}

#pdfDownload {
	position: absolute;
	right: 62px;
	top: -27px;
	width: 60px;
	height: 60px;
	background: url("/img/pdf_button.png") transparent center bottom no-repeat;
}
#cvDownload {
	position: absolute;
	right: 0px;
	top: -27px;
	width: 60px;
	height: 60px;
	background: url("/img/cv_button.png") transparent center bottom no-repeat;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatNone {
	float: none;
}

/* TYPOGRAPHY */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 6px;
}
#description h1 {
	margin: 0 0 8px -50px;
	font-size: 18px;
	font-family: 'Helvetica Neue','HelveticaNeue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

#description p.emphasised {
	font-family: 'Helvetica Neue','HelveticaNeue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 6px;
	letter-spacing: 0.03em;
}
#descriptionWrapper p.related {
	font-family: 'Helvetica Neue','HelveticaNeue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	margin:12px 0 0 -50px;
	font-style: italic;
	letter-spacing: 0.03em;
}
.note {
	margin-top: 12px;
}
body#bodyHome p,
body#bodyContact p,
body#bodyAbout p,
table tbody td {
	font-family: 'Helvetica Neue','HelveticaNeue', Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 28px;
	margin-bottom: 18px;
	line-height: 1.2;
}
span.bold {
	font-weight: 800;
}
span.bold2 {
	font-weight: 500;
}
span.italic {
	font-style: italic;
}
span.fineprint {
	font-size: 14px;
	letter-spacing: 0.02em;
}
span.amp {
  font-family: Baskerville, Palatino, Constantia, "Book Antiqua", "Hoefler Text", serif;
  font-style: italic;
  letter-spacing: 0.05em;
}
span.email {
	letter-spacing: 0;
}
pre {
	font-family: 'Lucida Console', Monaco,"Andale Mono", monospace;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 18px;
}
body#bodyHome p a,
body#bodyHome p a:visited,
body#bodyContact p a,
body#bodyContact p a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #f9b60f;
}
body#bodyHome p a:hover,
body#bodyHome p a:active,
body#bodyContact p a:hover,
body#bodyContact p a:active {
	color: #f9b60f;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
/* START NAVIGATION */
#navHolder {
	position: absolute;
	right: 0px;
	top: 92px;
	width: 470px;
}
#navigationFrame {
	position: relative;
	font-family: 'Helvetica Neue','HelveticaNeue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 14px;
	color: black;
}
/* NAVIGATION POSITIONING */
li#homeNav {
	position: absolute;
	left: 100px;
}
li#workNav {
	position: absolute;
	left: 200px;
}
/*
li#playNav {
	position: absolute;
	left: 203px;
}
*/
li#aboutNav {
	position: absolute;
	left: 301px;
}
li#contactNav {
	position: absolute;
	left: 403px;
}
#navigationFrame li {
	float: left;
}
#navUnderline {
	position: absolute;
	height: 1px;
	background: black;
	width: 370px;
	top: 140px;
	right: 0;
}
body#bodyWork #navUnderline {
	position: absolute;
	height: 1px;
	background: black;
	width: 555px;
	top: 140px;
	right: 0;
}
li > a,
li > a:visited {
	display: block;
	text-decoration: none;
	color: #999;
}
li > a:hover,
li > a:active {
	display: block;
	text-decoration: none;
	color: black;
}
a#home, a#work, a#play, a#about, a#contact {
	padding-bottom: 35px;
}

/* END NAVIGATION */
body#bodyAbout #content img {
	margin: 9px 1px 1px 1px; 
	border: 1px solid #999;
}
body#bodyAbout #content p {
	padding-right: 20px;
}
.w550 {
	width: 550px;
}
#bodyContact table {
	margin-bottom: 12px;
}
/* START THUMB DISPLAY */
div.thumbHolder {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	line-height: 0;
}
div.thumb img {
	border: 1px solid #666;
	margin: 1px;
	width: 450px;
	height: 300px;
}
div.thumb img:hover,
div.thumb img:active {
	border: 1px solid #000;
}
div.thumb {
	padding: 7px;
	border: 1px solid #999;
	overflow: hidden;
	position: relative;
	z-index: 50;
}
div.thumbHolder:hover,
div.thumbHolder:active {
	background: #000;
}
div.marginRight {
	margin-right: 20px;
}

/* LARGE VIEW */
#prevWrapper{
	position: absolute;
	top: 66px;
	left: 0px;
}
#prev {
	display: block;
	height: 35px;
	width: 35px;
	background: url('/img/prev35.png') no-repeat 0 0;
}

#nextWrapper{
	position: absolute;
	top: 30px;
	left: 0px;
}
#next {
	display: block;
	height: 35px;
	width: 35px;
	background: url('/img/next35.png') no-repeat 0 0;
}

#imageFrame {
	position: relative;
	margin-top: 25px;
	width: 590px;
	float: right;
}
#imageDisplay {
	position: absolute;
	width: 555px;
	top: 0px;
	left: 35px;
	height: auto;
	z-index: 50;
}
#imageShow {
	position: relative;
	width: 555px;
}
#imageShow img {
	position: absolute;
	width: 545px;
	height: auto;
	top: 0;
	left: 0;
	padding: 5px;
	background: #000;
}
/* IMAGE DESCRIPTION */
#descriptionWrapper{
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 20px 20px 20px 50px;
}
#description {
	position: relative;
	width: 280px;
	line-height: 1.5;
}
#descriptionWrapper a,
#descriptionWrapper a:visited {
	color: black;
	border-bottom: 1px #999 dotted;
	text-decoration: none;
}
#descriptionWrapper a:hover,
#descriptionWrapper a:active {
	color: #00aecc;
	text-decoration: none;
}




