﻿/* Flickery */

body {
  background: #white;
  padding: 0px;
  margin: 20px 40px 20px 40px;
  font-family: Arial, Sans serif;
  font-size: 11px;
}

img {
  border: 0;
}

a {
  color: #0061de;
  text-decoration: underline;
}

.title {
  border-top: 1px dotted #ccc;
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

/* Gallery table */

.galleryTable {
  width: auto;
}

.gallery {
  padding: 5px;
  background: white;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
  text-align: center;
}

/* gallery image */

.galleryImage {
  padding: 0px;
  margin: 0px auto 0px auto;
}

.galleryImage img {
  border: 1px solid #dddddd;
}

.caption {
  text-align: center;
}

.caption a:hover {
  text-decoration: none;
  background: #0061de;
  color: white;
}

/* page */

.pageImage {
}

.galleryPage {
  background: white;
  padding: 10px 10px 10px 5px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

/* description */

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


/* navigation */

.navigation {
  margin: 5px 0 5px 0;
  text-align: left;
  clear: both;
  font-size: 11px;
}

/* for extra links in the navigation bar */
.navigationLinks {
  display: inline;
  margin-right: 8px;
}

.navigationLinks a {
  padding-right: 4px;
}

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

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

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

.currentLink {
  text-decoration: none;
  padding: 1px 2px 1px 2px;
  color: black;
  font-weight: bold;
  font-size: 12px;
  display: inline;
  margin-right: 5px;
}

.pageLink {
  text-decoration: none;
  display: inline;
  padding: 1px 5px 1px 5px;
  border: 1px solid #aaa;
  font-weight: normal;
  color: #0061de;
  margin-right: 5px;
}

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 1px 5px 1px 5px;
  border: 1px solid #000;
  font-weight: normal;
  background: #0061de;
  color: white;
}


/* Photocast link */

.photocast {
  float: right;
}

.photocast a {
  font-family: Verdana, sans serif;
  font-size: 10px;
  text-decoration: none;
  padding: 1px 5px 1px 5px;
  border-width: 1px; 
  border-style: solid;
  border-color: #000;
  display: inline;
  margin-right: 5px;
  background: #ff8000;
  color: white;
}

/* copyright */

.copyright {
  margin: 10px 0 10px 0;
  padding-top: 5px;
  text-align: left;
  clear: both;
  color: #aaa;
}
