@font-face {
  font-family: 'ChunkFive Regular';
  src: url('fonts/Chunkfive.eot');
  src: local('ChunkFive Regular'), local('ChunkFive'), url('fonts/Chunkfive.woff') format('woff'), url('fonts/Chunkfive.svg#ChunkFive') format('svg'), url('fonts/Chunkfive.otf') format('opentype');
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  /* background-color: #eaf1f4; */
  font-size: 100%;
  font-family: Helvetica, Tahoma, Verdana, sans-serif;
}
a { color: #1e90ff; }
.container {
  width: 900px;
  margin: 0 auto;
}
.container header {
  font-family: 'ChunkFive Regular', Arial, sans-serif;
  font-size: 6em;
  color: #527699;
  margin: 25px 0;
  text-shadow: 2px 2px 1px #aabfd4;
}
.container header .subtitle {
  font-size: 0.3em;
  color: #aabfd4;
  height: 100%;
  vertical-align: top;
  padding-left: 15px;
  text-shadow: none;
}
.container header .subtitle .version {
  font-size: 0.75em;
  font-family: Helvetica, Tahoma, Verdana, sans-serif;
  padding-left: 15px;
  vertical-align: top;
}
.container header div.aboutMe {
  font: 12px/15px Helvetica, Tahoma, Verdana, sans-serif;
  text-shadow: 1px 1px 1px #ffffff;
  margin-top: 5px;
}
.container article.main {
  float: left;
  width: 70%;
}
.container article.main p {
  font-size: 1.3em;
  color: #ffffff;
  margin: 5px 0 20px;
}
.container article.main p pre {
  font-family: monospace;
  font-size: 15px;
  margin: 10px;
  display: block;
  color: #333333;
}
.container article.main .usage { margin-top: 50px; }
.container aside {
  float: right;
  width: 25%;
}

.container aside #thanksTo .others { color: #1e90ff; }
.container aside #notes {
  color: #999999;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 25px;
}
.container footer {
  clear: both;
  margin: 25px 0;
}
.container h3 {
  font-family: 'ChunkFive Regular', Tahoma, Helvetica;
  font-size: 2em;
  color: #aabfd4;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 20px;
  text-shadow: 1px 1px 1px #ffffff;
}
.container ul.options strong {
  font-family: monospace;
  font-size: 1.2em;
}
.container li {
  list-style: none;
  font-size: 1.2em;
  margin: 7px 0;
}
.container li strong { display: block; }
#flipbox {
  width: 200px;
  height: 200px;
  line-height: 200px;
  background-color: #ffffff;
  font-family: 'ChunkFive Regular', Tahoma, Helvetica;
  font-size: 2.5em;
  color: #000000;
  text-align: center;
}
