/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: transparent;
	color: #534335;
	margin: 0px;
}

/* Style for all table cells. */
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

td.date {
	font-size: 10px;
}

td.navigation {
	text-align: right;
}

/* Put a border on all generated images */
.image {
	border-width: 3px;
	border-color: white;
	border-style: solid;
	margin: 0;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

	body#slide center img {
		border-width: 3px;
		border-color: white;
		border-style: solid;
	}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 12px;
}

/* Header */
h1 {
	font-size: 12px;
	font-weight: bold;
}

#slide .comment {
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #996600;
}

a:visited {
	text-decoration: none;
	color: #996600;
}

a:hover {
	text-decoration: underline;
}

a:link {
	text-decoration: none;
	color: #996600;
}

#imageinfo {
	visibility: hidden;
}

