Inish Stone Stylesheet

.content{
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
line-height: 18px;
color: #333333;}

li,p,td{
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
line-height: 18px;
color: #666666;}

#header{
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;
align:center;
line-height: 18px;
color: #ffffff;}

.footer{
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px;
line-height: 12px;
color: #ffffff;}

#nav{
color: #000000;
font-family: Arial, Helvetica, sans-serif; 
letter-spacing:0.03em;
font-size: 12px;
font-weight:bold;}

a#nav:link{
text-decoration: none;
color:#000000;}

a#nav:hover{
text-decoration: underline;
color:#000000;}

a#nav:visited:active{
text-decoration: none;
color:#000000;}

a#nav:visited{
text-decoration: none;
color:#000000;}

a#nav:active{
text-decoration: underline;
color:#000000;}

a#nav:visited:hover {
color: #000000;
text-decoration: underline;
}

a.footer:link{
text-decoration: underline;
letter-spacing:0.1em;
color:#ffffff;}

a.footer:hover{
text-decoration: underline;
letter-spacing:0.1em;
color:#ffffff;}

a.footer:visited:active{
text-decoration: underline;
letter-spacing:0.1em;
color:#ffffff;}

a.footer:visited{
text-decoration: underline;
letter-spacing:0.1em;
color:#ffffff;}

a.footer:active{
text-decoration: underline;
letter-spacing:0.1em;
color:#ffffff;}

a.footer:visited:hover {
color: #ffffff;
letter-spacing:0.1em;
text-decoration: underline;
}

a:link{
text-decoration: underline;
color:#666666;}

a:hover{
text-decoration: underline;
color:#666666;}

a:visited{
text-decoration: underline;
color:#666666;}

a:active {
text-decoration: underline;
color:#666666;}

.bgd{
background-repeat:repeat-x;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -400px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -220px;
left: -200px; /*position where enlarged image should offset horizontally */
}


.gallerycontainer{
position:reltive;
height:350px;}

.thumbnail1{
position: relative;
z-index: 0;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -400px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left: 25px; /*position where enlarged image should offset horizontally */
z-index:50;

}

/*Index page position right */

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -400px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -220px;
left: -400px; /*position where enlarged image should offset horizontally */
}
