/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.footnote_plugin_tooltip_text {
	vertical-align: sup !important;
	position: relative !important;
	top: 7px !important;
	cursor: pointer;
}

.header-avatar {
	display: none;
}

.site-branding:after {
	border: none;
}

/*
.site-branding {
	border: none;
}
*/
.entry-title a {
	color: #666;
	text-decoration: none;
}

.entry-title {
	color: #666;
}

.widget-title {
	color: #8f7855;
}

/* unvisited link */
.widget a:link {
	color: #8f7855;
}

/* visited link */
.widget a:visited {
	color: #8f7855;
}

/* mouse over link */
.widget a:hover {
	color: #5587f8;
}

/* selected link */
.widget a:active {
	color: #5587f8;
}

.tags-links a {
	background-color: #8f7855;
}

.tags-links a:after {
	background-color: #6d5d44;
}

.tags-links a:hover {
	background-color: #6f9d9f;
}

.tags-links a:hover:after {
	background-color: #6f9d9f;
}

.social-links ul a:before {
	background: #8f7855;
}

.social-links ul a:hover:before {
	background: #6f9d9f;
}

/* BARS */
*/
.entry-format, .hentry:before {
	background: #8f7855;
}

*/

.entry-format {
	background: #8f7855;
}

.hentry:after {
	border-top: 8px solid #8f7855;
}

.hentry:before {
	content: "\f100";
	z-index: 2;
	background: #8f7855;
}

.hentry.type-page:before {
	content: "\f443";
}

.hentry.sticky:after, .hentry.format-image:after {
	border-top-color: #8f7855;
}

.hentry.sticky:before, .hentry.format-image:before {
	background: #8f7855;
	content: "\f308";
}

.hentry.format-image:before {
	content: "\f102";
}

.hentry.format-gallery:after, .hentry.format-aside:after {
	border-top-color: #8f7855;
}

.hentry.format-gallery:before, .hentry.format-aside:before {
	background: #8f7855;
	border-top-color: #8f7855;
	content: "\f101";
}

.hentry.format-link:after {
	border-top-color: #8f7855;
}

.hentry.format-link:before {
	background: #8f7855;
	content: "\f107";
}

.hentry.format-link .entry-title a:after {
	content: "\f442";
	display: inline-block;
	font-size: 48px;
	margin-left: 7px;
}

@media screen and (max-width: 51em) {
	.hentry.format-link .entry-title a:after {
		font-size: 1.25em;
		line-height: 1.2em;
	}
}

.hentry.format-video:after, .hentry.format-audio:after {
	border-top-color: #8f7855;
}

.hentry.format-video:before, .hentry.format-audio:before {
	background: #8f7855;
	content: "\f104";
}

.hentry.format-audio:before {
	content: "\f109";
}

.hentry.format-status:after, .hentry.format-quote:after {
	border-top-color: #8f7855;
}

.hentry.format-status:before, .hentry.format-quote:before {
	background: #8f7855;
	content: "\f106";
}

.hentry.format-status:before {
	content: "\f105";
}

.hentry.format-gallery:before {
	content: "\f103";
}