@import 'prettyPhoto.css';
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: url('../img/black_lozenge.png') repeat;
  font-family: 'PT Sans', sans-serif;
}
.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: .75;
}
.thumbnail img:hover {
  opacity: 1;
}*/
a.thumbnail {
	margin-bottom: 30px;
	border-bottom-width: 4px;
    overflow: hidden;
	border-color: #fff;
}
a.thumbnail:hover {
	opacity: 0.9;
	border-color: #fff;
}
.gallery {
  color: #fff;
}
.gallery h2 {
  font-family: 'Yesteryear', arial, helvetica, sans;
  color: #eee;
  text-align: center;
  margin-bottom: 30px;
  font-size: 4.5em;
  font-weight: 200;
  line-height: 1.65em;
  border-bottom: 2px solid #eee;
  text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.76);
}
.gallery h2 a {
	color: #eee;
}
.gallery h2 a:hover {
	color: #eee;
	text-decoration: none;
	opacity: 0.9;
}
.credits a {
  color: #555;
  /*margin-right: 15px;
  border: 1px solid #000;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 5px;*/
  margin-bottom: 10px;
  display: block;
}
.credits a:hover {
  color: #999;
  text-decoration: none;
  /*background: #000;*/
}
footer {
	margin: 30px 0;
	font-size: 20px;
	text-align: center;
}
.home .thumbnails label {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	display: block;
	text-shadow: 5px 5px 5px #000;
	margin: -20px 0 20px;
}
.home .thumbnails label a, .home .thumbnails label a:hover {
	color: #eee;
	text-decoration: none;
	opacity: 0.9;
}