* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  text-align: inherit;
  text-decoration: inherit;
  color: inherit;
  background-color: transparent; }

*:focus {
  outline: none; }

html, body {
  height: 100%;
  width: 100%; }

body {
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  text-decoration: none;
  color: #ccc;
  background-color: #2d0033;
  /* Fallback for old browsers */
  /* WHYYYYYYYYYY */
  -webkit-text-size-adjust: 100%; }

#fade_in,
#bg,
header,
#bg_canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0; }

#bg {
  width: 100%;
  height: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #3a1c3d 0%, #2c182e 30%, #17081a 58%, black 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #3a1c3d), color-stop(30%, #2c182e), color-stop(58%, #17081a), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background-image: -webkit-radial-gradient(center, ellipse cover, #3a1c3d 0%, #2c182e 30%, #17081a 58%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-radial-gradient(center, ellipse cover, #3a1c3d 0%, #2c182e 30%, #17081a 58%, black 100%);
  /* Opera 12+ */
  background-image: -ms-radial-gradient(center, ellipse cover, #3a1c3d 0%, #2c182e 30%, #17081a 58%, black 100%);
  /* IE10+ */
  background-image: radial-gradient(ellipse at center, #3a1c3d 0%, #2c182e 30%, #17081a 58%, black 100%);
  /* W3C */
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 0; }

#bg_canvas {
  z-index: 1;
  background-image: url("img/bg_tile.gif");
  -webkit-transform: rotateZ(360deg);
  /* Safari and Chrome */
  -moz-transform: rotateZ(360deg);
  /* Firefox */
  transform: rotateZ(360deg); }

#fade_in {
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff; }

.debug, code {
  display: block;
  line-height: 1.25em;
  font-family: 'Ubuntu Mono', Monaco, monospace;
  white-space: pre-wrap;
  background-color: rgba(0, 0, 0, 0.5);
  color: #9f0;
  margin: 2px;
  padding: 8px 16px;
  border-radius: 4px; }

header {
  z-index: 4;
  height: 112px;
  width: 100%;
  border-bottom: 1px solid #666;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  header #logo {
    display: block;
    position: absolute;
    padding: 8px; }
    header #logo * {
      display: block; }
    header #logo a.icon {
      height: 96px;
      width: 96px;
      background-image: url("img/logo_96.png");
      background-repeat: no-repeat;
      background-position: center center; }
  header #headline {
    position: absolute;
    top: 0;
    left: 128px;
    right: 128px;
    text-align: center;
    padding: 4px 0; }
    header #headline a {
      position: relative;
      font-weight: 200;
      vertical-align: bottom; }
      header #headline a * {
        padding: 0 2px; }
      header #headline a .nuclear {
        font-size: 1.5em;
        font-weight: 500; }
      header #headline a .pixel {
        font-size: 1.5em; }
      header #headline a .version {
        color: #999;
        font-size: 1em; }
      header #headline a .credit {
        color: #666;
        font-size: 0.75em; }
  header #pilot {
    position: relative;
    margin: 0 128px 0 112px;
    text-align: center;
    line-height: 32px; }
    header #pilot #login {
      display: block;
      padding: 24px 0;
      cursor: pointer; }
      header #pilot #login * {
        display: block; }
      header #pilot #login .insertCoin {
        font-weight: 800; }
    header #pilot #enterPilot {
      display: none; }
      header #pilot #enterPilot * {
        display: block; }
      header #pilot #enterPilot #pilotName,
      header #pilot #enterPilot #pilotNameSubmit {
        display: block;
        width: 30%;
        min-width: 240px;
        margin: 8px auto; }
    header #pilot #pilotLoggedIn {
      display: none;
      padding: 40px 0 0 0;
      overflow: hidden;
      text-align: left; }
      header #pilot #pilotLoggedIn * {
        display: inline-block; }
      header #pilot #pilotLoggedIn .label {
        width: 64px;
        font-weight: 300;
        font-style: italic;
        text-align: right; }
      header #pilot #pilotLoggedIn .display {
        font-weight: 800;
        text-align: left;
        padding-left: 8px;
        color: #9f0; }
      header #pilot #pilotLoggedIn .action {
        float: right; }
      header #pilot #pilotLoggedIn #logOut,
      header #pilot #pilotLoggedIn #editShip {
        font-style: normal;
        text-align: center;
        font-weight: 400;
        border-radius: 4px;
        cursor: pointer;
        color: #fff;
        width: 96px;
        border: 1px solid;
        line-height: 24px;
        padding: 0 8px;
        margin: 4px;
        float: left;
        clear: both; }
  header nav {
    display: block;
    position: fixed;
    clear: both;
    z-index: 4;
    height: 0;
    top: 0;
    left: 0;
    padding: 0; }
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header nav ul li {
        position: fixed;
        display: block;
        top: 0;
        left: 0; }
        header nav ul li#nav_trigger,
        header nav ul li a {
          display: block;
          position: fixed;
          z-index: 10;
          width: 96px;
          height: 96px;
          margin: -48px 0 0 -48px;
          line-height: 180px;
          text-align: center;
          font-size: 14px;
          color: #af0;
          cursor: pointer;
          text-shadow: 0 0 8px #9f0; }
        header nav ul li#nav_trigger,
        header nav ul li a:hover {
          color: #fff;
          text-shadow: 0 0 8px #fff; }

#home #headline a {
  display: block;
  width: 232px;
  height: 96px;
  background-image: url("img/logo_text.png"); }
  #home #headline a span {
    display: none; }
  #home #headline a:after {
    display: block;
    content: 'Alpha';
    color: #666;
    font-size: 1em;
    position: absolute;
    bottom: -2px;
    right: -36px; }

/* Disables OSX 10.7 and up elastic scrolling -
ElasticScrolling really destroys the illusion of watching a viewport into space */
.disableElasticScrolling body {
  overflow: hidden; }

.disableElasticScrolling #body_pos {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto; }

.clip {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 112px 0 0 0;
  overflow: hidden;
  z-index: 2;
  bottom: 0; }
  .clip .clipScroll {
    position: relative;
    height: 100%;
    border: 0 solid rgba(255, 255, 255, 0.4);
    border-top: 1px;
    border-bottom: 1px;
    overflow: auto; }

#modalPos {
  top: 0;
  bottom: auto;
  z-index: 3; }

#body_pos .clipScroll .detail .holder {
  max-width: none;
  margin-left: 320px; }
#body_pos .clipScroll .holder #content {
  padding-top: 16px;
  clear: both;
  font-size: 1em; }

.holder {
  margin: 0 auto; }

#pilotProfileEdit {
  margin: 0 auto;
  text-align: center; }
  #pilotProfileEdit #profilePreviewBox {
    border: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    border-radius: 8px; }
  #pilotProfileEdit #profilePreview,
  #pilotProfileEdit #profileButtons {
    float: left;
    width: 50%; }
  #pilotProfileEdit #profilePreview {
    background-color: rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    margin-right: -1px; }
  #pilotProfileEdit #profileButtons {
    overflow: hidden; }
    #pilotProfileEdit #profileButtons > div {
      padding: 8px 16px;
      clear: both;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      overflow: hidden; }
      #pilotProfileEdit #profileButtons > div.last {
        border-bottom: none; }
    #pilotProfileEdit #profileButtons canvas {
      display: block;
      margin: 0 auto; }
    #pilotProfileEdit #profileButtons .label {
      display: block;
      line-height: 1em; }
    #pilotProfileEdit #profileButtons .partName {
      display: block;
      margin-bottom: -2em; }
    #pilotProfileEdit #profileButtons .button {
      width: 1.75rem; }
    #pilotProfileEdit #profileButtons .button.prev {
      float: left; }
    #pilotProfileEdit #profileButtons .button.next {
      float: right; }

#createNewPilotProfile,
#saveChangesButton {
  clear: both;
  margin: 1em auto;
  font-size: 1.5em;
  line-height: 1em;
  height: 1.5em; }

.pilotList {
  display: block;
  padding-bottom: 8px; }
  .pilotList a {
    display: block;
    padding: 8px;
    clear: both;
    overflow: hidden;
    text-align: left;
    min-height: 64px;
    border-radius: 8px;
    border: 1px solid #333;
    margin: 8px;
    cursor: pointer; }
    .pilotList a:hover {
      background-color: rgba(255, 255, 255, 0.1); }
    .pilotList a .name,
    .pilotList a a > .level {
      padding-left: 72px; }
    .pilotList a .name,
    .pilotList a .score {
      display: inline-block; }
    .pilotList a .score {
      float: right; }
    .pilotList a .ship {
      position: absolute;
      display: block;
      width: 64px;
      height: 64px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 6px; }
    .pilotList a a > .level {
      display: block;
      clear: both; }

/*
Responsive Video/iFrame aspect ratio solution:
http://alistapart.com/article/creating-intrinsic-ratios-for-video
*/
.maxWidth-640 {
  display: block;
  margin: 0 auto;
  max-width: 640px; }

.maxWidth-800 {
  display: block;
  margin: 0 auto;
  max-width: 800px; }

.image_holder.video {
  margin: 16px -1px; }

.image_holder.video.model {
  margin: 0 -1px 16px -1px;
  border-top: 0; }

.video {
  position: relative;
  height: 0; }
  .video iframe {
    position: absolute;
    top: -1px;
    left: -1px;
    margin: 1px 0 0 1px;
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .video.aspect-1-1 {
    padding-bottom: 100%;
    /* 1:1 */ }
  .video.aspect-8-5 {
    padding-bottom: 62.5%;
    /* 8:5 */ }
  .video.aspect-16-9 {
    padding-bottom: 56.25%;
    /* 16:9 */ }

.clearfix {
  clear: both; }

.detail_info {
  font-size: 13px; }

.detail_info span {
  display: inline-block; }

.detail_info .retro_date {
  color: #777; }

.detail_info .sep {
  padding: 0 8px;
  color: #666; }

hr {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: -1px; }

.model_image {
  background-color: #000; }

.model_image img {
  display: block;
  margin: 0 auto; }

.image_holder {
  display: block;
  text-align: center;
  line-height: 0;
  font-size: 0;
  margin: 16px 8px 0 8px; }
  .image_holder > img,
  .image_holder > span,
  .image_holder a {
    display: inline-block;
    margin: 0 8px 16px 8px; }
  .image_holder a img,
  .image_holder iframe {
    border: 1px solid #666; }
  .image_holder a img {
    display: block;
    margin: -1px; }
  .image_holder a:hover img {
    border: 1px solid #9f0; }

.float_r,
.float_l {
  float: right;
  clear: both;
  padding: 0 16px; }

.float_l {
  float: left; }

.float_r a,
.float_l a {
  display: block; }

.blog_link, #post_content, #post_header, #post_tags {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden; }

#post_header, #post_content, #post_tags {
  margin-bottom: 16px; }

#post_header h1 {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

#post_content img {
  max-width: 100%;
  height: auto; }

.blog_item {
  display: block;
  margin: 16px 0;
  position: relative; }

.blog_link {
  border-top-left-radius: 67px;
  border-bottom-left-radius: 67px;
  cursor: pointer;
  display: block;
  height: 134px; }
  .blog_link .sep {
    display: none; }
  .blog_link .icon {
    position: absolute;
    display: block;
    /*
    background-image: url('img/rainbow_512x4_animated.gif');
    background-position: fixed;
    */
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin: -1px;
    width: 136px;
    height: 136px;
    overflow: hidden; }
    .blog_link .icon img {
      display: block;
      margin: 4px;
      border-radius: 50%;
      box-shadow: inset 0 0 16px #000000;
      width: 128px;
      height: 128px; }
  .blog_link .name {
    display: block;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    padding: 0 8px;
    padding-left: 144px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: -1px; }
  .blog_link .description {
    display: block;
    padding: 4px;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-left: 144px;
    color: #ccc; }
  .blog_link .tag_list {
    display: block;
    padding: 0 4px;
    font-size: 0.8em;
    line-height: 24px;
    padding-left: 144px;
    height: 24px;
    margin-top: -24px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1); }
  .blog_link:hover {
    background-color: rgba(40, 15, 40, 0.6); }
    .blog_link:hover .icon {
      background-color: #909; }

.user_level .level {
  display: block;
  float: left;
  width: 10%;
  border: 1px solid #666;
  line-height: 1.5em;
  text-align: center;
  border-radius: 1.5em; }

.user_level .level_bar {
  display: block;
  float: left;
  width: 88%;
  margin-left: 1%;
  border: 1px solid #666;
  height: 1.5em;
  border-radius: 1.5em; }

.user_level .level_bar .progress {
  display: block;
  background-image: url("img/rainbow_512x4_animated.gif");
  height: 100%;
  border-radius: 1.5em; }

h1, h2, h3, h4, h5, h6, p, ul, #parent_category, #post_date, #body_description, #post_tags {
  padding: 0.5em 1.5rem; }

blockquote {
  padding: 0.5em 1.5rem;
  margin: 0 3rem;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5); }

h1 a, h2 a, h3 a, h3 a {
  margin: -0.5em -1.5rem;
  padding: 0.5em 1.5rem;
  display: block; }

h1 {
  font-size: 1.5rem;
  line-height: 1em; }

h2 {
  font-size: 1.375rem;
  line-height: 1em; }

h3 {
  font-size: 1.25rem;
  line-height: 1em; }

h1 a:link:hover, h2 a:link:hover, h3 a:link:hover {
  background-color: rgba(255, 255, 255, 0.1); }

li {
  margin-left: 2.5rem; }

a, a:link, a:visited {
  color: #9f0; }

a:hover, a:active,
a:active:link, a:active:visited,
a:hover:link, a:hover:visited {
  color: #df0; }

#post_body a {
  text-decoration: underline; }

em {
  font-style: italic;
  color: #ff9; }

form {
  display: block; }

label, input, button, .button {
  display: block;
  box-sizing: border-box;
  line-height: 1.5em;
  padding: 0 .5em;
  width: 50%;
  margin: 0.5em auto;
  color: #fff; }

input, button {
  border: 1px solid #999;
  background-color: rgba(192, 192, 192, 0.5); }

input[type="submit"],
input[type="button"],
button,
.button {
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #666;
  border-top: 1px solid #555;
  background-color: #666;
  box-shadow: inset 0 -12px 1px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.5);
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

input[type="submit"]:hover,
input[type="button"]:hover,
button,
.button:hover {
  border: 1px solid #777;
  border-top: 1px solid #666;
  background-color: #777; }

#bugs {
  height: 512px; }
  #bugs h2 {
    text-align: center;
    line-height: 1.5em; }
    #bugs h2 em {
      display: block; }

#gameButtons .action {
  width: 50%;
  float: left; }
  #gameButtons .action a {
    display: block;
    width: auto;
    font-size: 2em;
    height: 1.65em;
    line-height: 1.5em;
    margin: 1em; }

@media all and (max-width: 720px) {
  /* Everything SMALLER than this */
  #pilotProfileEdit #profilePreviewBox {
    border-radius: 0;
    border-left: none;
    border-right: none; }

  .blog_link, #post_content, #post_header, #post_tags {
    border-left: none;
    border-right: none; }

  .blog_link, #post_content, #post_header, #post_tags {
    border-radius: 0; }

  .float_r {
    float: right; }

  .float_l {
    float: left; }

  .float_r a,
  .float_l a {
    display: block; } }
@media all and (max-width: 640px) {
  /* Everything SMALLER than this */
  #header #headline {
    display: none; }

  #home #header #headline {
    display: block; }

  #header #pilot #enterPilot #pilotName,
  #header #pilot #enterPilot #pilotNameSubmit {
    min-width: 80px; }
  #header #pilot #pilotLoggedIn .action {
    position: absolute;
    top: 0;
    float: none;
    width: 100%;
    text-align: center; }
    #header #pilot #pilotLoggedIn .action a {
      clear: none;
      width: 64px;
      float: none;
      margin: 12px 4px 0 4px; }

  #pilotProfileEdit #profilePreview,
  #pilotProfileEdit #profileButtons {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    float: none;
    width: auto; }
  #pilotProfileEdit #profileButtons {
    border-bottom: none; }
    #pilotProfileEdit #profileButtons div {
      margin-bottom: -1px; }

  .float_r,
  .float_l {
    float: none;
    text-align: center; }

  .float_r a,
  .float_l a {
    display: inline-block; }

  .blog_link {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 8px; }

  .blog_link .icon {
    margin: 0;
    width: 64px;
    height: 64px;
    border-radius: 0;
    border-top-left-radius: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent; }

  .blog_link .icon img {
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 0; }

  .blog_link .name {
    padding: 0 4px 0 72px;
    font-size: 16px;
    line-height: 22px;
    height: 64px; }

  .blog_link .description,
  .blog_item .tag_list {
    padding-left: 8px; } }
@media all and (min-width: 720px) {
  /* Everything LARGER than this */
  .holder {
    max-width: 640px; } }
@media all and (max-width: 960px) {
  /* Everything SMALLER than this */
  .detail_info {
    padding-top: 0;
    padding-bottom: 0; }
    .detail_info span {
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      display: block;
      line-height: inherit; }
      .detail_info span.sep {
        font-size: 0;
        line-height: 0;
        margin: 0 -1.5rem -1px -1.5rem;
        border-bottom: 1px solid rgba(127, 127, 127, 0.25); }

  .float_r,
  .float_l {
    float: none;
    text-align: center; }

  .float_r a,
  .float_l a {
    display: inline-block; } }
@media all and (min-width: 960px) {
  /* Everything LARGER than this */
  .list #body_pos .holder {
    max-width: 45%;
    margin: 0 50% 0 auto; }

  .holder {
    max-width: 860px; } }
@media all and (min-width: 1200px) {
  /* Everything LARGER than this */
  .list #body_pos .holder {
    max-width: 512px; }

  .holder {
    max-width: 1024px; } }
