body {
  margin: 90px auto;
  font: 14px/1.6 "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  background: #161615 url(/images/bg.png) 0 0 repeat-x;
  width: 891px;
  color: #fff;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
}
header, footer, section, article {
	display: block;
}
body > header a {
  display: block;
  margin: 0;
  padding: 0;
  height: 34px;
  background: url(/images/logo.png) no-repeat;
  text-indent: -999999px;
  outline: none;
}
body > section {
  padding: 50px 70px;
}
#by {
	font-style: italic;
  margin-right: 5px;
	font-size: 28px;
}
#caption {
	position: absolute;
	font-size: 24px;
	margin: -135px 0 0 70px;
}
#path {
	color: #b53131;
}
.date {
  font-style: italic;
  float: right;
  line-height: 65px;
  margin-right: 10px;
}
a {
  color: #fff;
}
h1 {
  font-size: 35px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
h1 a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body > header > h1 {
	border-left: 30px solid black;
	padding-left: 30px;
  font-size: 201px;
  margin: 100px 0 15px 0;
  font-weight: normal;
}
.post header {
	margin-bottom: 10px;
}
.post .body p:first-child {
	margin-top: 0;
}
.post .body p:last-child {
	margin-bottom: 0;
}
.post {
	margin-bottom: 30px;
}
.post:last-child {
  margin-bottom: 10px;
}
.post p {
  margin: 10px 0;
}
.more a {
  text-decoration: none;
}
.more a:hover { text-decoration: underline }
h1, h2, h3, h4 {
  display: inline;
  margin: 0;
  font-weight: 600;
}
ul {
  margin-left: 35px;
  padding: 0;
}
ul ul li {
  font-size: 13px;
}
ul ul ul li {
  font-size: 12px;
}
code {
  font-family: 'Anonymous Pro', 'Bitstream Vera Sans', 'Monaco', Courier, mono;
}
pre {
  padding: 20px;
}
blockquote {
  font-style: italic;
}

/* Footer */ 

footer {
  text-align: right;
  font-size: 12px;
  color: #888;
}
footer a {
  text-decoration: none;
}

/* Share */

.share {
  margin: 35px 0;
}
.share a {
  float: left !important;
}

/* Buttons */

a.buy strong {
  font-weight: normal;
  color: #F00D0D;
}

a.more,
a.buy,
.share a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
  float: right;
  margin-top: -15px;
  margin-right: 10px;
  padding: 6px 12px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
  background: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-shadow: 0px 1px 1px #fff;
  line-height: 1;
  font-size: 13px;
}
a.more:hover,
a.buy:hover,
.share a:hover {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#E6E4E4));
}
a.more:active,
a.buy:active,
.share a:active {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#c7c7c7));
}