body {
	margin:0;
	padding:0;
	color:#fff;
	background-color:#000;
	font-size:0.8em;
	font-weight:normal;
	font-family:sans-serif;
	color:#000;
}
td { font-size:0.8em } /* FUCKING IE */
pre.lyrics { font-size:0.8em; font-family:sans-serif }
a:link,a:visited,a:active {
	text-decoration:none;
	font-weight:bold;
	color:#99c;
	background-color:transparent;
}
a:hover { color:#669 }
a img { border:2px solid #99c }
h1, h2 {
	background:#ccc;
	margin:0;
	padding:3px;
	font-size:1.25em;
}
h1 { font-size:2em; font-style:italic }
h3 { margin:2em 0em 1em 0em; border-top:1px solid #99c; color:#669; font-size:1.25em}

ol,ul {
	margin:0 0 0 5px;
	padding:0 0 0 2em;
}
li { padding:0 }
.input {
	font-size:0.8em;
}

.alert {
	font-weight:bold;
	color:#ff0000;
}

.h2 { font-size:0.8em; font-weight: bold }

.odd {
	background:#ddd;
}
.even {
	background:#eee;
}
#header {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	right:0;
	height:125px
	margin:0;
	padding:0;
	background:#000;
	text-align:right;
}
#header p {
	padding:0 1em 0 1em;
	color:#fff;
	font-weight:bold;
}
#header img { float:left ; border:0}

#menustrip {
	color:#000;
	margin:0;
	padding:7px 2em;
	background-color:#99c;
	font-size:1em;
	font-weight:bold;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #999;
	text-align:left;
}
#menustrip input {
	float:right;
	margin:0;
	padding:0;
	font-size:1em;
}
#menustrip a {
	color:#000;
	background-color:#99c;
}
#menustrip a:hover {
	color:#ffffff;
}
#main {
	position:absolute;
	top:125px;
	left:15px;
	width:70%;
}
#gutter {
	position:absolute;
	top:125px;
	left:73%;
	right:15px;
}
.box {
	border:2px solid #99c;
	background:#eee;
	color:#000;
	margin:0 0 1em 0;
}
.boxcontent {
	padding:0 1em 1em 1em;
}
.action {
	padding:1px;
	margin-left:1em;
}
div.playlist {
	border:1px solid #ccc;
	margin:1em;
}
.playlist h3 {
	margin:0;
	background:#cce;
	border:0;
}
.playlist img { padding:1px }

/* De-emphasize some text */
.deem {
	font-size:0.8em;
	color:#999;
}
#interview em { font-weight:bold }
