@import "base.css";

/*
 * Containers.
 */
div#thumb_container
{
  margin-left: 12em;
}


/*
 * Images thumbs
 */
div.thumb_image a
{
  cursor : help;
}
div.thumb_image .caption
{
  display: none;
}
div.thumb_image:hover .caption
{
  display: block;
  position: absolute;
  top: 3.5em;
  left: 0.5em;
  width: 14em;
  padding: 0.1em;
  border: 2px outset #000000;
  opacity: 0.5;
  color: black;
  background-color: #CCCCCC;
  text-align: center;
}

/*
 * Albums thumbs
 */
div.thumb_album a
{
  cursor : help;
}
div.thumb_album .caption
{
  display: none;
}
div.thumb_album:hover .caption
{
  display: block;
  position: absolute;
  top: 3.5em;
  left: 0.5em;
  width: 14em;
  padding: 0.1em;
  border: 2px outset #000000;
  opacity: 0.5;
  color: black;
  background-color: #CCCCCC;
  text-align: center;
}

/*
 * Header & Footer area
 */
p#header-caption
{
  display: block;
  text-align: center;
  margin: 0em;
  margin-left: 12em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #000000;
  border-left: 1px dashed #000000;  
  border-right: 1px dashed #000000;  
}

p#footer-caption
{
  display: block;
  text-align: center;
  margin: 0em;
  margin-left: 12em;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dashed #000000;  
  border-left: 1px dashed #000000;  
  border-right: 1px dashed #000000;  
}
