body {
background:#000518;
background-attachment:fixed;
background-image:url(/media/bg_purple1.jpeg), url(/media/bg_purple2.jpeg);
background-repeat:repeat-x, repeat;
}

#colorspy {
	text-align:left;
	font-size:18px;
	line-height: 1.6m;
	color:#000;
	border-radius:7px;
	float:left;
	background:none;
	margin:85px 0 20px;
}
#colorspy img {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .35s;
	border:0;
	width: 150px;
	border-radius: 10px;
	padding: 1px;
	opacity: 0.65;
}
#colorspy img:hover {
	opacity: 1;
}
#colorspy .header {
	border-bottom:1px solid rgba(255,255,255,0.2);
	border-radius:7px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background:rgba(0,0,0,0.55);
	font-family: sans-serif;
	color:rgba(255,255,255,0.75);
	display:block;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 20px;
}
#colorspy h2 {
	-webkit-transition-property: background, border;
	-webkit-transition-duration: .35s;
	font-family:andada, arial, serif;
	color:rgba(255,255,255,0.8);
	border-bottom:1px solid rgba(255,255,255,0.15);
	border-bottom-left-radius:10px;
	border-bottom-right-radius: 10px;
	font-size:1em;
	display:block;
	background:rgba(0,0,0,0.25);
	font-weight:lighter;
}
#colorspy h2:hover {
	color:#fff;
	background:rgba(0,0,0,0.35);
}
#colorspy a {
	-webkit-transition-property: color;
	-webkit-transition-duration: .35s;
	color:rgba(255,255,255,0.75);
}
#colorspy a:hover {
	color: #fff;
}
#colorspy div.square img {
	box-shadow: 1px 1px 3px #000;
	margin: 0 25px 0 0;
	opacity: 1;
}
#colorspy div.square {
	border-bottom-left-radius:7px;
	border-bottom-right-radius: 7px;
	text-decoration:none;
	background:rgba(255,245,255,0.65);
	min-height:150px;
	padding:10px 12px 20px;
}