.collection .media {
	float: left;
	clear: none;
	display: inline;
	margin: 0 10px 20px;
	background: url('images/dumpedmedia-bg.gif') center center no-repeat #040A26;
	text-align: center;
	}
.collection .odd {
	clear: both;
	}
.collection .media a {
	display: block;
	width: 173px;
	border: 1px solid #111E49;
	padding: 20px;
	text-decoration: none;
	}
* html .collection .media a {
	width: 215px;
	}
.collection .media a:hover {
	border-color: white;
	}
.collection .media a .post-image {
	display: block;
	height: 128px;
	margin: 0 0 8px 0;
	background: url('images/atom-bg.gif') center center no-repeat;
}
.collection .media .caption {
	display: block;
	font-size: 1.2em;
	}
