/* ---------- Icons ---------- */

#icons h2 {
	margin-top: 50px;
}

#icons img {
	width: 32px;
	cursor: move;
	margin: 10px;
}

a#more-info {
	margin-top: 15px;
	float: right;
	font-size: 13px;
}


/* ---------- Colors  ---------- */

#colors {
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-top: 15px;
	padding-bottom: 4px;
}

#colors a {
	float:left;
	display: block;
	margin-left: 13px;
	margin-bottom: 11px;
	width: 75px;
	height: 20px;
	position: relative;
}

body.dark #icons {
	background-color: #666;
	padding: 20px;
}

body.dark #icons h3 {
	color: #fff;
}