/* Suvisiace clanky header */
.relatedItemsHeader {
  clear:both;
  background: #1b60a5;
  color: white;
  padding: 2px 10px 2px 10px;
  -moz-border-radius: 0px 0px 5px 5px;
  -khtml-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.relatedItemsHeader .lcp_date {
  float: right;
  padding-right: 25px;
}

.lcp_catlist {
}
.lcp_date {
  float: right;
}
.lcp_morelink {
  float: right;
  margin-right: 15px;
  padding: 0px 15px 0px 15px;
  font-style: italic;
}

/* Hlavna stranka */
.frontPageSection {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background-color: #1b60a5;
  padding: 0px 5px 0px 5px;
  margin-bottom: 10px;
  -moz-border-radius: 0px 0px 5px 5px;
  -khtml-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  padding: 1px;
}
.post-5 .title {
  visibility: hidden;
  line-height: 1px;
  margin: 0px;
}

.lcp_novinky {
  list-style: none;
  margin: 0px;
  padding: 0px 5px 0px 5px;
}
.lcp_novinky a {
  font-size: 1.1em;
  color: #1b60a5;
  font-weight: bold;
  padding-bottom: 5px;
}
.lcp_novinky .lcp_thumb {
  float: left;
  padding-right: 5px;
}
.lcp_novinky .lcp_date {
  float: right;
  color: #1b60a5;
}
.lcp_novinky .lcp_excerpt {
  padding-bottom: 5px;
}

/* Sidebar - najblizsie sutaze */
.sidebar-secondary .lcp_catlist p {
  margin-bottom: 0px;
  font-size: 10px;
}

/* Tabulka s ramikom */
.tableWithBorder table,
.tableWithBorder tr,
.tableWithBorder th,
.tableWithBorder td {
  border-bottom: 1px dotted gray;
}

/* Tabulka kompaktna */
.compactTable th {
  border-bottom: 1px dotted gray;
}
.compactTable td {
  padding: 0px 5px 0px 5px;
  vertical-align: top;
}

/* Tabulka dokumentov */
.documentListTable {
  clear:both;
}
.documentListTable th {
  background-color: #1b60a5;
  color: #ffffff;
}
.documentListTable .type {
  min-width: 20px;
  -moz-border-radius: 0px 0px 0px 5px;
  -khtml-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}
.documentListTable .name {
  width: 100%;
}
.documentListTable .date {
  -moz-border-radius: 0px 0px 5px 0px;
  -khtml-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}
.documentListTable img {
  vertical-align: middle;
}
.documentListTable th,
.documentListTable td {
  padding: 2px 3px 2px 2px;
}


/* Tabulka vysledkov */
.resultArchive th {
  border-bottom: 1px dotted gray;
}
.resultArchive td {
  border-bottom: 1px dotted gray;
  padding: 0px 5px 0px 5px;
}

/* Tabulka kalendara sutazi */
.tableCalendar td {
  border-bottom: 1px dotted gray;
}
.tableCalendar th {
  background-color: #1b60a5;
  color: #ffffff;
}
.tableCalendar .date {
  min-width: 100px;
  -moz-border-radius: 0px 0px 0px 5px;
  -khtml-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}
.tableCalendar .name {
  width: 100%;
}
.tableCalendar .place {
  min-width: 100px;
  -moz-border-radius: 0px 0px 5px 0px;
  -khtml-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}

/* Tabulka kontaktov */
.contactsTable td {
  padding: 0px;
}

.contactsTable .name {
  font-weight: bold;
  background: url(/wp-content/themes/Mixture/images/widget-list.png) no-repeat scroll left;
  padding-left: 10px;
}

.contactsTable .function {
  padding-left: 20px;
  font-style: italic;
}

/* Ikonky */
.icon {
  padding-right: 5px;
  vertical-align: middle;
}

/** Ruler */
hr {
  background: url(/wp-content/themes/Mixture/images/widget-title-bg.png) left bottom no-repeat;
  height: 2px;
  background-size:100%;
}

/** WP Theme overrides */
.meta_categories {
  visibility: hidden;
}
#header {
  height: auto;
  padding: 0px;
}
#main {
  padding: 0px;
  border-top: 1px solid #1b60a5;
}
.span-3 {
  height: 20px;
}
.title {
  font-size: 1.5em;
}
.menu-primary li li a {
    background: #1b60a5;
}
.generic {
  font-size: 1.5em;
}
a {
    color: #1b60a5;
}
a:hover, a:focus {
    color: #ec1b24;
}
#copyrights {
    background: #1b60a5;
}
.posts-widget ul li {
  list-style-type: none;
  padding: 0 0 5px 0;
  margin: 10px 0 0 0;
}