@charset "UTF-8";
.hunch {
	font-family: "DIN, Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	color: #1e2422;
}
.hunchTitle {
	font-family: "DIN, Helvetica Neue", Helvetica, Arial;
	font-size: 36px;
	font-weight: bold;
	color: #8ED2C5;
}
.hunchSmallTitle {
	font-family: "DIN, Helvetica Neue", Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #8ED2C5;
}
.credits {
	font-family: "DIN, Helvetica Neue", Helvetica, Arial;
	font-size: 10px;
	color: #999999;
}
a{color:#79c1b3;text-decoration:none;}
a:hover{text-decoration:underline;}
.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	margin: -6px 6px 6px -6px;
	padding: 0px;
  } 