@import "http://fonts.googleapis.com/css?family=Sansita+One";
a {
	color: inherit;
	text-decoration: none;
}

input[type=number] { width: 35px; }

body {
	color: white;
	background: #68a;
	line-height: 1;
}

header {
	display: -webkit-box;
	-webkit-box-align: center;
}

h1 {
	background: url(recipe-icon.png) -35px center no-repeat;
	color: white;
	font-weight: normal;
	height: 120px;
	padding-left: 140px;
	margin: 0;
	font-family: Sansita One, serif;
	text-shadow: 2px 2px 3px rgba(30,60,90,.5);
}
h1 > span {
	display: block;
}

nav {
	display: -webkit-box;
	color: black;
	margin-left: 50px;
}
nav > a {
	display: block;
	text-decoration: none;
	border: 2px solid #9ab;
	padding: .3em .5em;
	box-shadow: 2px 2px 2px rgba(30,60,90,.5);
	background: -webkit-linear-gradient(white, #bdf, white 160%);
}
nav > a:hover {
	background: -webkit-linear-gradient(#def, #ace, #def 160%);
}
nav > a:first-child {
	border-radius: .5em 0 0 .5em;
	border-right-style: none;
}
nav > a + a:not(:last-child) {
	border-right-style: none;
}
nav > a:last-child {
	border-radius: 0 .5em .5em 0;
}
nav > a:first-child:last-child {
	border-radius: .5em;
	border-style: solid;
}