body {
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 0.85em;
    margin: .25em;
}

p {
    text-align: left;
    margin-top: 0;
    margin-bottom: .75em;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

blockquote {
    border-left: 3px solid #ccc;
    color: #777;
    margin: 1.4em 1.75em 1.4em 0.9em;
    padding-left: 1.75em;
    font-style: italic;
}

/* HREFS */
a {
    /*color:#222;*/
    /*text-decoration:none;*/
    color: #037;
}

a.sipka {
    margin-top: 1em;
    display: block;
    /*width:475px;*/
    width: 100%;
    text-align: left;
    text-decoration: none;
}

a.sipka-left {
    text-align: left;
}

a.sipka-right {
    text-align: right;
}


a:hover {
    /*color: #B92630;*/
    color: #ED1B2D;
    text-decoration: underline;
}

a img {
    border: 0
}

/* mailto: links */
a.mailto, td.mailto a {
    padding-right: 1.5em;
    background: transparent url("../images/email.png") no-repeat center right;
}

/* external links */
a.external {
    padding-right: 1.1em;
    background: transparent url("../images/external.png") no-repeat center right;
}

/* HEADERS */
/* global header */
h1#nadpis {
    display: block;
    width: 845px;
    height: 100px;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
}

h1#nadpis span {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 845px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    background: url('../images/header.png') no-repeat;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 105px;
}

#header h1 {
    width: 845px;
    height: 105px;
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center;
    line-height: 80px;
    font-size: 270%;
    font-weight: bold;
    letter-spacing: 6px;
    background-color: #fff;
}

#header h1 a {
    color: #ED1B2D;
    text-decoration: none;
    cursor: pointer;
}

#header h1 span {
    width: 845px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent url("../images/header.png") no-repeat;
}


/* page header */
h2 {
    /*text-align:center;
    font:bold 16px, verdana, arial, sans-serif;
    color:#048;
    position:relative;*/
    text-align: center;
    margin: .5em 0 .5em 0;
    /*padding-bottom: .2em;*/
    color: #0070af;
    font-size: 150%;
    font-weight: bold;
}

/* paragraph header */
h3 {
    text-align: left;
    margin: 1em 0 .4em 0;
    /*color: #333;*/
    font-size: 135%;
}

h4 {
    text-align: left;
    margin: 1.1em 0 .45em 0;
    /*color: #333;*/
    color: #0070af;
    font-size: 115%;
}

.hidden {
    display: none;
}

/* vpravo umistena ikonka */
img.post-ico {
    margin-left: .25em;
    vertical-align: baseline;
    border-width: 0;
}


#content ul {
    list-style: square inside;
    margin: .25em 0 1em 0;
    _margin-left: 2em;
    line-height: 150%;
    padding-left: 2ex;
}

#content ol {
    line-height: 150%;
}

#content img.img {
    max-width: 100%;
    border: 1px solid #aaaaaa;
    margin: 1ex 0;
}

.hlavni {
    /*background: url('../images/background.png') top center repeat-y;*/
    margin: 0 auto;
    width: 845px;
    text-align: left;
}

/*#levy-sloupec h2 {
    font-size: 120%;
}*/
#levy-sloupec {
    width: 180px;
    float: left;
    position: relative;
}

#levy-sloupec > div {
    background-color: #eee;
    text-align: left;
    padding: 12px 0;
    border-radius: 10px;
    margin-bottom: 1em;
}

#levy-sloupec > div ul {
    /*min-height: 500px;
    _height: 500px;*/
    padding: 0;
    width: 180px;
    margin: 0;
}

#levy-sloupec > div ul li {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

#levy-sloupec > div ul li a {
    text-decoration: none;
    color: #037;
    font-size: 1em;
    display: block;
    padding-left: 26px;
    /*margin-left: 4px;*/
    font-weight: bold;
    /*height: 25px;*/
    height: 2.2em;
    line-height: 2.2em;
    /*vertical-align: middle;*/
    /*padding-top: .5em;*/

    /*background: url('../images/menu_znak.png') no-repeat;*/
    /*background-position: -44px top;*/
}

#levy-sloupec > div ul.event-box {
    margin-bottom: 1ex;
}

#levy-sloupec > div ul.event-box li a {
    height: auto;
    min-height: 2.2em;
    line-height: 110%;
    font-weight: normal;
    padding-bottom: .75ex;
    font-size: 0.85em;
}

#levy-sloupec > div ul.event-box li a span {
    font-size: smaller;
    color: #000;
}

#levy-sloupec > div li a:hover, #levy-sloupec > div li a.active {
    background: url('../images/menu_znak.png') no-repeat 4px center;
    background-color: #E3E3E3;
    /*background-position: -16px top;
        background-image: url('../images/menu_znak.png');
    background-repeat: no-repeat;*/
    /*color: #F33;*/
    color: #ED1B2D;
}

#content-wrapper {
    width: 785px;
    margin-left: 15px;
    /*background-color: #eee;*/
}

#content {
    /*width: 675px;*/
    background-color: #eee;
    /*float: right;
    margin-right: 20px;
    min-height: 500px;*/
    padding: .75em .75em 2em;
    /*margin-left: 180px;*/
    /*float: left;*/
    float: left;
    /*border-left: 10px solid #FFF;*/
    border-radius: 10px;
}

#content-wrapper > #content { /* others then MSIE6 */
    float: none;
    margin-left: 190px;
    width: 624px;
}

/*#pravy-sloupec-vpravo {
    width: 130px;
    min-height :500px;
    _height: 500px;
    float: right;
    background-color: #eee;
    text-align: center;
    padding-top: .75em;
}
#pravy-sloupec-vpravo img {margin:auto;max-width:130px}
*/

#pravy-sloupec-vpravo h2, #levy-sloupec > div h2 {
    /*display:block;
    width:119px;
    height:29px;
    position:relative;margin:auto
    */
    background: url('../images/aktualne.png') no-repeat top left;
    width: 170px;
    height: 29px;
    margin: 0 auto .5em;
    font-size: 105%;
    font-weight: bold;
    padding-top: .15em;
}

/*#pravy-sloupec-vpravo h2 span {
    top:0;
    left:0;
    position:absolute;
    display:block;
    width:119px;
    height:29px;
    background: url('../images/aktualne.png') no-repeat;
    overflow:hidden;
}*/

#obsah {
    text-align: left;
    color: #048;
}

#odkaz-clanek {
    float: right;
    margin: 5px;
    text-decoration: underline;
}

#paticka {
    /*width: 845px;*/
    height: 40px;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 23px 0 0 155px;

    /*display:block;
    height:40px;
    margin:auto;
    overflow:hiden;
    clear:both;*/
    /*text-decoration:none;*/

}

#paticka p {
    text-align: center;
    /*	padding-top:22px;
        float:right;
        padding-right:50px;
    */
}

#paticka a {
    color: #fff;
}

#pata {
    margin-top: 40px;
    color: #000
}

.info {
    margin: 30px
}

.info li {
    list-style-type: decimal;
    margin: 10px
}


#content ul.akce {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#content ul li.akce {
    /*margin:10px;*/
    /*padding:5px;*/
    /*border-bottom:1px solid #999;*/
    margin-left: 0;
    padding-left: 0em;
    margin-top: 1em;
    border-bottom: 2px solid #ccc;
}

.akce li p, .tab tr td p {
    margin-top: .25em;
    margin-bottom: .6em;
    margin-left: .5em;
}

.akce li div.details {
    color: #111;
}

li.akce:after {
    content: "";
    display: block;
    clear: right;
}

.akce .labels {
    font-size: 75%;
    margin: 2ex 0 1ex;
}

.akce .labels .label {
    margin-right: 1ex;
    padding: 1ex;
    background: #dddddd;
    border-radius: 3px;
}

.label {
    background: #dddddd;
    border-radius: 3px;
    padding: 1ex;
    margin-left: .5ex;
}

.label.label-compact {
    padding: .25ex .75ex;
    font-size: 80%;
}

li.past-event:not(:last-child) {
    margin-bottom: 3px;
}

.pristupnost {
    display: none
}

.tab tr td {
    border-width: 0;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0.4em;
    background-color: #eee;
}

.tab tr td h3 {
    margin-top: .2em;
}


.tab tr td h3 a {
    text-decoration: none;
}

.image-left, .image-right {
    padding: 5px;
    border: 4px solid #ccc;
    background-color: #fff;
}

.image-left {
    float: left;
    margin: .2em 1.5em .5em 0;
}

.image-right {
    float: right;
    margin: .2em 0 .5em 1.5em;
}

a.image-left:hover, a.image-right:hover {
    border-color: #aaa;
}

.tab {
    /*	font-size:0.8em*/
    width: 100%;
}

.tab tr td img {
    /*border:1px solid #08C;margin:3px;margin-right:10px*/
}

p.meta {
    /*clear: both;*/
    margin-top: 1em;
    margin-bottom: 1em;
    color: #777;
}

p.meta em {
    display: block;
}

p.autor {
    /*	margin-top:20px;*/
    text-align: right;
    margin-top: 1em;
}

p.perex {
    font-style: italic;
    width: 99.5%; /* MSIE6 zalamuje celej clanek... ZOMG!*/
    margin: .5em auto .75em;
    font-size: 105%;
    line-height: 140%;
}


p i {
    margin-bottom: 20px;
    display: block
}

.like-wrapper {
    margin: 1ex 1px;
}

.comments-wrapper {
    margin: 1em 1px;
}

.plusone-wrapper {
    margin-left: 5px;
    float: right;
    width: 75px;
}

a.clanek_foto {
    margin: 4px 1px;
    width: 130px;
}

.clanek_foto img {
    width: 130px;
    padding: 5px;
    border: 4px solid #ccc;
    background-color: #fff;
}

a.clanek_foto img:hover {
    border-color: #aaa;
}

#pravy-sloupec-vpravo p {
    text-align: center;
}

#paticka {
    background: url('../images/footer.png') no-repeat;
}

.upoutavka {
    padding-bottom: .5em;
    margin: 0 .1em;
    border-bottom: 1px solid #ddd;

}


/* Tables */
table {
    margin: .25em 0;
    border-collapse: collapse;
}

/*caption {
    padding: .3em 0;
    color: #333;
    font-weight: bold;
    text-align: center;
}*/
td, th {
    padding: .3em 1.5ex;
    border: 1px solid #bbb;
    /*	text-align: center;*/
}

th {
    background-color: #FFD84F;
    /*color: #fff;*/
    color: #0070AF;
    font-weight: bold;
}

tr.odd td, .odd {
    background-color: #eee;
}

td, tr.even td, .even {
    background-color: #ddd;
}

table.skupina td {
    /*background-color: transparent;*/
    border: 0;
}

div.clearer {
    line-height: 0;
    clear: both;
}

#skupiny {
    border: 1px solid #bbb;
    margin: 1em 0;
}

#skupiny h3 {
    display: inline;
    font-size: 115%;
}

#skupiny h3 a {
    text-decoration: none;
}

#skupiny h3 a span {
    font-size: 75%;
    vertical-align: top;
}

#skupiny h5 {
    font-size: 1em;
    margin: 0.5em 0 0.1em;
}

#skupiny > div {
    padding: .3em .3em;
    margin: 0;
    border-top: 1px solid #bbb;
}

#skupiny div.first {
    border-top: 0;
}

#skupiny div.head {
    margin: 0;
    padding: 0;
    border: 0;
}

#skupiny div.head span.obec {
    display: block;
    float: right;
}

#skupiny .details {
    margin: 0.7em 0 0.7em;
    overflow: hidden;
    line-height: 140%;
}

p.back {
    margin: 1.25em 0 .75em;
    text-align: left;
}

img.ico {
    vertical-align: bottom;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/*.ui-tabs .ui-tabs-hide {
    display: none;
}

.ui-widget
*/
#tabs {
    font-size: 1em;
    font-family: verdana, arial, sans-serif;
}

#tabs .ui-widget-header {
    background-image: none;
    background-color: transparent;
    border-width: 0;
}

#tabs.ui-widget-content {
    background-image: none;
    background-color: transparent;
    border-width: 0;
}

#tabs.ui-widget-content a {
    color: #003377;
}

#tabs .ui-tabs-panel {
    border: 1px solid #aaa;
    border-radius: 4px 4px 4px 4px;
    margin-top: -3px;
    margin-top: -19px \9;

}

#tabs ul.ui-helper-clearfix {
    display: inline-block;
}

#tabs ul.ui-tabs-nav {
    margin: 0;
}

#tabs .ui-tabs-nav li a {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 0.75em;
}

#draci-wrapper {
    width: 380px;
    text-align: center;
    margin-top: 1ex;
}

.draci-box {
    border: 1px solid #bbb;
    margin: 2em 0;
    background-color: #ddd;
    padding: 0 1ex 1ex 1ex;
}

.draci-box h3 {
    text-align: center;
    margin: .5em auto;
}

.draci-box:hover {
    background-color: #eee;
}

.footnote {
    margin-top: 1.5em;
    font-style: italic;
    font-size: 95%;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger .alert-link {
    color: #843534;
}
