/*
 * Theme Name:   Twenty Fourteen Child
 * Theme URI:    http://example.com/twenty-fourteen-child/
 * Description:  Twenty Fourteen Child Theme
 * Author:       John Doe
 * Author URI:   http://example.com
 * Template:     twentyfourteen
 * Version:      1.0.0
 * Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 * Text Domain:  twenty-fourteen-child
 **/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
 *
 * -------------------------------------------------------------- */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 680px;
}

.search-box,
.search-toggle,
.search-toggle:hover,
.search-toggle.active {
        background-color: #ffcc00;
}
.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
        background-color: #ffcc00;
	color: #fff;
}


.alignright {
	float: none;
}

.widget a:hover {
        color: #ffcc00;
}

.entry-title a:hover {
        color: #ffcc00;
}

.entry-meta a:hover {
        color: #ffcc00;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
a,
a:active,
a:hover {
	color: #DBA901;
}


::selection {
	background: #fc0;
}

::-moz-selection {
	background: #fc0;
}
