html, body {
  background: #000;
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}

a {
  color: #ccc;
  text-decoration: none;
  -webkit-transition: color 150ms linear;
}

a:hover {
  color: #f0f0f0;
}

.stage {
  width: 808px;
  margin: 40px auto 0;
}

a img {
  border: none;
  outline: none;
}

.header {
  width: 800px;
  padding: 0px 4px;
}

h1 {
  margin: 0;
  padding: 0;
}

h1 a,
h1 a:hover {
  color: rgb(146,9,162);
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -3px;
  -moz-animation: colorize 3s infinite linear;
  -webkit-animation: colorize 3s infinite linear;
  text-decoration: none;
}

@-webkit-keyframes colorize {
  0% { color: rgb(75,151,111); }
  33% { color: rgb(123,95,86); }
  66% { color: rgb(146,9,162); }
  100% { color: rgb(75,151,111); }
}

@-moz-keyframes colorize {
  0% { color: rgb(75,151,111); }
  33% { color: rgb(123,95,86); }
  66% { color: rgb(146,9,162); }
  100% { color: rgb(75,151,111); }
}

h2, h2 a {
  color: #555;
  font-size: 14px;
  letter-spacing: -1px;
  padding: 2px 0 0;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: color 150ms linear;
  -webkit-transition: color 150ms linear;
}

h2 a:hover {
  color: #999;
}

.nav {
  padding: 10px 0 0;
}

.nav .chevron {
  padding: 6px 8px;
  font-weight: bold;
}

.nav a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  color: #ccc;
  font-size: 11px;
  display: inline-block;
  text-decoration: none;
  padding: 6px;
  margin-right: 4px;
  -moz-transition: all linear 150ms;
  -webkit-transition: all linear 150ms;
}

.nav a:hover {
  background: #222;
}

.nav a.active {
  background: #444;
}

.viewport {
  height: 560px;
  width: 808px;
  margin: 14px 0 0;
  overflow: hidden;
  position: relative;
}

.frame {
  position: absolute;
  top: 0px;
  left: 4px;
  width: 2430px;
  -moz-transition: left 150ms ease-out;
  -webkit-transition: left 150ms ease-out;
}

.frame .section {
  float: left;
  font-size: 11px;
  padding: 0 10px 0 0;
  width: 800px;
}

.credit {
  color: #333;
  clear: both;
  float: right;
  padding: 6px 0 0;
  text-decoration: none;
}

.photostrip {
  overflow: hidden;
  padding: 0 0 16px;
}

.photostrip img {
  border: none;
  float: left;
  outline: 0;
  padding: 0;
  margin-right: 25px;
  height: 93px;
  width: 140px;
}

.photostrip img.nomargin {
  margin-right: 0;
}

.about .history,
.technical .details {
  float: left;
  width: 360px;
}

.about .history p,
.technical .details p {
  text-align: justify;
}

p,
li,
.about .vimeo span,
.technical .applet span {
  line-height:16px;
}

p {
  margin: 0 0 8px;
  padding: 0;
}

ul {
  list-style: square;
  margin: 0 0 0 8px;
  padding: 4px 0 4px 8px;
}

li {
  list-style: square;
  margin: 0;
  padding: 0 0 8px;
}

.about .structure {
  color: rgb(123,95,86);
}

.about .playfulness {
  color: rgb(75,151,111);
}

.about .love {
  color: rgb(146,9,162);
}

.about .vimeo,
.technical .applet {
  float: right;
  background: #333;
  border-radius: 4px;
  -moz-border-radius: 4px;
  width: 400px;
  padding: 10px;
}

.about .vimeo b,
.technical .placeholder b {
  display: block;
  font-size: 20px;
  padding: 6px 0 4px;
  letter-spacing: -1px;
}

.technical .placeholder b {
  padding-top: 0px;
}

.technical #democode {
  display:none;
}

.technical #democode.enabled {
  display:block;
}

.technical canvas {
  border:none;
  outline:none;
}

.technical .applet {
  height: 400px;
}

.technical .applet .buttonholder {
  padding: 110px 0 0;
  text-align: center;
}

.technical .applet #loadApplet {
  background: #191919;
  border-radius: 4px;
  -moz-border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 12px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}

.technical .applet #loadApplet:hover {
  background: #000;
}
