body {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background: #ffffff;
	color: #333;
	padding-bottom: 60px;
}

a {
	color: #d97777;
	text-decoration: none;
}
a:visited	{ color: #d97777; text-decoration: none; }
a:active	{ color: #999999;  }
a:hover		{ color: #999999; text-decoration: underline;  }
a:focus {
	outline: #999999 dotted 1px;
}

p {
	margin-bottom: 14px;
}

td, th {
	vertical-align: top;
}

#whole {
	margin: 15px 0 0 20px;
	position: relative;
	width: 942px;
}

#toolbar {
	font-size: 11px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 100;
}
#toolbar div.top {
	border-bottom: 1px dotted #333;
}

#columns {
	background: url('/images/dotted_bg.gif');
	padding: 21px 0 21px 0;
}
#main {
	background: #fff;
	float: left;
	position: relative;
	width: 315px;
	margin: 0 28px 0 19px;
	padding: 0 7px;
}

#middle {
	background: #fff;
	float: left;
	padding: 0 7px;
	width: 271px;
	margin-right: 27px;
}

#sidebar {
	background: #fff;
	float: left;
	color: #676767;
	width: 211px;
	font-size: 11px;
	line-height: 18px;
	padding: 0 7px;
}
#sidebar h4 {
	color: #676767;
}

#widebar {
	background: #fff;
	float: left;
	padding: 0 5px;
	width: 527px;
}

h1 {
	background: url('/images/logo.gif') no-repeat;
	position: relative;
}
h1 a {
	display: block;
	width: 350px;
	height: 47px;
	margin: 0 0 20px 0;
}
h1 span.hide {
	display: none;
}

div#about {
	background: url('/images/about.gif') no-repeat;
	width: 329px;
	height: 158px;
	margin: 0 -7px;
}
div#about span {
	display: none;
}

#footer, .small_note {
	color: #acacac;
	font-size: 11px;
}
#footer span {
	margin-left: 10px;
}
.none {
	display: none;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0 10px 0;
}
h2 span {
	background: url('/images/header_underline.gif') repeat-x 0% 100%;
	color: #333;
	padding-bottom: 3px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 10px;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0 5px;
}

input, textarea, select {
	border-color: #c81414;
	border-width: 1px;
	color: #333;
	font-family: arial, serif;
	font-size: 13px;
	line-height: 20px;
}

li.unavailable, tr.unavailable td {
	color: #999;
}
a.play {
	color: #cd1414;
	font-size: 11px;
	font-weight: bold;
}

/* TRACK LIST */
ol {
	list-style: decimal;
}
ol li {
	margin-left: 20px;
}
.track_list li,
#track_list li {
	border-bottom: 1px solid #eee;
	font-size: 11px;
	padding: 2px 0;
	position: relative;
}
.track_list li img,
#track_list li img {
	vertical-align: middle;
}
.track_list li span.track_tools {
	display: none;
	background: #cd1414;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	width: 50px;
}
.track_list li span.track_tools img {
	vertical-align: middle;
}
.track_list li:hover span.track_tools {
	display: block;
	position: absolute;
	top: 0;
	left: -55px;
}
ul, ol {
	margin-bottom: 20px;
}

table.crawl_results {
	font-size: 11px;
}
table.crawl_results th {
	border-bottom: 1px solid #333;
	font-weight: bold;
	padding: 2px 10px;
}
table.crawl_results td {
	border-bottom: 1px solid #eee;
	padding: 2px 10px;
}

#playlist_form #track_list li {
	cursor: move;
}
#playlist_form #track_list li:hover {
	background: #ffc;
}

#playlist_delete_form {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
	text-align: right;
}

div.error {
	background: #ffc;
	color: #c00;
	border: 1px solid #c00;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 20px;
}
div.message {
	background: #eef;
	color: #00c;
	border: 1px solid #00c;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 20px;
}

div.clear {
	clear: both;
}
/* HOME PAGE */

#index_signup {
	border: 1px solid #c81414;
	display: block;
	margin: 0 auto 21px;
	width: 269px;
}
#index_featured_playlist {
	background: #fff;
	padding: 1px 7px;
	margin: 0 -7px 21px;
}
#index_tryitout {
	border: 1px solid #c81414;
	display: block;
	margin: 0 auto;
	width: 215px;
}
#index_new_tracks {
	background: #fff;
	padding: 1px 7px;
	margin: 0 -7px;
}
#index_tag_line {
	display: block;
	margin: -1px 0 21px -12px;
}
#new_tracks li#index_click_play_note {
	background: url('/images/note_bg.gif');
	border: none;
	color: #c81414;
	font-size: 13px;
	line-height: 31px;
	padding: 0;
	margin: 5px 0;
	height: 31px;
	text-align: center;
	text-indent: 0;
}

span.byline {
	font-size: 11px;
}

h2.new_tracks a {
	color: #f10000;
}
h2 span.listen {
	font-size: 11px;
	font-weight: normal;
}

p.more_tracks {
	font-size: 11px;
	margin-top: -20px;
	text-align: right;
}

#crawl_form {
	color: #333;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px 0;
}
#crawl_form #crawl_url {
	padding: 2px 3px;
	width: 203px;
}

div.playlist {
	border-bottom: 1px solid #eee;
}

/* BROWSE PAGE */
#playlist_search_form {
	margin-bottom: 20px;
}

/* PLAYLIST FORM */
#playlist_form #name {
	font-weight: bold;
	font-size: 15px;
	background: #f2f2f2;
	width: 308px;
	padding: 3px;
	margin-bottom: 10px;
}
#playlist_form #description {
	background: #f2f2f2;
	width: 308px;
	height: 120px;
	padding: 3px;
	margin-bottom: 10px;
	line-height: 20px;
}
#playlist_form #empty_track_list {
	background: #f2f2f2;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	padding: 5px 10px;
	margin: 10px 0;
}
#playlist_form #public_container {
	font-size: 11px;
	line-height: 15px;
}
#playlist_form #public_container input {
	float: left;
	margin-right: 5px;
}
#playlist_form #public_container span {
	float: left;
	width: 270px;
}
#playlist_form #submit {
	font-weight: bold;
	margin: 20px 0;
}

ul#track_tabs {
	border-bottom: 1px solid #cd1414;
	font-size: 11px;
	height: 22px;
	margin: 10px -5px 0 -5px;
}
ul#track_tabs li {
	float: left;
	margin-left: 5px;
}
ul#track_tabs li a {
	border: 1px solid #ccc;
	border-bottom-color: #fff;
	display: block;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
}
ul#track_tabs li a:hover {
	background: #eee;
	text-decoration: none;
}
ul#track_tabs li a:focus {
	outline: 0;
}
ul#track_tabs li a.active {
	border-color: #cd1414;
	border-bottom: 2px solid #fccccc;
	background: #fccccc;
	color: #cd1414;
	font-weight: bold;
}
#tab_container {
	margin: 0 -5px 0 -5px;
}
#tab_container p, #tab_container form {
	margin-left: 10px;
	margin-right: 10px;
}
#tab_container h3 {
	background: #fccccc;
	color: #cd1414;
	padding: 5px 10px 5px;
	margin-top: 0;
}

#title_box {
	background: #fff;
	margin: 0px 29px 20px 20px;
	padding: 0px 5px;
}
#relationship_info {
	font-size: 11px;
	margin-top: -10px;
}

#track_search_form {
	margin-bottom: 20px;
}

table.track_results {
	border-collapse: collapse;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
}
table.track_results th {
	border-bottom: 1px solid #666;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}
table.track_results th.add {
	width: 20px;
}
table.track_results th.title {
	width: 250px;
}
table.track_results th.artist {
	width: 250px;
}

table.track_results td {
	border-bottom: 1px solid #fcabab;
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
}

#tags_tab .tag_container {
	background: #fff1f1;
	padding: 10px;
	margin-bottom: 20px;
}
#tags_tab .tag_container .small { font-size: 11px; }
#tags_tab .tag_container .medium { font-size: 13px; }
#tags_tab .tag_container .large { font-size: 15px; }

/* current track highlight */
.now_playing {
	background: #fcabab;
}

#cplayer {
	background: #cd1414;
	color: #ffffff;
	position: fixed;
	bottom: -64px;
	left: 0;
	width: 100%;
	font-size: 12px;
	line-height: 32px;
	height: 64px;
	z-index: 200;
}
#cplayer_previous_button {
	background: url('/images/player/previous.gif');
	left: 20px;
}
#cplayer_play_button {
	background: url('/images/player/play.gif');
	left: 46px;
}
#cplayer_play_button.playing {
	background: url('/images/player/pause.gif');
}
#cplayer_next_button {
	background: url('/images/player/next.gif');
	left: 72px;
}
#cplayer_previous_button, 
#cplayer_play_button, 
#cplayer_next_button {
	position: absolute;
	top: 5px;
	height: 22px;
	width: 22px;
}
#cplayer_previous_button span, 
#cplayer_play_button span, 
#cplayer_next_button span {
	display: none;
}
#cplayer_current_track_container {
	position: absolute;
	top: 0;
	left: 106px;
}
#cplayer_now_playing {
	color: #fcabab;
	font-weight: bold;
	text-transform: uppercase;
}
#cplayer_current_title {
	font-weight: bold;
}
#cplayer_current_wrapper {
	position: relative;
}
#cplayer img {
	vertical-align: middle;
}
#cplayer_current_track_ref,
#cplayer_toggle_favorite,
#cplayer_toggle_tags {
	margin-left: 6px;
}
#cplayer_duration_bar,
#cplayer_duration_background {
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	background: #efbdbe;
	z-index: 20;
}
#cplayer_duration_background {
	background: #9f000a;
	z-index: 19;
}
#cplayer_tags_form {
	position: absolute;
	top: 32px;
	left: 106px;
}
#cplayer_tags_form input {
	font-size: 11px;
}
#cplayer_tag_input {
	border: 1px solid #9f000a;
	padding: 1px;
}
#cplayer_tag_submit {
	font-weight: bold;
}
#cplayer_tag_container span {
	background: #9f000a;
	color: #fcabab;
	font-size: 11px;
	padding: 2px 3px;
	margin-right: 3px;
}