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

  Color scheme (part_of_site background foreground):
  body            #65ACD5 #203040
  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: #8080ff;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size: .8em;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
   background: #2020ff;
   color: #ffffff;
}

ul a:visited {
  color: #203040;
}
a:link img, a:hover img, a:visited img {
  border-style: none;
}

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

ul.menu { /* the navigation menu (parent folders) */ 
  background: #6060ff;
//  border-top: solid 30px #8080ff;
  border-top: solid 1px #404822;
  border-bottom: solid 1px #404822;
  font-weight: bold;
  letter-spacing: .5pt;
  margin: 0px;
  padding: 4px 8px;
  color: #404822;
}
ul.menu li {
  display: inline;
  color: #ffffff; 404822;
}
ul.menu li a {
  color: #ffffff; 404822;
}

ul.menu li.nav {
  position: absolute;
  right: 2%;
}

ul.menu li.up {
  position: absolute;
  right: 2%;
}

h2 { /* headers and footers */
  font-weight: normal;
  font-size: 1em;
  line-height: 130%;
  color: #203040;
  margin: 3% 2% 1% 2%;
  padding: 16px 16px;
  background: #b0b0ff;
  text-align: left;
  max-width: 600px;
  border: solid 1px #000000;
}

ul.list { /* the list of subfolders */
  list-style-type: none;
  max-width: 60%;
  width: 60%; 
  position: relative;
  left: 2%;
  border: ridge 3px #f00000;
  padding: 16px 16px;
  background: #e0b0b0;
  margin: 3% 2% 1% 2%;
}
ul.list li {
  line-height: 200%;
  color: #000000;
  font-size: 1.3em; 
}
ul.list li a {
  color: #000000;
}

ul.list li a:hover {
  color: #ffffff;
  background: #ff0000;
}

div.thumbnail { /* the area of a single thumbnail */
  border: solid 1px #203040;
  float: left;
  margin: 20px;
  text-align: center;
  background: #b0b0ff;
  height: 200px;
}

div.thumbnail a:hover {
  background: #b0b0ff;
}

/* The image tags within a thumbnail should all have a fixed height,
 * otherwise the layout looks really bad.
 */
div.thumbnail img {
  height: 120px;
}

div div.name, div div.caption { /* this is for text below thumbnails and images */
  color: #000000;
  line-height: 100%;
  text-align: center;
  padding: 2px 4px;
  background: #b0b0ff;
}
div a { /* color of links in captions */
  color: #e0e0ff;
}
h2 a { /* color of links in the headers/footers */
  color: #e0e0ff;
}

div div.name { /* this is only for text below thumbnails */
  font-size: 1.0em;
//  white-space: nowrap;
  max-width: 120px; 
}

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

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

div.fullimage a:hover {
   background: #b0b0ff;
} 

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: .5em;
  color: #203040;
  font-style: normal;
  text-align: right;
}
address a { /* color of links in the footer */
  color: #e0e0ff;
}

address span.helmar {
  display: none;
}

div div.nextprev, a.nextprev
{
	padding: 4px 10px 4px 10px;
	border: 1px solid #5050ff;
	text-decoration: none;
	float: left;
	color: #000000;
}

div div.nextprevspace
{

	padding: 4px 4px 4px 4px;
	text-decoration: none;
	float: left;
	color: #000000;
}

