html {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}

body {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #808080;
	padding: 28px;
}

a {
	color: #dfdfdf;
	text-decoration: none;
}

a:hover, a.active {
	text-decoration: underline;
}

a span {
	color: #808080;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin-bottom: 1.0em;
}

#home {
	background: url(/img/bg.gif) no-repeat top right;
}

h1 {
	background: url(/img/logo-black.gif) no-repeat top left;
	position: absolute;
	top: 340px;
	left: 28px;
}

h1, h1 a {
	display: block;
	width: 125px;
	height: 87px;
}

h1 span {
	position: absolute;
	margin-left: -999em;
}

#home h1, #download h1 { background-image: url(/img/logo-black.gif); }
#management h1 { background-image: url(/img/logo-pink.gif); }
#label h1 { background-image: url(/img/logo-blue.gif); }
#blog h1 { background-image: url(/img/logo-black.gif); }
#links h1 { background-image: url(/img/logo-green.gif); }
#contact h1 { background-image: url(/img/logo-orange.gif); }
#moremusic h1 { background-image: url(/img/logo-black.gif); }

#primary { width: 202px; }
#secondary { width: 167px; }

.column {
	float: left;
}

img#hero {
	width: 340px;
	margin-right: 28px;
}

#content, #linklist {
	font-family: Courier, monospace;
	font-size: 10px;
}

#linklist {
	position: absolute;
	top: 340px;
	left: 230px;
	list-style-type: disc;
	padding-left: 1.3em;
}

#linklist li.player {
	list-style-type: none;
	margin-left: -1.3em;
}

#magic {
	position: absolute;
	top: 28px;
	left: 132px;
}

#email {
	background-color: #808080;
	color: #fff;
	border: 0;
	padding: 0.5em;
	margin: 0.75em 0;
	width: 95%;
}

#submit {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #808080;
}

#submit:hover {
	text-decoration: underline;
}

.warning {
	color: #ef4037;
}

.notice {
	color: #000;
}

/* EOF */