/*------------------------------------------------------------------------------
  Hanzely.eu

  Cascading style sheet (CSS level 2.1)
  
  (c) Hanzely Oscar , 2009-05-15 , oscar@hanzely.eu
------------------------------------------------------------------------------*/

/* HTML entities -------------------------------------------------------------*/

body {
  background: #000000 url("/images/layout_pattern.png") top left repeat-x;
  padding: 0px;
  margin: 0px;
}

/* Page layout ---------------------------------------------------------------*/

#background_container {
  padding: 0px;
  margin: 0px;
  min-height: 800px;
  height: 800px; /*min-height for MSIE*/
}

#head {
  height: 156px;
  width: 1050px;
  background: url("/images/layout_head.jpg") top left no-repeat;
  position: relative;
}

#menu_head {
  position: absolute;
  margin: 0px;
  padding: 0px;
  right: 0px;
  bottom: 0px;
  width: 725px;
  height: 35px;
}

#citations {
  position: absolute;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 12px;
  font-weight: bold;
  /*font-style: italic;*/
  border-top: 1px dashed #f7bcbc;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
  right: 0px;
  bottom: 35px;
  width: 600px;
  height: 30px;
  color: #f7bcbc;
}

#body {
  min-height: 600px;
  height: 600px; /*min-height for MSIE*/
  width: 1050px;
  background: url("/images/layout_body.jpg") top left no-repeat;
}

#menu_left {
  width: 325px;
  float: left;
}

#page_container {
  font-family: "Arial", sans-serif;
  color: white;
  width: 685px;
  float: left;
  padding: 0px 20px;
}

#foot {
  height: 75px;
  background-color: #220101;
  border-top: 1px solid #621e1e;
  color: #f8b86c;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  clear: both;
}

/* Partial styles ------------------------------------------------------------*/

#datetime {
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #f7bcbc;
  position: absolute;
  right: 20px;
  bottom: 9px;
}

#menu_left_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-family: "Georgia", "Times", serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #e0b882;
}

#menu_left_list li {
  line-height: 44px;
  margin-left: 50px;
  padding-left: 15px;
  white-space: nowrap;
  margin-right: 50px;
}

#menu_left_list li:hover {
  background-image: url("/images/menu_highlight.png");
  background-repeat: no-repeat;
}

#menu_left_list a {
  color: #e0b882;
  text-decoration: none;
}

#menu_left_list a:hover {
  color: #FFA85E; 
}

#menu_left_list li.active {
  background-image: url("/images/menu_highlight.png");
  background-repeat: no-repeat;
}

#menu_left_list li.active a {
  color: #FFA85E;
}

#page_container h1 {
  font-size: 20px;
  color: #E0A73A;
  border-bottom: 1px solid #985202;
  margin-top: 15px;
  margin-bottom: 8px;
}

#page_container {
  font-size: 13px; 
  padding-bottom: 15px; 
}

#page_container table {
  font-size: 13px; 
}

#page_container a {
  color: #f8b86c;
  text-decoration: underline;  
}

#page_container a:hover {
  text-decoration: none;
}

#foot_left {
  padding-top: 13px;
  width: 325px;
  text-align: center;
  float: left;
}

#foot_right {
  padding-top: 22px;
  width: 725px;
  text-align: center;
  float: left;
}

#foot a {
  color: #f8b86c;
  text-decoration: none;
}

#foot a:hover {
  text-decoration: underline;
}

#subdomains{
  text-align: center; 
  margin: 0px auto; 
}

#picture {
  width: 400px; 
  height: 300px; 
  margin: 0px auto;
  border: 0px;
  text-align: center;
}

/* HTML entities -------------------------------------------------------------*/
abbr {
  cursor: help;
  border-bottom: 1px dotted; /*this is for the MSIE which doesn't recognize this tag*/
}
acronym {
  cursor: help;
}
code {
  color: black;
  font-family: monotype;
  background-color: #CCCCCC;
}
img {
  border: none;
}

p {
  text-align: justify;
}

ul li {
  text-align: justify;
}

td {
  vertical-align: middle;
}

/* Local entities [clases]----------------------------------------------------*/
.picasa .picture {
  width: 194px;
  height: 194px;
  background: url(http://picasaweb.google.com/s/c/transparent_album_background.gif) no-repeat left;
  text-align: center;
}

.picasa .picture img {
  margin:2px 0 0 0px;
}

.picasa .title {
  text-align: center;
  vertical-align: middle;
  font-family:arial,sans-serif;
  color: white;
}

.foot_odkaz {
  padding-left: 7px;
  padding-right: 11px;
}

.cleaner {
  clear: both;
  visibility: hidden;
}

.codeblock {
  text-indent: 0%;
  display: block;
  text-align: left;
  padding: 5px;
}

.external {
  background-image: url('/images/external2.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px;
}

.desc {
  font-size: 0.9em;
}

.incorrect { 
  padding: 5px;
  line-height: 20px; 
  border: 1px solid #FF7E85;
  color: red; 
  font-weight: bold; 
  text-align: center; 
  background-color: #FFEEEC; 
  position: relative;
}

.incorrect span {
  display: block;
  font-weight: normal;
  color:gray; 
  font-size: 0.7em; 
  position: absolute; 
  top: 2px; 
  right: 2px;
}
