﻿/* Noir */

body {
  background: #222;
  padding: 20px 20px 20px 20px;
  margin: 0;
  font-size: 11px;
}

img {
  border: 0;
}

a {
  color: #aaa;
}

.title {
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  font-size: 22px;
  letter-spacing: -1px;
  color: white;
  text-align: left;
  font-family: Times, Serif;
}

/* Gallery table */

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

.gallery {
  margin: 0 auto 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  clear: both;
  font-family: Verdana, sans serif;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
}

/* gallery image */

.galleryImage {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.caption {
  text-align: center;
}

.caption a {
  text-decoration: none;
}

.caption a:hover {
  text-decoration: underline;
  color: white;
}

/* page */

.pageImage {
}

.galleryPage {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

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

/* navigation */

.navigation {
  margin: 10px 0 10px 0;
  text-align: left;
  clear: both;
  font-family: Verdana, sans serif;
  font-size: 11px;
  color: #eee;
}

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

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

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

.currentLink {
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  border: 1px solid #eee;
  display: inline;
  margin-right: 5px;
  background: #eee;
  color: black;
}

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

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  border: 1px solid #ccc;
}

/* Photocast link */

.photocast {
  float: right;
}

.photocast a {
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  border-width: 1px; 
  border-style: solid;
  border-color: #eee #000 #000 #eee;
  display: inline;
  margin-right: 5px;
  background: #ff8000;
  color: white;
}

/* copyright */

.copyright {
  border-top: 1px solid #ccc;
  margin: 10px 0 10px 0;
  padding-top: 5px;
  text-align: left;
  clear: both;
  font-family: Verdana, sans serif;
  font-size: 11px;
  color: #eee;
}