/* Body */

body {
  font-family: verdana, sans-serif;
  background: #452419;
  color: #eeeeee;
}

/* Links */

a:link {
  color: #bbb;
}

a:visited {
  color: #bbb;
}

a:hover {
/*
  color: #bbddff;
  background: #555555;
  */
  color: #3c0000;
  background: #bbb;
}

img.image-link {
  border-style: none;
}

/* Various */

.small {
  font-size: 60%;
}

.large {
  font-family: "Garamond",serif;
  font-size: 250%;
}

.center {
  text-align: center;
}

.center table {
  margin-left: auto;
  margin-right: auto;
}

/* Index table */

table.index {
  border: 0px;
  padding: 0px;
  margin-top: 9px;
  margin-bottom: 9px;
}

table.with-tile {
  background-color: #000000;
}

table.index td {
  padding: 0px;
  /*background-color: #fff;*/
}

table.index td.thumb img {
  vertical-align: middle;
  /* border-style: none; */
  /*border: 1px solid #777; */
  border: 2px solid #eee;
  /*border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;*/
}

table.index td.text-thumb {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  text-align: center;
  font-size: 50%;
}

table.index td.tiled {
  background-image: url("tile.png");
  background-repeat: repeat-x;
  text-align: left;
  font-size: 0px;
}

table.index td.thumb-dim {
  font-size: 50%;
}

table.index td.thumb-caption {
  /*font-size: 75%;*/
  background: none;
  padding-top: 5px;
}

hr.index {
  width: 80%;
  height: 0px;
  border-width: 2px;
}

/* Slides */

table.slide {
  background-color: #000000;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 0px;
}

table.slide td.image-slide {
  padding: 0px;
}

table.slide td.image-slide img {
  vertical-align: middle;
  border-style: none;
}

table.slide td.text-slide {
  text-align: center;
  vertical-align: middle;
  font-size: 200%;
  font-style: italic;
}

p.caption {
  text-align: center;
}

/* Headers and footers */

.header {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.footer {
  font-size: 120%;
  padding-top: 20px;
  padding-bottom: 6px;
  text-align: center;
}

/* EXIF table */

table.exif {
  border: 0px;
  border-spacing: 1px;
  background: #ffffff;
}

table.exif td.exif-name {
  text-align: right;
  background: #333333;
  padding-left: 6px;
  padding-right: 6px;
}

table.exif td.exif-value {
  text-align: left;
  background: #333333;
  padding-left: 6px;
  padding-right: 6px;
}

/* Self added */

.index-title,
.slide-title {
  text-align: center;
}

img:hover {
  opacity: 0.75;
  background: #ffffff;
}

table.slide td.image-slide img:hover {
  opacity: 1.0;
}

.nav a:hover,
td.image-slide a:hover,
table.index td.thumb a:hover,
.header a:hover {
  background: none;
}

.credits {
  padding-top: 30px;
  padding-bottom: 6px;
  text-align: center;
}

.slide-space {
  padding-left:150px;
}

/* MEDIA */

@media (max-width: 904px) {
	.image-slide img {
		width: 100% !important;
		height: auto !important;
	}
	.slide-space {
		padding-left:20px;
	}
	table.index td.thumb {
 	 	width: auto !important;
  		height: auto !important;
	}
	table.index td.thumb img {
 	 	width: 100% !important;
  		height: auto !important;
	}
}

@media (max-height: 840px) {  /* 767 */
	.image-slide img {
		width: 100% !important;
		height: auto !important;
	}
	.slide-title {
		display: none;
	}
}

