* {
	filter: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background: #555;
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

b, strong { font-weight: bold; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

#container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: regular 12px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background: #555;
	overflow: hidden;
}
#content {
	width: 127432px;
	height: 550px;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 0;
	z-index: 0;
	float: left;
}
#content img {
	float: left;
}
#chamber {
	width: 102px;
	margin-top: 200px;
	margin-left: 100px;
	font: 12px 'Prata', Times New Roman, serif;
	float: left;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
#chamber img {
	margin-bottom: 60px;
}
#title {
	width: 951px;
	margin-top: 200px;
	margin-left: 100px;
	background: transparent;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	float: left;
}
#title img {
	margin-bottom: 13px;
}
.dash {
	width: 163px;
	height: 11px;
	margin:7px 20px;
	background: #333;
	float: left;
	clear: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
#subtitle {
	width: 750px;
	float: left;
	clear: none;
}
#title h1 {
	font: normal 21px 'Prata', Times;
	text-transform: uppercase;
	color: #fff;
}
.cover {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
img {
	float: left;
}
#menu {
	margin-left: -410px;
	position: fixed;
	left: 50%;
	bottom: 10px;
	z-index: 2;
	background: transparent;
}
.arrow {
	margin-top: -10px;
	width:0px; 
	height:0px;
	border-bottom:20px solid transparent;
	border-top:20px solid transparent;
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 4;
}
.mainNav:hover {
	opacity: 1;
}
.mainNav {
	width: 50px;
	height: 100%;
	position: fixed;
	opacity: 0.5;
	-moz-transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	z-index: 9999;
}
#left-container {
	left: 0;
	background: url(../img/grad-left.png) repeat-y left top;
}
#right-container {
	right: 0;
	background: url(../img/grad-right.png) repeat-y right top;
}
iframe {
	float: left;
}
.bcp {
	float: left;
	clear: none;
}
#left {
	border-right:20px solid #aaa;
}
#right {
	border-left:20px solid #aaa;
}
#left-container:active #left {
	border-right:20px solid #333;
}
#right-container:active #right {
	border-left:20px solid #333;
}
ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #aaa;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
	-moz-transition: border-top 0.5s linear;
	-webkit-transition: border-top 0.5s linear;
	-o-transition: border-top 0.5s linear;
	transition: border-top 0.5s linear;
}
li {
	width: 30px;
	height: 34px;
	margin: 0;
	margin-top: -14px;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-right: 40px;
	color: #aaa;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
	-moz-transition: border-top 0.5s linear;
	-webkit-transition: border-top 0.5s linear;
	-o-transition: border-top 0.5s linear;
	transition: border-top 0.5s linear;
	zoom: 1;
	*display:inline;
	_height: 50px;
}
li:hover {
	cursor: pointer;
}
.dark {
	border-top: 1px solid #333;
}
.dark .tick {
	border-left: 1px solid #333;
	margin-top: 0;
	margin-left: 15px;
	width: 0;
	height: 16px;
	font-size: 25px;
	-moz-transition: border-left 0.5s linear;
	-webkit-transition: border-left 0.5s linear;
	-o-transition: border-left 0.5s linear;
	transition: border-left 0.5s linear;
}
.dark .mark {
	background: #333;
}
.dark li {
	color: #333;
}
.gray.active {
	color: #333;
}
.gold.active, .goldT {
	color: #ACA35F;
}
.goldA a {
	color: #ACA35F;
	text-decoration: none;
}
.goldA a:hover, .orangeA a:hover, .blueA a:hover {
	color: #333;
}
.orange.active, .orangeT {
	color: #CA6B40;
}
.orangeA a {
	color: #CA6B40;
	text-decoration: none;
}
.blueA a {
	color: #03b2d8;
	text-decoration: none;
}
.blue.active, .blueT {
	color: #03b2d8;
}
.gray.active .mark {
	background: #333;
}
.gold.active .mark {
	background: #ACA35F;
}
.orange.active .mark {
	background: #CA6B40;
}
.blue.active .mark {
	background: #03b2d8;
}
.whiteT {
	color: #fff;
}
#last {
	margin-right: 0;
}
.tick {
	margin-top: 0px;
	margin-left: 15px;
	width: 0;
	height: 16px;
	border-left: 1px solid #aaa;
	font-size: 25px;
	-moz-transition: border-left 0.5s linear;
	-webkit-transition: border-left 0.5s linear;
	-o-transition: border-left 0.5s linear;
	transition: border-left 0.5s linear;
}
.mark {
	position: absolute;
	bottom: 18px;
	margin-left: -3px;
	width: 5px;
	height: 5px;
	background: #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
.tick.first {
	margin-left: 0;
	border-left: none;
}
.tick.last {
	margin-left: 30px;
	border-left: none;
}
.date {
	width: 335px;
	position: relative;
	top: 50%;
	margin-top: 57px;
	border-top: 11px solid #444;
	float: left;
	text-align: center;
	font: 90px 'Prata', Times New Roman, serif;
	font-weight: normal;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.bar {
	width: 100%;
	height: 44px;
	vertical-align: top;
	display: none;
}
.bar img {
	width: 100%;
	height: 11px;
}
.entry {
	float: left;
	margin-right: 40px;
}
.entry .entry {
	margin-top: 30px;
}
.entry.last {
	margin-right: 0;
}
.tall {
	height: 550px;
	overflow: hidden;
}
.xwide {
	width: 1027px;
}
.wide {
	width: 905px;
}
.photo {
	width: 800px;
}
.video {
	width: 660px;
}
.dwide {
	width: 492px;
}
.thin {
	width: 263px;
}
.thinFade {
	width: 263px;
	float: right;
}
.textPortrait {
	width: 240px;
	float: right;
}
.thin img {
	margin-bottom: 20px;
}
.textThin img {
	margin-bottom: 20px;
}
.thin .bar img {
	margin-bottom: 0;
}
.textThin {
	width: 210px;
	float: right;
}
.year {
	font-size: 10px;
	display: inline;
}
h1, h2, h3, h4, hgroup, p {
	margin-top: 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.goldT {
	color: #ACA35F;
}
.fade, .fade img {
	clear: none;
}
.revealButton {
	font-size: 36px;
	margin-top: 0;
}
.revealButton:hover {
	cursor: pointer;
}
.hidden {
	font-size: 12px;
	display: none;
}
.close {
	display: none;
}
.close.active {
	display: block;
}
.open.deactive {
	display: none;
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}