/*
 * 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: #ccccff;
	color: #000000;
}

img {
	border-color: #8e8eb2;
}

/* 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
}

.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: 80%; 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: bottom;
}

/* 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 required for Lightbox */


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }


/* 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;
}


