html, body, div, span, h1, h2, h3,
h4, h5, h6, p, a, abbr, acronym, del,
em, img, strong, dd, dl, dt, li, ol, ul,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}

body {
	background: #fff;
	color: #aaa;
	font-size: 62.5%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	min-height: 600px;
}

div {
	font-size: 2em;
	letter-spacing: 0.02em;
	padding: 1em;
	text-shadow: #ddd 1px 1px 3px;
	text-transform: uppercase;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

h1 {
	margin-bottom: 1em;
	color: #888;
}

h1 a:hover:after {
	content: " (home)";
}

.nav {
	background-color: #bbb;
	position: fixed;
	top: 0;
	right: 0;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding: 0.1em 0 0.1em 0.5em;
}

li {
	display: inline;
	margin-right: 1em;
	position: relative;
	float: left;
	font-size: 0.6em;
	line-height: 1.5em;
}

a {
	color: #aaa;
	text-decoration: none;
	outline: none;
}

h1 a {
	color: #888;
}

.nav li a {
	font-size: 0.9em;
	color: #fff;
	text-shadow: none;
}

a:hover,
li.active,
.text a {
	color: #555;
}

.nav li a:hover {
	text-shadow: 0 0 4px #fff;
}

li span {
	display: none;
}

li.active:hover span,
a:hover span {
	display: block;
	position: absolute;	
	top: 1.8em;
	left: 0;
	font-size: 0.8em;
	width: 16em;
}

.photo_wrap {
	margin-top: 3.6em;
}

#about .photo_wrap {
	width: 900px;
}

#people_1 .photo_wrap {
	width: 18900px;
}

#people_2 .photo_wrap {
	width: 14750px;
}

#people_3 .photo_wrap {
	width: 14750px;
}

#polaroids .photo_wrap {
	width: 14750px;
}

#oceanside .photo_wrap {
	width: 15950px;
}

#tiny_animals .photo_wrap {
	width: 13900px;
}

#uncategorizable .photo_wrap {
	width: 19500px;
}

.photo_wrap img {
	display: inline;
	margin-right: 0;
}

.text {
	margin-top: 5em;
	text-transform: none;
}

.text p {
	margin-bottom: 1em;
	width: 29em;
	line-height: 1.3em;
}

.text p a {
	border-bottom: 1px solid #eee;
}

.text p a:hover {
	color: #aaa;
	border-bottom: 1px solid #bbb;
}

.sub {
	position: fixed;
	top: 610px;
	right: 0;
	text-align: right;
}

.sub li {
	margin: 0 0 0 1em;
}

.footer {
	z-index: 2;
	font-size: 0.9em;
	position: fixed;
	bottom: 1em;
	right: 1em;
	color: #888;
	background-color: rgba(255,255,255,0.75);
	text-shadow: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.footer a {
	color: #000;
}

img {
	-webkit-box-shadow: #aaa 1px 1px 2px;
}


