﻿/* Simply White */

body {
  background: white;
  padding: 0px;
  margin: 0;
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 11px;
}

img {
  border: 0;
}

a {
  color: #BA0001;
  text-decoration: none;
}

a hover {
  color: #CCCCCC;
  text-decoration: none;
}

.title {
	font: bold 13px/16px Arial, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	text-align: left;
	border-bottom: 1px dotted #990000;
	background: left top;
	vertical-align: top;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 1px;
	padding-top: 1px;
	letter-spacing: 1px;
}

/* Gallery table */

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

.gallery {
  margin: 0 auto 0 auto;
  padding: 5px;
  background: white;
  clear: both;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
}

/* gallery image */

.galleryImage {
  text-align: center;
}

.caption {
  text-align: center;
}

.caption a:hover {
}

/* page */

.pageImage {
}

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

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

/* navigation */

.navigation {
  background: #dfdfdf;
  padding: 3px;
  text-align: left;
  clear: both;
  font-size: 11px;
  margin-left: 12px;
  margin-right: 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #444;
  text-decoration: none;
}

.navigationLinks {
  display: inline;
  margin-right: 8px;
  text-decoration: none;

}

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

}

.pageIndex, .pagePrevious, .pageNext {
  display: inline;
  padding: 4px;
  text-decoration: none;
}

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

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

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

/* Photocast link */

.photocast {
  display: inline;
}

.photocastLable {
  display: none;
}

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

/* copyright */

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

/* Live Search */


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

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

.searchBox input {
  font-size: 14px;
  color: #444;
}

.results {
  padding: 0 10px 0 10px;
}

.results h2 {
  font-size: 18px;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

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

.tagCloud {
  width: auto;
  padding: 10px;
  background: #eee;
  margin: 0 10px 10px 10px;
}

.tagCloud a {
  text-decoration: none;
}
