/* @group wall */

#wall {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#wall li {
	float: left;
}

#wall li a {
	float: left;
	width: 31px;
	height: 29px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%;
	background: url(../img/wall.png) no-repeat 0 0;
}

#wall li#wall-shame a:hover,
#wall li#wall-shame a:focus {
	background-position: 0 -29px;
}

#wall li#wall-shame a:active {
	background-position: 0 -58px;
}

#wall li#wall-fame a {
	background-position: -31px 0;
}

#wall li#wall-fame a:hover,
#wall li#wall-fame a:focus {
	background-position: -31px -29px;
}

#wall li#wall-fame a:active {
	background-position: -31px -58px;
}

/* @end */