/*body{
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	overflow-x:hidden;
}*/

section {
	display:block;
}


/* clearfix */
.clearfix {
	clear:both;
}

/* wrapper css */
/*#wrapper{
	margin-top:70px;
	width:100%;
}*/


.container{
	position:relative;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	
}
.grid{
	width:188px;
	min-height:100px;
	padding: 15px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 2px rgba(34,25,25,0.2);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.2);
	-webkit-box-shadow: 0 1px 2px 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:14px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:normal;
	margin-top: 10px;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

@media screen and (max-width : 1240px) {
}
@media screen and (max-width : 900px) {
}
