/*
 * Combined style sheet for the index pages and the slide pages. 
 * This is mainly used to try out colors, fonts, whatever.
 */

/* Style for all bodies. */
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #C4C824;
	background-image:url('background_strip.jpg');
    background-color:#809F15; 
    background-repeat:repeat-x;
}




img {
	border-color: #b2b2b2;
}

/* Style for text file with same name as original, if included. */
/*	border: thin solid black;  */

.textFile {
	padding: 0.5cm 0.5cm;
	margin: 1px 10px 10px 10px;
	background-color: #3D5c0c;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border: thin solid black;
}

/* Style for "i" (iptc) section (right side slide), if included. */
.imageinfo {
	padding: 0.5cm 0.5cm;
	margin: 1px 10px 10px 10px;
	background-color: #809F15;
}










/* This puts a new border around an index thumbnail on hover */

.borderit img{
border: 1px solid #ccc;
}

.borderit:hover img{
border: 1px solid yellow;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #fff
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #C4C824;
}

a:active {
	text-decoration: underline;
	color: #c4c824;
}

/* This is from Exhibit skin GUI and is link bar at the top of the pages */
.nav_top {
	background-image:url('black.gif');
	font-size: 11px;
	color: blue;
	font-weight: bold;
	margin-bottom: 20px;
}


.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: #cccccc;
}
.nav_top a:link {
	text-decoration: none;
	color: white;
}

/* This is for any comment, if exists, appearing below the slide image. */

.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: 55%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: left;
}

/* Put a border on all generated images. remove padding and border */
.image {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999999;
}

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

/* css for Mindhive Navigation  */

/* Style for slide page thumbnails-Mindhive navigation */

.nav {
	font-size: x-small;
	margin-bottom: 20px;
}

table.nav {
	width: 100%;
	border-bottom: 0px dotted #999;
	font-size: x-small;
	font-weight: bold;
}

.slidethumb {
	border: 0px;
	padding: 1px;
}

.currentslidethumb {
	border: 2px solid #999;
	padding: 1px;
}	

