/*
Theme Name: 100 Layer Cake
Theme URI: http://100layercake.com/blog
Description: Custom theme for 100layercake.com.
Version: 1.0A
Author: David Cook
*/

.wp-inspiration-grid {
	margin: 1em auto 0;
	width: 99.2%;
	padding: 8px 4px 0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(31,31,31,0.3);
	box-shadow: 0px 0px 3px 0px rgba(31,31,31,0.3);
	text-align: center;
	overflow: hidden;
}

.wp-inspiration-grid li {
	display: block;
	width: 33.3%;
	float: left;
}

.wp-inspiration-grid li.more {
	padding: 38.4% 0 0;
	position: relative;
}

.wp-inspiration-grid a {
	display: block;
	text-align: center;
	margin: 0 5px 8px;
}

.wp-inspiration-grid li.more a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 66%;
	margin: 0;
}

.wp-inspiration-grid img {
	display: block;
	width: 100%;
}
