@import url(recipe.css);

html {
	margin: 0;
	padding: 0;
	font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	background-color: #becca3;
}

body {
	margin: 0;
	background-color: #becca3;
	color: #807866;
	padding: 2em 6%;
}

a.alternate {
	display: none;
}

div.content {
	border: medium solid #e7e7e7;
	background-color: #e7e4eb;
	padding: 1em 10% 1em 10%;
}

div.banner {
	position: relative;
	height: 150px;
}
div.banner h1 {
	display: inline;
	position: absolute;
	top: 0;
	color: #8e868e;
	font-size: 150%;
}
div.banner h2 {
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	color: #8e868e;
	font-size: 150%;
}

div.navigation {
	position: absolute;
	top: 1.5em;
	right: 6%;
}
div.navigation ul {
	display: block;
	margin-top: 0;
	margin-right: -1em;
	border: 1px solid #999;
	background-color: #c6ccab;
	padding: 0;
	font-weight: bold;
	list-style: none;
	width: auto;
	white-space: nowrap;
}
div.navigation ul li {
	display: inline;
	margin: 0;
	padding-left: 1em;
	padding-right: 2em;
}
div.navigation ul li ul {
	display: none;
}
div.navigation a {
	color: #8e9661;
	text-decoration: none;
}
div.navigation a:hover {
	text-decoration: underline;
}
div.navigation .navHead {
	display: none;
}

h1, h2, h3 {
	text-align: center;
}
h2 {
	margin-top: 2em;
}

a {
	color: #333399;
}
a:visited {
	color: #333366;
}
a:hover, a:active {
	color: #993399;
}

a.author {
	text-decoration: none;
	color: inherit;
}
a.author:hover {
	text-decoration: underline;
}

img.photo {
	float: left;
	margin: 0 1.5em 1.5em 0;
	border: 1px solid #999999;
}

ul.citation li {
	margin-bottom: 0.5em;
}

ul.footnotes {
	margin-top: 3em;
	border-top: 1px solid #aaaaaa;
	font-size: 90%;
}
ul.footnotes li {
	margin-top: 1em;
}
ul.footnotes p {
	width: auto;
}

#ubcaddress {
	clear: left;
}
#ubc-nav {
	display: none;
}
