/* afternoon Theme */

@import "style.css"; /* Load Normal CSS */
body { background: url('/images/theme/day/clouds.gif') top repeat-x #FF0000; }
#content,
#header { background: #FFFFFF; }
#ground { background: url('/images/theme/day/clouds.gif') top repeat-x; }
#footer { background: url('/images/theme/day/ground.gif') top center repeat-x; }

a#indifferent { 
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	margin: 0 0 0 65px; 
	background: url('/images/theme/day/indifferent.gif') bottom left no-repeat;
}
a#indifferent:focus { outline: none; }
 a#indifferent:active { outline: none; border: 0; background: url('/images/theme/day/indifferent-scream.gif') bottom left no-repeat; }

a#portable { 
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	margin: 0 0 0 10px; 
	background: url('/images/theme/day/portable.gif') bottom left no-repeat;
}
a#portable:focus { outline: none; }
a#portable:active { outline: none; border: 0; background: url('/images/theme/day/portable-scream.gif') bottom left no-repeat; }