/*GENERAL
-----------------------------------------------------*/

* {margin: 0; padding: 0;}

body {
	background: #fff url(../img/bkd.gif) bottom left repeat-x;
	color: #fff;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #fff;
	background: #c8a647;
}

a:hover {
	color: #c8a647;
	background: #fff;
}

.clear {
	clear: both;
}


/*STRUCTURAL
-----------------------------------------------------*/

#wrapper {
	margin: 30px auto;
	text-align: left;
	width: 608px;
}

#header h1 {
	width: 144px;
	height: 90px;
	text-indent: -10000em;
	background: transparent url(../img/logo.gif) top left no-repeat;
	float: left;
}

#header a#close {
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 63px;
	height: 26px;
	background: transparent url(../img/closewindow.gif) top left no-repeat;
	float: right;
	margin-top: 30px;
}

#header a#close:hover {
	background-position: 0 -26px;
}

#header h2 {
	width: 608px;
	height: 27px;
	text-indent: -10000em;
	background: transparent url(../img/titlebar.gif) top left no-repeat;
	clear: both;
}

#player {
	width: 346px;
	height: 290px;
	float: left;
}

#browser {
	width: 230px;
	height: 290px;
	padding: 0 16px;
	background: transparent url(../img/browser_bkd.gif) top left no-repeat;
	float: right;
}

#footer {
	width: 608px;
	height: 14px;
	background: transparent url(../img/footer.gif) top left no-repeat;
	clear: both;
}


/*BROWSER
-----------------------------------------------------*/

#browser #playing {
	width: 230px;
	height: 70px;
	margin: 8px 0;
}

#browser #library {
	width: 230px;
	height: 170px;
	overflow: scroll;
}

#playing h3 {
	width: 130px;
	height: 24px;
	text-indent: -10000em;
	background: transparent url(../img/now_playing.gif) top left no-repeat;
}

h3#media_hdr {
	width: 142px;
	height: 24px;
	text-indent: -10000em;
	background: transparent url(../img/media_library.gif) top left no-repeat;
}

#playing h4 {
	color: #000;
	font-size: 16px;
	font-family: times, georgia, serif;
}

#playing p {
	margin: 3px 0;
}

#library .item {
	margin: 5px 0 10px 0;
	padding-bottom: 5px;
}

#library .item h4 {
	color: #000;
	font-size: 12px;
}

#library .item p {
	margin-bottom: 5px;
}

#library .item a {
}