* {
  margin: 0;
  padding: 0; }

body {
  background: #efefef;
  color: #444444;
  text-shadow: 0px 1px 0px white;
  margin: 50px auto;
  width: 960px;
  line-height: 1.4em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

h1 {
  margin-bottom: 1em;
  padding: 0 25px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.lorem {
  display: inline-block;
  display: block; }
  .lorem:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0; }
  * html .lorem {
    height: 1%; }

p {
  margin: 0.7em 0;
  width: 430px;
  padding: 0 25px;
  float: left; }

footer {
  margin-top: 50px;
  border-top: 1px solid #dfdfdf;
  color: #999999; }
  footer a {
    color: #999999; }
  footer .inner {
    border-top: 1px solid white;
    padding: 25px; }
  footer .author {
    text-decoration: none; }
    footer .author:hover {
      text-decoration: underline; }
