/*
 * Combined style sheet for the index pages and the slide pages.
 */

/*
 * This style template pops up a color dialog so users can choose background color
 * The choice is then saved in the project
 */



/* Style for all bodies. */
body     { color: #647068; font-size: 10px; font-family: "Lucida Grande"; background-color: #2e3a3a; margin: 5 }

/* Style for all table cells. */
td    { font-size: 12px; font-family: "Lucida Grande" }


/* Put a border on all generated images */
.image  { margin: 5; border: solid 1px #838383 }

.thumb {
	text-align: center;
	vertical-align: top;
	width= 33%;}

.nav  { font-size: 26px; font-weight: bold; text-align: left; width: 25% }

.nav a {
	color: #CCCCCC;
}
#current {
	color: #37820F;
}
.nav a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.nav a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/* Align the content of the cells on the index pages to the center */
#index td {text-align: center;}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;}

/* Highlight the image name on the slide pages. */
#slide .name    { font-size: 12px; font-weight: normal }

/* Header */
h1        { font-size: 19px; font-weight: lighter; text-decoration: none }
h2   { color: #cccccc; font-size: 15pt; font-style: emphasis  }

h3  { color: #cccccc; font-size: 15pt }
/* Custom link styles */
a {
	color: #CCCCCC;
	text-decoration: none;}
a:active  { color: silver; text-decoration: none }
a:visited  { color: #b0c4db; text-decoration: none }
a:hover  { color: #FFFFFF; text-decoration: underline }
#imageinfo {visibility: hidden;}
.main {text-align: center;}

#comment {
	width: 400px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:center; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;
	overflow: hidden;}
html>body #comment {
	width: 370px; /* ie5win fudge ends */
	}