body
{
  padding: 0 0 40px 0;
  margin: 0px;
  background-color: white;
}

p
{
  color: #555555;
}

h1
{
  font-size: 65px;
  font-family: Helvetica, Arial;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  color: black;
  font-weight: 200;
}

h2
{
  font-size: 40px;
  font-family: Helvetica, Arial;
  text-align: center;
  color: black;
  letter-spacing: 1px;
  font-weight: normal;
}

h3
{
  font-size: 18px;
  font-family: Helvetica, Arial;
  text-align: center;
  color: #0b0b0b;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: normal !important;
}

h6
{
  color: #0b0b0b !important;
}

.gamecontainer
{
  background-color: #dadada;
  margin: 0 auto;
  padding: 0;
  height: 480px;
}

.downloadbar
{
  width: 100%;
  height: 93px;
  margin: 0 auto 70px auto;
  padding: 0;
  border-style: solid;
  border-color: #dadada;
  border-width: 1px 0px 1px 0px;
  background-color: #f5f5f5;
}

.infocontainer
{
  width: 854px;
  margin: 0 auto;
  font-family: Helvetica, Arial;
  font-size: 17px;
  text-align: center;
  margin-top: 45px;
  line-height: 150%;
}

.infocontainer > p
{
  color: #555555;
}

.creditsContainer
{
  height: 225px;
}

.credit
{
  width: 426px;
  height: 200px;
  float:left;
  margin: 15px 0 25px 0; 
}

.featureContainer
{
  height: 440px;
}

.feature
{
  width: 284px;
  height: 200px;
  text-align: center;
  float:left;
  margin: 15px 0 25px 0; 
}

.feature > p
{
  margin: 0 10px 0 10px;
}

.code
{
  margin: 5px auto 0 auto;
  color: #EBEBEB;
  background-color: #1B1919;
  font-family: "Lucida Console", Monaco, monospace;
  text-align: left;
  padding: 15px 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
}

.code > p, .minicode > p
{
  color: #EBEBEB;
  margin: 0 15px;
}

.code-example
{
  margin: 5px auto 0 auto;
  color: black;
  background-color: #F4F4F4;
  font-family: "Lucida Console", Monaco, monospace;
  text-align: left;
  padding: 15px 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
}

.code-example > p
{
  color: black;
  margin: 0 15px;
}

.minicode
{
  margin: 1px auto 0 auto;
  color: #EBEBEB;
  background-color: #1B1919;
  font-family: "Lucida Console", Monaco, monospace;
  text-align: left;
  padding: 4px 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
}

.codeHead
{
  background-color: #dadada;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  border-radius: 4px;
}

.codeHead pre
{
  text-align: left;
}

#dlUL{padding: 0; width: 292px; margin: 10px auto;}
#dlUL li{margin:10px auto ;padding:0;list-style:none;}
#dlUL li, #dlUL a{height:36px;display:block;}

#dlLI{width:183px;}
#dlLI{background:url('download.png') 0 0;}
#dlLI a:hover{background: url('download.png') 0 -36px;}

#donLI{width:109px; margin-top: 10px;}
#donLI{background:url('donate.png') 0 0;}
#donLI a:hover{background: url('donate.png') 0 -36px;}

a
{
  text-decoration: none;
  color: #4c82d4;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

hr
{
 border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 opacity:0.5;
 margin-top: 55px;
}

.blu
{
  color: #715FCC;
}

.orng
{
  color: #C4853C;
}

.grn
{
  color: #2B9912;
}

.nav
{
  width: 100%;
  margin: 0;
  text-align: center;
  font-family: Helvetica, Arial;
  font-size: 24px;
  border-style: solid;
  border-color: #dadada;
  border-width: 0px 0px 1px 0px;
  background-color: #f5f5f5;
  letter-spacing: 1px;
}

/*.nav > a
{
  padding: 10px 10px 6px 10px;
  color: #4c82d4;
}

.nav > a:hover
{
  background-color: #4c82d4;
  color: white;
  text-decoration: none;
}*/

.nav > a {
  min-width: 80px;
  text-decoration: none;
  padding: 10px 10px 6px 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  background: #f5f5f5;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #4c82d4;
  font-weight: normal;
}
.nav > a:before {
  text-decoration: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4c82d4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.nav > a:hover, .nav > a:focus, .nav > a:active {
  text-decoration: none;
  color: white;
}
.nav > a:hover:before, .nav > a:focus:before, .nav > a:active:before {
  text-decoration: none;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}