@charset "utf-8";


.content {
	width: 964px;
	float: left;
	z-index: 5;
	margin-left: -1px;
	overflow: visible;
	margin-bottom: 50px;
}


#container {
	/* either of these will work for horizontal Isotope layouts */
	width:964px;
}

/**** Photo demo ****/

.photos .photo {
	float: left;
	margin: 1px;
	overflow: hidden;
	position: relative;
}
.character {
	float: left;
	height: 895px;
	width: 962px;
	position: relative;
}
.spy {
	background-image: url(../images/spypenguin/ch_bg.jpg);
	background-repeat: no-repeat;
}


.photo span{
	display: block;
	background-color: #333;
	padding-top: 20px;
	padding-left: 20px;
}
.photo span h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #9c9c9c;
	text-decoration: none;
	font-weight: lighter;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.photo span h1 t {
	color: #cc262b;
}
.photo span text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #868686;
	text-decoration: none;
	margin-left: 10px;
	width: 90%;
	display: block;
	font-weight: bold;
}
.photo .readmore {
	height: 40px;
	width: 110px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
}
/*#container .info {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat;
	background-color: #7fa3d4;
}
#container p {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	margin-top: 45%;
}
.photos .photo img {
	display: block;
	width: 100%;
}*/
#top {
	background-image: url(../images/gotop_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	height: 87px;
	width: 87px;
	right: 10%;
	display: block;
}
#top:hover{
	background-position: 0px -87px;
}
