﻿/* Noir v1.6 */

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;

15:35 9/28/2006
  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;
}

.navigationLinks {
  display: inline;
  border-right: 3px double #ccc;
  margin-right: 8px;
}

.navigationLinks a {
  padding-right: 5px;
  text-decoration: none;
}

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

.pageIndex, .pagePrevious, .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 {
  display: inline;
}

.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;
}

/* Live Search */


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

.searchBox {
  padding-top: 5px;
  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: #ccc;
}

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

.results h2 {
  font-size: 18px;
  color: #ccc;
  padding: 10px 0 10px 0;
  margin: 0px;
  font-family: 'Times', 'Times New Roman', Serif;
}

.searchBox {
}

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

.tagCloud a {
  text-decoration: none;
}