html {
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
}

i {
  color: #fafafa;
  /*color: #000000;*/
}

.content p {
	text-align: justify;
}

.content h1 {
	border-bottom: 1px solid #eee;
}

/*.icon {
  display: inline;
  margin: 0 0.05rem 1rem;
  border-radius: 0;
  max-width: 100%;
}*/

.sidebar-about h1 {
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 105%;
}

.sidebar-nav {
	margin-top: 3rem;
}

blockquote {
	border-left: none;
}

/*.theme-eggplant .sidebar {
	background-color: #601848;
}

.theme-eggplant .content a,
.theme-eggplant .related-posts li a:hover {
  color: #601848;
}*/

.theme-charcoal .sidebar {
	/*background-color: #fff;*/
	background-color: #06608a;
}

.theme-charcoal .sidebar h1 {
	/*color: #2f2f2f;*/
	color: #ffffff;
}

/*.theme-charcoal .sidebar a {
	color: #fafafa;
}
*/
.theme-charcoal .content a,
.theme-charcoal .related-posts li a:hover {
  color: #3399cc;
}