.blog-wrap {
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 50px;
}

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

.blog-title {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 300;
	font-size: 35px;
	color: #006894;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-top: 50px;
}

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

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

.blog-date {
	color: #999;
}

/*
img {
	height: 200px !important;
	width: auto !important;
}
*/

a.older {
	border: 1px solid #bbb;
	padding: 5px 10px;
	color: #666;
	margin-right: 10px;
	border-radius: 4px;
	font-size: 15px;
	display: inline-block;
}

a.newer {
	border: 1px solid #bbb;
	padding: 5px 10px;
	color: #666;
	border-radius: 4px;
	font-size: 15px;
}

#disqus_thread {
	margin-top: 80px;
}

#blog .button {
	padding: 5px 15px;
	background-color: #999;
	font-size: 14px;
	color: white;
	text-decoration: none;
}