/* album.css */

/*imported sans-serif font for heading - Generated by Font Squirrel (http://www.fontsquirrel.com) on September 7, 2011 09:28:13 AM America/New_York */




@font-face {

  font-family: 'CopystructNormal';
    
  src: url('../fontface/copystruct/COPYN___-webfont.eot');
    
  src: url('../fontface/copystruct/COPYN___-webfont.eot?#iefix') format('embedded-opentype'),
         
  url('../fontface/copystruct/COPYN___-webfont.woff') format('woff'),
  
  url('../fontface/copystruct/COPYN___-webfont.ttf') format('truetype'),
         url('../fontface/copystruct/COPYN___-webfont.svg#CopystructNormal') format('svg');
      font-weight: normal;

  font-style: normal;


}




/* Style for body and background;Brown Squares with Doodles
© Shelby Kate Schmitz from Sue Chastain-About.com */
body {
  background-image: url("../bkg_misc/sqrbkcg.png");
  background-repeat: repeat;	
  text-align:  center;
}

/* Style for h1 */
h1 {
  font-family: CopystructNormal, Arial, Helvetica, sans-serif;
  color: #523470;
  text-align: center;
  font-size: 3em;
  
}

/* Level 2 headings */
h2 {
  color: #240a49;
  font-family: "Book Antiqua", Times, Serif;
  text-align: center;
  font-weight: normal;	
}

/* Paragraph style */
p {
  font-size: 1.25em;
  font-family: Arial, Helvetica, sans-serif;
  color: #240a49;
}

/* style for tables of thumbnail images */
table.thumbs{
  text-align: center;
  border-spacing: 18px;
  margin:auto;
}


/* Style for table cells that contain thumbnails */
/*td.thumbs {
  border: solid 2px #240a49;
  padding: 1px;
  background-color: #c1c3dc;
}*/

/* Style for thumbnail images */
img.thumbs {
  width: 200px;
  height: 150px;
  border-width: 0px;  
 vertical-align:  middle; /*needed for vertical alignment in cell for FF*/
 }

div {
  position: relative;
}

a{
text-decoration: none;
}


/*  Used in positioning of span; span inside <a> causes span content to appear on hover */
div a span {
  display: none;
}

div a:hover span {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  margin: 10px;
  margin-left: 29px;
  z-index: 1;
  font-family: arial, sans-serif;
  font-size: 16px;
  color:black;
}

div a:hover span.span1 {
  background-image: url('../bkg_misc/span11.png');
  background-repeat: no-repeat;
  line-height: 20px;
  height: 20px;
  filter: alpha (opacity=80)
}


div a:hover span.span2 {
  background-image: url('../bkg_misc/span22.png');
  background-repeat: no-repeat;
  line-height: 20px;
  height:40px;
  filter: alpha (opacity=80)
  
}

img {
  height: 100%;
  max-width: 800px;
}