html {
  background: url(img/bkgd-cream.png);
}

body {
  color: #333;
  font-family: "Myriad Pro", "Helvetica Neue", sans-serif;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

h1, h2, h3, h4, h5, h6 {}

a {
  color: #0099CC;
}

h2 {
  color: #0099CC;
  font-variant: small-caps;
  font-size: 40px;
}

h2 span {
  display: block;
  font-size: 18px;
  text-transform: lowercase;
}

.wrapper {
  margin: 40px auto; 
  width: 600px;
}

.social-links {
  margin: 0;
  padding: 0 0 20px 0;
}

.social-links li {
  display: inline;
  list-style: none;
  margin: 0 0 0 10px;
}

.fb,
.tweet {
  margin: 0 0 10px 0;
}

.readme {
  clear: both;
  padding: 20px 0;
  text-align: center;
}

.crowdfund {
  border-top: 1px solid #999;
  padding: 40px 0;
}

.crowdfund .book-image {
  float: left;
  margin: 0 40px 0 0;
}

.book-action {
  text-align: right;
}

.book-action a {
  display: block;
}

.testimonials {
  font-size: 16px;
  padding: 20px 0;
}

.testimonials .item {
  margin: 20px 0;
}

.testimonial-source {
  color: #999;
  font-size: 14px;
  font-style: italic;
  padding: 10px 0 0 0;
}

small {
  color: #999;
  clear: both;display: block;
  font-size: 12px;
  text-align: center;
}