
.boxgrid {
	width: 210px;
	height: 150px;
	float: left;
	background:#161613;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	position: relative;
	_margin: 0 5px 0 5px;
	margin: 0 6px 0 6px;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}

.boxcaption {
	float: left;
	position: absolute;
	margin: 100px 0;
	background: #000;
	height: 150px;
	width: 100%;
	opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.boxcaption p {
	margin-top: 0;
	font-family: BlueHighway-Bold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 25px;
}

.boxcaption #list a, .boxcaption p a {
	font-family: BlueHighway-Bold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 5px 0px;
	text-decoration: none;
	display: block;
	list-style: none;
}

.boxcaption #list {
	margin: 25px 0px;
}

.boxcaption #list a:hover, .boxcaption p a:hover {
	text-decoration: underline;
}

.boxcaption h3 a, .boxcaption h3 {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;*/
	font-family: BlueHighway-Bold, "Trebuchet MS", Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:13px;
	color: #FFF;
	/*margin: 5px 5px;*/
	margin:5px 2px 5px 5px;
	text-decoration: none;
	display: block;
	text-align:center;
}

.boxcaption h3 a:hover {
	text-decoration: underline;
	text-align:center;
}

.boxcaption .readmore {
	/*float: right;*/
	text-align:right;
	color: #b5121b;
	border-top: 1px solid #726960;
	font-style: italic;
	/*width: 190px;*/
	width:170px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}

.boxcaption .readmore a {
	float: right;
	color: #FFF;
	font-style: italic;
	padding: 5px 0 5px 0;
	text-decoration: none;
	margin-right: -10px;
}

.boxcaption .readmore a:hover {
	color: #b5121b;
}

