/*
Theme Name: Twenty Thirteen - Child theme for EKP
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team, edited by Martin Smrt
Author URI: http://wordpress.org/
Description: 2013 Wordpress Theme, edited for EKP by Martin Smrt
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
Template: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../twentythirteen/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
http://orienteering.org/wp-content/uploads/2010/12/International-Specification-for-Orienteering-Maps-2000.pdf
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", Helvetica, sans-serif; /*Bitter, Georgia, serif;*/
}

span.h12-bg {
	
	/*background-color: white;*/
	/* background-color: rgba(255,255,255,0.75); */
    /* For IE 5.5 - 7*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);*/
    /* For IE 8*/
    /*-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);*/
    
    padding: 1px 10px;
	margin-left: -10px;
	/*-moz-box-shadow:0px 0px 50px #fff;
	-webkit-box-shadow:0px 0px 50px #fff;
	box-shadow:0px 0px 50px #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 18px;
	border-radius: 18px; */
	text-shadow: 0px 0px 5px #fff;
}
h1 span.h12-bg {
	z-index:20;
}
h2 span.h12-bg {
	z-index:15;
}

/*.entry-meta a,
a {
	color: #f0f;
}*/

@media (max-width: 643px) {
	#content-news .entry-header,
	#content-news .entry-content,
	#content-news .entry-summary,
	#content-news footer.entry-meta,
	#content-news .featured-gallery,
	#content-news.author-info {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.sidebar .page_vysledky .entry-header,
.sidebar .page_vysledky .entry-content,
.sidebar .page_vysledky .entry-summary,
.sidebar .page_vysledky .entry-meta {
	max-width: 1040px;
	padding: 0 60px 0 60px;
}

#content .format-status .entry-content,
#content .format-status .entry-met {
	padding-left: 35px;
}


#content-news .hentry {
	padding: 15px 0 5px;
}
.format-aside {
	background-color: #dedede; /*#f7f5e7;*/
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 1px 1px rgba(179, 179, 179, 0.2);
}

#content-news p {
	margin-bottom: 0;
}

#site-navigation ul {
	font-weight: bold;
}

.widget {
	background-color: rgba(247, 245, 231, 0.8);
}

#text-4 {
	text-align: center;
}
#text-4 div{
	-webkit-column-width: 260px;
	-moz-column-width: 260px;
	column-width: 260px;
}
#text-4 img{
	margin-bottom: 20px;
}
#mapa img {
	max-width: inherit;
}

.entry-content a {
	text-decoration: underline;
}
.entry-content a.more-link {
	text-decoration: none;
}

span.categories-links {
	display: none;
}

#content-news nav {
	/*display: none;*/
}

pre {
	min-width: 800px;
}

table {
	font-size: 100%;
}
table th {
	text-transform: none;
}