body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #423941;
  background-image: url("images/pixel_weave_light.png");
  font-size: 17px; }

a {
  text-decoration: none;
  color: #423941;
  border-bottom: 1px #423941 dotted; }
  a:hover, a:active {
    border-bottom-style: solid; }

div#wrapper {
  max-width: 600px;
  min-width: 300px;
  width: 100%;
  margin: 0 auto; }

.contents {
  margin: 1em; }

section {
  line-height: 1.4; }

header {
  position: relative;
  height: 376px; }
  header img {
    float: left; }
  header h1 {
    font-family: 'Luckiest Guy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    float: left;
    font-size: 60px;
    bottom: 0;
    position: absolute; }
    header h1 a {
      color: #423941; }
    header h1 span {
      display: block;
      position: relative; }
    header h1 .tiny {
      left: 280px; }
    header h1 .machine {
      left: 260px; }
    header h1 .collective {
      left: 240px; }

@media (max-width: 600px) {
  header {
    text-align: center;
    height: auto; }
    header img {
      text-align: center;
      float: none;
      position: static;
      display: inline; }
    header h1 {
      text-align: center;
      float: none;
      position: static;
      font-size: 44px; }
      header h1 span {
        position: static; } }
section {
  clear: both; }

form#subscribe {
  padding-top: 8px;
  position: relative; }
  form#subscribe label {
    display: block;
    margin-bottom: 6px; }
  form#subscribe div.input-wrapper {
    margin-right: 125px;
    border: 1px #423941 solid;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    form#subscribe div.input-wrapper div.input-container {
      margin: 4px 10px; }
    form#subscribe div.input-wrapper input {
      background: transparent;
      width: 100%;
      padding: 6px 0;
      margin: 0;
      border: 0;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 17px;
      font-weight: 300; }
    form#subscribe div.input-wrapper input:focus {
      outline: none; }
  form#subscribe button {
    cursor: pointer;
    width: 125px;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    right: 0;
    border: 1px #423941 solid;
    border-left-style: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #423941;
    color: #FFFFFF;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    z-index: 99; }
    form#subscribe button:hover, form#subscribe button:active {
      background-color: #7f4879; }
    form#subscribe button[disabled] {
      cursor: default; }
      form#subscribe button[disabled]:hover, form#subscribe button[disabled]:active {
        background-color: #423941; }
  form#subscribe span#subscribe-error {
    float: right; }

@media (max-width: 600px) {
  form#subscribe span#subscribe-error {
    display: block;
    float: none; } }
.error {
  color: #CC0000; }

footer {
  padding-top: 8em;
  clear: both;
  color: #c2b8c1;
  font-size: 0.8em;
  text-align: center; }
  footer a {
    color: #c2b8c1;
    border-bottom: 1px #c2b8c1 dotted; }
