body {
	background-color: #C3B59C;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

* {
	margin: 0;
	padding: 0;
}

a:hover {
    text-decoration: none;
}

.page {
    width: 916px;
    margin: 0 auto;
}

#header {
    background: white;
    border-bottom: 4px solid #BD442F;
    height: 140px;
}

#header-logo {
    background: white url("i/karel-logo.jpg") no-repeat;
    height: 140px;
}

#header-logo a {
    width: 330px;
    height: 140px;
    display: block;    
}

#langs {
    text-align: right;
    margin: -20px auto 10px auto;
    padding-right: 15px;
}

#menubar {
    height: 140px;
    background: url("i/menu_bg.jpg") repeat-x;
}

ul#menu {
    list-style: none;
    background: url("i/container_corner-top.jpg") center 40px no-repeat;
    height: 60px;
}

ul#menu li {
    float: left;
    font-size: 12pt;
    font-weight: bold;
}

ul#menu li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 12px 25px 0 25px;
    height: 28px;
    background: url("i/bullet_top.jpg") center -41px no-repeat;
}

ul#menu li a:hover {
    color: #FFA64F;
    background: url("i/bullet_top.jpg") center top no-repeat;
}

ul#menu li#active a {
    color: #FFA64F;
    background: url("i/bullet_top.jpg") center top no-repeat;
}


#content {
    margin-top: -87px;
    padding: 3px 20px 0 17px;
    width: 879px;
    background: url("i/container_bg.jpg") repeat-y; 
}

#head-gallery {
    margin-bottom: 15px;
    position: relative;
}

#head-gallery #thumbs {
    position: absolute;
    top: 8px;
    right: 6px;
    list-style: none;
}

#thumbs li {
    float: left;
    width: 12px;
    height: 12px;
    background: #990000;
    border: 1px solid white;
    margin: 2px;
    color: #990000;
    font-size: 7pt;
}

#thumbs li a {
    display: block;
    width: 12px;
    height: 12px;
}

#thumbs li a:hover, #thumbs li a:visited  {
    color: #990000; 
}

#thumbs li.current {
    border-color: #990000;
    background: white;
}

#thumbs li.current a {
    color: white;  
}

#content h2 {
    font-family: Georgia;
    font-size: 15pt;
    color: #5F1804;
    padding-left: 7px;
    border-bottom: 2px dotted #5F1804;     
}

#content .entry {
    padding: 7px;
}

#content .entry p {
    margin: 8px 3px;
}

#content .entry ul, 
#content .entry ol {
    margin-left: 30px;
    list-style-position: inside;
}

#content .entry img {
    margin: 10px;
}

#rform h2 {
    color: #BD442F;
    border-bottom-color: #BD442F;
}

#rform fieldset {
    margin: 10px 0;
    border: none;
}

#rform fieldset label {
    float: left;
    width: 100%;
    font-size: 7pt;
}

fieldset input, fieldset select, fieldset textarea {
    border: 1px solid #CABBA2;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 4px;
    font-size: 9pt;
    width: 96%;
    color: #977E3C;
}

fieldset select {
    width: 100%;
}

fieldset.calendar input {
    width: 83%;
    float: left;
	margin-right: 5px;
}

fieldset.calendar a {
    width: 16px;
    height: 24px;
    display: block;
    float: left; 
    margin-left: 3px;
    background: url("i/calendar.png") center no-repeat;
}

fieldset.calend a {
    width: 24px;
    height: 24px;
    display: block;
    float: left; 
    margin-left: 3px;
    background: url("i/calend.png") center no-repeat;
}

fieldset.button {
    padding: 8px 0;
    text-align: center;
}

fieldset.button input {
    width: 98%;
    background: url("i/menu_bg.jpg") repeat-x;
    font-weight: bold;
    color: white;
    font-family: Georgia;
    font-size: 12pt;
    padding: 8px 0;
    display: block;
    cursor: pointer;
}

#sidebar {
   clear: both;
   background: url("i/container_corner-bottom.jpg") top center no-repeat;
}

#sidebar .column {
    float: left;
    margin: 30px 10px 15px 10px;
    width: 280px;
}

#sidebar h3 {
    font-family: Georgia;
    font-size: 15pt;
    color: white;
    border-bottom: 2px dotted #A89167;
    margin-bottom: 10px;
}

.geo {
    display: none;
}

#contacts-block {
    font-size: 10pt;
    line-height: 150%;
    font-weight: bold;
    color: white;
    padding: 0 20px;
}

#gallery img {
    width: 120px;    
}

#gallery a img {
    background-color: white;
    border: 2px solid #A89167;
    padding: 2px;
    margin: 5px;
}

#gallery a:hover img {
    border: 2px solid #BD442F;
}

#footer {
    border-top: 4px solid #A89167;
    color: #A89167;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 3px 0 10px 0;
    font-size: 7pt;
}

#copyrights { 
    float: left;
}

#footmenu {
    float: right;
}

#footmenu span {
    margin: 3px 4px; 
}
#footmenu a {
    color: #A89167;
}


.clearfix {
    clear: both;
}

.hg-image {
    width: 200px;
}

.post {
    line-height: 160%;
    text-align: justify;
}
