.blog-wrap {
  border-bottom: 1px solid #EEE;
  margin-bottom: 3em;
  padding-bottom: 4em;
}

.blog-wrap:first-child {
	margin-top: 60px;
}

.blog-wrap p {
	color: #333;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
  margin: 0 auto;
  word-break: hyphenate;
  text-indent: 50px;
}

.blog-wrap img {
	width: 100%;
	margin-left: -50px;
	padding: 30px 0;
}

.blog-wrap:last-of-type {
	border-bottom: 0;
}

.blog-title {
	color: #444;
	font-weight: 300;
	font-size: 46px;
	line-height: 1.6em;
  text-decoration: none;
  text-align: center;
  max-width: 960px;
  margin: 0 -100px;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.blog-title a {
	color: #444;
	font-size: 46px;
	text-decoration: none;
}

.blog-title a:hover {
	color: #477b96;
}

.blog-title a:hover {
	text-decoration: none;
}

p.blog-date {
	font-family: "Lora", Georgia , Helvetica, Arial, sans-serif;
	color: #999;
	text-align: center;
	margin-bottom: 22px;
	font-style: italic;
	text-indent: 0;
}

#disqus_thread {
	margin-top: 80px;
}