/* STYLESHEET FOR VARIETY PAGES */

/* ---- VARIETY PAGES ONLY: CSS FROM SPRY DEMOS */

/* LAYOUT RULES IN USE HERE */

/*this is the wrap tag from the Spry Demo*/
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}

h1 { font-weight: normal;
	font-size: 165%; text-align: left; color: #000; }

/* Help Popup */

.instructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left; line-height: 150%;
	color: black; background: #ddd;
	margin: 2px; padding: 5px;
}

/* No Java Script */
noscript { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large; font-style: italic; font-weight: bold;
	text-align: center;
	color: black; margin-bottom: 10px;
}

/* GALLERY AND PLAYBACK CONTROLS COPIED AND MODIFIED FROM SPRY DEMO SCREEN.CSS*/

#galleryLinks a {
	text-decoration: none;
}

#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../demos/images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-color: rgb(171,171,171);
	width: 280px; /* modified size from Spry demo to be larger */
	float: left;
	margin-right: 10px;
}

#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 120px; /* modified size from Spry demo to be larger */
	height: 120px; /* modified size from Spry demo to be larger */
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 120px; /* modified size from Spry demo be larger */
	height: 120px;  /* modified size from Spry demo to be larger */
	position: absolute;
	/*border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;*/
}
#picture {
	padding: 0px;
	width: 500px;
	float: right; /* changed from float: left to float: right */
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }


/* Layout Rules Originally Used for album.css
----------------------------------------------- */

/* Borderless design with thumbnails and main image against solid gray background: */

#wrap_borderless {
	padding-top: 5px;
	margin: 0;
	width: 100%;
	background-color: rgb(170,170,170);
} /* define height in HTML document as inline style */

#sidebar_borderless {
	background-color: rgb(170,170,170);
	padding: 4px 8px;
	margin-left: 10px; margin-bottom: 5px;
	width: auto;
	float: right;
	position: absolute;
} /* Define left edge of area as inline style: left: XXXpx; */

#previews_borderless {
	background-color: rgb(170,170,170);
	padding: 5px;
	margin-bottom: 5px; margin-right: 5px;
	float: left;
} /*set width in the document itself, according to proportions of thumbnails */





/* ---- EVERYTHING BELOW IS EXACTLY THE SAME AS SITE.CSS STYLESHEET ---- */

body {
	font-size: 100%;
	font-style: normal;
	color: #330066;
	background-color: #FFFFFF;
	margin: 0px; 
	padding: 0px;
	}

/* LINKS */

a:link { color: #003399; }
a:visited { color: #6666ff; }
a:hover { color: #993399; }
a:active { color: #9900ff; }

/* NAVBAR */

div#navbar {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* CONTAINERS */

div#maxwidth { width: 580px; }
.x800px { width: 800px; }

.floatl { float: left; padding-right: 10px; }
.floatr { float: right; padding-left: 10px; }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	line-height: 1.2em;
}

.ctr {
	text-align: center;
}

.rt {
	text-align: right;
}

.back2pg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: italic;
	text-align: left;
	line-height: 1.1em;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: left;
	line-height: 1.2em;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	line-height: 1.2em;
}

.back2top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: right;
	line-height: 1.2em;
}

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #330066;
}

.click {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
	color: #cc6666;
} 

.aqua {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	color: #009999;
}

.aquahead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #009999;
}

.aquaheadctr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #099;
	text-align: center;
}

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}

/* THUMBNAIL ROWS */

.tn { height: auto; width: auto; 
	padding: 0 10px 0; margin: 5px, 0px, 0px; 
	vertical-align: top; }
	
.tnbot { height: auto; width: auto; 
	padding: 0 10px 0; margin: 5px, 0px, 0px; 
	vertical-align: bottom; }



/*THIS IS FROM GEORGEGLAZER.COM but not yet used here*/
/* FOOTER */
/* div is the newer and preferred method as opposed to using tables*/

div#footer {
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #036;
	text-align: center;
	width: 600px;
	margin-bottom: 15px;
}

