@import 'prettyPhoto.css';
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
 /* background: url('../img/black_lozenge.png') repeat; */
}
.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 li{list-style:none;}
.thumbnail img {
  opacity: .75;
}
.thumbnail img:hover {
  opacity: 1;
}
.gallery {
  color: #000;
}
.gallery h2{font-family: 'Fjalla One', sans-serif; position:relative; padding:10px 0; border-bottom:1px dotted #000; 
   }
.gallery h2:before {
    content:""; 
    display:block; 
    position:absolute; 
    left:0; 
    bottom:2px; 
    width:100%; 
    height:2px;                          
    border-bottom:1px dotted #000;
}
.about_right h2{padding:10px 10px;background:#004488;color:#fff;font-family: 'Fjalla One', sans-serif;font-size:28px;font-weight:normal;}	
.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;
}
