@import url("../../../webfonts/Oswald_Regular/stylesheet.css");
@import url("../../../webfonts/Oswald_Regular/stylesheet.css");

.view {
	width: 300px;
	height: 225px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
	margin: 4px;
	border: 1px solid #CCCCCC;
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 10px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	color: #555;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	margin: 20px 0 0 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.view p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 14px;
	position: relative;
	color: #555;
	padding: 10px 20px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	background-color: #333;
	font-family: "Oswald Regular", "Oswald allg regular";
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
