
/*
  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: #dedeee;
  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;
  margin: 0;
}

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

ul.menu { /* the navigation menu (parent folders) */ 
  background: #babadd;
  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 a { /* color of links in captions */
  color: #B85761;
}
h2 a { /* color of links in the headers/footers */
  color: #B85761;
}

div.fullimage { /* the full image areas */
  float: left;
  overflow: hidden;
  margin: 2em;
}
div.fullimage a img {
  border: 4px #ffffff; /*#203643;*/
  border-style: inset;
}
  

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

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

address span.helmar {
  display: none;
}

div.thumbs { /* the area all the thumbnails reside in */
  margin: 2%;
  clear: none;
}

div.thumbnail { /* the area of a single thumbnail */
  background: #dedeee url(frame.gif) no-repeat top left;
  padding: 0px 20px 20px 0px ;
  margin: 00px 00px 00px 20px ;
  float: left;
  height: 140px;
  display: block;
}

div.thumbnail a{
padding: 11px 0px 15px 11px;
margin: 0px;
border: 0px solid;
display: block;
}
div.thumbnail span a {
height: 1%;
clear: none;
display:block;
}
/*div.thumbnail div {
padding: 1em;
float: left;
clear: both;
}
*/
div.thumbnail div{ /* this is only for text below thumbnails */
  font-size: .8em;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  padding: 0;
  color: #4E3925;
  text-align: center;
}
div div.caption, div.name { /* this is for text below thumbnails and images */
/*
  color: #4E3925;
  line-height: 130%;
  text-align: center;
*/
/*  padding: 0px 4px;*/
/*  clear: both; */
}




div.thumblist { /* the area of a single thumbnail in the directory list*/
  background: #dedeee url(frame.gif) no-repeat top left;
  padding: 0px 20px 30px 0px ;
  margin: 0px 00px 00px 20px ;
  clear: both;
  height: 125px;
/*  width: 160px;*/
  display: block;
  border: 0px solid;
}

div.thumblist a{
padding: 11px 0px 15px 11px;
margin: 0px 0px 0px 0px;
float: left;
}
div.thumblist span {
padding: 3em 2em;
margin-left: 130px;
display: block;
}
