/* color 3 - midnight */

body {
	background-color: #1A212C;
	color: gray;
}

#header, #footer, #sidebar, #twobar, .artist_block, .left_box, .right_box, .last_box {
	border-color: red;
}

a {
	color: grey;
}

a:hover
	{
		color: red;
		background: #333;
 		-webkit-transition: background-color .35s ease,
						color .5s ease,
						width .12s ease-out,
						-webkit-box-shadow .25s ease,
						text-shadow .2s ease,
						opacity .2s ease;
	}