/* Simply White */

body {
  width: 800px;
  background: #001a6d url(../../images/background.png) repeat-x;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 11px;
}

.pageBody {
	background-color: white;
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}
	
a:active {
	text-decoration: none;
}

.header {
	background: none repeat-y;
	width: 800px;
	position: relative;
	margin: 0;
	text-align: center;
	clear: both;
	visibility: visible;
	overflow: hidden;
}

.nav-bar {
	position: relative;
	width: 800px;
	margin: 0;
	float: left;
	background: none repeat-y;
	clear: both;
}

img {
  border: 0;
}

.title {
  text-align: left;
  font-size: 22px;
  background: #eee;
  letter-spacing: -1px;
  padding: 10px;
  color: #333;
  text-align: left;
	clear: both;
}

/* 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;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

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

/* navigation */

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

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

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

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

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

.banner {
	text-align: left;
	background-color: white;
	float: left;
}

.banner-right {
	text-align: right;
	background-color: white;
	float: right;
	margin-right: auto;
	margin-left: auto;
}

.footer {
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	clear: none;
	float: left;
	width: 800px;
	background-color: white;
}

.clear {
	clear: both;
	text-align: center;
	font: small Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.clear-left {
	text-align: left;
	font: xx-small Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 25px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #000;
	float: left;
	clear: both;
}

.sitemap {
	text-align: left;
	font: xx-small Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	float: right;
	padding-right: 25px;
	background-position: 0;
	vertical-align: middle;
	height: 15px;
	padding-left: 5px;
}

