html {
	background: #fff;
	border: 0;
}
body {
	font-family: "Brandon Text", "Helvetica Neue", "Helvetica", "Roboto", "Arial";
	font-size: small;
	margin: 0;
}
body > header,
body > .signup,
body > footer nav,
.main > header, 
.main > .search,
.main .author, 
.main figure, 
.sidebar aside,
.additional-images,
.additional-videos,
.techniques a strong,
#signup {
	display: none;
}
.container {
	background: none;
	padding: 0;
}
.container > .main {
	background: transparent;
	max-width: inherit;
}
.main > header {
	margin: 0 0 1em 0;
	padding: 0;
}
section > figure {
	float: left;
	margin-right: 1em;
	max-width: 25%;
}
.recipes .pairings figure img {
	width: 40px;
}
.recipes .panel {
	background: transparent;
	padding: 0;
}
.techniques a {
	background: transparent;
	font-weight: bold;
}
.techniques a .description {
	box-shadow: none;
	display: inline;
	font-weight: normal;
	left: 0;
	position: relative;
}
.cloud a {
	padding: 0;
}

.meta {
	margin-bottom: 0;
}
