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: #888;
	font-size: 62.5%;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	min-height: 800px;
	text-rendering: optimizeLegibility;
}

div {
	font-size: 2.1em;
	letter-spacing: 0.02em;
	padding: 1em;
}

strong {
	color: #222;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 2;
}

h1 {
	text-indent: -9999px;
	height: 41px;
	padding: 1em;
	background-color: rgba(255,255,255,0.7);
}

h1 a {
	display: block;
	width: 356px;
	height: 41px;
	background-image: url(aaron_feaver.png);
	background-repeat: no-repeat;
	background-size: 400px 41px;
}

h1 a:hover {
	opacity: 0.6;
}

.menu {
	background-color: rgba(255,255,255,0.7);
	width: 13em;		
	padding: 0 1em 1em .5em;
	position: fixed;
	top: 92px;
	left: 10px;
	z-index: 2;
}

.menu li {
	font-size: 1.7em;
	line-height: 1.5em;
	list-style-type: none;
	padding: .4em 0;
}

.menu li:first-child {
	padding-top: 0.75em;
}

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

.menu li a {
	padding: 1em;
}

a:hover,
li.active {
	opacity: 0.5;
}

a:hover {
	cursor: pointer;
}

.photo_wrap {
	z-index: 1;
	position: absolute;
	top: 3em;
	left: 7em;
	width: 37400px;
}

#book_2 .photo_wrap {
	width: 37500px;
}

.commissions {
	width: 52000px;
}

/*.photo_wrap img:first-child {
	margin-left: 7em;
}*/

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

.photo_wrap span {
	position: relative;
}

.photo_wrap span span {
	width: 100%;
	color: #777;
	text-transform: none;
	position: absolute;
	bottom: -12px;
	left: 1px;
	font-size: 0.6em;
}

.photo_wrap em {
	font-style: italic;
}

.footer {
	z-index: 2;
	font-size: 1em;
	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: #bbb 1px 1px 2px;
}

#info {
	min-height: 500px;
}

#info .note {
	font-weight: bold;
	margin-top: 20px;
}

.text {
	color: #444;
	font-size: 1.3em;
	margin-top: 7em;
	margin-left: 13em;
	text-transform: none;
	text-shadow: none;
	font-style: normal;
	width: 60em;
}

.text p {
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
	width: 32.25em;
}

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

.text ul {
	width: 300px;
	position: absolute;
	top: 13px;
	left: 40em;
}

.text ul.rep {
	top: 100px;
}

.text li {
	font-size: 1em;
	display: block;
	float: none;
	line-height: 1.8em;
}

.text li.sp {
	margin-top: 12px;
}

#clients h2 {
	font-size: 1.25em;
	margin-bottom: 1.5em;
}

#clients .text ul {
	position: static;
	float: left;
}

#clients .text li {
	line-height: 2em;
}

.commissions span {
	position: relative;
}

.commissions .caption {
	position: absolute;
	bottom: -1.5em;
	left: 0;
	font-size: 0.7em;
	color: #555;
	font-style: italic;
}

.commissions .caption em {
	font-style: normal;
}

