* {
  margin: 0; padding: 0;    
}

html, body {
  height: 100%;
}

body {
  font-family: Trebuchet, "Trebuchet MS", Corbel, Candara, Futura, Helvetica, Arial, sans-serif;
  font-size: 0.84em;
}

body.js-enabled .noscript {
  display: none;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -5em;
}

#header {
  margin: 1em 0 1em 0;
}
  
#intro {
  background-color: #fff9d8;
  border-top: 1px solid #ffe8cd;
  border-bottom: 1px solid #ffe8cd;
}

#pitch {
  position: relative;
  width: 880px;
  margin: 0 auto;
}

#pitch img {
  margin: 2em 0 2em 130px;
  border: 0;
}

#features {
  position: absolute;
  bottom: 0.5em;
  right: 1.5em;
}

#features a {
  color: black;
  font-size: 0.9em;
  font-weight: bold;
}

#wrap {
  width: 880px;
  margin: 0 auto;
}

.sidebar {
  width: 130px;
  float: left;
  margin-top: 4.2em;
}

.sidemenu {
  margin-right: 1em;
}
  
.sidemenu ul {
  width: 100%;
  float: right;
  list-style-type: none;
}

.sidemenu ul li {
  padding: 0.5em;
  text-align: right;
  font-weight: bold;
}

.sidemenu ul li a {
  text-decoration: none;
  color: #e37400;
}

.sidemenu ul li a:hover {
  text-decoration: underline;
}

.sidemenu ul li.selected {
  background-color: #e37400;
}

.sidemenu ul li.selected a {
  color: white;
}

#searchbox {
  float: right;
  margin: 1.5em 1.5em 0 0;
  font-weight: bold;
  color: #e37400;
  text-align: right;
}

#search {
  padding: 3px;
  border: 1px solid #777;
}

#topbar {
  width: 750px;
  float: left;
}
  
.topmenu {
  height: 3em;
  float: left;
}
  
.topmenu ul {
  float: left;
  margin: 1em 0; padding: 0;          
  list-style-type: none;
}

.topmenu ul li {
  padding: 0.5em;
  display: inline;
  font-weight: bold;
}

.topmenu ul li a {
  text-decoration: none;
  color: #e37400;
}

.topmenu ul li a:hover {
  text-decoration: underline;
}
  
.topmenu ul li.selected {
  background-color: #e37400;
}

.topmenu ul li.selected a {
  color: white;
}

#posters {
  width: 750px;
  float: left;
  margin-top: 0.8em;
}
  
#posters div.box {
  float: left;
  margin-bottom: 15px;
  margin-right: 14px;
}
  
#posters div.box img {
  border: 1px solid #777;
}

#posters div.box p {
  font-size: 0.8em;
  font-weight: bold;
}

#posters div.box p a {
  color: #777;
  text-decoration: none;
}

#posters div.box p a:hover {
  text-decoration: underline;
}

#showcase {
  float: left;
  width: 750px;
  margin-top: 4.2em;
}

#bottombar {
  clear: left;
  float: right;
  width: 750px;
}

.pagination {
  text-align: center;
  margin: 1em 14px; padding: 0;          
  font-weight: bold;
}

.pagination a {
  padding: 0.5em;
  text-decoration: none;
  color: #e37400;
}

.pagination a:hover, .pagination a:active {
  text-decoration: underline;
}

.pagination span.current {
  padding: 0.5em;
  background-color: #e37400;
  color: white;
}

.pagination span.disabled {
  padding: 0.5em;
  text-decoration: none;
  color: #e37400;
  font-weight: bold;
  color: gray;
}

#showcase #posters {
  margin-top: 0;
}
    
#poster {
  float: left;
  border: 1px solid #777;
}

#trailer {
  float: left;
  width: 750px;
  margin-top: 4.2em;
}

#trailer p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#details {
  float: left;
  width: 394px;
  padding-top: 1em;
  padding-left: 20px;
}

#details h1 {
  font-size: 1.3em;
  padding-bottom: 0.1em;
  padding-top: 0;
}

#details h3 {
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 0.1em;
  padding-bottom: 0.5em;
}

#details h3 a {
  text-decoration: none;
  color: gray;
}

#details p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#details p.notes {
  text-align: justify;
}

#purchasearea {
  float: left;
  width: 750px;
  margin-top: 4.2em;
}
    
#purchasearea p {
  clear: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#purchasearea div.options {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

#purchasearea p.option {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

#purchasearea em {
  padding-left: 0.25em;
  padding-right: 0.35em;
  font-style: normal;
  background-color: #eee;
}

#purchasearea select {
  width: 12em;
}

#screenshots {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#screenshots div.box {
  float: left;
  margin-right: 5px;
}

#screenshots div.box img {
  border: none;
}

#article {
  float: left;
  width: 730px;
  margin-top: 4.2em;
  margin-left: 20px;
}

#article p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#article ul {
  padding-left: 2em;
  list-style-type: none;
}

#article h1, h2, h3 {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

#article h1 {
  padding-top: 0;
}

#push {
  clear: both;
  height: 5em;
}

#footer {
  height: 5em;
  background-color: black;
  margin-top: 5em;
}

#copyright {
  width: 880px;
  margin: 0 auto;
}

#copyright p {
  text-align: center;
  margin-left: 130px;
  padding: 1.5em 0 1.5em 0;
  font-size: 0.8em;
  color: white;
}

#copyright p a {
  color: white;
  text-decoration: none;
}

#copyright p a:hover {
  text-decoration: underline;
}
