body {
	background-image: url('../images/binding_dark.png');
	font-family: "Roboto Slab";
	font-weight: 100;
	font-size: 12.5pt;
	color: #ddd;
}

div.container {
	margin-top: 50px;
	margin-left: 5%;
	width: 70%;
}

div.header {
	margin-bottom: 40px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.logo {
	display: block;
	margin-left: 110px;
}

ul.posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.posts li {
	display: block;
}

ul.posts li h3 {
	border-left: 80px solid red;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}

ul.posts li h3 a.title {
	display: block;
	padding-right: 100px;
	font-family: "Helvetica";
	font-weight: 500;
	letter-spacing: -2px;
	font-size: 27pt;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 1px #000;
}

ul.posts li h3 a:hover {
	text-decoration: underline;
}

ul.posts li div.body {
	margin-left: 110px;
	line-height: 1.5em;
}

ul.posts li h3 span.author {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	width: 80px;
	font-family: "Helvetica";
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 11pt;
	text-shadow: 0px 1px #000;
	text-align: right;
	color: #999;
}

ul.posts li h3 span.author a {
	text-decoration: none;
}

ul.posts div.body img {
	border: 1px solid #333;
}

div.footer {
	margin-top: 40px;
	border-top: 1px solid #444;
	color: #777;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 110px;
	font-size: 10pt;
	font-family: "Helvetica";
	font-weight: 300;
}

div.comments {
	margin-left: 110px;
	margin-top: 60px;
}