@import 'prettyPhoto.css';
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.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;
  border: none;
}

.thumbnail img {
  opacity: .90;
}
.thumbnail img:hover {
  opacity: 1;
}

.email {
  float:right;
  margin-right:32px;
}

.email a{
  color:#fff;
}

.text{
  margin-top:10px;
}

.thumbnail{
  padding:0;
}
/*
.gallery {
  color: #fff;
}
.gallery h2 {
  font-family: 'Yesteryear', arial, helvetica, sans;
  color: #eee;
  text-align: center;
  margin-bottom: 15px;
  font-size: 4.5em;
  font-weight: 200;
  line-height: 1.65em;
  border-bottom: 1px solid #000;
  text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.76);
}
*/