@charset "utf-8";
/* CSS Document */
body {
	color: #ccc;
	background-color: #000;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 55px;
}

h1, h2, h3, h4, h5, h6 {
	color:#ddd;
	font-weight:normal;
}

li {
	list-style-type: none;
}
form li {
	margin-bottom: 4px;
}

fieldset {
margin:0 0 0.5em;
padding:0.4em;
}

/*.notice {
	font-size: x-small;
}
*/
.detail {
	font-size: large;
}

a, a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #B36900;
	text-decoration: underline;
}
a.active {
	color: #990000;
}

.container {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #444;
	border-bottom-color: #222;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header {
	text-align: center;
}
.navigation a{
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
label em {
	color: #FF0000;
	font-size: 85%;
}

.footer {
	text-align: center;
}

/** PLAYLIST **/

.playlist {
}
.entry {
	margin-bottom:.25em;
}

.playtime {
	color: #967A46;
	font-style: italic;
}
.playlist .playtime {
	font-size: x-small;
}
.host {
	font-style: normal;
	font-weight: bold;
	color: #9C9978;
}
.title {
	font-style: normal;
	color: #F2D5A8;
	font-weight: bold;
}
.artist {
	font-style: normal;
	font-style: italic;
	color: #99FFFF;
	font-weight: bold;
}
.album {
	font-style: normal;
	color: #805938;
}
.label {
	font-style:italic;
	color: #967A46;
}
.search {
	display: inline;
}
.meta {
	font-size: x-small;
	color: #FFFF00;
}
.stats {
	text-align: center;
}

