.post h1, 
.post h1 a {
	color: #8bbc58;
	}

.post header {
	position: relative;
	}

.post header .share-button {
	position: absolute;
	right: 0;
	bottom: 15px;
	}

.post-info .image {
	border-radius: 40px;
	}

.post-date {
	font-size: 12px;
	color: #999;
	}

.post-byline address {
	font-style: normal;
	}

.post-body h2 {
	margin-top: 1.75em;
	margin-bottom: .5em;
	padding: 0;
	color: #000;
	}

.post-body h2+p {
	margin-top: .5em;
	}
	
.post-body p {
	color: #333;
	margin-top: .5em;
	margin-bottom: 1.75em;
	}

.author-short-bio {
	background-color: #f7f7f7;
	box-shadow: inset 0 0 100px rgba(0,0,0,0.25);
	border-radius: 5px;
	position: relative;
	min-height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
.author-short-bio-image {
	border-radius: 75px;
	position: absolute;
	top: 15px;
	left: 15px;
	}

.author-short-bio-name {
	font-size: 22px;
	line-height: 1.4em;
	margin: 15px 15px .4em 110px;
	}

.author-short-bio-text {
	font-size: 14px;
	line-height: 1.4em;
	
	margin: 15px 15px 15px 110px;
	}
	
.author-social-links {
	margin: 15px 15px 15px 110px;
	}
	
.sidebar {
	border: 1px solid green;
	
	}
	
.widget {
	width: 175px;
	}