/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : Portfolio Layout
Author : Richard Carpenter 
URL : www.hv-designs.co.uk

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

.latest_img {
	border: 1px solid #bfbfbf;
	margin-left: 15px;
	margin-bottom:15px;
}

.img {
	border: 1px solid #575757;
	margin-left: 12px;
}

.title_color1 {color: #ffffff}
.title_color2 {color: #0390c5}

#latest_work {
	float: left;
	width: 1024px;
}

#latest_work_title {
	float: left;

}


*{ padding:0px; margin:0px; }
a{ color:#C8DCE5; }
h3{ margin: 10px 10px 0 10px; color:#fff; font:10pt Arial, sans-serif; letter-spacing:0px; font-weight:bold;   }
			
.boxgrid{
	width: 180px;
	height: 100px;
	margin:6px;
	float:left;
	background:#161613;
	border: solid 2px #959595;
	overflow: hidden;
	position: relative;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#fff; 
	font:9pt Tahoma, Geneva, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #cd3760; 
	height: 100px; 
	width: 100%; 
	opacity: .0; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 110;
	left: 0;
}
.caption .boxcaption {
	top: 20;
	left: 0;
}

.box_index {
	width:615px;
	height:auto;
	float:right;
	margin-top:6px;
	}
