/*
 * custom.css
 */

.load-disqus {
	padding: 15px;
}

#content-wrapper .header h2 a {
	color: black;
	border: none;
}

.post .author h3 a {
	color: #F6821F;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: -15px;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
	border-bottom: none;
}

#masthead nav a:after {
	content: ' »';
}
#masthead nav #menu-top-menu a:after {
	content: '';
}
#masthead ul ul li a:after {
	content: none;
}

.post-categories {
	display: inline-flex;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

.post-categories ul li a {
	padding-left: 10px;
}

.meta {
	padding-top: 10px;
	padding-bottom: 10px;
}

.tweet-button {
	width: 56px;
	height: 20px;
	background-image: url(images/tweet.png);
	margin-top: 15px;
	margin-bottom: 15px
}

.wp-caption img {
	width: 100%;
}

.comments,
.moretag {
	margin-top: 25px;
	margin-bottom: 25px;
}

#sidebar {
	overflow-y: hidden;
}

#sidebar-content {
	overflow-x: hidden;
	overflow-y: scroll;
}

.pagination {
	width: 100%;
	height: 50px;
}

.left-pagination {
	float: left;
}

.right-pagination {
	float: right;
}
