html, body {
	height: 100%;
}
body {
	background-color: #fff;
	color: #000;
	font: 14px/1.4em "Segoe UI", Segoe, "Microsoft Sans Serif", sans-serif;
}
.script {
	overflow: hidden;
}
nav {
	position: absolute;
	right: -1px;
	top: 2em;
	z-index: 3;
	background-color: #fff;
	font-size: 1.25em;
	line-height: 1em;
	text-transform: lowercase;
}
body>nav {
	position: fixed;
}
nav, nav div {
/*	padding-top: 1em;*/
	width: 12em;
}
nav, #shade {
	border-radius: 1em 0 0 1em;
	-moz-border-radius: 1em 0 0 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
}
nav div {
	position: absolute;
	top: 0;
	background: #0066cc;
	color: #eee;
}
h1 {
	position: relative;
	z-index: 2;
	padding: .5em 0;
	height: 40px;
	background: url(title.png) 100% 50% no-repeat;
	text-indent: -9999px;
}
nav ul {
	margin-bottom: .75em;
}
nav li, nav a {
	padding: .35em 1em .6em;
}
a {
	position: relative;
	color: #c00;
	text-decoration: none;
}
a:hover {
	background-color: #fc0;
	color: #000;
}
a:active, a:active span {
	background-color: #000;
	color: #fc0;
}
nav a {
	display: block;
	margin: -.35em -1em -.6em;
	color: #06c;
}
a span {
	position: relative;
}
a .fadeout {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fc0;
}
section .fadeout {
	margin: -.25em -.5em;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
section, #shade {
	display: block;
	background: 50% 50% no-repeat;
}
.script section, #shade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}
/*#shade {
	margin-top: -1em;
}*/
section div {
	margin-left: 2em;
	padding: 1.5em;
	background-color: #fff;
	width: 40em;
}
section>div {
	margin-right: 17.5em;
	width: auto;
	max-width: 40em;
}
#resume>div {
	max-width: 55em;
}
.script section div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 2em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
.script #resume div {
	position: static;
	margin-bottom: 0;
	height: 100%;
	overflow: auto;
}
body>nav, section>div {
	background: url(shade.png);
}
.script>nav, .script section>div {
	background: 50% 50% no-repeat fixed;
}
.selected {
	z-index: 2;
}
.script .hidden {
	left: -9999px;
	top: -9999px;
}
h2, h3, h4, dt {
	font-family: Corbel, "Trebuchet MS", Trebuchet, sans-serif;
}
h2, #resume h3 {
	color: #095;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: -1px;
	word-spacing: 2px;
	text-transform: lowercase;
}
.design {
	display: inline;
	float: right;
	margin: -2.5em -2.5em .5em 1em;
	width: 64.286%;
}
section .design .fadeout {
	margin: -.15em -.15em;
}
.design img {
	display: block;
	position: relative;
	width: 100%;
	text-indent: -9999px;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
p {
	margin: 1em 0;
}
#home p {
	margin: 0;
	font-size: 1.25em;
	line-height: 1.4em;
}
#fairvue, #design {
	font: bold 1.25em/1em Corbel, "Segoe UI", "Microsoft Sans Serif", "Lucida Sans Unicode", sans-serif;
	letter-spacing: -1px;
}
#fairvue {
	color: #095;
	word-spacing: -2px;
	text-transform: uppercase;
}
#design {
	color: #06c;
	text-transform: lowercase;
}
.roles {
	font-size: .85em;
	line-height: 1.4em;
}
.links {
	margin-bottom: 0;
	clear: right;
	font-weight: bold;
}
p.links {
	text-align: right;
}
ul.links {
	margin-right: -1em;
	font-size: .85em;
	line-height: normal;
}
.links li {
	display: inline;
}
ul.links a {
	float: left;
	margin: .25em 1em .25em 0;
	width: 6.975em;
	text-align: center;
}
ul.links img {
	width: 100%;
}
#preview {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	margin-bottom: -9999px;
	width: 100%;
	height: 92%;
}
#preview a {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 5%;
	padding: 0 .5em;
	height: 0;
	overflow: hidden;
	color: #eee;
	background-color: #c00;
	font-size: 1.25em;
	line-height: 2em;
}
#preview a, #preview a span {
	-moz-border-radius: .5em .5em 0 0;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
}
#preview iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#resume div {
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#resume div div, .script #resume div div {
	margin: 0;
	padding: 4em;
	width: auto;
	max-width: none;
	height: auto;
}
#resume h2 {
	color: #000;
	font-size: 2.5em;
	line-height: 1em;
	letter-spacing: -3px;
	word-spacing: 4px;
	text-transform: uppercase;
}
.address {
	margin-top: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.obfuscated {
	text-align: left;
	direction: rtl;
	unicode-bidi: bidi-override;
}
.obfuscated span {
	position: absolute;
	top: -9999px;
}
.deterrent {
	display: none;
}
#resume h3 {
	margin: 0.65em 0;
}
h4 {
	color: #06c;
	text-transform: lowercase;
}
#resume p {
	clear: left;
}
#resume .column {
	float: left;
	clear: none;
	margin: 0 1% 0 0;
	width: 24%;
}
#resume .company {
	width: 29%;
}
#resume .wide {
	width: 54%;
}
#resume .date {
	width: 19%;
}
#resume ul {
	clear: left;
	margin: 0 0 1em 1.5em;
	list-style-type: square;
}
aside {
	float: right;
	width: 30%;
}
dl {
	float: left;
	margin-bottom: 1em;
	width: 65%;
}
aside dl {
	width: auto;
}
dt {
	color: #06c;
	font-weight: bold;
	text-transform: lowercase;
}
aside dt {
	color: #095;
}
input, textarea {
	display: block;
	margin: 0 -1.67em;
	padding-left: 1.67em;
	border: 1px solid #ccc;
	border-left: none;
	width: 100%;
	background: url(shade.png);
	font-size: .9em;
	font-family: "Segoe Print", "Segoe Script", "Comic Sans MS", cursive;
	line-height: 1.25em;
	border-radius: 0 .5em .5em 0;
	-moz-border-radius: 0 .5em .5em 0;
	-webkit-border-top-right-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
}
textarea {
	resize: vertical;
}
.credit, #copyright {
	position: absolute;
	left: 2px;
	bottom: 2px;
	z-index: 3;
	color: #fff;
	font-family: Tahoma, Verdana, "Segoe UI", Segoe, "Microsoft Sans Serif", sans-serif;
	font-size: 8px;
	line-height: 1em;
	text-transform: uppercase;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
}
#copyright {
	left: auto;
	right: 2px;
}
body>#copyright {
	position: fixed;
}