@import 'prettyPhoto.css';
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: #fff;
}
.centered {
  margin: auto auto;
  display: block;
  width: 185px;
  margin-bottom: 25px;
}
.thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #444;
}
.thumbnail img {
   opacity: 1;
}
.thumbnail img:hover {
	opacity: .75;
 
}
.gallery {
  color: #fff;
}

.gallery h2 {

    color: #F3B505;
    font-family: 'Yesteryear',arial,helvetica,sans;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.65em;
    text-align: center;
}
.credits a {
  margin-right: 15px;
  color: #555;
  border: 1px solid #000;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.45);
}
.credits a:hover {
  color: #999;
  text-decoration: none;
  background: #000;
}
