.site-header {
    background-color: #e92326;
}

a {
	color: #2f2f2f;
}

a:active,
a:hover {
	color: #2f2f2f;
}
.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #2f2f2f;
}

::selection {
	background: #2f2f2f;
}

::-moz-selection {
	background: #2f2f2f;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #2f2f2f;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
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: #2f2f2f;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #2f2f2f;
}

.search-toggle {
	background-color: #2f2f2f;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #2f2f2f;
}

.search-box {
	background-color: #2f2f2f;
}

.site-navigation a:hover {
	color: #2f2f2f;
}

.entry-title a:hover {
	color: #2f2f2f;
}

.entry-meta a:hover {
	color: #2f2f2f;
}

.cat-links a:hover {
	color: #2f2f2f;
}

.entry-meta .tag-links a:hover {
	background-color: #2f2f2f;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #2f2f2f;
}

.entry-content .edit-link a:hover {
	color: #2f2f2f;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #2f2f2f;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #2f2f2f;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #2f2f2f;
}

.page-links a:hover {
	background: #2f2f2f;
	border: 1px solid #2f2f2f;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #2f2f2f;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #2f2f2f;
}

.paging-navigation a:hover {
	border-top: 5px solid #2f2f2f;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #2f2f2f;
}

.comment-reply-title small a:hover {
	color: #2f2f2f;
}

.widget a:hover {
	color: #2f2f2f;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #2f2f2f;
}

.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: #2f2f2f;
}

.widget-title a:hover {
	color: #2f2f2f;
}

.widget_calendar tbody a {
	background-color: #2f2f2f;
}

.widget_calendar tbody a:hover {
	background-color: #2f2f2f;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #2f2f2f;
}
.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #2f2f2f;
}

.content-sidebar .widget a {
	color: #2f2f2f;
}

.content-sidebar .widget a:hover {
	color: #2f2f2f;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #2f2f2f;
}

.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: #2f2f2f;
}

.content-sidebar .widget .widget-title a:hover {
	color: #2f2f2f;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #2f2f2f;
}

.site-info a:hover {
	color: #2f2f2f;
}

.featured-content a:hover {
	color: #2f2f2f;
}

.slider-control-paging a:hover:before {
	background-color: #2f2f2f;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #2f2f2f;
}

.slider-direction-nav a:hover {
	background-color: #2f2f2f;
}

.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: #2f2f2f;
}

@media screen and (min-width: 783px) {
	.primary-navigation ul ul {
		background-color: #2f2f2f;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #2f2f2f;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #2f2f2f;
	}

	.secondary-navigation ul ul {
		background-color: #2f2f2f;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #2f2f2f;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #2f2f2f;
	}
}