body {
  font: 11.5px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  background-color: #white;
  color: #2d2d2d;
  background-image: url(/images/bg-gradient.png);
  background-repeat: repeat-x;
}

header, nav, section, article {
  display: block;
}

section a:hover {
  text-decoration: underline;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: darkblue;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.left { float: left }
.right { float: right }
.center { text-align: center }

img { border: none }

div#container {
  width: 800px;
  margin: 0 auto;
}

header {
  margin: 0em;
}

header nav ul {
  list-style: none;
  padding: 0;
  margin-top: 0.5em;
}

header nav li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}

header a, header a:visited {
  text-decoration: none;
  -webkit-transition: color .2s linear;
  font-weight: bold;
  color: black;
  text-shadow: white 0px 1px 1px;
}

header a:hover, header a:active {
  color: #8b8b8b;
}

div#footer {
  display: block;
  font-size: 80%;
  color: #999;
  margin: 2em auto;
  padding-top: 2em;
  text-align: center;
}

section p {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 140%;
}

section b { font-weight: 500 }

article#contest h2 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 0.3em;
}

article#contest p {
  width: 420px;
}

article#buy h2 {
  margin-top: 2em;
  margin-bottom: 5px;
}

section#title h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

section#download {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 25px 0;
  padding: 3px 6px;
}

section#download p {
  margin: 0;
  font-size: 100%;
  display: block;
}

section#download p b {
  font-weight: bold;
}

section#download .left {
  line-height: 23px;
}

section#download .right {
  height: 24px;
}

section#radium p {
  text-align: justify;
  width: 400px;
}

section#radium article.feature h2 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 0.3em;
}

section#radium article.feature h2 img {
  vertical-align: bottom;
  margin-right: 3px;
}

section#radium article.feature p {
  padding-left: 19px;
  width: 381px;
}

article img {
  padding-top: 6px;
}

article#buy p {
  width: 500px;
}

article#support p {
  width: 520px;
}

article#feedback p {
  width: 520px;
}

article#request p {
  width: 520px;
}

article#error p {
  width: 520px;
}

article#thanks p {
  width: 520px;
}

section#networks {
  margin-left: 8px;
}

section#networks {
  font-size: 10px;
}

section#networks div {
  float: left;
}

section#networks table th {
  text-align: left;
}

section#networks table td {
  text-align: right;
}

form {
  padding-top: 0.3em;
  width: 70%;
  margin: 0 auto;
}

input[type=submit], input[type=button] {
  border: 1px solid #999;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#DDD));
  background: -moz-linear-gradient(top, white, #ddd);
  text-shadow: white 0px 1px 1px;
  font-size: 14px;
  width: 6em;
  margin-top: 0.6em;
  margin-right: -6px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  font-family: inherit;
  font-weight: bold;
  text-decoration: none;
}

input[type=button].buy {
  width: 15em;
  margin-top: 1.2em;
  font-size: 16px;
}

a:hover input[type=button] {
  text-decoration: none;
}

label {
  text-shadow: white 0px 1px 1px;
  margin-top: 1em;
  color: #666;
  display: block;
  font-weight: bold;
}

input[type=text] {
  border: 1px solid #ccc;
  font-size: inherit;
  width: 100%;
}

textarea {
  border: 1px solid #ccc;
  font-size: inherit;
  height: 80px;
  width: 100%;
}
