﻿/* Simply White */
HTML { width:100%; height:100%; background:#a3afc0 url(/images/bg.png) repeat-x scroll; }
Body { margin:10px 0; font-family:Helvetica, Arial; font-size:12px; color:#000;  }

.pageBody { padding-bottom:35px; background: url(/images/bg-bottom.png) bottom no-repeat; }
img {
  border: 0;
}

a {
  color: #444;
  text-decoration: underline;
}

.title {
  width:711px;
  height:175px;
  margin-top:3px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(/images/header-gallery.png);
  font-size: 14px;
  text-transform: uppercase;
  padding:20px 20px 10px 24px;
  color: #FFF;
  text-align:right;
}

/* Gallery table */

.galleryTable {
  margin-left:auto;
  margin-right:auto;
  width: 655px;
  clear: both;
  padding: 0px;
}

.gallery {
  width:745px;
  margin-left:auto;
  margin-right:auto;
  padding: 5px;
  background-image:url(/images/bg-main.png); 
  clear: both;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
}

/* gallery image */

.galleryImage {
  text-align: center;
}

.caption {
  padding-top:3px;
  text-align: center;
}

.caption a:hover {
}

/* page */

.pageImage {
}

.galleryPage {
  width:735px;
  margin:0 auto;
  padding: 10px;
  background-image:url(/images/bg-main.png);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

.description {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: normal;
  padding:0px 20px 5px 20px;
}

/* navigation */

.navigation {
  width:735px;
  height:50px;
  margin:0 auto;
  background-image:url(/images/bg-main.png);
  padding: 10px;
  text-align: center;
  clear: both;
  font-size: 11px;
  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;
}
.footer {
  width:755px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(/images/bg-main.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
  color: #333333;
}

.close {
  width:755px;
  height:25px;	
  margin-left:auto;
  margin-right:auto;
  background-image:url(/images/bg-main.png);
  }
/* 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;
}