/*
Theme Name: TwentyEleven Child
Theme URI: https://www.kapsia.com
Author: Petr Kapsia
Author URI: http://www.kapsia.com
Description: Zakázkově upravená šablona TwentyEleven
Template: twentyeleven
Version: 1.0
Text Domain: twentyeleven-child
*/

/*import stylu rodicovske sablony*/
@import url("../twentyeleven/style.css");

/* import fontu */
@font-face {
	font-family: 'Aller';
	src: url('fonts/aller_rg-webfont.eot'); /* IE6+ */
	src: local('âş'),
			url('fonts/aller_rg-webfont.woff') format('woff'), /* FF3.6 */
			url('fonts/aller_rg-webfont.ttf') format('truetype'); /* Saf3+,Chrome,FF3.5,Opera10+ */
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_bd-webfont.woff2') format('woff2'),
         url('fonts/aller_bd-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_bdit-webfont.woff2') format('woff2'),
         url('fonts/aller_bdit-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_it-webfont.woff2') format('woff2'),
         url('fonts/aller_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
	font-family: 'AllerLight';
	src: url('fonts/aller_lt-webfont.eot');
	src: local('âş'),
      url('fonts/aller_lt-webfont.woff') format('woff'),
      url('fonts/aller_lt-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'aller_display';
    src: url('fonts/allerdisplay-webfont.woff2') format('woff2'),
         url('fonts/allerdisplay-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* uprava layoutu */
body{font-family: 'Aller', Verdana, Geneva, sans-serif;}
body h1, body h2, body h3{font-family: 'AllerLight', Verdana, Geneva, sans-serif;}
.one-column #page {max-width: 1024px;}
.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2{font-size: 22px;}
#site-generator a{display: none;}
.singular.page .hentry {padding: .5em 0 0;}
.one-column.singular .entry-meta .edit-link a{top: 0;}
#access li.current_page_item > a {
    background: #f9f9f9;
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    color: #373737;
}

@media (max-width: 650px) {
	.mobile-hide{display: none;}
}
