@charset "UTF-8";
@import url("default.css");
/* Portfolio */
 
/*------- WORKS --------*/

#works{
	border-top-width: 			3px;
	border-top-style: 			solid;
	border-top-color: 			#342211;
	width: 						950px;
	margin: 					0px;
	padding: 					6px 0px 6px 0px;
}
#works a{
	color: 						#c1c62e;
	text-decoration: 			none;
}
#works a:hover {
	color: 						#c1c62e;
	text-decoration: 			underline;
}	
#works h3{
	font-size: 					19px;
	font-weight: 				normal;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	color: 						#6db18f;
	margin: 					10px 15px 0 15px;
	letter-spacing:				-1px;
}
.work{ 
	width: 						296px; 
	height: 					249px; 
	margin:						0px; 
	float:						left; 
	overflow: 					hidden; 
	position: 					relative; 
}
.work img{ 
	position: 					absolute; 
	top: 						0px; 
	left: 						0px; 
	border: 					4px solid #342211;
	padding: 					4px;
}
.work p{ 
	font-weight: 				normal;
	color: 						#e2db9c;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					12px;
	padding: 					0px 15px 0px 15px; 
}
.boxcaption{ 
	float: 						left;
	position: 					absolute; 
	background: 				#000; 
	height: 					100px; 
	width: 						296px; 
	margin:						0px;
	opacity: 					.8; 
	/* For IE 5-7 */
	filter: 					progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: 				"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull{
	width:						296px;
	height:						249px;
	padding: 					0px;
	margin:						4px;
	overflow:					hidden;
}
.captionfull .boxcaption{
	top: 						259px;
	left: 						0px;
	overflow:					hidden;
}
