@charset "windows-1258";
/* CSS Document */


/* ----list---- */
.list{
	float:left;
	width:100%;
	margin-left:60px;
	padding:0;
}
.list li{
	display:inline;
	margin-right:5px;
	margin-left:0px;
	float:left;
	margin-bottom:17px;
}
.list li.last{
	margin-right:0px;
}

/* ----figure---- */
figure{
	
	-moz-box-shadow:0px 0px 5px #dfdfdf;
	-o-box-shadow:0px 0px 5px #dfdfdf;
	-webkit-box-shadow:0px 0px 5px #dfdfdf;
	box-shadow:0px 0px 5px #dfdfdf;
	padding:1px;
	background:#000 url(../images/icon_magnify.gif) no-repeat center center;
	float:left;
	border:1px solid #000;
	margin-bottom:15px;
	margin-left:8px;
	margin-right:8px;
	position:relative;
}
figure img{
	float:left;
}
figure figcaption{
	position:absolute;
	top:130px;
	left:-2px;
	width:130px;
	color:#fff;
	font-family:"Slackey";
	font-size:12px;
}

figure figcaption a{
	left:0;
	position:absolute;
	-webkit-transition: color 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	color:#fff;

}
figure figcaption a:hover{
	text-decoration:none;
	color:#339999;
}
figure figcaption a span{
	display:none;
	position:absolute;
	color:#339999;
}
figure figcaption a:hover span{
	display:inline;
}

figure figcaptionSlid{
	position:absolute;
	top:110px;
	left:-2px;
	width:130px;
	color:#fff;
	font-family:"Slackey";
	font-size:12px;
}

figure figcaptionSlid a{
	left:0;
	position:absolute;
	-webkit-transition: color 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	color:#fff;

}
figure figcaptionSlid a:hover{
	text-decoration:none;
	color:#339999;
}
figure figcaptionSlid a span{
	display:none;
	position:absolute;
	color:#339999;
}
figure figcaptionSlid a:hover span{
	display:inline;
}

cth{ /* -- Cthulhu pages -- */
	font-family: "CannedCorn", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	margin-left:5px;
	top:140px;
}

figure figcaptionCth{
	position:absolute;
	top:140px;
	left:-2px;
	width:130px;
	color:#fff;
	font-family:"Slackey";
	font-size:12px;
}

figure figcaptionCth a{
	left:0;
	position:absolute;
	-webkit-transition: color 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	color:#fff;

}
figure figcaptionCth a:hover{
	text-decoration:none;
	color:#339999;
}
figure figcaptionCth a span{
	display:none;
	position:absolute;
	color:#339999;
}
figure figcaptionCth a:hover span{
	display:inline;
}

/* ----columns---- */
.columns{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.two-column{
	width:300px;
	float:left;
	margin-right:44px;
}
.three-column{
	width:200px;
	float:left;
	margin-right:30px;
}

.last{
	margin-right:0px;
}

