/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Century Gothic, Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: DAA520;
}

img {
	border-color: #C0C0C0;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
	font-size: 9px;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
	font-size: 9px;
}

a:hover {
	text-decoration: underline;
	color: white;
	font-size: 9px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
}

.comment {
	color: #DAA520;
	font-size: 12px;

}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and top. */
#index td {
	text-align: center;
	vertical-align: top;
	margin-bottom: 10;
}

/* Style for all table cells. */
td {
	font-family: Century Gothic, Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 10px;
}

/* Align the nav buttons */
.navicons {
text-align: left;
}
 
 
/* Align the rest */
.the_rest {
text-align: center;
}


/* Keep the margin under the images on the index pages. */
#index .image {
	margin-left: 12;
	margin-right: 12;
	margin-top: 12;
	margin-bottom: 12;
}

/* Do have margins on the slide pages. */
body#slide {
	margin-left: 90;
	margin-right: 90;
	margin-top: 25;
	margin-bottom: 0;
	border-width: 2;
	border-style: solid;
	margin: 5;
	border-color: #000000;

}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 9px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: normal;
}


#imageinfo {

	font-size: 12px;
}

