﻿/* Retro 3D */

body { padding: 0; margin: 0; font-family: verdana, Arial, Helvetica, "Sans Serif"; font-size: 11px; background: #696969 url(bluegreystripe.jpg); }

img {
  border: 0;
}

a {
  color: #393957;
  text-decoration: none;
}

.title { text-align: left; font-size: 12px; letter-spacing: -1px; background: #aab4b4; border-top: 4px solid #e3ebee; border-bottom: 4px solid #323232; padding: 10px 15px 5px; color: #435b6a; font-weight: bold; text-align: left
 ; text-indent: 50px; }

/* Gallery table */

.galleryTable { background-color: #9d9f9f; width: auto; clear: both; padding: 0; margin: 0; }

.gallery { background: #9d9f9f url(bluegreystripe.jpg); margin: 0 auto; padding: 10px 75px; border-bottom: 1px solid #666355; clear: both; }

.galleryRow {
}

.galleryColumn {
  padding: 10px 40px;
}

/* gallery image */

.galleryImage {
}

.caption { font-family: Verdana; background-attachment: scroll; }

.caption a:hover {
}

/* page */

.pageImage { background-color: #9d9f9f; margin: 12px; padding: 60px 120px; }

.galleryPage { text-align: center; font-size: 14px; font-weight: bold; background-image: url(Gallery/bluegreystripe.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; clear: both; padding-right: 15px; padding-left: 15px; }

.description { margin-top: 20px; margin-bottom: 10px; font-size: 12px; font-weight: normal; background-attachment: scroll; }

/* navigation */

.navigation {
  border-top: 2px solid #bebece;
  border-bottom: 2px solid #313131;
  background: #989d9d;
  padding: 10px 10px 10px 15px;
  text-align: left;
  clear: both;
  font-size: 11px;
}

.navigationLinks {
  display: inline;
  margin-right: 8px;
}

.pageIndex, .pagePrevious, .pageNext { background-attachment: scroll; display: inline; }

.navigationLinks a, .pageIndex a,.pagePrevious a,.pageNext a { color: black; font-family: Verdana; padding: 2px 4px;
  borde;border: solid 1px transparent; }

.navigationLinks a:hover, .pageIndex a:hover, .pagePrevious a:hover, .pageNext a:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #dfd1ba #666355 #666355 #dfd1ba;
}

.currentLink {
  text-decoration: none;
  padding: 2px 4px 2px 4px;
  display: inline;
  margin-right: 5px;
  background: #666355;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: black #dfd1ba #dfd1ba black;
}

.pageLink {
  text-decoration: none;
  display: inline;
  padding: 2px 4px 2px 4px;
  font-weight: normal;
  color: black;
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3a895;
}

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 2px 4px 2px 4px;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #dfd1ba #666355 #666355 #dfd1ba;
}

/* Photocast link */

.photocast {
  float: right;
}

.photocastLable {
  display: none;
}

.photocast a {
  font-family: Verdana, sans serif;
  font-size: 10px;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
  display: inline;
  margin-right: 5px;
  background: #666355;
  border: 1px solid #b3a895;
  color: white;
}

.photocast a:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #dfd1ba black black #dfd1ba;
}

/* copyright */

.copyright {
  padding: 10px 10px 10px 15px;
  color: #666666;
  text-align: left;
  clear: both;
}

