/* Work page uses a narrower left offset (70px) than other pages' 240px,
   so zero out inner_wrap's padding-left and let #content's margin-left stand. */
#work #inner_wrap {
	padding-left: 0;
}

#work #content {
	width: 500px;
	border: none;
	margin-left: 70px;
	padding: 0px 20px 30px 20px;
}

#wrapper {
}

#work #footer_lead_in {
	background: url(/images/footer_lead_in.png) center repeat-x;
	width: 1200px;
	height: 15px;
	position: absolute;
	top: 66px;
	left: -1123px;
}

#work #footer_inner_wrap p {
	margin-left: 0px;
	color: #121212;
	font-size:17px;
	margin-left: 70px;
}

.images {
	padding-bottom: 10px;
	height: auto;
	min-height: 10px;
	display: none;
}

.images ul li {
	float: left;
	padding: 5px;
}

.images ul li a {
	display: block;
	width: 75px;
	height: 75px;
}

#work h1 {
	padding: 0;
	position: relative;
	top: -10px;
	padding-bottom: 30px;
}
#work #sidebar {
	padding-top: 15px;
	margin-top: 80px;
}

#work h2 {
	padding-top: 15px;
	clear: both;
}

#description {
	padding: 15px 0 0 0;
}

#description h3 {
	color: #6d932c;
	font-size: 17px;
}

#description p {
	padding: 0;
}

#work #sidebar h2:hover {
	cursor: pointer;
	color: #83b926;
}

@media (max-width: 940px) {
	#work #content {
		width: auto;
		margin-left: 0;
	}
	#work #sidebar {
		margin-top: 20px;
	}
	#work h1 {
		top: 0;
		padding-bottom: 15px;
	}
}
