/*
// shade theme for Inmemoriam media gallery for Geeklog	//
// Courtesy summitpages.ca and Alford Deeley				//
*/

/*.inm-shade {
	background-image: url('shade/shade.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	}*/

div.inm-shade select {
	background-color: #666;
	color: #FFF;
	}

.inm-thumbnail {
	float: left;
	margin: 15px;
	padding: 5px;
	font-size: .8em;
	text-align: center;
	background-color: #666;
	color: #FFF;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	}

.inm-thumbnail a:link {
	color: #FFF;
	text-decoration: underline;
	}

.inm-thumbnail a:visited, .inm-thumbnail a:active {
	color: #CCC;
	text-decoration: underline;
	}

.inm-thumbnail a:hover {
	color: #000;
	text-decoration: none;
	}

div.inm-thumbnail:hover {
	background-color: #999999;
	}

.inm-fullimage img {
	border: #666666 solid 6px;
	}

/*
.inm-fullimage a {
	color: #FFF;
	}

.inm-fullimage a:hover {
	color: #FFC400;
	}

inm-fullimage a:visited, .inm-fullimage a:active {
	color: #FFC400;
	}
*/

