
/* container */
#container{
	position:relative;
	width:1180px;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
.grid{
	width:300px;
	min-height:100px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.2);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.2);
	
	-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 {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
	text-align:center
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

.grid a{ position:relative; display:block; overflow: hidden;  }
.grid a .desc{ position:absolute; bottom: -200px; width:90%; left:0px; padding:0 5% 4%; background:rgba(0,0,0,0.8); transition: all .5s; }
.grid a:hover .desc{ bottom:0px; color:#FFF; }