.site-header {
	background: white;
	min-height: 72px;
	padding: 1.25em 3.703% 0;
	border-top: solid 4px #830065;
	position: relative;
}

.loop-container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

p {
	margin: 1.5em 0;
}

a {
	color: #830065;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

a:link {
	color: #830065;
}

a:visited, a:hover, a:active {
	color: #50003e;
}

.menu-unset ul {
/* using id to avoid annoying selector competition */
}

#menu-primary-items .current-menu-item &gt; a,
#menu-primary-items .current_page_ancestor &gt; a,
#menu-primary-items .current_page_item &gt; a,
#menu-primary-items .current_page_ancestor &gt; a,
.menu-unset ul .current-menu-item &gt; a,
.menu-unset ul .current_page_ancestor &gt; a,
.menu-unset ul .current_page_item &gt; a,
.menu-unset ul .current_page_ancestor &gt; a {
	color: white;
	background: #830065;
}

.site-header .social-media-icons li a:hover {
	color: #830065;
}

.excerpt-meta-top:after, .entry-meta-top:after {
	content: "";
	position: absolute;
	width: 32%;
	height: 2px;
	background: #830065;
	bottom: 0;
	left: 0;
}

.excerpt-meta-top a:hover, .entry-meta-top a:hover, .excerpt-meta-top a:active, .entry-meta-top a:active {
	color: #830065;
}

.more-link {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 2.25em;
	background: #830065;
	color: white;
	padding: 0 16.5px;
	margin: 1.125em 0;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	clear: both;
}

.more-link:link, .more-link:visited {
	color: white;
}

.more-link:hover, .more-link:active {
	background: #50003e;
}

.excerpt-comments a:active {
	color: #830065;
}

.pagination {
	background: white;
	padding: .75em;
	border-top: solid 2px #830065;
	text-align: center;
	margin-bottom: 1.5em;
}

.further-reading a:hover, .further-reading a:active {
	color: #830065;
}

.author-meta h4 {
	font-weight: 700;
	border-bottom: solid 1px #830065;
	display: inline-block;
	padding-bottom: 3px;
}

.widget {
	background: white;
	border-top: solid 3px #830065;
	font-size: .813em;
	line-height: 1.85;
	margin: 1.8450184502em 0;
	padding: 1.615em 8% .923em;
}

.widget a:hover, .widget a:active {
	color: #830065;
}

.further-reading span {
	border-bottom: solid 1px #830065;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

.author-meta h4 a:hover, .author-meta h4 a:active, .author-meta h4 a:focus {
	color: #830065;
}

.comment-author .author-name a {
	color: #830065;
	text-decoration: none;
}

.comment-author .author-name a:link, .comment-author .author-name a:visited {
	color: #830065;
}

.comment-author .author-name a:hover, .comment-author .author-name a:active {
	color: #50003e;
}

.bypostauthor &gt; article .comment-author img {
	border: solid 2px #830065;
}

.site-footer a:hover, .site-footer a:active {
	color: #830065;
}

.breadcrumbs a {
	text-decoration: none;
	color: #830065;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #830065;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
	color: #50003e;
}

input[type=submit] {
	padding: .8em;
	width: 100%;
	color: white;
	background: #830065;
	outline: none;
	border: none;
	max-width: 13.875em;
	font-family: "lusitana", serif;
	font-size: .813em;
	line-height: 1.85;
	border-radius: 0;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	-webkit-appearance: none;
}

a:link {
	color: #830065;
}

.menu-primary-items a:hover, .menu-primary-items a:active, .menu-primary-items a:focus,
.menu-unset ul a:hover,
.menu-unset ul a:active,
.menu-unset ul a:focus {
	color: white;
	background: #830065;
}

input[type=submit]:hover {
	cursor: pointer;
	background: #50003e;
}

blockquote {
	margin: 1.5em 1.5em 1.5em 0;
	padding-left: 1.5em;
	border-left: solid 3px #830065;
}

.site-title a:hover, .site-title a:active, .site-title a:focus {
	color: #830065;
}