#header {
  margin-top: 50px;
}

body {
  background: url(../images/background.png) repeat-x;
  color: #606060;
  font-size: 16px;
  font-family: Lato;
}

h1 {
  font-family: Lato;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0.2em;
  margin-top: 20px;
  line-height: 28px;
  color: black;
}

#header h1 {
  margin-top: 0px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

blockquote {
  font-size: 16px;
  font-family: Lato;
  font-weight: 300;
  text-align: center;
  font-style: normal;
}

blockquote em {
  color: #7d7d7d;
  font-size: 16px;
  display: inline;
  font-family: Cardo;
  font-style: normal;
  margin-bottom: 20px;
}

blockquote em:after {
  content: "\"";
}

blockquote em:before {
  content: "\"";
}

#main blockquote {
  margin-top: 20px;
}

p, ul {
  margin-top: 20px;
  font-size: 14px;
  color: black;
  margin-bottom: 20px;
}

p em, ul em {
  background-color: #fff59b;
  font-style: normal;
}

.book {
  margin-top: 40px;
}

.buy-now-large {
  margin-top: 110px;
  text-align: center;
  font-size: 16px;
  font-style: oblique;
  line-height: 20px;
}

.buy-now-large > div > em {
  display: block;
  font-weight: 300;
  color: #7d7d7d;
}

.buy-now-large a {
  color: #d06e63;
  font-weight: bold;
  font-weight: normal;
  text-decoration: none;
}

a, a:hover {
  text-decoration: none;
  font-family: Lato;
  font-weight: 300;
  color: #d06e63;
}

.buy-now-large .anchor-links a:before, #right-column a:before {
  content: url(../images/link-arrow.png) "\00a0\00a0\00a0";
}

.money-quote em {
  font-weight: 300;
  margin-left: 20px;
}

.money-quote a {
  color: #7d7d7d;
}
.money-quote img {
  vertical-align: middle;
}

.buy-now-large div {
  margin-top: 20px;
}

.space-top {
  margin-top: 60px;
}

#right-column {
  text-align: center;
  float: right;
  width: 310px;
}

#right-column blockquote em {
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
  font-style: normal;
  font-family: Cardo;
  color: #7d7d7d;
}

#right-column a {
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-style: oblique;
  font-size: 16px;
}

#right-column img {
  margin-bottom: 10px;
}

#right-column div, #right-column blockquote {
  margin-bottom: 60px;
}

#right-column em {
  color: #7d7d7d;
  font-weight: 300;
  line-height: 20px;
}

label {
  width: 100%;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #e6e6e6;
  font-size: 10px;
  padding-bottom: 50px;
}

.footer p {
  padding-top: 38px;
  font-size: 12px;
}

.footer small {
  margin-left: 10px;
  margin-right: 10px;
}

.footer #riak-handbook-logo {
  margin-top: 30px;
}

.footer #imprint-link {
  cursor: pointer;
}

.single-line-form {
  height: 40px;
  width: 300px;
  margin: 0px auto;
  margin-top: 5px;
}

.single-line-form input[type=text] {
  width: 220px;
  font-size: 16px;
  font-family: Lato;
  font-weight: 300;
  margin-top: 13px;
  border: 1px solid #d3d3d3;
}

.single-line-form .form-field {
  margin-bottom: 0px;
}

input[type=submit] {
  background: url(../images/sign-up.png);
  border: none;
  height: 52px;
  width: 52px;
  float: right;
}

input[type=submit]:hover {
  cursor: pointer;
}
