html {
	
}

body {
	color: #000;
	font: 1em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
	max-width: 100%;
}

header {
	background: #d6816a;
	color: #fff;
	max-height: 280px;
}

header > * {
	text-indent: -9999em;
}

header, section {
	margin: auto;
	max-width: 600px;
	padding: 10px 20px;
	
}

.intro {
	background: #c0dacb;
}

.meal {
	background: #e6b29d;
}


.download {
	background: #d6816a;
}

h2 {
	font-size: 1em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

a {
	color: #da5847;
}

small {
	line-height: 1.2em;
	display: block;
}

.shopping {
	background: #fff;
	list-style: none;
	padding: 1em;
	margin-left: 2em;
	width: 200px;
}

.shopping li {
	padding-left: 1.5em;
	position: relative;
}

.shopping li:before {
	border: 1px solid #ccc;
	bottom: 3px;
	color: #eee;
	content: '\2713';
	height: 1em;
	left: 0;
	line-height: 1em;
	text-align: center;
	position: absolute;
	width: 1em;
}

.shopping li:hover:before {
	border-color: #999;
	color: #ccc;
}

.shopping li + li {
	margin-top: 0.5em;
}

.docs {
	background: #fff;
	border-radius: 50px;
	list-style: none;
}

.docs * {
	margin: 0;
}

.docs p {
	font-size: smaller;
}
.author {
	overflow: hidden;
}

.author h3 {
	margin: 0;
	font-size: 1em;
}

.author figure {
	float: left;
	margin: 0 1em 0 0;
	height: 120px;
	overflow: hidden;
	padding: 0;
	width: 100px;
}

.author em {
	font-size: 0.9em;	
}