@font-face
{
	font-family: "GoboldThin";
	src: url("../fonts/gobold_thin.eot");
	src: url("../fonts/gobold_thin.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/gobold_thin.woff") format("woff"),
		 url("../fonts/gobold_thin.ttf") format("truetype"),
		 url("../fonts/gobold_thin.svg#gobold_thinregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: "AsapRegular";
	src: url("../fonts/asap-regular.eot");
	src: url("../fonts/asap-regular.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/asap-regular.woff") format("woff"),
		 url("../fonts/asap-regular.ttf") format("truetype"),
		 url("../fonts/asap-regular.svg#asapregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
*
{
	margin: 0;
	padding: 0;
	border: 0;
	color: rgba(240, 255, 255, 0.8);
	font: 12px Arial, sans-serif;
	text-decoration: none;
	line-height: 1.5;
}
html
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body
{
	position: absolute;
	background: #000305 url("../images/backgroundPattern.png");
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
a
{
	color: #fff;
	opacity: 0.4;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
a:hover
{
	opacity: 1;
}
a:active
{
	opacity: 0.8;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #fff;
	text-transform: uppercase;
}
h1
{
	margin-left: -5px;
	font: 32px "GoboldThin", "Arial Narrow", Arial, sans-serif;
	font-weight: 100;
	font-stretch: condensed;
	border-bottom: 1px #fff solid;
	opacity: 0.2;
}
h2
{
	font-size: 24px;
	letter-spacing: 30px;
	font-weight: bold;
	text-shadow: 0 0 20px #fff;
}
h3
{
	color: #bbff00;
	font: 18px "GoboldThin", "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
}
h4
{
	color: #00ffff;
	font: 14px "GoboldThin", "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
}
h5
{
	padding: 1px 2px 2px 5px;
	margin-left: -5px;
	font: 14px "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.03);
}
h6
{
	font-size: 11px;
	opacity: 0.4;
}
b,
strong
{
	color: #fff;
	font-weight: bold;
}
i,
em
{
	color: #fff;
	font-style: italic;
}
ul
{
	list-style-type: square;
	list-style-position: inside;
}
iframe
{
	border: 1px #00ffff solid;
}
.galleria
{
	width: 722px;
	height: 467px;
}
.content-container li
{
	margin-left: 8px;
}
.content-block
{
	margin: 12px 0 58px 0;
}
.content-entry
{
	margin: 32px 0;
}
.content-entry:first-child
{
	margin-top: 0;
}
.content-entry:last-child
{
	margin-bottom: 0;
}
.shell ul
{
	display: table;
}
.shell li
{
	display: table-cell;
}
ul.sub-navigation
{
	position: absolute;
	margin-left: -8px;
	padding: 5px 0;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 4px;
	display: none;
}
ul.sub-navigation li
{
	display: block;
}
.shell-panel-container,
.shell-edge-container
{
	position: fixed;
	pointer-events: none;
	width: 100%;
	min-width: 720px;
	height: 100%;
	min-height: 360px;
	z-index: 1000;
	-webkit-transform: translateZ(0);
}
.shell-panel-top,
.shell-panel-bottom
{
	min-height: 70px;
}
.shell-panel-top
{
	position: absolute;
	width: 100%;
	height: 50%;
	background: #000 url("../images/shellPanelBackground_top.png") no-repeat center bottom;
	background-size: 100% 350px;
}
.shell-caution-line-top
{
	position: absolute;
	width: 100%;
	height: 7px;
	bottom: 0;
	background: url("../images/cautionLinePattern_top.png") no-repeat center bottom;
}
.shell-content-top,
.shell-content-bottom
{
	position: absolute;
	pointer-events: auto;
	width: 720px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.shell-content-top
{
	bottom: 0;
}
.shell-edge-top
{
	position: absolute;
	bottom: 0;
	margin-bottom: -70px;
	width: 100%;
	height: 70px;
	background: url("../images/shellPanelEdge_top.png") repeat-x center top;
}
.shell-panel-bottom
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: #000 url("../images/shellPanelBackground_bottom.png") no-repeat center top;
	background-size: 100% 350px;
}
.shell-caution-line-bottom
{
	position: absolute;
	width: 100%;
	height: 7px;
	background: url("../images/cautionLinePattern_bottom.png") no-repeat center top;
}
.shell-edge-bottom
{
	position: absolute;
	margin-top: -70px;
	width: 100%;
	height: 70px;
	background: url("../images/shellPanelEdge_bottom.png") repeat-x center top;
}
.logo-container
{
	position: absolute;
	left: 0;
	bottom: 12px;
	cursor: pointer;
}
.main-navigation
{
	position: absolute;
	right: -8px;
	bottom: 23px;
}
.main-navigation li
{
	padding: 0 8px;
}
.nav-link
{
	font: 14px "GoboldThin", "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	text-transform: uppercase;
}
.main-navigation .selected
{
	opacity: 1;
	border-bottom: 2px #fff solid;
}
.sub-navigation .selected
{
	border: 0;
}
.social-icon
{
	width: 14px;
	height: 14px;
}
.contact-info
{
	position: absolute;
	left: 0;
	top: 10px;
	height: 40px;
	margin-left: 13px;
	padding: 10px 0 0 50px;
	background: url("../images/contactArrow.png") no-repeat top left;
}
.contact-info li
{
	display: inline-block;
	padding: 0 15px;
	vertical-align: bottom;
}
.contact-info a
{
	font: 13px "Arial Narrow", Arial, sans-serif;
	opacity: 1;
}
.contact-info a:hover,
.contact-info a:active
{
	opacity: 0.4;
}
.contact-email,
.contact-phone
{
	
}
.contact-email:before
{
	color: #bbff00;
	font: 10px Arial, sans-serif;
	font-weight: bold;
	content: "email";
	display: block;
}
.contact-phone:before
{
	color: #00ffff;
	font: 10px Arial, sans-serif;
	font-weight: bold;
	content: "phone";
	display: block;
}
.clock
{
	position: absolute;
	right: 0;
	top: 20px;
}
.clock li
{
	display: block;
	padding-left: 16px;
	font: 13px "Arial Narrow", Arial, sans-serif;
}
.time,
.time-you
{
	color: #bbff00;
	background: url("../images/iconClock_you.png") no-repeat center left;
	min-height: 16px;
}
.time-me
{
	color: #00ffff;
	background: url("../images/iconClock_me.png") no-repeat center left;
	min-height: 16px;
}
.time-you:after
{
	padding-left: 4px;
	content: "YOU";
	font-weight: bold;
	opacity: 0.4;
}
.time-me:after
{
	padding-left: 4px;
	content: "ME";
	font-weight: bold;
	opacity: 0.4;
}
.site
{
	position: absolute;
	width: 100%;
	height: 100%;
}
.top-hidden,
.bottom-hidden
{
	position: relative;
	width: 100%;
	height: 14%;
	min-height: 70px;
}
.content-container
{
	position: relative;
	padding: 32px;
	text-align: justify;
}
.loading
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/loading.gif") no-repeat center center;
	display: none;
}
.background-gradient
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../images/backgroundGradient.png") no-repeat center -1200px;
	background-size: 2400px 2400px;
	background-position: fixed;
}
.screen-shield
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url("../images/loading.gif") no-repeat center center;
	z-index: 2000;
}
.info-container,
.resume-container
{
	width: 564px;
	margin: 0 auto;
}
.projects-container
{
	width: 722px;
	margin: 0 auto;
}
.print-header
{
	display: none;
}
.page-buttons
{
	position: relative;
	float: right;
	z-index: 50;
}
.page-buttons a
{
	padding: 4px;
}
.error-container
{
	width: 720px;
	margin: 0 auto;
}
.error-container h4
{
	font-size: 28px;
	margin: 0 0 -3px -1px;
}
.error-container a
{
	text-transform: uppercase;
}
.tf-crosshairs
{
	margin-left: -18px;
}

@media print
{
	*
	{
		color: #000 !important;
		background: #fff !important;
		height: auto !important;
	}
	
	.shell,
	.top-hidden,
	.bottom-hidden,
	.background-gradient,
	.page-buttons
	{
		display: none;
	}
	
	h1
	{
		border-bottom: 1px #000 solid;
	}
	
	p
	{
		page-break-inside: avoid;
	}
	
	div.page
	{
		page-break-after: always;
		page-break-inside: avoid;
	}
	
	.content-container
	{
		width: 98%;
		padding: 0;
		overflow: visible;
	}
	
	.print-header
	{
		display: inline;
	}
	
	.print-header p
	{
		font-family: "Arial Narrow", Arial, sans-serif;
		font-style: condensed;
		font-size: 14px;
		text-align: right;
		line-height: 18px;
	}
	
	.print-header p:first-child
	{
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 28px;
	}
}