*{ }
html, body {
	font-family: MankSansFont, "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
	margin: 0;
	border: 0;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2 ease-in-out;
	transition: color 0.2s ease-in-out;
	padding: 0;}
html {
	overflow-x:hidden;
	height: 100%;
	width:100%;
	min-width:300px;
	background-color:#E5E8E8;}
body {	
	margin-left:16vw;
	margin-right:10vw;
	width:calc(100% - 26vw);
	min-width:600px;
	font-size: 1.35em;
	line-height:1.6em;
	/* Fix for Android */
	-webkit-animation: bugfix infinite 1s;}
nav {
	color:#E5E8E8;
	position: fixed;
	min-width:108px;
	width:11vw;
	height:100%;
	top: 0;
	left:0;
	display: block;
	background-color: #424242;
	z-index: 100;}
nav div {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;}
nav ul {
	font-size: 1.3em;
	list-style:none;
	padding:0;
	margin-left: 1vw;}
nav li {
	padding-bottom:1vh;}
nav a {
	color:#E5E8E8;
	text-decoration:none;}
nav a:hover,
nav a:active,
nav a:focus {
	color:#C62828;
	font-size:101%}
nav a.selected {
	color:#C62828;}
h1 {
	font-family: GoodDogFont, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:3em;}
h1.extra {
	font-family: GoodDogExtraFont, "Trebuchet MS", Arial, Helvetica, sans-serif;}
h2 {
	color:#C62828;}
ul {
	font-family: MankSansMediumFont, "Trebuchet MS", Arial, Helvetica, sans-serif;}
p {}
@font-face {
	font-family: GoodDogFont;
	src: url(fonts/good-dog.ttf);}
@font-face {
	font-family: GoodDogExtraFont;
	src: url(fonts/good-dog-extra.ttf);}
@font-face {
	font-family: SimplePrintFont;
	src: url(fonts/simple-print.ttf);}
@font-face {
	font-family: MankSansFont;
	src: url(fonts/mank-sans.ttf);}
@font-face {
	font-family: MankSansMediumFont;
	src: url(fonts/mank-sans-medium.ttf);}

#recipe-wrapper {
	max-width:800px;}
#recipe-home ul {
	list-style:none;}
#recipe-home a {
	text-decoration:none;}
#recipe-home a:hover,
#recipe-home a:focus,
#recipe-home a:active {
	text-decoration:none;
	font-weight:bold;}

.hidden {
	display:none;}	

