body {
	background: #ffffff;
	font-family: "Futura Medium", Futura, Helvetica, sans-serif;
	color: #222;
}

.header {
	padding-top: 36px;
	padding-bottom: 18px;
}
.nav {
	text-align: right;
	font-size: 140%;
	line-height: 300%;
	color: #ccc;
}
.nav > .selected {
	color: #af5700;
}


.blurb {
	font-size: 140%;
	margin-top: 36px;
	text-align: right;
}


#eric_wolfinger {
	font-size: 160%;
}

/* #eric_wolfinger, #eric_wolfinger:link, #eric_wolfinger:visited, */
a, a:link, a:visited {
	color: #222;
	text-decoration: none;
}

/* #eric_wolfinger:hover, #eric_wolfinger:active, */
a:hover, a:active {
	color: #666;
}

div.photodetail {
	font-size: 140%;
	text-align: center;
	padding-bottom: 36px;
}
div.photodetail > .photocaption {
	margin: 18px auto;
}

/* arrows */
a.backarrow, a.backarrow:link, a.backarrow:visited {
	font-size: 75%;
	text-transform: capitalize;
	border: 1px outset #ccc;
	background: #ccc;
	color: #222;
	padding: 2px 12px;
	text-decoration: none;
}

a.backarrow:hover, a.backarrow:active {
	background: #ddd;
	border-color: #ddd;
}
