/* Neutral Pro v1.6 */

body {
  background: #151515;
  padding: 20px;
  margin: 0;
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #666;
}

img {
  border: 0;
}

a {
  color: #dddddd;
  font-weight: bold;
  text-decoration: underline;
}

.title {
  text-align: left;
  font-size: 20px;
  padding: 10px 10px 0px 0px;
  color: #666666;
  margin: 0 auto 0 auto;
  width: 810px;
}

/* Gallery table */

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

.gallery {
  padding: 10px;
  clear: both;
  background: black;
  border: 1px #2c2c2c solid;
  margin: 0 auto 0 auto;
  width: 800px;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
}

.galleryTable img {
  gallery-width: 100%;
  height: auto;
}

/* gallery image */

.galleryImage {
  text-align: left;
}

.caption {
  margin-top: 5px;
  text-align: left;
}

.caption a:hover {
}

/* page */

.pageImage {
}

.galleryPage {
  padding: 10px;
  text-align: left;
  font-size: 11px;
  clear: both;
  background: black;
  border: 1px #2c2c2c solid;
  margin: 0 auto 0 auto;
  width: 800px;
  text-align: center;
}

.galleryPage img {
  border: 1px solid #2c2c2c;
  max-width: 800px;
  max-height: auto;
}

.description {
  margin-top: 10px;
  border-top: 1px solid #2c2c2c;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

/* navigation */

.navigation {
  padding: 10px;
  text-align: left;
  clear: both;
  font-size: 11px;
  background: black;
  border: 1px #2c2c2c solid;
  margin: 8px auto 8px auto;
  width: 800px;
}

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

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

.navigationLinks a:hover {
  color: #ccc;
}

.pageIndex, .pagePrevious, .pageNext {
  display: inline;
  padding-right: 4px;
}

.pageIndex a, .pagePrevious a, .pageNext a {
  color: #666666;
  text-decoration: none;
}

.pageIndex a:hover, .pagePrevious a:hover, .pageNext a:hover {
  color: #ccc;
}

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

.pageLink {
  text-decoration: none;
  display: inline;
  padding: 3px;
  color: #666;
  margin-right: 1px;
}

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 3px;
  color: #ccc;
}

/* Photocast link */

.photocast {
  display: inline;
  border-left: 1px solid #d4d8d9;
  padding-left: 5px;
}

.photocastLable {
  display: none;
}

.photocast a {
  font-size: 11px;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
  background: #ffaa1f;
  letter-spacing: 1px;
  color: white;
}

/* copyright */

.copyright {
  color: #999;
  text-align: center;
  clear: both;
}

/* Live Search */


.searchLink {
  display: inline;
  padding: 5px;
  text-decoration: none;
}

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

.searchBox input {
  margin-top: 5px;
  font-size: 14px;
  color: #ccc;
  background: #222;
  border: 1px solid #333;
}

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

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

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

.searchBox {
}

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

.tagCloud a {
  text-decoration: none;
}

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