@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  line-height: 1.5em;
  font-family: Arial;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  /*background: #000 url(../static/background.png) repeat-x 0px 0px;*/
}

.bg0 {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url(../other/bg0.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg1 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(../other/bg1.png);
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: center bottom;
  width: 100%;
  height: 100%;
}

.bg2 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(../other/bg2.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
}

.bg0_abs {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url(../other/bg0.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-order: -5;
}

.bg1_abs {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(../other/bg1.png);
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  z-order: -4;
}

.bg2_abs {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(../other/bg2.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  z-order: -3;
}

.game_icon {
  float: left;
}

a {
  color: inherit;
  font-weight: bolder;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-position: inside;
}

.itch_widget {
  width: 556;
  height: 175;
  border: solid 2px;
  border-color: #ffffff;
  display: block;
  margin: 8px auto;
  border-radius: 8px;
}

.centered_video {
  border: solid 2px;
  border-color: #ffffff;
  display: block;
  margin: 8px auto;
}

.download_button {
  font-size: larger;
  background-color: #ffffff;
  color: #000000;
  padding: 1em;
  margin: 8px auto;
  line-height: 1.5em;
  width: min-content;
  white-space: nowrap;
  text-align: center;
  display: block;
  border: solid 2px;
  border-color: #ffffff;
  border-radius: 8px;
}

.download_button:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: underline;
}

.play_button {
  font-size: larger;
  background-color: #ffffff;
  color: #000000;
  padding: 1em;
  margin: 8px auto;
  line-height: 1.5em;
  width: min-content;
  white-space: nowrap;
  text-align: center;
  display: block;
  border: solid 2px;
  border-radius: 8px;
  border-color: #ffffff;
}

.play_button:hover {
  background-color: #000000;
  color: #ffffff;
}

.more_downloads_link {
  font-size: smaller;
  background-color: #000000;
  color: #c5c5c5;
  padding: 1em;
  margin: 0 auto;
  line-height: 1.5em;
  width: auto;
  display: block;
  text-align: center;
  border-radius: 8px;
}

.inline_game_div {
  text-align: center;
}

.inline_game_frame {
  object-position: center top;
  display: block;
  margin: auto;
}

.page {
  margin: 0;
  position: relative;
  height: 100%;
}

.page_content {
  background: transparent;
  max-width: 940px;
  margin: 0px auto 0px auto;
  padding-bottom: 64px;
}

.navigation {
  margin: 0px auto;
  background: #ffffff;
  color: #000000;
}

.navigation ul {
  margin: 0px auto;
}

.navigation li {
  display: inline;
  padding: 0px 16px;
}



  .unselected_box {
    margin: 8px 0px;
    border: solid 2px;
    border-radius: 8px;
    border-color: #c5c5c5;
    color: #c5c5c5;
    background: #000000;
  }

  .unselected_box_heading {
    font-size: larger;
    background-color: #c5c5c5;
    color: #000000;
  }

  .unselected_box_subheading {
    font-size: smaller;
    color: #c5c5c5;
    background-color: #000041;
  }

  .unselected_box_content {
    margin: 16px 8px;
  }

  .unselected_box_content p::first-letter {
    font-size: larger;
    font-weight: bolder;
  }

  .unselected_box_footer {
    background: #c5c5c5;
    color: #000000;
    font-size: smaller;
    clear: both;
  }

  .unselected_box_footer ul {
    margin: 0px auto;
  }

  .unselected_box_footer li {
    display: inline;
    padding: 0px 16px;
  }



  .selected_box {
    margin: 8px 0px;
    border: solid 2px;
    border-radius: 8px;
    border-color: #ffffff;
    color: #ffffff;
    background: #000000;
  }

  .selected_box_heading {
    font-size: larger;
    background-color: #ffffff;
    color: #000000;
  }

  .selected_box_subheading {
    font-size: smaller;
    color: #ffffff;
    background-color: #000041;
  }

  .selected_box_content {
    margin: 16px 8px;
  }

  .selected_box_content p::first-letter {
    font-size: larger;
    font-weight: bolder;
  }

  .selected_box_footer {
    background: #ffffff;
    color: #000000;
    font-size: smaller;
    clear: both;
  }

  .selected_box_footer ul {
    margin: 0px auto;
  }

  .selected_box_footer li {
    display: inline;
    padding: 0px 16px;
  }



  .alternate_box {
    margin: 8px 0px;
    border: solid 2px;
    border-radius: 8px;
    border-color: #838383;
    color: #838383;
    background: #000000;
  }

  .alternate_box_heading {
    font-size: larger;
    background-color: #838383;
    color: #000000;
  }

  .alternate_box_subheading {
    font-size: smaller;
    color: #838383;
    background-color: #000041;
  }

  .alternate_box_content {
    margin: 16px 8px;
  }

  .alternate_box_content p::first-letter {
    font-size: larger;
    font-weight: bolder;
  }

  .alternate_box_footer {
    background: #838383;
    color: #000000;
    font-size: smaller;
    clear: both;
  }

  .alternate_box_footer ul {
    margin: 0px auto;
  }

  .alternate_box_footer li {
    display: inline;
    padding: 0px 16px;
  }



h1 { font-size: 2em; font-weight: normal; color:#fff; margin: 0 0 .5em 0; }

textarea {
  width: 98%;
  margin: auto;
  display: block;
}

.post_content_spacer {
  width: 16px;
  height: 512px;
}

.footer {
  /*height: 64px;*/
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  clear: both;
}

.screenshot {
  margin: auto;
  display: block;
}

@media screen and (max-width: 479px) {
  .page {
    margin: 0 16px;
  }

  .screenshot {
    width: 25%;
  }

  .header_text {
    margin: auto auto auto auto;
    background: url(../other/banner_small.png)
      no-repeat center center;
    width: 234px;
    height: 54px;
  }

}

@media screen and (min-width: 480px) and (max-width: 959px) {
  .page {
    margin: 0 16px;
  }

  .screenshot {
    width: 50%;
  }

  .header_text {
    margin: auto auto auto auto;
    background: url(../other/banner_medium.png)
      no-repeat center center;
    width: 466px;
    height: 108px;
  }
}

@media screen and (min-width: 960px) {
  .header_text {
    margin: auto auto auto auto;
    background: url(../other/banner_large.png)
      no-repeat center center;
    width: 933px;
    height: 216px;
  }
}