@charset "UTF-8";
/* CSS Document */

/* HOMEPAGE */
.noShow {
	display:none;
}
#recent_work_outer {
	margin:20px;
	position:relative;
	font-size:1.3em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#D1C19E;
	overflow:auto;
	padding:10px 0 15px 0;
}
.workOn {
	background-color:#f93;
	color:#efefef;
}
#recent_work {
	width: 660px; 
}
#recent_work_nav {
	width: 630px;
	height:16px; 
	margin:10px;
	margin-top:0;
	text-align:center;
}
#recent_work .section {
	width: 630px; 
	letter-spacing:.05em;
	color:#555;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 15px;
	text-align:right;
}
#recent_work .section a {
	color:#555;
	border-bottom:none;
	background-color:transparent;
	display:block;
	width:630px;
}

#recent_work .section a:hover {
	color:#444;
}
#recent_work .section img {
	margin-bottom:5px;
	border:0;
	padding-bottom:2px;
	border-bottom:2px solid #B4A688;
}
#recent_work .section a:hover img {
	border-bottom-color:#555;
}
