/*
Theme Name: Twenty Eleven Child theme of twentyeleven
Theme URI: 
Description: Child theme of twentyeleven theme for the Twenty Eleven theme
Author: <a href="https://cs.wordpress.org/">Vývojáři WordPressu (a překladatelé)</a>
Author URI: 
Template: twentyeleven
Version: 2.7
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 14 Mar 2018 12:31:14 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* =BARVA MENU ------------------------------------------------------------------------------*/
#access {
	background: #000080; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#000080, #0a0a0a);
	background: -o-linear-gradient(#000080, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000080), to(#191970)); /* older webkit syntax */
	background: -webkit-linear-gradient(#000080, #191970);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
/* =FOTKY BEZ POZADI ---------------------------------------------------------------------------*/
.wp-caption {
background: transparent;
}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border: none;
	box-shadow: none;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #444444;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
}

.wp-caption .wp-caption-text:before {
display: none;
}
.wp-caption .wp-caption-text {
text-align: center;
padding: 5px 7px 0;
}

/* =HLAVICKA WEBU ---------------------------------------------------------------------------*/

#site-title {
	margin-right: 270px;
	padding: 1.65625em 0 0;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 1.65625em 0;
}