/*
Theme Name: Twenty Eleven Plus The Sims 4
Author: the WordPress team, updated by Jan Zaskolny
Author URI: http://wordpress.janzaskolny.cz/
Description: Upravená šablona Twenty Eleven pro specifické potřeby.
Template: twentyeleven
Version: 2.0
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("../twentyeleven/style.css");

#site-title a {color: #fff}
#site-title a:hover {color: #fff; text-decoration: underline}
#site-title a:active {color: #000; text-decoration: underline}
#site-title a:focus {color: #000; text-decoration: underline}
#site-description {color: #fff}

#access {
	background: #2b2; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#25bb25, #009000);
	background: -o-linear-gradient(#25b525, #009000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25b525), to(#009000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#25b525, #009000);
	-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%;
}

#logolink {
	display:block; 
	width: 100%; 
	height: 100%;
}

.bonus {
	margin-left: 136px
}

.stred {
  margin: 0px auto; width: 336px;
}