body {
  font-family: 'Open Sans', 'myriad pro', 'lucida pro', sans-serif, arial;
  color: #333;
  line-height: 1.26;
  margin: 0
}
header {
  cursor: pointer;
  color: #eee;
  background-color: #444;
  border-bottom: 1px solid #ddd;
  height: 64px;
  vertical-align: middle;
  -moz-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important
}
header h1 {
  font-family: "avenir next", "open sans";
  font-weight: 100;
  font-size: 200%;
  text-align: center;
  margin: 0;
  padding: .4em 0 .6em
}
header small {
  color: #999;
  font-size: 50%
}
#open {
  padding: .2em 1em;
  border-radius: 4em;
  color: #fff;
  text-align: center;
  background-color: #45c1d6;
  background-image: -moz-linear-gradient(top, #45c1d6,darken(#45c1d6, 10));
  background-image: -webkit-linear-gradient(top, #45c1d6,darken(#45c1d6, 10));
  background-image: linear-gradient(top, #45c1d6,darken(#45c1d6, 10));
  cursor: pointer;
  border: 0;
  text-decoration: none;
  position: relative;
  top: .7em;
  left: 0;
  display: inline-block;
  float: right
}
#open:hover {
  background-color: #42b7cb
}
#open:active {
  -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.5);
  background-image: none
}
#open:focus {
  outline: thin dotted rgba(0,0,0,.25);
  outline: 2px auto rgba(0,0,0,.25);
  outline-offset: 2px
}
#title, #moots, article, #forums, header section {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1em
}
#title {
  margin: 2.4em auto;
  cursor: pointer
}
#title h1 {
  font-family: "avenir next", "open sans";
  font-weight: 100;
  font-size: 250%;
  margin: 0
}
#title h1:hover {
  text-decoration: underline
}
#moots, #forums {
  list-style-type: none
}
#moots li, #forums li {
  margin-bottom: 1em
}
#moots strong, #forums strong {
  display: block;
  font-size: 80%;
  color: #999;
  font-weight: normal
}
#moots a, #forums a {
  font-size: 1.4em;
  color: #333;
  text-decoration: none
}
#moots a:hover, #forums a:hover {
  text-decoration: underline
}
.vcard {
  display: inline-block
}
.fn, .time {
  font-size: 80%;
  color: #999;
  font-weight: normal;
  margin-right: .6em
}
.seed h2 {
  font-size: 140%;
  margin: 0 0 1.2em 0;
  font-weight: normal
}
.reply p {
  margin: 0 0 1em
}
#logo {
  position: fixed;
  bottom: 15px;
  right: 15px
}
#logo img {
  width: 22px
}
@media (max-width: 700px) {
  header {
    text-align: center
  }
  header h1 {
    display: block
  }
  #open {
    float: none;
    margin-bottom: 1em
  }
  #title {
    font-size: 90%;
    text-align: center
  }
  #title h1 {
    display: block
  }
}