
a,
a:active,
a:hover{
	color: #8e5da5;
	}

::selection,
::-moz-selection {
	background: #333;
	}

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #8e5da5;
    transition: all ease-in-out 0.3s;
	}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #333;
	}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #333;
	}

.search-toggle {
	background-color: #ff2000;
	}

.search-toggle:hover,
.search-toggle.active {
	background-color: #ff0000;
	}

.search-box {
	background-color: #ff0000;
	}

.site-navigation a:hover {
	color: #333;
	}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #333;
	}

.entry-title a:hover,
.entry-meta a:hover,
.cat-links a:hover {
	color: #ff0000;
	}

.entry-meta .tag-links a:hover {
	background-color: #ff0000;
	}

.entry-meta .tag-links a:hover:before,
.entry-content .edit-link a:hover {
	color: #ff0000;
	}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ff2000;
	}

.page-links a:hover {
	background: #ff0000;
	border: 1px solid #ff0000;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #ff0000;
	}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #ff2000;
	}

.paging-navigation a:hover {
	border-top: 5px solid #ff0000;
	}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #ff0000;
	}

.comment-reply-title small a:hover {
	color: #ff0000;
	}

.widget a:hover {
	color: #ff0000;
	}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #ff2000;
	}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #ff0000;
	}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #ff4000;
	}

.widget-title a:hover {
	color: #ff0000;
	}

.widget_calendar tbody a {
	background-color: #ff2000;
	}

.widget_calendar tbody a:hover {
	background-color: #ff0000;
	}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #ff0000;
	}

.content-sidebar .widget a {
	color: #ff2000;
	}

.content-sidebar .widget a:hover {
	color: #ff0000;
	}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #ff2000;
	}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #ff0000;
	}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #ff4000;
	}

.content-sidebar .widget .widget-title a:hover {
	color: #ff0000;
	}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #ff0000;
	}

.site-info a:hover {
	color: #ff0000;
	}

.featured-content a:hover {
	color: #ff0000;
	}

.slider-control-paging a:hover:before {
	background-color: #ff0000;
	}
.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #ff2000;
	}
.slider-direction-nav a:hover {
	background-color: #ff2000;
	}

@media screen and (min-width: 783px) {
	.primary-navigation ul ul {
		background-color: #333;
		}
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #333;
		}
	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #000;
		}
}

@media screen and (min-width: 1008px) {
	.secondary-navigation ul ul {
		background-color:  #333;
		}
	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color:  #333;
		}
	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #000;
		}
}

