#site-header {
  position: relative;
  max-width: 1080px;
  margin: 0 auto; }

#site-title {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #site-title:hover {
    color: #8cbeb2; }
  #site-title img {
    width: 14%;
    height: auto;
    vertical-align: bottom; }

#site-desc {
  text-align: center;
  font-family: monospace;
  font-size: 0.8em;
  padding: 0 6px; }

#nav-links {
  list-style: none;
  font-family: monospace;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  text-align: right; }
  #nav-links li {
    display: block;
    vertical-align: bottom;
    height: 10%;
    width: 16%; }
  #nav-links a {
    display: block;
    height: 100%;
    background-color: black;
    padding: 0;
    border: 2px solid #5c4b51;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #nav-links a:hover, #nav-links a.selected {
    background-color: white;
    border-color: #ffbf51;
    color: black; }

#post-container {
  background-color: #eee;
  background-image: url(/images/pixbg_w.png);
  background-attachment: fixed;
  color: #5c4b51;
  width: 100%;
  padding: 1px 0;
  overflow-wrap: break-word; }

#post-list {
  display: block;
  max-width: 1080px;
  list-style: none;
  margin: 0 auto;
  padding: 0; }

.entry-header {
  font-family: monospace;
  font-variant: bold; }
  .entry-header a {
    color: black;
    text-decoration: none; }
  .entry-header a:hover {
    color: #ff8c44;
    text-decoration: none; }
  .entry-header time {
    display: inline-block;
    margin-left: 1em;
    margin-top: 1em;
    font-size: 1em;
    color: #8e927e; }
  .entry-header h1 {
    margin: 0;
    padding: 0.2em 1em;
    font-size: 1.6em;
    background-color: rgba(255, 255, 255, 0.4); }

.post-content {
  background-color: white;
  border-bottom: 1px solid #ccc;
  padding: 1em;
  /* A dynamic table kinda layout */ }
  .post-content a {
    color: #ff8c44; }
  .post-content img {
    display: block;
    margin: 0 auto;
    max-width: 80%; }
  .post-content blockquote {
    font-style: italic; }
  .post-content pre {
    font-size: 13px;
    background-color: #e6e6e6;
    padding: 10px;
    margin: 10px;
    overflow: auto;
    font-family: monospace; }
  .post-content h1 {
    font-size: 1.4em;
    font-family: monospace; }
  .post-content .profile-entry {
    margin: 0 0 10px 0; }
    .post-content .profile-entry strong {
      font-weight: bold; }
    .post-content .profile-entry .profile-pic {
      vertical-align: top;
      text-align: center;
      width: 30%;
      display: inline-block;
      margin-top: 3%; }
      .post-content .profile-entry .profile-pic img {
        display: inline;
        border: 4px solid #8cbeb2; }
    .post-content .profile-entry .profile-desc {
      width: 67%;
      display: inline-block; }
  .post-content .dyntable {
    text-align: center;
    margin-top: 30px; }
    .post-content .dyntable img {
      width: 100px;
      height: 100px;
      margin: 5px 10px;
      vertical-align: top;
      display: inline-block;
      *display: inline; }
    .post-content .dyntable .stretch {
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0; }

.post-meta {
  border-bottom: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0.2em 1em 0 1em; }
  .post-meta a {
    font-style: italic;
    color: #ff8c44; }

.paginator {
  text-align: center;
  padding: 12px;
  font-size: 1.4em;
  font-family: monospace; }
  .paginator a {
    color: black;
    text-decoration: none; }
    .paginator a:hover {
      color: #ff8c44; }

.game-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .game-list li {
    text-align: center;
    margin: 1em 0; }
  .game-list img {
    display: inline-block; }
  .game-list img.banner {
    width: 50%; }
  .game-list img.icon {
    display: inline-block;
    display: none; }
  .game-list .desc {
    display: inline-block;
    margin-left: 1%;
    text-align: left;
    vertical-align: middle;
    width: 70%; }

.banner-link {
  text-decoration: none;
  text-align: center; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 800px) {
  #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }

  #site-header {
    width: 70%;
    min-width: 780px;
    height: 78px;
    padding: 0 5px; }

  #site-title img {
    height: 100%;
    width: auto; }

  nav {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 94px;
    background-image: url(/images/wave.png);
    background-repeat: repeat-x;
    background-position: 0 17px; }

  #nav-links {
    position: absolute;
    top: 64px;
    bottom: -10px;
    left: 0;
    right: 10px;
    line-height: 26px; }
    #nav-links li {
      display: inline-block;
      vertical-align: bottom;
      height: 100%;
      width: 16%; }
    #nav-links a:hover, #nav-links a.selected {
      font-size: 1.1em; }

  #post-container {
    position: relative;
    padding: 80px 0 5px 0; }

  #post-list {
    width: 70%;
    min-width: 780px; }

  .post-entry {
    margin: 1.5em 0; }

  .game-list img.banner {
    display: inline-block; }
  .game-list img.icon {
    display: none; }
  .game-list .desc {
    width: 39%; } }
@media only screen and (max-width: 800px) {
  /* Style adjustments for viewports that meet the condition */
  #post-list {
    padding: 0; }

  #site-header {
    margin-left: 0;
    text-align: right; }

  nav {
    width: 33%;
    margin-left: 48%;
    height: auto;
    display: inline-block;
    vertical-align: bottom; }

  #nav-links {
    font-size: 2.0em; }
    #nav-links li {
      height: auto;
      width: 100%;
      display: block;
      margin-top: 6px;
      margin-bottom: 6px; }
    #nav-links a {
      text-align: right;
      padding: 0 5% 0 0;
      height: auto;
      border: 0;
      border-left: 5px solid #5c4b51; }

  .post-meta {
    margin-bottom: 0.2em; }

  .game-list img.banner {
    width: 50%;
    display: none; }
  .game-list img.icon {
    display: inline-block; } }
