/*
  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: #7DEAF2;
  background: #BAC8BB;
  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: #99CCFF;
}
a:link img, a:hover img, a:visited img {
  border-style: none;
}

h1 { /* the header of all pages */
  height: 78px;
  background: #FFFFFF;
  color: #7DEAF2;
  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: #87A98E;
  border-top: solid 1px #404822;
  border-bottom: solid 1px #404822;
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 0px;
  padding: 3px 0px 3px 2%;
  color: #FFFFFF;
}
ul.menu li {
  display: inline;
  color: #FFFFFF;
}
ul.menu li a {
  color: #FFFFFF;
}
ul.menu li.up {
  position: absolute;
  right: 2%;
}

h2 { /* headers and footers */
  font-weight: normal;
  font-size: 1em;
  line-height: 130%;
  color: #99CCFF;
  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: #734D22;
}
ul.list li a {
  color: #734D22;
}

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

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

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

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

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

div.slideshowbutton {
  float: right;
}

div.fullimage { /* the full image areas */
  border: solid 1px #87A98E;
  float: left;
  overflow: hidden;
  margin: 10px;
  background: #87A98E;
}

div.mainmenu { /* main menu on the index page */
  /* border: solid 1px #000000; */
  float: left;
  white-space: nowrap;
  /* overflow: hidden; */
  /* margin: 10px; */
  /* background: #000000; */
}

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;
}

address span.helmar {
  display: none;
}
