/*layout*/
body {
    background: #e7dfd4;
    font-size: 13px; 
    font-family: 'tahoma','helvetica','verdana';
    color: #412C14;
}
h1 {

}

h2 {
    font-size: 16px;
    margin: 5px;
}

h3 {
    margin: 5px;
    font-size: 15px;
}

h4 {
    font-size:14px;
    margin: 5px;
}

h5 {
    font-size: 13px;
    margin: 5px;
}

h6 {
    font-size: 12px;
    margin: 5px;
}

p {
    margin: 5px;
}

form {
    border: 1px solid #fff;
    padding: 5px;
    margin: 5px 0px;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
}

#menu_top_left {
    width:10px;
    height:6px;
    background: url('menu_top_left.png');
}

#menu_top {
    width:100%;
    height:6px;
    background: url('menu_top.png') repeat-x;
}

#menu_center {
    background: url('menu_bg.png') repeat-x;
    height:25px;
}
#menu_bottom_left {
    background: url('menu_bottom_left.png');
    width:20px;
    height: 12px;
}
#menu_bottom {
    background: url('menu_bottom.png') repeat-x;
    height:12px;
}

#menu #menu_left, #menu ul ,#menu li {
    float: left;
    margin: 0; 
    padding: 0;
}

#menu li a{
    font-size: 13px;
    font-family: 'verdana','Helvetica';
    display: block; 
    float: left; 
    height: 20px;
    padding: 3px 7px;
    text-align: center;
    color: #FFF;
    /*    text-transform: uppercase;*/
    text-decoration: none;
    background: transparent;
}

#menu li a:hover {
    color: #FFF;
    background: url(menu_bg_hover.png) repeat-x;
}

#menu #menu_right {
    float:right;
}

#menu #facebook a:hover {
    background: none;
}

#menu li.lang a {
    padding:5px 2px;
}
#menu li.lang a:hover {
    background: none;
}

#menu #bookstore {
    margin-right: 5px;
}

#menu #bookstore a {
    margin-top: 2px;
    background: #b81900;
    height: 15px;
}



#logo #logo_pic {
    position: absolute;
    top:15px;
    left:15px;
    z-index: 10001;
    background: url('logo.png');
    width:132px;
    height:132px;
}

#logo #logo_text {
    position: absolute;
    top:15px;
    right:15px;
    color:#9e2a1b;   
    z-index: 10001;
}

#logo #logo_text h1 {
    font: bold 20px 'verdana';
}

#logo #slideshow_toggle {
    position: absolute;
    bottom:4px;
    right:4px;
    color: #9e2a1b;
    z-index: 10001;
    cursor: pointer;
}


#logo #slideshow_author {
    position: absolute;
    bottom:0px;
    right:110px;
    color: #9e2a1b;
    z-index: 10001;
}

#logo_bottom_left {
    float:left;
    background: url('logo_bottom_left.png');
    width:197px;
    height: 15px;
}

#logo_bottom {
    float:left;
    width:556px;
    background: url('logo_bottom.png') repeat-x;
    height:15px;
}

#logo_bottom_right {
    float:left;
    width:197px;
    background: url('logo_bottom_right.png') right no-repeat;
    height:15px;
}

#adverts {
    width:100%;
    height: 181px;
}

#adverts div {
    float:left;
    margin:0px 25px 0px 0px;;
    background: url('advert.png') no-repeat;
    width:300px;
    height:181px;
    text-align: center;
}
#adverts .last {
    margin:0px;
}

#adverts h2 {
    color: #fff;
    text-align: center;
    margin:5px;
    font-size: 18px;
    font-weight: normal;
}

#adverts img {
    margin:5px;
    border:1px solid #877d67;
}

#adverts #news_centrum h3 {
    margin:10px 5px;
}

#adverts #news_centrum {
    text-align: left;
}

#adverts #news_centrum img {
    float:left;
    border: none;
    margin:5px;
}

#adverts #news_centrum h3 a {
    color:#82704b;
    text-decoration: underline;
    font-size: 12px;
}

#adverts #news_centrum h3 a:hover {
    color:#37240c;
}

#left {
    float:left;
    width:160px;
}

#left h3 {
    margin:10px;
}

#menu2 {
    width: 160px;
}
#menu2 li {
    background: url('menu2.png');
    width: 157px;
    height: 27px;
    margin-top:2px;
/*    text-transform: uppercase; */
}
#menu2 li a {
    position: relative;
    color: #7d5934;
    top:5px;
    left:10px;
}
#menu2 li a:hover {
    color: #fff;
}
#stopy{
    margin-top: 5px;
}

#right {
    margin-left: 20px;
    float:left;
    width: 720px;
}

#content ul {
    list-style: circle;
}

#content ul li {
    margin:5px 25px;
}

#content ul li a {
    margin:5px 0px;
    text-decoration: underline;
}


.entry, .entry_detail, .main_entry {
    width: 765px;
    padding: 5px 0px 10px;
}




.entry .top, .main_entry .top {
    background: url('main_entry_top.png') repeat-x;
    height: 47px;
    padding-top: 10px;
    font-size: 15px;
}

.entry_detail .top {
    background: url('main_entry_top.png') repeat-x;
    height: 47px;
    padding-top: 10px;
    font-size: 15px;
}

.entry .top, .entry_detail .top {   
    color: #7f6340;
    margin-left: 10px;
}

.date {   
    color: #e7dfd4;
    margin-right: 10px;
    float:right;
}

.entry .top h2, .entry_detail .top h2 {
    display: inline;
    color:#e7dfd4;
    margin-left: 40px;
}

.entry_detail .content h3, .entry_detail .content h4, .entry_detail .content h5, .entry_detail .content h6 {
    margin: 10px 0px;
}

.entry .content, .entry_detail .content {
    color:#412c14;
    margin: 0px 20px 0px 40px;
    text-align: justify;
}

.entry .content a, .entry_detail .content a {
    color:#7d5934;
}

.entry .content p {
    margin-top: 5px;
}

.entry_detail .content p {
    margin-top: 15px;
}

/*.entry_detail .back {
    text-align: right;
}

.entry_detail .back a {
    font-size: 15px;
    color:#412c14;
    text-decoration: underline;
}*/


.main_picture {
    float:right;  
    margin: 5px 5px 5px 15px;
}
.main_picture img {
    height: 200px;
    border:1px solid #7d5934;
}

#pictures {
    margin:5px;
}

#pictures img {
    border:1px solid black;
}

.entry_detail #documents a {
    text-decoration: none;
}

.entry_detail #documents a span {
    position:relative;
    bottom:10px;
}

/*hlavni clanek kategorie*/
.main_entry .top {
    /*background: url('main_entry_top.png') repeat-x;*/
    height: 47px;
    padding-top: 10px;
    font-size: 15px;
}

.main_entry .top h2 {
    display: inline;
    color:#e7dfd4;
    margin-left: 20px;
}

.main_entry .content {
    color:#412c14;
    margin: 0px 20px 0px 40px;
    text-align: justify;
}

.main_entry .content a {
    color:#7d5934;
}

.main_entry .content p {
    margin-top: 15px;
}

.main_entry .content h3, .main_entry .content h4, .main_entry .content h5, .main_entry .content h6 {
    margin: 10px 0px;
}

/*.main_entry .back {
    text-align: right;
}

.main_entry .back a {
    font-size: 15px;
    color:#412c14;
    text-decoration: underline;
}*/

.link, .back {
    text-align: right;
    text-decoration: underline;
    color:#877d67;
}

.main_entry #documents a {
    text-decoration: none;
}

.main_entry #documents a span {
    position:relative;
    bottom:10px;
}
/*!hlavni clanek kategorie*/

#footer {
    clear: both;
    margin: 0 auto;
}

#links {
    text-align: center;
    background: url('footer1.png') repeat-x;
    height:168px;
}

#links #box {
    width:900px;
    margin: 0 auto;
}

#links #box div {
    margin-top: 20px;
    width:450px;
    float:left;
    color: #5b4c35;
}

#links #box div a {
    color: #5b4c35;
}

#footer #copyright {
    padding-top: 3px;
    font-size: 11px;
    color: #5b4c35;
    text-align: center;
    background: url('footer2.png') repeat-x;
    height:34px;
}



/*other*/
a {
    color:blue;
}

/*form*/
form {
    width: 100%;
}

form h2 {
    margin: 10px 0px;
}

form > div {
    padding:3px;
    clear: both;
}

.label {
    float: left;
    margin: 0px 5px;
    width:200px;
    text-align: right;
}

.input {
    float:left;
}

.input > * {
    xwidth:400px;
}

textarea {
    height:100px; 
    width:300px;
}

.button {
    margin:10px 5px 10px 10px; 
    padding:8px 50px;
    font-weight:normal; font-size:1em;
    font-family:Georgia,Arial, Helvetica, sans-serif;
    text-align:center;
    background:#938467;
    text-decoration: none;
    color:#ffffff;
    border:none;
    width:150px;
    cursor:pointer !important;
    -moz-border-radius:5px; -webkit-border-radius:5px;
}

.error {
    color:red;
}

/*galerry*/

#gallery .item {
    margin: 5px;
    float:left;
    text-align:center;
    width:130px;
    height:180px;
    color: #5b4c35;
    background: url('gallery_item.png') no-repeat;
}

#gallery .item p:first-child {
    margin-top: 10px;
}

#gallery .item img {
    margin: 5px;
}

#paginator ul li a {
    text-decoration: none;
}

.sponsor {
    padding-bottom: 15px;
}
