@charset "utf-8";
a{
	text-decoration:none;
	color:#c87426;
}
a:hover{
	color:#FFAB2D;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#B4CD33;
	padding:0px;
	margin:0px;
	text-shadow: 0px 2px 1px #000;
}

.container .heading h1 {
	background-image: url(../images/workHeading.png);
	text-indent: -9999px;
	height: 48px;
	background-repeat: no-repeat;
}

.fLeft{
	float:left;
	margin-right: 14px;
}
.fRight{
	float:right;
}




/* Work */
.thumbWrapper {
	height:193px;
	margin-bottom:16px;
	position:relative;
	width:303px;
	float: left;
}
.thumbStroke{
	position:absolute;
	top:0px;
	left:0px;
	width:301px;
	height:100%;
	background:#181717;
	border:1px solid #FFF;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;	
}
.thumbImage {
	background:#000000 none repeat scroll 0 0;
	height:179px;
	left:8px;
	position:absolute;
	top:8px;
	width:287px;
}
.thumbCaption{
	position:absolute;
	top:152px;
	left:8px;
	width:277px;
	height:30px;
	padding:5px 5px 0px 5px;
	background:#000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	display:none;
}
.thumbCaption h3{
	text-shadow:none;
}
.thumbCaption a{
	text-decoration:none;
}

.work                        {
	width: 937px;
	height: 600px;
	position: relative;
	margin: 0 auto 40px;
	left: 0px;
}
