/*
Theme Name:     twentytwelve-child
Template:       twentytwelve
Version:        1.2.0
*/

/*
klic:
https://wordpress.org/support/topic/plugin-jquery-colorbox-inline-content-not-showing
http://www.techotronic.de/plugins/jquery-colorbox/opening-links-colorbox/
*/

#lide img {border-radius: 50%;}
#lide th, #lide td {text-align: center; padding: 0;}
#lide table, #lide th, #lide td {border-style: none;}
.lide_jmeno td {font-weight: bold;}

.entry-content table {border-bottom-style: none;}

#post-15 .entry-title, #post-2833 .entry-title {display: none;} /* @@@ drat */

#logam img {max-height: 3em;}
#logam th {text-align: center; width: 19%;}
#loga {text-align: center;}
#loga img {max-height: 3em; margin: 0 3%;}

#menu-hlavni li a {font-size: 125%;}

.site-content article {margin-bottom: 0; padding-bottom: 0; border-bottom-style: none;}

footer[role="contentinfo"] {margin-top: 0; border-top: #ccc solid 1px;}
hr {margin: 0;}

/* http://stackoverflow.com/a/19184468 */
#vystupy {
    text-align: center;
    width: 100%;
}

#vystupy span {
    display: inline-block;
    margin:0.8ex;
}

#vystupy a {
color: #000;
border: 1px dotted #000;
display: table-cell;
text-align: center;
vertical-align: middle;
width:10.7em;
height:8ex;
}

/* .page-id-283 .site-content {margin-top:0;} */

/* #vystupy a:hover {background:#eee;border: 1px solid #000;} */

#vystupy a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #bbbbbb));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #bbbbbb 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #bbbbbb 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #bbbbbb 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #bbbbbb 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #bbbbbb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#bbbbbb',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#666;
	font-size:150%;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
#vystupy a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bbbbbb), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #bbbbbb 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #bbbbbb 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #bbbbbb 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #bbbbbb 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #bbbbbb 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#f9f9f9',GradientType=0);
	background-color:#bbbbbb;
	color:#444;
}