/**
 * Elements
 */

body {
	height: 100%;
	font: normal 13px/16px Helvetica, Arial, sans-serif;
	color: #000;
	background: #000;
}

h1 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 48px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	padding: 13px 0px 3px 0px;
}

dl {
	clear: left;
	padding-bottom: 0px;
	margin: 0px 15px;
}

dt {
	font-weight: normal;
	float: left;
	text-align: right;
	width: 63px;
	background: #000;
	color: #C7F2ED;
	color: #CCC;
	padding: 6px 0px;
}

dd {
	padding: 6px 10px 6px 73px;
	background: #000;
	color: #fff;
}

p {
	padding-bottom: 8px;
}


/**
 * Links
 */

a:link { color: #000; }
a:visited { color: #000; }
a:hover { background: #C7F2ED; }
a:active { color: #000; }

.email a { text-decoration: none; }

ul.link li[class]:hover {
	color: #FF0060;
	cursor: pointer;
}


/**
 * Layout
 */

#canvas {
	height: 500px;
	width: 20000px; /* actual width set by document.ready.js */
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 110px;
	cursor: move;
}

.section {
	background: #fff;
	border-left: 1px solid #ddd;
	height: 470px;
	overflow: hidden;
	float: left;
	padding: 15px 20px;
}

div.end {
	padding-left: 10px;
	background: #fff url('../images/canvas_right.jpg') right top no-repeat;
}

#cap { float: left; }


/**
 * Interface Elements
 */
#return {
	position: fixed;
	z-index: 99;
	top: 40px;
	right: 0px;
	margin-right: -70px;
	float: right;
}

#return:hover {
	cursor: pointer;
}

.element {
	position: absolute;
	left: 306px; top: 455px;
}

#pointer, #pointer2 {
	display: none;
	position: absolute;
}

.more {
	position: absolute;
	top: 450px;
	left: 0px;
	z-index: 2;
	cursor: pointer;
}


/**
 * Header
 */

#header {
	border: 0px;
	margin: 0px;
	padding: 15px 20px;
	background: #fff url('../images/canvas_left.jpg') left top no-repeat;
}

ul.services {
	background: url('../images/logo.jpg') no-repeat 0px 64px;
	padding: 80px 0px 96px 200px;
}

ul.services li { width: 178px; }

ul.services li.bar {
	height: 12px;
	border-bottom: 4px solid #000;
	position: relative;
	left: 0px; top: 122px;
}

#header span {
	display: block;
	margin-top: 112px;
}

#header span + span { margin: 0px; }


/**
 * Work
 */

#work { padding-right: 75px; }

#work ul li.all { margin-top: 32px; }

#work ul li.current,
#work ul li.current:hover {
	color: #000;
	font-weight: bold;
	cursor: move;
	background: #B9F5E9;
}


/**
 * Display
 */

#display {
	float: left;
	background: #fff;
	padding: 15px 0px;
}

.piece {
	float: left;
	height: 470px;
	overflow: hidden;
	position: relative; /* fixes hidden overflow problem in IE7 */
	margin-right: 17px;
}

.piece img:first-child {
	position: absolute;
	top: 0px; left: 0px;
}

.piece a { color: #fff; }

.piece a:hover {
	background: #C7F2ED;
	color: #000;
}

.info {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: none;
}


/**
 * Display Pieces
 */

#bookmarks { width: 762px; }
#ballistix { width: 699px; }
#oddcouple { width: 350px; }
#skua { width: 330px; }
#untitled { width: 353px; }
#delaney { width: 360px; }
#cassis { width: 775px; }
#egypt { width: 707px; }
#greece { width: 706px; }
#peterpan { width: 680px; }
#flighttax { width: 400px; }
#vogue { width: 710px; }
#russian { width: 707px; }
#cassis_logos { width: 375px; }
#mlk { width: 673px; }
#newborn { width: 726px; }
#china { width: 706px; }


/**
 * ABOUT
 */
#about {
	width: 470px;
}

#about span.email {
	text-decoration: underline;
}