/* Day Theme */

@import "style.css"; /* Load Normal CSS */
body#homepage-body,
body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url('/images/theme/day/clouds.gif') top left repeat-x #543920;;
}

#content,
#header { background: #FFFFFF; }
#ground { background: url('/images/theme/day/clouds.gif') top repeat-x; }
#footer { background: url('/images/theme/day/ground-windy.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-blink.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-blink.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; }