#page {
	overflow-x: hidden;
}
#primary {
	position: relative;
}
.post {
	.post-thumbnail img {
		width: 100%;
	}
}

.sticky {
	display: block;
}

.hentry {
	// margin: 0 0 1.5em;
}

.updated:not(.published){
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	// margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
