body, pre
{
font-family: 'Josefin Sans';
/*font-family: 'Book Antiqua';*/
}

span.sold
{
color: #994222;
}

li.padded {
  margin-top: 0px;
  margin-bottom: 8px;
  margin-right: 100px;
  margin-left: 0px;
  font-size: 19px;
  padding-left:10px;
}

img.padded
{
margin-left: 10 pt;
}

p.paddedright
{
margin-right: 20pt;
}

p.paddedleftright
{
margin-left: 20pt;
margin-right: 20pt;
}

span.bigger
{
font-size: 40px; 
color: white;
font-variant: small-caps;
}

span.big
{
font-size: 30px; 
color: white;
font-variant: small-caps;
}

span.tiny
{
font-size: 15px; 
color: white;
width: 200px;
margin-left: 55pt;
}

span.tinyleft
{
font-size: 15px; 
color: white;
width: 200px;
margin-left: -40pt;
}

span.small
{
margin-left: 10pt;
font-size: 20px; 
color: white;
}

span.photo
{
margin-left: -20pt;
}

div.underphoto
{
font-size: 20px; 
color: white;
width: 500px;
}

span.rightofphoto
{
font-size: 20px; 
color: white;
width: 200px;
margin-left: 80pt;
}

table.small
{
margin-left: 10pt;
font-size: 20px; 
color: #994222;
}

table.text
{
margin-left: 10pt;
font-size: 20px; 
color: white;
width: 100%
}

table.bigtext
{
margin-left: 10pt;
font-size: 25px; 
color: white;
width: 100%;
}

p,li,th,td
{
font-size: 100%;
}

head, body
{
background: #000000;
}

hr { 
height: 0; 
border: 0; 
border-top: 1px solid #994222; 
} 

hr.white { 
height: 0; 
border: 0; 
border-top: 1px solid white; 
} 

a:link, a:visited, a:hover
{color: #994222;}
a
{
text-decoration: none;
margin-right: 10pt;
}


.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
background: black;
color:white;
}

.thumbnail:hover{
background: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: black;
padding: 5px;
left: -1000px;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

