.post {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.post:last-child {
	border-bottom: none;
}

.post img {
	display: block;
	margin: 0 auto;
}

.post h2 {
	margin-top: 0;
}

.post h2 a {
	color: inherit;
	text-decoration: none;
}

@media all and (min-width: 32em)
{
	.post img {
		display: inline-block;
		vertical-align: top;
		width: 30%;
	}
	
	.post picture + .details {
		display: inline-block;
		vertical-align: top;
		width: 70%;
		padding-left: 20px;
	}
	
	.post .details > a {
		margin: 0 0 0 auto;
		width: 7rem;
		display: block;
		text-align: right;
	}
	
	.post .details p:last-of-type {
		margin-bottom: 0;
	}
}