#capsule-player {
	position: absolute;
	left: -2000px;
	top: 0;
}

a#capsule {
	background: url('/media/images/ui/play_blue_small.png') no-repeat 11px center;
	border: 3px solid #E2E3E4;
	color: #0099E1;
	display: block;
	font-size: 11pt;
	font-style: italic;
	margin-bottom: 35px;
	padding: 5px 3px 6px 24px;
}

a#capsule:hover, a#capsule.stop {
	border: 3px solid #009ff4;
}

a#capsule:hover {
	text-decoration: none;
}

a#capsule.stop {
	background-image: url('/media/images/ui/stop_blue_small.png');
}

#feedback {
	position: absolute;
	top: 177px;
}

#logo {
	float: left;
	margin-left: 22px;
}

#popup-player {
	background: url('/media/images/icons/external_gray.gif') no-repeat left center;
	color: #6d6f72;
	font-size: 10pt;
	font-style: italic;
	padding-left: 14px;
}

#content-left #popup-player {
	margin-bottom: 35px;
}

#userinfo {
	color: #6d6f72;
	float: right;
	font-size: 9pt;
	margin: 0 23px 0 0;
	position: relative;
	top: -92px;
}

#userinfo span {
	color: #009ff4;
	font-weight: bold;
}

body#homepage #userinfo {
	top: 10px;
	margin: -5px 23px 0 0;
}

#podcast, #rss {
	float: right;
	margin: 0 18px 0 0;
}

#rss {
	margin-right: 0;
}

#search {
	margin-left: 300px;
}

#search .inputtext {
	border-style: solid;
	color: #000;
	font-size: 18pt;
	height: 33px;
	letter-spacing: normal;
	padding-left: 6px;
	padding-top: 5px;
	width: 610px;
}

#search input.prompt {
	color: #97999c;
	letter-spacing: -1px;
}

#search .inputsubmit {
	font-size: 16pt;
	height: 40px;
	padding: 0;
	width: 55px;
}

.alert, .error {
	float: left;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -0.9px;
	line-height: 1.25;
	margin-top: 10px;
	padding: 16px 19px;
}

.alert {
	background: #F6F9D9;
	border: 2px solid #7ABE36;
	color: #7ABE36;
}

.error {
	background: #FBDEE0;
	border: 2px solid #E6252A;
	color: #E6252A;
}

#subheader .alert, #subheader .error {
	float: none;
	margin-bottom: 10px;
}

#content-left .alert { margin-bottom: 40px; }

.callout {
	color: #7abe36;
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: -0.8px;
}

.callout blockquote {
	color: #2599d8;
	margin-bottom: 1em;
}

.callout blockquote span {
	display: block;
	font-size: 18pt;
	font-style: italic;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
}

.header {
	border-bottom: 1px dashed #97999C;
	margin-bottom: 1em;
}

.section {
	border-top: 1px dashed #97999c;
	float: left;
	padding: 6px 0 10px 6px;
	width: 671px;
}

#content-left .section { width: 244px; }

.selected {
	background: #F6F9D9;
	border-bottom: 2px solid #7ABE36;
	border-top: 2px solid #7ABE36;
}

.selected *, .selected span.media, .selected ul.audio li div.source {
	color: #7ABE36 !important;
}

.selected .capsule {
	border-color: #7ABE36;
}

.summary {
	margin-bottom: 8px;
}

.summary a.profile-link:hover .details {
	background: #009FF4;
}

.summary img#artistPicture {
	cursor: pointer;
	display: block;
	margin-bottom: 3px;
}

.summary .details {
	background: #2B2B2C;
	color: white;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 12px;
}

.summary ul {
	list-style: none;
	font-weight: normal;
	margin: 0.15em 0 0;
}

.summary li {
	color: #96999c;
	font-size: 10pt;
	margin-bottom: 3px;
}

.summary li span.selected {
	color: #fff;
	word-spacing: normal;
}

.summary li.settings {
	color: #009ff4;
	font-weight: bold;
	word-spacing: 5px;
}

.summary li.settings a {
	word-spacing: normal;
}

.summary li.name {
	color: #fff;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: -1.1px
}

.summary li.genre, .summary li.location {
	font-weight: bold;
}

.summary li.genre   { word-spacing: 1px; }
.summary li.genre a { word-spacing: normal; }

.summary li.people {
	font-style: italic;
}

a.rss, a.podcast {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 23px;
}

a.rss {
	background-image: url('/media/images/icons/rss.gif');
	padding-bottom: 4px;
}

a.podcast {
	background-image: url('/media/images/icons/podcast.gif');
	padding-bottom: 2px;
}