/*
 * style for media page
 */

.media {
	align-items: center;
	display: flex;
	flex-flow: column;
}

.media article {
	display: flex;
	flex: 1;
	flex-flow: row;
	padding: 0.5em;
	width: 32em;
}

.media article > a { display: block; }

.media article img {
	border: 1px solid #61222d;
	display: inline-block;
	vertical-align: middle;
	width: 12em;
}

.media article img:hover {
	border-color: #d8222d;
}

.media article div.citation {
	display: inline-block;
	margin: 0 1em;
	vertical-align: middle;
}

.media article div.citation cite,
.media article div.citation span,
.media article div.citation time {
	display: block;
}

.media article div.citation a,
.media article div.citation a:visited {
	color: #61222d;
	text-decoration: none;
}

.media article div.citation a:hover {
	color: #d8222d;
}

/* overrides for restaurants & associates page */

.media.about article {
	width: 45em;
}

