/* Narrow Blue (fixed width) v2 */

body {
  background: #eee;
  padding: 0px;
  margin: 0px;
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 11px;
}

img {
  border: 0;
}

a {
  color: #0f0eff;
  text-decoration: underline;
}

.title {
  text-align: left;
  font-size: 18px;
  background: #004080;
  letter-spacing: -1px;
  padding: 10px;
  border-bottom: 5px solid #0080ff;
  border-left: 1px solid black;
  border-right: 1px solid black;
  color: white;
  margin: 0px auto 0px auto;
  width: 620px;
}

/* Gallery table */

.gallery {
  background: white;
  clear: both;
  margin: 0px auto 0px auto;
  border-bottom: 1px solid #666;
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 640px;
}

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

.galleryRow {
}

.galleryColumn {
  padding: 5px;
}

/* gallery image */

.galleryImage {
  text-align: center;
}

.galleryImage img {
  width: 100%;
  height: auto;
}

.caption {
  text-align: center;
  overflow: hide;
}

.caption a:hover {
}

/* page */

.pageImage {
  max-width: 640px;
  width: auto;
  height: auto;
}

.galleryPage {
  background: white;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #666;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin: 0 auto 0 auto;
  width: 640px;
  clear: both;
}

.description {
  border-top: 1px solid #666;
  font-size: 10px;
  padding: 8px;
  font-weight: normal;
  text-align: left;
}

/* navigation */

.navigation {
  background: #66ccff;
  padding: 10px;
  text-align: left;
  clear: both;
  font-size: 11px;
  color: black;
  border-bottom: 1px solid #666;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin: 0px auto 0px auto;
  width: 620px;
}

.navigationLinks {
  display: inline;
  margin-right: 8px;
  border-right: 1px solid black;
}

.navigationLinks a {
  padding-right: 4px;
  text-decoration: none;
  color: black;
}

.pageIndex, .pagePrevious, .pageNext {
  display: inline;
  padding: 5px;
}

.currentLink {
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  display: inline;
  margin-right: 1px;
  background: #004080;
  color: white;
}

.pageLink {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  color: #white;
  margin-right: 1px;
}

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  background: white;
  color: black;
}

/* Photocast link */

.photocast {
float: right;
}

.photocastLable {
  display: none;
}

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

/* copyright */

.copyright {
  padding: 10px;
  color: #666;
  text-align: center;
  clear: both;
}

/* Live Search */


.searchLink {
  display: inline;
  padding: 5px;
}

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

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

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

.results img {
  width: 100px;
  height: auto;
}

.searchBox {
}

.tagCloud {
  width: auto;
  padding: 10px;
  background: #eee;
}

.tagCloud a {
  text-decoration: none;
}
