@charset "UTF-8";
.pagetitle/* CSS Document */

/* Style for Diana Copperwhite Website by Alan Butler */


 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #66CC66;
	text-align: center;
}
.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
}
.mainmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.img a {
	border: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.img a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
	
}
.worktitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.mainmenu  a:hover  {
	background-color: #66FFCC;
	}
	
	
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	line-height: 85%;
	font-weight: bold;
	color: #333333;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 0px 0px 0;
}

.thumbnail:click{
background-color: transparent;
}

.thumbnail:click img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
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*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: center;
	position: relative;
	bottom: 5px;
}
.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #666666;
	line-height: 200%;
}
img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px;
}
