@charset "utf-8";
/* CSS Document */

.photocontent {
	position: relative;	
}

#instruct {
	text-align: center;
	font-size: 140%;
	padding: 55px 0px;
	position: absolute;
	z-index: 10;
	width: 100%;
	color: white;
}

#fullimage {
	 width: 1024px;
	 z-index: 1;
}

#fullimage img {
	max-width: 1024px;	
}

#fullimage div.holder {
	background-color: #202020;
	display: block;
	position: relative;
	background-image: url(../images/loading-background.gif);
	background-repeat: no-repeat;
	background-position: center;
	/*set by php
	height: 768px; 
	width: 1024px;*/
	margin-left: auto;
	margin-right: auto;
}

#thumbholder {
	position: absolute;
	height: 125px;
	width: 1024px;
	overflow: hidden;
	z-index: 100;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	opacity: 0;
	display: block;
	z-index: 10;
	
}

#transparentbg {
	position: absolute;
	height: 135px;
	width: 100%;
	background-color: black;
	z-index: 5;
	opacity: .8;
}


#content #photoinfo #phototitle {
	font-size:1.9em;
	width: 800px;
	text-align: left;
	color:#AAA;
	padding: 3px 0px 3px 80px;
}

#content #photoinfo .right,
#messageholder .right 
{
	width: 200px;
	float: right;
	font-size: 1em;
	color: white;
	text-align: right;
	clear: right;
	margin: 1px 80px 0px 1px;
}

#content #photoinfo .right a,
#messageholder a {
	color: white;
	text-decoration: none;
}

#content #photoinfo .right a:hover,
#messageholder a:hover {
	color: red;
}

#messageholder {
	color: white !important;
	z-index: 20;
	background-color: black;
	font-size: 1.0em;
	padding: 10px;
	left: 300px;
	right: 300px;
	height: 100px;
	position: absolute;
	top: 150px;
	display: none;
}

#messageholder .right {
	margin: 0px;	
}

#messageholder p {
	padding: 0px;
	margin: 8px 0px;
}

#messageholder h3 {
	font-size: 1.4em;
	margin: 10px;
	clear: both;
}

#messageholder input {
	width: 80%;	
}

/*
.thumbs {
	opacity: 0;
	display: none;
}*/

.thumb {
	padding-left: 5px;
	padding-right: 5px;
}

.thumb a img {
	border: 1px solid black;	
	width: 75px;
	height: 75px;
}

.thumb a:hover img {
	border: 1px solid white;	
}

.thumb a:active img {
	border: 1px solid red;	
}	
