/* Retro 3D v1.6 */

body {
  background: black;
  color: white;
  padding: 0px;
  margin: 0;
  font-family: "Arial", "Helvetica", Sans Serif;
  font-size: 11px;
}

img {
  border: 0;
}

a {
  color: white;
  text-decoration: none;
}

.title {
  text-align: left;
  font-size: 22px;
  letter-spacing: -1px;
  background: #0066cd;

  border-top: 2px solid #3398fe;
  border-bottom: 2px solid #003f80;

  padding: 10px 15px 5px 15px;
  color: #ffffff;
  text-align: left
}

/* Gallery table */

.galleryTable {
  width: auto;
  clear: both;
  padding: 0px;
  margin: 0px;
}

.gallery {
  margin: 0 auto 0 auto;
  padding: 10px 10px 10px 10px;
  background: #191919;
  border-bottom: 1px solid #666355;
  clear: both;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
}

/* gallery image */

.galleryImage {
}

.caption {
  font-family: Verdana;
}

.caption a:hover {
}

/* page */

.pageImage {
}

.galleryPage {
  background: #191919;
  padding: 10px 15px 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

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

/* navigation */

.navigation {
  border-top: 2px solid #dfd1ba;
  border-bottom: 2px solid #666355;
  background: #b3a895;
  padding: 10px 10px 10px 15px;
  text-align: left;
  clear: both;
  font-size: 11px;
}

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

.pageIndex, .pagePrevious, .pageNext {
  display: inline;
}

.navigationLinks a, .pageIndex a,.pagePrevious a,.pageNext a, .tagCloud a, .searchLink {
  color: black;
  padding: 2px 4px 2px 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3a895;
}

.navigationLinks a:hover, .pageIndex a:hover, .pagePrevious a:hover, .pageNext a:hover, .tagCloud a:hover, .searchLink: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 {
  display: inline;
  border-color: #666355 #dfd1ba #dfd1ba #666355 ;
  border-width: 1px;
  border-style: solid;
  padding: 4px;
}

.photocastLable {
  display: inline;
}

.photocast a {
  font-family: Verdana, sans serif;
  font-size: 10px;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
  display: inline;
  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;
}

/* Live Search */

.searchBox {
  font-size: 13px;
  font-weight: bold;
  color: #666;
  width: 100%;
}

.searchBox input {
  font-size: 14px;
  margin-top: 5px;
  color: #444;
}

.results {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.results img {
  width: 100px;
  height: auto;
  margin: 2px 5px 2px 0;
}

.results h2 {
  color: white;
  font-size: 16px;
}

.searchBox {
  color: white;
}

.tagCloud {
  border-top: 2px solid #dfd1ba;
  border-bottom: 2px solid #666355;
  background: #b3a895;
  padding: 10px 10px 10px 15px;

}
