/* Navigation */

nav {
	margin-bottom: 30px;
	position: relative;}

nav ul {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 5px solid #bbb;
	list-style-type:none;}

nav li {
	float: left;
	margin-right: 35px;}

nav li a {
	color: #666;
	font-weight: bold;
	text-decoration:none;}

nav li a:hover,
nav li a:focus,
nav li a.current {
	color: #000;}

nav #indicator {
	position: absolute;
	left: 15px;
	bottom: 5px;
	width: 12px;
	height: 7px;
	background-image: url('../img/notch.png');}


/* Content */

#content section {
	display: none;}

#content p {
	margin-bottom: 1em;
	max-width: 50em;
	line-height: 1.6;}