@charset "UTF-8";
/* CSS Document */


body {
	background: #1c1c1c url('images/bg_main.jpg') fixed top left no-repeat;
	margin: 20px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
}

body.frame {
	background: #ffffff;
}

#body {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

#header {
	height: 73px;
}

#logo {
	background: url('images/logo.png') no-repeat;
	width: 204px;
	height: 49px;
}

#content {
	margin-left: auto;
	margin-right: auto;
}

#top, .top {
	background: url('images/bg_top.png') no-repeat;
	height: 34px;
}

#bottom, .bottom {
	background: url('images/bg_bot.png') no-repeat;
	height: 34px;
}


#left {
	width: 150px;
	float: left;
}

#right {
	width: 553px;
	background: #ffffff;
	float: right;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 20px;
}

#previewer {
	position: absolute;
	left: -500px;
	margin-top: -50px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #aaaaaa;
	margin-top: 0px;
}

h2 {
	border-bottom: 1px solid #cccccc;
	margin: 5px 0px;
}

h2 span {
	background: #cccccc;
	color: #ffffff;
	font-size: 18px;
	padding: 4px;
}

h2 span.selected {
	background: #0088C4;
	color: #ffffff;
}

h2 a {
	margin-top: -16px;
	text-align: right;
	display: block;
	position: relative;
	font-size: 14px;
}

h2 span a {
	margin-top: inherit;
	text-align: inherit;
	position: inherit;
	display: inherit;
	color: #ffffff;
}

h1.song_artist {
	font-size: 20px;
	margin-bottom: 0px;
}

h1.song_title {
	margin: 0px;
}

h1.song_album {
	margin: 0px;
	color: #cccccc;
}

h3 {
	margin: 0px;
	font-size: 16px;
}

p {
	line-height: 24px;
	margin: 10px 0px 20px 0px;
}

a, .link {
	color: #0088c4;
	text-decoration: none;
	cursor: pointer;
}

a.feedlink {
	background: #0088C4;
	color: #ffffff;
	padding: 2px;
}

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

a:active {
	outline: none;
}

a:focus, object:focus {
	-moz-outline-style: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapcontent {
	padding: 15px 15px 1px 15px;;
	background: #ffffff;
}

ul.menu {
	margin: 0px -1px 0px 0px;
	padding: 0px;
	list-style: none;
	position: relative
}

ul.menu li a {
	display: block;
	line-height: 30px;
	padding-left: 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #0088c4;
}

ul.menu li.selected a {
	color: #0088c4;
}

ul.menu li {
	background: url('images/navs.gif') repeat-x;
	height: 30px;
	border-bottom: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	position: relative;
	margin-right: -1px;
}

ul.menu li.top {
	border: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

ul.menu li.selected {
	background-image: none;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
}

ul.player {
	border-top: 1px solid #cccccc;
	width: 151px;
	margin-top: 15px;
	margin-left: 150px;
	position: absolute;
}

ul.player li {
	background: #ffffff url('images/player_box_bg.gif') repeat-y top right;;
	padding: 5px;
	height: inherit;
}

.albums {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	height: 185px;
}

.albums a.song {
	font-size: 11px;
	color: #cccccc;
}

.album_img {
	width: 141px;
	margin-left: auto;
	margin-right: auto;
	height: 145px;
}

.album_cover {
	width: 135px;
	height: 135px;
	overflow: hidden;
}

.album_overlay {
	position: absolute;
	width: 141px;
	height: 145px;
	background: url('images/album_frame.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	z-index: 200;
}

span.gray, span.gray a {
	color: #cccccc;
}

.f11 {
	font-size: 11px;
}

input.searchbox {
	border: 4px solid #cccccc;
	padding: 5px;
	width: 520px;
	font-size: 18px;
}

input.searchboxsubmit {
	border: 4px solid #aaaaaa;
	padding: 2px 8px;
	background: #ffffff;
	font-size: 18px;
}

select.searchbox {
	border: 4px solid #cccccc;
	background: #ffffff;
	padding: 3px;
	font-size: 19px;
	width: 200px;
}

p.error {
	background: #d30002;
	color: #ffffff;
	padding: 3px;
}

div.song_slide {
	width: 135px;
	opacity: 0.8;
	position: absolute;
	background: #000000;
	cursor: pointer;
}

div.song_slide a.song {
	color: #ffffff;
	line-height: 30px
}

p.infobox {
	background: #0088C4;
	color: #ffffff;
	padding: 3px;
}

p.infobox a {
	color: #ffffff;
	text-decoration: underline;
}

p.infobox a:hover {
	text-decoration: none;
}

span.options {
	color: #aaaaaa;
	float: right;
	margin-top:-2px;
	font-size: 9px;
	margin-left: 5px;
	font-weight: bold;
}

.hand {
	cursor: pointer;
}

iframe.songorder {
	border: none;
}

ul#myList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#myList li {
	display: block;
	padding: 3px;
	color: #ffffff;
	background: #0088c4;
	cursor: move;
	font-size: 14px;
	border-bottom: 1px solid #ffffff;
}

.light {
	color: #cccccc;
}

.comment {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
}

p.form {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

p.form input {
	width: 95%;
	padding: 4px;
	font-size: 14px;
	border: 4px solid #cccccc;
}

div.typeahead {
	width: 95%;
	max-height: 107px;
	overflow-y: scroll;
	background: url('images/typeahead_bg.gif') no-repeat;
}

div.typeahead div.typeahead_body {
	color: #aaaaaa;
}

div.typeahead p {
	margin: 0px;
	padding: 6px 6px 6px 10px;
}

a.typeahead_link {
	display: block;
	padding: 6px 6px 6px 10px;
}

a.typeahead_link img {
	float: left;
	margin-right: 10px;
	border: 1px solid #444444;
	background: #ffffff;
	padding: 3px;
}

input.submit {
	width: 150px;
	height: 40px;
	text-indent: -99999px;
	border: none;
	background: url('images/bg_submit_hover.gif') no-repeat;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

input.submit:hover {
	background: url('images/bg_submit.gif') no-repeat;
}

div.cover_extras {
	background: #000000;
	width: 132px;
	position: absolute;
	margin-top: 10px;
	opacity: 0.8;
	margin-left: 3px;
	z-index: 190;
	text-align: center;
}

div.cover_extras a {
	color: #ffffff;
	line-height: 30px;
}

#boxloc {
	height: 35px;
	color: #ffffff;
	background: url('images/trans.png') repeat;
	position:fixed;
	bottom: 0px;
	width: 100%;
	margin-bottom: -35px;
	line-height: 35px;
}

#boxloc div {
	padding: 0 20px;
}

span.fb_dialog_header {
	font-size: 14px;
}

div.friends_box {
	height: 200px;
	overflow-y: scroll;
}