/** Soubor se styly pro šablonu */

@import url("http://fonts.googleapis.com/css?family=Average&subset=latin-ext");
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}
audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,button,input,select,textarea {
    font-family: sans-serif;
    color: #222;
}
a {
    color: #00e;
}
a:hover {
    color: #06e;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
   /*
::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}          */

html{
    height: 100%;
}

body{
    min-height: 100%;
    overflow: auto;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Helvetica Neue",helvetica,sans-serif;
    /*
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
                          /*
        -moz-box-align: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;   */
    background:url(../images/bg-body.jpg) repeat top left  #2D83BE;
}




body * {
    z-index: 1;
}

div#body{
    position: relative;
    clear: both;
    margin-left:auto;
    margin-right:auto;
    width:1050px;
    margin-bottom: 70px;
    padding: 0;
}



header.page{
    background: green;
    height:146px;
    display: block;
    background: url(../images/bg-header.png) repeat-x top #064f7c;
    margin-bottom: 10px;
}
header.page div.content{
    width: 1050px;
    margin: 0 auto;
    position: relative;
}
header.page h1{
    font-family: 'Average',serif !important;
    color: white;
    margin: 0;
    font-weight: normal;
    padding: 0;
    font-size: 54px;
    position: absolute;
    left:15px;
    top:38px;
    cursor: pointer;
}
header.page h1 .slogan{
    font-size: 20px;
    display: block;
}

body div.topBgDiv{
    height:390px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;

}


a img{
    border:none;
}
a{
    color:#6d87ba;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
div#right{
    float:right;
    width:280px;
    min-height:100px;
}
div#main{
    float: left;
    position: relative;
    z-index: 4;
    width: 695px;
    padding: 20px 30px;
    margin:0;
    background:white;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);             /*TODO*/
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    color: #434343;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}
div#footerPad{
    clear: both;
    height:65px
}
footer.page{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding: 15px 0 20px 0;
    font-size: 12px;
    color: black;
    text-align: center;
    background: #ededed;
    display: block;
    margin: 0px;
    width:100%;
    text-align: center;
}
footer.page a{
    color: black;
    text-decoration: none;
}
footer.page a:hover{
    text-decoration: underline;
}

article.item-page{
    background: white;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: auto;
}
article.item-page header{
    position: relative;
    margin: 0;
    padding: 0;
}
h1,h2{
    font-family: 'Droid Sans',sans-serif;
}
h1{
    font-size: 36px;
    color: #925213;
    font-weight: normal;
}
h1 a{
    color: #925213 !important;
}
h2{
    font-size: 26px;
    color: #314E64;
    font-weight: normal;
}

h3{
    font-weight: normal;
    color:#314E64;
    font-size: 20px;
    margin: 10px 0;
}
div#right aside{
    /*TODO*/
    padding: 20px;
}
div#right aside h1{
    font-family: 'Average';
    color: #314E64;
    font-size: 22px;
    margin: 0;
}

article.item-page h1{
    margin: 10px 0;
}

article.item-page h2{
    margin: 10px 0;
}
article.item-page hgroup h2{
    margin-top:0px;
}

div.buttonheading{
    float:right;
    margin: 10px;
    position: relative;
}
div.buttonheading div{
    float: right;
    margin-left: 10px;
}
article.item-page footer{
    color:gray;
    font-size: 11px;
    text-align: right;
    padding-right: 10px;
}
article.item-page header .iteminfo{
    color: gray;
    font-size: 12px;
}
div#right nav,div#right aside{
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #434343;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    margin-bottom: 10px;
}
div#right nav ul{
    margin: 0;
    padding: 10px 0px;
}
div#right nav ul li{
    display: block;
    padding: 5px 25px;
}
div#right nav ul li.current a{
    color: black;
}
div#right nav ul li.current a:hover{
    text-decoration: none;
}
.topRight{
    position: absolute;
    right: 15px;
    top: 15px;
}

ul.actions{
    position: absolute;
    top: 15px;
    right: 15px;
}
ul.actions li{
    list-style-type: none;
    float: right;
    display: block;
    padding: 2px;
    margin: 3px;
}

table.componentInfoTable td{
    vertical-align: top;
}
table.componentInfoTable td.label{
    width: 150px;
    color:gray;
}
table.listTable{
  border-spacing: 0;
}
table.listTable td{
  border-left: 1px solid #e0e0f0;
  border-bottom: 1px solid #e0e0f0; 
}
table.listTable td:last-child{
  border-right:1px solid #e0e0f0;
}
table.listTable th{
  background: #e0e0e0;
}
table.listTable td, table.listTable th{
  padding: 5px !important;
}
table.listTable caption{
  font-weight: bold;
  margin: 3px 0;
}