html{
  min-width: 850px;
}
body {
  background: #666;
  color: #ccc;
  font-family: 'trebuchet ms', sans-serif;
  margin: 0;
}
div.clearer {clear: left; line-height: 0; height: 0;}
/*
a:link {
  color: #ccc;
  text-decoration: none;
}
a:visited {
  color: #ccc;
  text-decoration: none;
}
a:hover {
  color: #ff6;
  text-decoration: underline;
}
*/
.feedback {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-left:auto;
  margin-right:auto;
}
#galleryBar {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
  background: #666;
  height: 20px;
  text-align: left;
}
#galleryRight {
  float: right;
  text-align: right;
}
#galleryHeader {
  display: block;
  text-align: center;
  padding: 5px;
}
#galleryHome {
  float: right;
  text-align: right;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  padding-right: 10px;
  padding-top: 25px;
}
#galleryHome a:link {
  color: #ddd;
  text-decoration: none;
}
#galleryHome a:visited {
  color: #ddd;
  text-decoration: none;
}
#galleryHome a:hover {
  color: #ff6;
  text-decoration: underline;
}
#galleryHomeHeader {
  height: 45px;
  font-family: georgia, 'trebuchet ms', serif;
  color: #dddddd;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  text-align: left;
  padding-left: 20px;
  border-bottom: 2px solid #dddddd;
}

#galleryMain {
  color: #ccc;
  display: block;
  margin: 30px;
  font-family: 'trebuchet ms', serif;
  font-size: 16px;
}
#galleryMain a:link {
  color: #ff6;
  text-decoration: none;
}
#galleryMain a:visited {
  color: #ff6;
  text-decoration: none;
}
#galleryMain a:hover {
  color: #ff6;
  text-decoration: underline;
}

#galleryNav {
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #dddddd;
  padding-top: 5px;
  padding-left: 20px;
  font-size: 12px;
  font: 12px arial;
  line-height: 20px;
  font-weight: bold;
  color: #666;
  width: 850px;
}
#galleryNav img{
  border: 1px solid #fff;
}
#galleryNav img.here{
  border: 2px solid #ff6;
}
#galleryNav ul{
  display: inline;
  list-style: none;
  line-height: 25px;
  font-size: 25px;
}
#galleryNav ul li {
  margin: 0;
  padding: 0;
  width: 40px;
  float: left;
  text-align: center;
}

/* new gallery navigation bar         */
#galleryNavA {
  /*
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #dddddd;
  */
  padding-top: 5px;
  padding-left: 20px;
  font-size: 12px;
  font: 12px arial;
  line-height: 20px;
  font-weight: bold;
  color: #666;
  width: 850px;
}
#galleryNavA img{
  border: 1px solid #fff;
}
#galleryNavA img.here{
  border: 2px solid #ff6;
}
#galleryNavA ul{
  display: inline;
  list-style: none;
  line-height: 25px;
  font-size: 25px;
}
#galleryNavA ul li {
  margin: 0;
  padding: 0;
  width: 40px;
  float: left;
  text-align: center;
}

#galleryNavHelp {
  color: #ccc;
  font-size: 10px;
  font-family: verdana, sans;
  display: block;
  text-align: center;
}
div.galleryNavLine {
  margin: 0 5px 0px 5px;
  border-top: 2px solid #ccc;
  height: 2px;
  display: block;
  line-height: 2px;
}

#header {
  height: 45px;
  font-family: georgia, 'trebuchet ms', serif;
  color: #dddddd;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  text-align: left;
  padding-left: 20px;
}

#imageDisplay {
  font-family: 'trebuchet ms';
  background: #fff url(/photos/images/rightshadow_grey.gif) top right no-repeat;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  clear: both;
}
#imageDisplay .title {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-left:auto;
  margin-right:auto;
}
#imageFooter {
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 10px;
  background: url(/photos/images/bottomshadow_grey.gif) bottom left no-repeat;
}
#imageFooter h6 {
  background: url(/photos/images/cornershadow_grey.gif) bottom right no-repeat;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 10px;
}
.imageGallery {
  display: block;
  clear: both;
  margin-top: 10px;
}
.imageGalleryThumb {
  width: 170px;
  text-align: center;
  float: left;
}
.imageGalleryDescription {
  margin-left: 180px;
}
.imageGalleryDescription .title{
  font-weight: bold;
  font-size: 16px;
}

#imageHolder {
  padding: 10px;
}
#imageHolder img {
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  border-right: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}
#imageComment {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}
#imageComment a:link {
  color: #c33;
  text-decoration: none;
}
#imageComment a:visited {
  color: #c33;
  text-decoration: none;
}
#imageComment a:hover {
  color: #f33;
  text-decoration: underline;
}
#imageInformation {
  color: #666;
  text-align: left;
  font-size: .8em;
  line-height: 1em;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  clear: both;
}
#imageInformation a:link {
  color: #c33;
  text-decoration: none;
}
#imageInformation a:visited {
  color: #c33;
  text-decoration: none;
}
#imageInformation a:hover {
  color: #f33;
  text-decoration: underline;
}

#spreader {
  width: 850px;
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  clear: left;
  text-align: left;
}

#thumbNail {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 80px;
  height: 60px;
  background: #fff;
  text-align: center;
  padding: 2px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
}

#before {
  position: absolute;
  left: 50px;
  top: 100px;
  z-index: 10;
  visibility: hidden;
  width: 80px;
  height: 60px;
  background: #ccc;
  text-align: center;
  padding: 2px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
}

