/* nezapomen synchronizovat s admin/ckedit.css */
div {
    /* ff hack - neodsazovat od vrchu */
    border-top: 1px solid transparent;
}

html {
    /* aby neposkakoval obsah, tohle je jen pro ie a ff */
    overflow-y: scroll;
}

body {
    font-family: "Century Gothic", sans-serif;
}

h1, h2, h3 {
    padding: 4px;
    margin: 0px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 15px;
}

form {
    font-size: 15px;
    border: 1px solid #ccc;
    background-color: #efefef;
    padding: 10px;
    margin: 5px auto;
    width: 280px;
    text-align: left;
}

form div {
    width: 280px;
    padding: 2px;
}

form div input {
    float: right;
}

.errormsg {
    text-align: center;
    border: 1px solid #555;
    background-color: #ccc;
    margin: 10px;
    padding: 5px;
    color:#c33;
    font-weight: bold;
    font-size: 16px;
}

/* odtud nesynchronizovat */
#main {
    font-size: 13pt;
    background: #E9EBE8 top center url("../images/bg_top.jpg") no-repeat;
    width: 960px;
    margin: 0px auto;
}

#top {
   height: 260px;
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}

#top .in {

}

#top .in ul{
   padding: 0;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#top .in #menu,  #top .in .dropmenudiv {
    margin: 0;
    font-size: 11pt;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
}

#top .in #menu li {
   list-style: none;
   float:left;
   display:block;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#top .in a {
    display: block;
    float:left;
    margin-left: 3px;
    padding-left: 6px;
    padding-right: 6px;
    float:left;
    padding-top:8px;
    height: 38px;
    background: url("../images/bg_menu.png") repeat-x;
    color: white;
    text-decoration: none;
}

#top .in a:hover {
    color: #eee;
    background: url("../images/bg_menu_hover.png") repeat-x;
}

#top #flags, #top #flags a, #top #flags img {
    padding: 0; margin:0;
}

#top #flags {
    text-align: right;
    width: 820px;
}

#top #flags a {
    /* hack - move flags up...*/
    margin-top: -8px;

    display:block;
    float: right;
}

#top #flags a img{
    border: none;
    padding: 1px;
}

#top #images {
    width: 650px;
    margin: 0px auto;
    color: white;
    text-align: left;
    padding-top: 55px;
}

#top #images image{
    padding:0px;
    margin:0px;
}

/* javascript menu */
#top .in .dropmenudiv {
    position: absolute;
    top: 0;
    z-index: 100;
    visibility: hidden;
    margin-top:-8px;
    margin-left:5px;
}

#top .in .dropmenudiv a {
    padding-top: 0px;
    margin-top: 1px;
    width: 150px;
    display: block;
    clear: both;
    line-height: 22px;
    height: 22px;
}

* html .dropmenudiv a { /*IE only hack*/
    width: 100%;
}
/* end of javascript menu */

#central {
    text-align: center;
    min-height: 200px;
}

#central .in {
    width: 650px;
    text-align: justify;
    margin: 0px auto;
}

#bottom {
    color: #555;
    height: 50px;
    text-align: center;
}

#bottom a {
    color: #555;
}

#bottom .in {
    border-top: 2px solid white;
    padding-top:10px;
    margin: 0px auto;
    width: 650px;
}

#bottom .in #left{
    margin-left: 10px;
    width: 240px;
    font-size: 7pt;
    float: left;
    text-align: left;
}

#bottom .in #bottomcentral {
    width: 200px;
    float: left;
    padding-left: 50px;
}

#bottom .in #bottomcentral a {
    text-decoration: none;
    color: #666;
}

#bottom .in #bottomcentral img {
    border: none;
    float: left;
    margin-right: 5px;
}

#bottom .in #bottomcentral span {
    display: block;
    text-align: left;
    line-height: 30px;
    height: 26px;
    font-size: 11pt;
    font-weight: bold;
}

#bottom .in #right{
    width: 135px;
    font-size: 7pt;
    float: left;
    text-align: right;
}

/* HOME PAGE */
#home .block {
    width: 325px;
    float: left;
    text-align: center;
}

#home .blocktext {
    width: 215px;
    margin: 0px auto;
}

#home .button {
    margin-top: 10px; /*IE 7*/
}

#home .button a {
    padding: 5px 20px;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #aaa;
    background-color: #7a7a7a;
    color: white;
    font-weight: bold;
    font-size: 13pt;
    text-decoration: none;
    line-height:40px; /* IE 7*/
}

#home .button a:hover {
    background-color: #999;
}

/* COMMENTS AND PHOTOS */

#comments .comment {
    background-color: white;
    border-bottom: 3px solid gray;
    border-right: 3px solid gray;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    margin-bottom: 15px;
    padding: 5px;
}

#comments .author {
    width: 210px;
    float: left;
    font-size: 14px;
    overflow: hidden;
}

#comments .title {
    width: 240px;
    float: left;
    text-align: center;
}

#comments .title h3 {
    font-size: 16px;
    overflow: hidden;
}

#comments .date {
    float: right;
    font-size: 14px;
}

#comments .text {
    background-color: #dfdde3; /*#cddaf7; /*#9cc7e7;*/
    font-size: 15px;
    clear: both;
    padding: 5px;
    overflow: hidden;
}

#comments .text img {
    float: left;
    border: none;
    margin: 0px 10px 0px 0px;
}

#comments .text p {
    margin: 0px;
}