/* CSS Document */
body {
	background-color: #eee;
}
.transparent {
	background: rgb(256, 256, 256); /* The Fallback */
	background: rgba(256, 256, 256, 0.9);
}
#content-wrap {
	position: relative;
	z-index: 10;
}
#nav-left {
	color: #AB9C8F;
	font-size: 14px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.pattern {
	background: url(../img/bg_mask.png) repeat scroll 0 0 transparent;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
ul#supersized img {
	max-width: none !important;
}
h2.logo {
	font-family: 'PT Sans', sans-serif;
	width: 100%;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #A1AA9D;
	margin-bottom: 20px;
	height: 37px;
	line-height: 37px;
}
#main-content-wrap {
	color: #AB9C8F;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
}
#main-content-wrap p {
	padding: 10px 0 5px;
}
.content-heading {
	border-bottom: 1px solid #EEEBE7;
	color: #9AA597;
 font-family: font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
}
.project-description {
	padding: 14px;
}
.project-thumb {
	border-bottom: 1px solid #EfEfEf;
	height: auto;
	min-height: 140px;
	margin-bottom: 10px;
}
.project-thumb img {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	border: 1px solid #EfEfEf;
	background-color: #fefefe;
	padding: 3px;
}
.project-thumb a {
	text-decoration: none;
	color: #9AA597;
}
