body {	background: #fff; font-family: 'Helvetica', Arial, Sans-serif; font-size:11px;color: #000;width: 740px;text-align: center;margin:0 auto; line-height:16px;}

* { margin: 0; padding: 0; }
p { margin: 0 0 10px 0; }
img { border: 0; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }
.light, .light a { color: #9e9e9e; }
h4 { color:#1d1d1d; text-transform:uppercase; font: 9px 'Gotham Light', 'Helvetica', Arial, Sans-serif; text-align:right; margin:-28px 0 0 0;}

.clear { clear: both; }

#root {
	text-align: left;
	width: 740px;
	margin: 70px 0 80px 0;
}

#portfolio {
  margin: 0 0 80px 20px;
	width: 666px;
}

#portfolio h1 {
	font: bold 24px/18px 'Gotham', Arial, Sans-serif;
	text-transform: uppercase;
	line-height:10px;
	padding:25px 0 0 0;	
}

.logo {
float:left;
margin:0 20px 0 20px;
}

#portfolio h2 {
	font: 10px 'Gotham Light', 'Helvetica', Arial, Sans-serif;
/*	color: #00a6b5;
*/	margin-bottom: 12px;
line-height:14px;
}

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


#project div.block {
	background: #fff url('images/portfolioSpacer.png') no-repeat top left;
	padding-left: 37px;
	margin-bottom: 40px;
}

#project div.block.noSpacer { background: #fff !important; }

#project div.block div.images {
  position: relative;
	width: 666px;
	height: 350px;
	background: #fff;
	float: left;
	overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#project div.block div.images img {
	position: absolute;
	left: 0;
	top: 0;
}

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

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

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

#project div.block div.overview {
	width: 666px;
	margin: 10px 0 0 0px;
	float: left;
}

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

#project div.block div.overview h2 {
  font: bold 18px/22px 'Gotham', Arial, Sans-serif;
	text-transform: uppercase;
	margin-bottom: 9px;
}

#project div.block div.overview h3 {
	font: 12px/18px 'Gotham', 'Helvetica', Arial, Sans-serif;
	margin: 9px 0 18px 0;
}

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

