/* clearfix */
.clearfix {
	clear:both;
}

/* container */
#containers{
	position:relative;
	width:680px;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
.grid{
	width:188px;
	min-height:100px;
	padding: 10px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	border:solid 1px #ccc;
	box-shadow: 0 1px 3px rgba(34,25,25,0.1);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.1);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.grid strong {
	margin:10px 0 0 0;
	display:block;
	padding:0 0;
	font-size:12px;
	font-weight:normal;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	width:190px;
	max-width:100%;
	background:#ccc;
	display:block;
}