.main {
  font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
  font-weight: lighter;
  color: #000066;
  padding: 0px 0px;
  margin: 0px 0px;
}
.center {
  margin: 0 auto;
}
.home .logo {
  background: url(img/site_logo_800.png) no-repeat;
  background-size: contain;
  margin-top: 50px;
  width: 800px;
  height: 400px;
}
.home .menu {
  width: 800px;
}
.home ul li {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 64px;
  min-height: 64px;
  width: 24%;
  height: 10%;
}
.home ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 32px;
}
#navmenu {
  margin: 0px auto;
  width: 100%;
  z-index: 1000;
}
#navmenu ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 400px;
  height: 67px;
  overflow: hidden;
}
#navmenu li {
  float: left;
  height: 67px;
  width: 100px;
  overflow: hidden;
}
#navmenu li .menu-item {
  color: #002a95;
  text-decoration: none;
  text-align: center;
  height: 67px;
  width: 100px;
  overflow: hidden;
}
#navmenu .text-bg, #navmenu .card-bg {
  position: relative;
}
#navmenu a {
  display: block;
}
#navmenu .text-bg {
  top: -70px;
}
#navmenu .card-bg {
  height: 67px;
  width: 53px;
  margin: 0 auto;
  background: url(/img/cards/card-sprites.gif) no-repeat;
  top: -70px;
}
.content {
  color: #002a95;
  margin: 71px auto;
  padding: 12px 36px;
  width: 70%;
  text-align: center;
}
.content table {
  color: #002a95;
}
.nav-content {
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #ffffff;
}
.game p {
  text-align: justify;
}
.game .menuspacer {
  height: 50px;
}
.game li {
  text-align: left;
}
.game .sublist {
  display: block;

}
.screenshot {
  width: 50%;
  float: right;
  margin-left: 12px;
}
.intro {
  min-height: 240px;
}
.intro blockquote, .intro h3 {
  text-align: center;
}
.contact .inputtext {
  width: 300px;
  padding: 7px;
}
.content.contact {
  width: 500px;
}
.contact form {
  padding-left: 60px;
}
.contact td {
  padding-bottom: 7px;
  vertical-align: top;
}
td.label {
  width: 90px;
}
.menu .game {
  background-image: url(img/food-diagram.png);
}
.menu .github {
  background-image: url(img/github-256.png);
}
.menu .twitter {
  background-image: url(img/twitter-icon.png);
}
.menu .instagram {
  background-image: url(img/insta-icon.png);
}
.poetry-index h1 {
  font-size: 1.4em;
  font-variant: small-caps;
  color: #006600;
}
ul.poems {
  padding: 0;
  list-style-type: none;
}
.poem-title a:link {
  color: #006600;
  font-variant: small-caps;
}
a:link {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
}
a:hover:visited {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #660000;
  text-decoration: none;
  font-weight: bold;
}
