/* CSS Document */

body {
	font-family: Gill Sans MT, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212E15;
	background-color: #46131F;
	margin-top: 0px;
}

a:link {
    color:#212E15;
}

a:visited {
    color:#46131F;
}
a:hover, a:active {
      text-decoration:underline;
      color: #FFFF99;
	  background-color:#666633;}
	  
#footer_index {
background-image: url(footer_index.jpg);
background-repeat: no-repeat;
text-align: center;
color: FFFFFF;
}

#footer_sub {
background-image: url(footer_sub.jpg);
background-repeat: no-repeat;
text-align: center;
color: FFFFFF;
}

#main{
	background-color: #A2A384;
		padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	}
	
#filler{
	background-image: url(filler.jpg);
background-repeat: x-repeat;
	}
	
.heading {
color: #46131F;
font-size: 18px;
font-weight:bold;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #A2A384;
padding: 5px;
left: -1000px;
border: 1px dashed #46131F;
visibility: hidden;
color: black;
text-decoration: none;
font-family: Gill Sans MT, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */

}

#watermark{
	background-image: url(images/watermark.gif);
	background-repeat: repeat-y;
	background-color: #A2A384;
		padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	}
	
/* photo gallery on playsets page */
@charset "utf-8";
/* CSS Document */
#gallery {width:728px; height:400px; padding:10px; border:1px solid #333; background: #7B8A47; position:relative; margin-bottom:20px;}
#gallery b.default {position:absolute; left:10px; top:10px; width:548px; height:380px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {display:block; color:#FFFFCC; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:12px; width:350px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:102px; height:102px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:100px; height:100px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:100px; height:100px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#000 #ddd #eee #333; background:#A2A384;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:540px; height:380px; text-align:center; background: #7B8A47; z-index:20;}
#gallery ul li a:hover span {display:block; color:#FFFFCC; font-family: verdana, arial, sans-serif; font-weight:normal; font-size:12px; width:350px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#000 #ddd #eee #333;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#000 #ddd #eee #333; background:#FFFFCC;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#7B8A47; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#FFFFCC; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:12px; width:350px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#000 #ddd #eee #333;}


