.column.sidebar {
	background: #f7f7f7 url(/assets/images/backgrounds/dust.png) 0 0 repeat;
	box-shadow: -1px 5px 5px rgba(0,0,0,0.25);
	width: 255px;
	position: fixed;
	top: 275px;
	left: 20px;
	}

.sidebar section h1 {
	font-size: 24px;
	}

.sidebar li {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-top: 1px solid rgba(0,0,0,0.15);
	padding: 0;
	}

.sidebar li a {
	display: block;
	padding: 10px 5px;
	}

#popular-topics ol {
	margin-top: 0;
	overflow-y: auto; 
	height: 415px;
	}

.column.articles-list {
	margin-left: 280px;
	}

.post-summary {
	height: 401px;
	}

.post-summary .post-image {
	overflow: hidden;
	height: 200px;
	border-bottom: 1px solid rgba(122,122,122,0.45);
	margin: 0 auto 15px;
	text-align: center;
	}

.post-summary .post-image img {
	text-align: center;
	margin: 0 auto;
	width: 292px;
	height: auto;	
	}

.post-summary h1 {
	font-size: 28px;	
	}

.post-summary .post-info {
	font-size: 14px;	
	}

.post h1 {
	margin-top: 0;
	}

.post h1, 
.post h1 a {
	color: #4778bc; /* #4778bc */
	}

.post header {
	position: relative;
	}

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

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

.post-body h2 {
	margin-top: 1.5em;
	margin-bottom: .75em;
	padding: 0;
	color: #333;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.3em;
	}

.post-body h2+p {
	margin-top: .5em;
	}

.post-body h3 {
	margin-top: 1.35em;
	margin-bottom: .75em;
	padding: 0;
	color: #4c5e7a;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3em;
	}

.post-body h3+p {
	margin-top: .5em;
	}
	
.post-body p {
	color: #333;
	margin-top: .5em;
	margin-bottom: 1.75em;
	}
	
.post-body img:first-child {
	width: auto !important;
	max-width: 780px !important;
	height: auto !important;
	}
