/* Main Tags */

* {
  margin: 0;
  padding: 0;
}

body, html {
  min-height: 100%;
}

body {
  font: normal 14px Arial, Verdana, sans serif;
  background: #d7ffff url(../images/back.jpg) bottom repeat-x;
  color: #fff;
}

a {
  color: #f90;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

p {
  margin-bottom: 8px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
}

fieldset {
  border: 0;
}

/* Layout */

#container {
    width: 940px;
}

.container{
    margin: 50px auto;
    background: #520 url(../images/container-main-back.jpg) top no-repeat;
    border: 3px solid #fff;
}

#header {
  height: 130px;
  margin-top: 20px;
}

#header #logo {
  display: inline;
  float: left;
  width: 400px;
  height: 100px;
  margin: 0 0 0 20px;
  padding-left: 120px;
  background: url(../images/logo.png) left no-repeat;
}

#header #logo .title {
  font-size: 60px;
  font-weight: normal;
  padding-top: 2px;
}

#header #logo .title a {
  color: #fc0;
  text-decoration: none;
}

#header #logo .subtitle {
  font-size: 20px;
}

#topbar {
  display: inline;
  float: right;
  width: 400px;
  margin-top: 84px;
}

#topbar ul {
  display: inline;
  list-style-type: none;
  float: right;
  margin-right: 20px;
}

#topbar li {
  display: inline;
}

#topbar li a {
  display: block;
  float: left;
  width: 92px;
  height: 30px;
  border-bottom: solid 1px #f90;
  text-align: center;
  color: #f90;
}

#topbar li a:hover {
  text-decoration: none;
  border-bottom: solid 1px #fff;
  color: #fff;
}

#topbar li span {
  display: block;
  margin-top: 7px;
}

#sidebar {
  float: left;
  width: 200px;
}

#sidebar p{
  margin: 8px;
}

#menu {
  list-style-type: none;
  margin: 8px 8px 30px 8px; 
  background: #630;
}

#menu a{
  display: block;
  padding: 8px 0;
  border-bottom: solid 1px #520;
  color: #fc0;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

#menu a:hover {
  background: #fc0;
  color: #630;
}

#sidebar #partners{
 margin: 8px;
}

#sidebar #partners li{
 list-style-position: inside; 
}

#sidebar #partners li.bubblebox{
  list-style-image: url(/assets/images/partner-icons/bubblebox_com.gif);
}

#sidebar #partners li.crazymonkeygames{
  list-style-image: url(/assets/images/partner-icons/crazymonkeygames_com.gif);
}

#sidebar #partners li.greatgamesexperiment{
  list-style-image: url(/assets/images/partner-icons/greatgamesexperiment_com.gif);
}

#sidebar #partners li.newgrounds{
  list-style-image: url(/assets/images/partner-icons/newgrounds_com.gif);
}

#sidebar #partners li a{
  font-size: 12px;
  color: #9f0;
}

#content {
  float: right;
  width: 700px;
  margin: 8px;
}

#content h2 {
  margin-bottom: 8px;
}

#content .game-listing {
  margin: 12px 0;
}

#content .screenshot {
  float: right;
  width: 400px;
  margin: 8px;
}

#content #download {
  width: 160px;
  height: 50px;
  margin: 8px;
  background: url(/assets/images/download.gif) no-repeat;
  text-align: center;
}

#content .back-button {
  margin-top: 20px;
}

#content #download a {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #630;
}

#content #download p {
  font-size: 10px;
  color: #960;
}

#content #contact-form {
  margin: 30px 12px;
  padding: 8px 16px 24px 16px;
  background: #630;
}

#content #contact-form label {
  clear: left;
  display: block;
  float: left;
  width: 240px;
  margin-top: 12px;
}

#content #contact-form input, #content #contact-form select , #content #contact-form textarea {
  width: 260px;
  float: left;
  margin-top: 12px;
}

#footer {
  clear: both;
  height: 60px;
  padding: 8px;
  background: url(../images/footer-back.gif) top repeat-x;
  text-align: center;
}

#footer li {
  display: inline;
  margin: 0 8px;
}

#footer li a {
  text-decoration: underline;
}

#footer #bottom-buttons img {
  margin: 8px;
}

/* Common Styles */

.credit {
  text-align: left;
  font-size: 10px;
}

.float-left{
  float: left;
}

.align-center{
  text-align: center;
}

.line {
  height: 1px;
  background: #aaa;
}

.line hr {
  display: none; 
}
