/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    https://www.schachgesellschaft.de/wordpress/wp-content/themes/twentyfourteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Marius Fraenzel
 Author URI:   http://fraenzel.de
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         dark, three-columns, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

a {
	color: #800000;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #800000;
}


/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #800000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #800000;
	color: #fff;
	text-shadow: none;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #800000;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

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: #800000;
	color: #fff;
}

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

/* Search in the header */

.search-toggle {
	background-color: #800000;
	cursor: pointer;
	float: right;
	height: 48px;
	text-align: center;
	width: 48px;
}

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

.search-box {
	background-color: #800000;
	padding: 12px;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

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

.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: #CC0000;
	font-weight: 900;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-title a:hover {
	color: #800000;
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

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

.cat-links a:hover {
	color: #800000;
}

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

.entry-meta .tag-links a:hover:before {
	border-right-color: #800000;
}

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #800000;
}

.hentry .mejs-controls .mejs-button button:hover,
.widget .mejs-controls .mejs-button button:hover {
	color: #800000;
}

.entry-content .edit-link a:hover {
	color: #800000;
}

/* Page links */

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

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

/* Paging Navigation */

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

.paging-navigation a:hover {
	border-top: 5px solid #800000;
	color: #2b2b2b;
}

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

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

.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: #800000;
}

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

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

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar tbody a {
	background-color: #800000;
	color: #fff;
	display: block;
}

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

.widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera Widget*/

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

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

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

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

.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: #800000;
}

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

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

/* List Style Widgets*/

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


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

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

.slider-control-paging a:hover:before {
	background-color: #800000;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #800000;
}

.slider-direction-nav a:hover {
	background-color: #800000;
}

	.primary-navigation ul ul {
		background-color: #800000;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #800000;
		color: #fff;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #800000;
	}
	.secondary-navigation ul ul {
		background-color: #800000;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #800000;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #800000;
	}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

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