body {
	background: #fff;
	font: 11px/18px 'Helvetica', Arial, Sans-serif;
	color: #000;
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

* { margin: 0; padding: 0; }
p { margin: 0 0 15px 0; }
img { border: 0; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }
.light, .light a { color: #9e9e9e; }
.clear { clear: both; }

#root {
	text-align: left;
	width: 960px;
	margin: 95px 0 85px 0;
}


#who {
  margin: 0 0 105px 60px;
	width: 555px;
}

#who h1 {
	font: bold 22px/18px 'Helvetica Neue', Arial, Sans-serif;
	text-transform: uppercase;
}

#who h2 {
	font: italic 14px/22px 'Odile Italic', Georgia, 'Times New Roman', Sans-serif;
	color: #00a6b5;
	margin-bottom: 45px;
}

#who h2 a { color: #000000; background: #fff; padding: 2px 4px 5px 4px; position: relative; left: -4px; text-decoration: none; }
#who h2 a:hover { color: #ffffff; background: #000; padding: 2px 4px 5px 4px; text-decoration: none; }


#works div.oneWork {
	background: #fff url('images/worksSpacer.png') no-repeat top left;
	padding-left: 60px;
	margin-bottom: 40px;
}

#works div.oneWork.noSpacer { background: #fff !important; }

#works div.oneWork div.images {
  position: relative;
	width: 555px;
	height: 280px;
	background: #fff;
	float: left;
	overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#works div.oneWork div.images img {
  position: absolute;
}

#works div.oneWork div.images a {
  position: absolute;
  top: 120px;
  width: 45px;
  height: 45px;
}

#works div.oneWork div.images a.prev {
  left: 0px;
  background: url('images/previousImage.png') no-repeat;
}

#works div.oneWork div.images a.next {
  right: 0px;
  background: url('images/nextImage.png') no-repeat;
}

#works div.oneWork div.overview {
	width: 265px;
	margin: 20px 0 0 20px;
	float: left;
}

#works div.oneWork div.overview p a:hover {	border-bottom: 1px solid #00acbb; text-decoration: none; }

#works div.oneWork div.overview h2 {
  font: bold 18px/22px 'Helvetica Neue', Arial, Sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#works div.oneWork div.overview h3 {
	font: italic 12px/18px 'Odile Italic', Georgia, 'Times New Roman', Sans-serif;
	margin: -19px 0 20px 0;
}

#works div.oneWork div.overview h3 a { color: #00acbb; background: #fff; padding: 1px 3px 3px 3px; position: relative; left: -3px; text-decoration: none; }
#works div.oneWork div.overview h3 a:hover { color: #ffffff; background: #00acbb; padding: 1px 3px 3px 3px; text-decoration: none; }


#share {
  width: 555px;
	margin: 0 0 0 60px;
}

#share .twitter-share-button {
  display: block;
	margin-bottom: 5px;
}