/*
  Style Sheet for Helmar Wieland's Floating Album Theme

  Color scheme (part_of_site background foreground):
  body            #65ACD5 #203643
  header          #F9B876 #4E3925
  navigation      #CCE76E #404822
  links in footer #B85761

  If you want to change this, replace all occurances of these in this file
  with the color of your choice!
*/

body { /* base page style */
  color: #000000;
  background: #65ACD5;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size: .8em;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul a:visited {
  color: #203643;
}
a:link img, a:hover img, a:visited img {
  border-style: none;
}

h1 { /* the header of all pages */
  height: 70px;
  background: #F9B876;
  color: #4E3925;
  font-weight: normal;
  letter-spacing: 3pt;
  font-size: 1.8em;
  vertical-align: top;
  text-align: right;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

ul.menu { /* the navigation menu (parent folders) */ 
  background: #CCE76E;
  border-top: solid 1px #404822;
  border-bottom: solid 1px #404822;
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 0px;
  padding: 3px 0px 3px 2%;
  color: #404822;
}
ul.menu li {
  display: inline;
  color: #404822;
}
ul.menu li a {
  color: #404822;
}
ul.menu li.up {
  position: absolute;
  right: 2%;
}

h2 { /* headers and footers */
  font-weight: normal;
  font-size: 1em;
  line-height: 130%;
  color: #203643;
  margin: 3% 2% 1% 2%;
  padding: 2px;
  border: dotted 1px #203643;
}

ul.list { /* the list of subfolders */
  list-style-type: none;
  width: 68%;
  position: relative;
  left: 2%;
}
ul.list li {
  line-height: 130%;
  color: #203643;
}
ul.list li a {
  color: #203643;
}

div.thumbnail { /* the area of a single thumbnail */
  border: solid 1px #203643;
  float: left;
  margin: 0px 10px 10px 0px;
  background: #CCE76E;
}

div div.caption, div.name { /* this is for text below thumbnails and images */
  color: #404822;
  line-height: 130%;
  text-align: center;
  padding: 0px 4px;
}

div a { /* color of links in captions */
  color: #B85761;
}
h2 a { /* color of links in the headers/footers */
  color: #B85761;
}

div div.name { /* this is only for text below thumbnails */
  font-size: .8em;
  white-space: nowrap;
  overflow: hidden;
}

.content { /* the area under the navigation bar - content */
  margin: 0px;
  display: table;
  border-spacing: 10px;
}

/*** Images - levy sloupec ************************/

.images { /* the area all the pictures reside in */
  padding:0px;
}

td.images {
  display: table-cell;
  vertical-align:top;
}

div.images { /* vyuzije se na strance s thumbnaily */
  margin: 10px 0px 0px 10px;
}

div.fullimage { /* the full image areas */
  border: solid 1px #203643;
  margin: 0px 0px 0px 0px;
  background: #CCE76E;
}

div.spacer { /* needed to clean the flow before and after floating thumbnails */
  clear: both;
}

address { /* the footer of all pages */
  display:none;
  float: right;
  width: 90%;
  margin: 2%;
  font-size: .8em;
  color: #203643;
  font-style: normal;
  text-align: right;
}
address a { /* color of links in the footer */
  color: #B85761;
}

address span.helmar {
  display: none;
}

/*** Koment??e - prav? sloupec ************************/
/*
.comm_main {
    background:#75BCE5;
    border: 1px solid black;
    display: table-cell;
    vertical-align:top;
    padding: 0px 10px;
}*/

.comm_main {
    background:#65ACD5;
    display: table-cell;
    vertical-align:top;
    padding: 0px 10px;
}

.comm_main h2 {
    font-weight:bold;
    border: none;
    margin-left:0px;
}

.comm_comments { padding:0px; margin:0px;}
.comm_comments li { list-style-type: none}

.comm_username, .comm_time {  color: #607683; font-size:smaller; }
.comm_time:before {content:' @ ';}

.comm_main form p {
    text-align: left;
    font-size: smaller;
    vertical-align:top;
    margin: 1px;
}

.comm_main form {margin-top: 4em;}

.comm_main form label {
    float: left;
    width:5em;
}

.comm_main form input, .comm_main form select , .comm_main form textarea {
    background: #65ACD5;
    margin: 2px 1px;
    border: none;
    padding:2px;
    overflow: hidden;
    font-size: 1em;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

.comm_main form .button {
    background:#459CC5;
}
			
.comm_main form select{
    padding:0px;
    border:none;
}

div div.name.wrap {
  white-space: wrap;
}
.fullimage table, .fullimage table tr, .fullimage table tr td, .fullimage table tbody {
  margin:0;
  padding:0;
  border:none;
  border-spacing:0;
}

.fullimage table caption {
  padding:2pt
}
