
#stretched .topbar {
	background-color: #f0f0f0;
	border-bottom: 1px solid #dddddd;
}
.header-area {
	width: 100%;
}
*::-moz-selection {
	background-color:#dd3333 !important;
}
#back-top span {
	background-color:#dd3333 !important;
}
.artist-desc,
.gallery-desc,
.video-desc,
.album-desc {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #dd3333), color-stop(50%, #ffffff));
	background-image: -o-linear-gradient(bottom, #dd3333 50%, #ffffff 50%);
	background-image: linear-gradient(to top, #dd3333 50%, #ffffff 50%);
}

/* --------------------------------------- */
/* Background Color                        */
/* --------------------------------------- */

ins,
.searchmenu-container,
.imageborder:hover,
.search-form button,
.pagination a:hover,
.pagination span.current,
.content-navigation .nav-links > .page-number,
.hover_type a.hoveraudio:hover,
.hover_type a.hoveralbum:hover,
.hover_type a.hoveralbums:hover,
.hover_type a.hovervideo:hover,
.hover_type a.hovergallery:hover,
.hover_type a.hoverimage:hover,
.hover_type a.hoverartists:hover,
.hover_type a.hoverartist:hover,
.artist-list:hover .artist-desc,
.radio-list:hover .radio-desc,
.gallery-list:hover .gallery-desc,
.video-list:hover .video-desc,
.post-list:hover .post-desc,
.album-list:hover .album-desc,
.play-btn,
.pause-btn,
.tracklist-Header .tracklist-Row,
.album-flist:hover .album-desc,
.album-playlist li.selected,
.event-meta .day {
	background-color:#dd3333;
}

/* --------------------------------------- */
/* Text Color                        */
/* --------------------------------------- */
.album-playlist li.selected .mp3o a,
.album-playlist li.selected {
	color:#ffffff;
}