/*
Theme Name: Šablona
Theme URI: http: //priklad.cz/
Description: Vlastní šablona odvozená od Twenty Fourteen
Author: Ing. David Schiedek
Author URI: http://montazkotlu.benekov.cz
Template: twentyfourteen
Version:  0.1.0
*/
@import url("../twentyfourteen/style.css");

a {
  color: #f3ae00;
}
a:active,
a:hover {
	color: #f3ae00;
}
::selection {
	background: #f3ae00;
}
::-moz-selection {
	background: #f3ae00;
}

.secondary-navigation li:hover > a,
.secondary-navigation li.focus > a {
  background-color: #f3ae00;
  color: #000;
  font-weight: bold;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
  max-width: 750px;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a,
.secondary-navigation li:hover > a, .secondary-navigation ul ul {
    color: #000;
    background-color: #f3ae00;
}
.site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li .current-menu-item > a, .site-navigation li .current-menu-ancestor > a {
  color: #000;
}
.site-navigation a:hover, .entry-title a:hover, .entry-meta a:hover,.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, .content-sidebar .widget a:hover, .slider-control-paging a:hover:before,
.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a  {
	color: #f3ae00;
}
.secondary-navigation ul ul a:hover, .secondary-navigation ul ul li.focus > a  {
  background-color: #fcd26f;
}
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,
.search-toggle:hover,
.search-toggle.active,
.search-toggle,
.search-box {
  background-color: #f3ae00;
	color: #000;
}
