﻿/* Green Accent */

body {
  background: #8fb347;
  padding: 0px;
  margin: 0;
  font-family: "Lucida Grande", "Trebuchet MS", "Times", Serif;
  font-size: 11px;
}

img {
  border: 0;
}

a {
  color: #94683b;
  text-decoration: underline;
}

.title
{
	font-size: 22px;
	letter-spacing: -1px;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	background-color: #8FB347;
	background-image: url(images/Logo2006.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	height: 100px;
}

/* Gallery table */

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

.gallery {
  margin: 0 auto 0 auto;
  padding: 5px;
  background: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
}

/* gallery image */

.galleryImage {
  text-align: center;
}

.caption {
  text-align: center;
}

.caption a:hover {
}

/* page */

.pageImage {
}

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

/* description */

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

/* navigation */

.navigation {
  background: #ccff66;
  padding: 10px;
  text-align: left;
  clear: both;
  font-size: 11px;
}

.navigationLinks {
  display: inline;
  margin-right: 8px;
}

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

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

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

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

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

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

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

/* Photocast link */

.photocast {
float: right;
}

.photocastLable {
  display: none;
}

.photocast a {
  font-family: Verdana, sans serif;
  font-size: 11px;
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  display: inline;
  margin-right: 5px;
  background: #ff8000;
  color: white;
}

/* copyright */

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