@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 .quaon {
	height: 100%;
	width: 100%;
	border: 6px solid #000;
	position: absolute;
	left: 0px;
	top: 0px;
}



.photo span{
	display: block;
	background-color: #333;
	padding-top: 20px;
	padding-left: 20px;
	background: #c9c9c9; /* Old browsers */
background: -moz-linear-gradient(top, #c9c9c9 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c9c9c9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c9c9c9 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c9c9c9 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #c9c9c9 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.photo span h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: lighter;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.photo span h1 t {
	color: #cc262b;
}
.photo span text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	width: 90%;
	display: block;
	font-weight: bold;
}
.photo .tomologo {
	height: 67px;
	width: 123px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-image: url(../images/tomotoons_logo.png);
	background-repeat: no-repeat;
}
/*#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;
}
