/*
 * Combined style sheet for the index pages and the slide pages.
 */

/*
 * weird "comments" in some following styles are a purposeful trick 
 * for giving different CSS to different browsers
 */

/* Style for all bodies. */
body { 
	font-family: Garamond, Century Schoolbook, Bookman Old Style, Georgia, Verdana, Arial, Helvetica, sans-serif; 
	background-image: url("albumbackground.jpg");
	margin: 0px; 
}

#scrollpart {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}

#fixedpart {
	position: /*/*/ fixed; /* */ /*/*/ /*/ absolute; /* */ 
	top: 0px; 
	left: 0px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}

body#index {
}

.labelthumb {
	text-align: center;
	font-size: small;
	text-decoration: none;
	color: #000080;
	margin: 0px;
	padding: 2px 4px 1px 4px;
}

.photospace { 
	padding-left: 6px; 
	padding-right: 8px; 
}

.photoborder {
	border-width: 0;
}

/* Put a border on all generated images */
.photoself {
	/* border-width: 2; */
	border-color: #A0A0F0;
	border-style: ridge;
}

.photothumb {
	/* border-width: 0; */
	border-color: #A0A0F0;
	border-style: solid;
}

.phototitle { 
	font-size: x-large; /*medium;*/ 
	font-weight: bold; 
	color: #000070;
}

.photocomment {
	font-size: medium;
	color: #000070;
}

.photodate { 
	font-size: x-small; 
	color: #000070;
}

.links { 
	font-size: large; 
	font-weight: normal; 
	font-variant: normal; 
	text-align: center; 
	padding-top: 3px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
}

.captionspace { 
	padding-left: 2.6em; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	text-align: left; 
}

.tourtitle { 
	font-variant: small-caps; 
	font-size: medium; 
	text-decoration: none;
	text-align: center; 
}

.albumpage {
	font-size: medium;
	font-weight: bold;
}

