body {
	background-color: #F7E9D0;	
	font-family: arial;
	font-size: 100%; /* 16px */
	height: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
h1 {
	font-family: 'Milonga', cursive;
}
header {
	width: 80%;
	float: left;
}
header h1 {
	font-size: 2.25em; /* 36px ÷ 16px = 2em */
	margin-bottom: 2px;
}
nav {
	width: 20%;
	float: left;
	height: 60px;
}
nav p { /* No longer in use, using arrow instead */
	text-align: right;
	font-size: 2em;
	font-weight: bolder;
	text-decoration: none;
}
a nav img {
	height: 100%;
	opacity: 0.2;
	float:right;
	margin-top: 10px;
}
a nav img:hover {
	opacity: 0.8;
}
main {
	width:100%;
}
section {
	clear: both;
}
section h1 {
	font-size: 1.75em; /* 28px ÷ 16px = 1.75em */
}
section:first-child {
	border-top: 6px double black;
	padding-top: 4px;
	padding-bottom: 4px;
}
section img {
	width: 100%;
}
main.lenfords img {
	width: 20%;
	float: right;
}
main.lenfords p {
	width: 80%;
	float: left;
}
p.cta {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}
p.cta a {
	background-color: #ECC53F;
	padding: 3px 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#3D2715;
	font-size: 0.7em;
	font-weight: bold;
	border: 6px double #9A6234;
	text-decoration: none;
}
p.cta a:hover {
	color: #4C917F;
	border-color: #4C917F;
}
time {
	font-weight: bold;
	font-family: 'Milonga', cursive;
}
footer {
	width: 80%;
	float: left;	
	height: 60px;
}
footer p {
	padding: 2% 2%;
	padding-bottom: 10px;
	margin-bottom: 0;
}
@media screen and (min-width: 600px) {
	body {
		padding-left: 5%;
	}
	img {
		max-width: 600px;
	}
	nav {
		max-width: 120px;
	}
	header, footer {
		max-width: 480px;
	}
	section {
		max-width: 600px;
	}
	footer {
		clear:both;
	}
}
@media screen and (min-width: 310px) {
	p.cta a {
		font-size: 1.125em ;/* 18px ÷ 16px = 1.125em */
		font-weight: 100;
	}
}
/* Some old ie nonsense */
html.ie main.lenfords img {
	width: 100px;
}