@import url('reset.css');
@import url('master.css');

#our-work {
	padding: 0 0 80px 0;
}

#our-work p {
	padding: 0 0 35px 0;
	margin: 0 30px 0 0;
	display: block;
	float: left;
	width: 240px;
}

#our-work p.last {
	margin-right: 0;
}

#our-work li {
	margin: 0 35px 25px 0;
	float: left;
}

#our-work li,
#our-work li a {
	display: block;
	width: 235px;
	height: 152px;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: 0; left: 0;
	text-decoration: none;
	line-height: 1.1em;
}

#our-work li a,
#our-work li a * {
	cursor: pointer;
}

#our-work li span {
	display: block;
}

#our-work li .info {
	position: absolute;
	bottom: 0; left: 0;
}

#our-work li .title {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#our-work li .view {
	color: #808080;
}

#our-work li a:hover { background: transparent none !important; }
#our-work li a:hover .title { color: #22ffff; }
#our-work li a:hover .view { color: #fff; text-decoration: underline; }

/* View page */

#content.view-extras {
	width: 800px;
}

#content.view-extras #page-title,
#content.view-extras #client-info {
	margin-left: 18px;
}

#page-title h3 {
	color: #999;
}

#back-link {
	font-size: 11px;
	line-height: 1.2em;
	position: absolute;
	top: 39px; right: 100px;
}

#client-portfolio {
	position: relative;
	top: 0; left: 0;
	padding: 0 0 80px 0;
}

#client-info {
	position: absolute;
	top: 0; left: 0;
	z-index: 20;
}

#client-info .text-column {
	width: 274px;
	float: left;
	padding: 30px 40px 0 0;
}

#client-info .title {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#client-portfolio .piece {
	position: relative;
	top: 0; left: 0;
	z-index: 10;
}

#client-portfolio img {
	display: block;
}

#client-portfolio .image-description {
	border-bottom: 1px dotted #000;
	padding: 0 0 12px 1px;
	position: absolute;
	bottom: 0; left: 0;
	width: 782px;
	margin-left: 18px;
}