/* natural */
body {
  margin: 0;
  padding: 4em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  background: #eee url(/img/noise.png) left top;
  -webkit-box-shadow: inset #999 0 0 20px;
  -moz-box-shadow: inset #999 0 0 20px;
  box-shadow: inset #999 0 0 20px;
}
h1, h2 {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  margin: 1em 0 0 0;
  padding: 0;
  color: #666;
  text-shadow: #fff 0 1px 0;
}
h1 {
  margin-bottom: 0.6em;
}
h2 {
  margin-top: 1.3em;
  margin-bottom: -0.4em;
  font-size: 1.1em;
}
small {
  display: block;
  color: #999;
  margin-left: 2px;
  font-size: 10px;
  text-transform: uppercase;
}
ul {
  padding: 0;
  list-style: none;
}
blockquote {
  display: block;
  margin: 1em 0;
  padding: 0 1em;
  font-family: 'Georgia';
  font-style: italic;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, rgba(255,255,255,0.4)),color-stop(1, rgba(255,255,255,0)));
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 10px;
}
a { color: #09c;}

pre code {
  padding: 1em;
  margin: 1em 0;
  display: block;
  background-color: #ccc;
  font-size: 14px;
  font-family: 'Consolas', fixed;
  -webkit-border-radius: 3px;
}
img {
  border: 10px solid #fff;
  -webkit-box-shadow: #999 -1px 3px 4px;
  -webkit-transform: rotate(-1deg);
  -moz-box-shadow: #999 -1px 3px 4px;
  -moz-transform: rotate(-1deg);
  margin-left: -15px;
  margin-bottom: 10px;
}

/* artificial */
.content {
  margin: 0 auto;
  width: 42em;
  color: #444;
  line-height: 155%;
  text-shadow: #fff 0 1px 0;
}
#footer {
  margin-top: 4em;
  font-size: 0.8em;
  color: #ccc;
  text-shadow: #fff 0 1px 0;
}
