/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #a3dcff;
	color: #000000;
}

img {
	border-color: #729ab2;
}

/* Style for text file with same name as original, if included. */
.textFile {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border: thin solid black;
	padding: 0.1cm 0.5cm;
	margin: 1px 10px 10px 10px;
	background-color: #ddd;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #A52A2A;
}

a:visited {
	text-decoration: none;
	color: #cc0033;
}

a:hover {
	text-decoration: underline;
	color: #000066
}

a:link {
	text-decoration: none;
	color: #A52A2A
}

/* This puts a new border around an index thumbnail on hover */
.borderit img{
border: 2px solid #729ab2;
}

.borderit:hover img{
border: 2px solid navy;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


/* This is the top of page link style courtesy of the Exhibit skin */
.nav_top {
	font-size: 11px;
	background-color: #4A3826;
	color: white;
	font-weight: bold;
}



.nav_top a:active {
	text-decoration: none;
	color: white;
}
.nav_top a:visited {
	text-decoration: none;
	color: white;
}
.nav_top a:hover {
	text-decoration: none;	
	font-size: 11px;
	background: #9C6A32;
}
.nav_top a:link {
	text-decoration: none;
	color: white
}


.comment {
	font-weight: bold; width: 50%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: center;
}

/* control width of header.inc and or footer.inc files*/

.inc {
	width: 60%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: left;
}


/* Put a border on all generated images */
.image {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

body {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


#imageinfo {

	font-size: 11px;
}



/* css for Mindhive Navigation  */

.nav {
  font-size: x-small;
}

table.nav {
	width: 100%;
	border-bottom: 0px dotted #999;
	font-size: x-small;
	font-weight: bold;
}

.slidethumb {
	border: 0px;
	padding: 1px;
}

.currentslidethumb {
	border: 3px dotted #999;
	padding: 1px;
}


