/* --------------------------------------------------------- 
 *	basic settings
 */

* {
	font-size: 100%;
	padding: 0; margin: 0;
	list-style: none;
}

body {
	background: #333333;
}
body, td, th, input, textarea, select {
	font-family: Arial, sans-serif;
	color: #828282;
}
html {
	padding: 0; margin: 0;
}
body {
	font-size: 70%;
}
a {
	color: #424242;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.hide {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cleaner {
	clear: both;
}

.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}

/* --------------------------------------------------------- 
 *	scrollbar hack
 */ 
 
html {
	overflow-y: scroll; 
} 
/* --------------------------------------------------------- 
 *	clearfix hack
 */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* --------------------------------------------------------- 
 *	layout
 */

.message {
	margin: 15px 0;
	color: #000;
}

#page {
	width: 908px;
	padding-left: 12px;
	position: relative;
}

#top {
	height: 232px;
	background: url('../clip/bg-top.png') no-repeat left bottom;
}

#main-wrapper {
	background: #FFFFFF url('../clip/bg-main-wrapper.png') repeat-y top right;
	
}
#main {
	width: 803px;
	padding: 0 63px 0 42px;
	min-height: 450px;
	background: url('../clip/bg-main.png') no-repeat 100% 50%;
}

#content-wrapper {
	width: 594px;
	float: left;
}

#content {
	width: 384px;
	float: right;
	margin-left: 18px;
	
}

#left {
	width: 192px;
	float: right;
}

#right {
	width: 192px;
	float: right;
	
}

.black {
	color: #000;
}

/* --------------------------------------------------------- 
 *	footer
 */

#footer {
	height: 53px;
	padding-top: 42px;
	line-height: 32px;
	background: url('../clip/bg-bottom.png') no-repeat left top;
	font-size: 90%;
}

#footer p.footer-first {
	width: 444px;
	color: #FFF;
	
}
#footer p.footer-first a {
	color: #FFF;
	text-transform: uppercase;
}
#footer p.footer-second {
	width: 444px;
	color: #b4b4b4;
	
}
#footer p.footer-second a {
	color: #c6003e;
}

.logo {
	display: block;
	width: 234px; height: 190px;
	background: url('../clip/logo.png');
	
}
.logo img {
	display: none;
}

#playper-container {
	
	background: url('../clip/bg-player.png') no-repeat;
	position: absolute;
	top: 36px; left: 264px;
	width: 384px; height: 68px;
}

/* --------------------------------------------------------- 
 *	titles
 */
 
h1, h2 {
	font-size: 160%;
	color: #c6003e;
	background: url('../clip/bg-hx-red-dots.png') repeat-x left bottom;
	margin-bottom: 16px;
}
h1.grey, h2.grey {
	color: #424242;
	background: url('../clip/bg-hx-grey-dots.png') repeat-x left bottom;
}

h3 {
	text-transform: uppercase;
	color: #000;
}

h5 {
		font-size: 160%;
}


/* --------------------------------------------------------- 
 *	artist quickjump
 */
.artist-quickjump {
	margin-bottom: 10px;
}

/* --------------------------------------------------------- 
 *	news
 */

.news p {
	margin-bottom: 10px;
}

.news-panel li {
	margin-bottom: 10px;
}
.news .news-date,
.news-panel li .news-date {
	text-transform: uppercase;
	color: #000;
}

.news-panel li .news-more {
	margin-top: 5px;
	color: #c6003e;
	font-weight: bold;
	text-decoration: underline;
}

/* --------------------------------------------------------- 
 *	dates
 */

.dates-panel {
	margin-bottom: 20px;
}

.dates-panel li {
	position: relative;
	padding-left: 45px;
}
.dates-panel .dates-date {
	position: absolute;
	width: 45px;
	top: 0; left: 0;
} 

.dates {
	margin-bottom: 20px;
}
.dates li, .dates-panel li {
	margin-bottom: 2px;
}
.dates .dates-date, .dates-panel .dates-date {
	text-transform: uppercase;
	color: #000;
} 
.dates a, .dates-panel a {
	color: #c6003e;
	text-decoration: underline;
}
/* --------------------------------------------------------- 
 *	newsletter
 */
.newsletter-panel p {
	margin-bottom: 10px;
}
.newsletter-panel input.i-text {
	border: 1px solid #c8c8c8;
	padding: 2px 5px;
}
.newsletter-panel input.i-button {
	vertical-align: bottom;
}

/* --------------------------------------------------------- 
 *	navigation
 */
 
.navigation {
	position:absolute;
	top: 115px; left: 264px;
	width: 385px; height: 50px;
}
.navigation li {
	float: left;
	font-size: 170%;
	margin-right: 5px;
	color: #FFF;
}
.navigation li a {
	color: #FFF;
	font-weight: bold;
}
.navigation li.nav-active a, .navigation li a:hover {
	color: #C6003E;
	text-decoration: none;
}


/* --------------------------------------------------------- 
 *	artists
 */
 
.artists li {
	display: inline;
}

.artists li a {
	float: left;
	border: 3px solid #c7c6c8;
	margin-right: 12px;
	margin-bottom: 12px;
}
.artists li a img {
	display: block;
}
.artists li a:hover, .artists li a.ar-selected {
	border: 3px solid #c6003e;
}
.artists li.nomargin a {
	margin-right: 0;
}

/* --------------------------------------------------------- 
 *	releases
 */
 
.releases li {
	display: inline;
}

.releases li a {
	float: left;
	border: 3px solid #c7c6c8;
	margin-right: 12px;
	margin-bottom: 12px;
}
.releases li a img {
	display: block;
}
.releases li a:hover, .releases li a.ar-selected {
	border: 3px solid #c6003e;
}
.releases li.nomargin a {
	margin-right: 0;
}

/* --------------------------------------------------------- 
 *	list panel
 */
 

.list-panel a {
	display: block;
	color: #828282;
	padding: 1px;
}
.list-panel a:hover, .list-panel a.ar-selected {
	color: #FFF;
	background: #c6003e;
	text-decoration: none;
}	
	
	
/* --------------------------------------------------------- 
 *	featured
 */	

.featured {
	width: 180px;
}

.ft-image {
	display: block;
	border: 3px solid #c7c6c8;
	margin-bottom: 10px;
}
.ft-image:hover {
	border: 3px solid #c6003e;
}
	
.ft-image img {
	display: block;
}
.ft-more {
	margin-top: 5px;
	color: #c6003e;
	font-weight: bold;
	text-decoration: underline;
}

.ft-release {
	margin-bottom: 10px;
}

.featured-artist .ft-image {
	width: 174px;
}
.featured-release .ft-image {
	width: 116px;
}
.featured-date .ft-image {
	width: 174px;
}

.featured-date {
	margin-bottom: 20px;
}

/* --------------------------------------------------------- 
 *	subnavigation
 */	
 
.subnavigation {
	margin-top: 10px;
	margin-bottom: 15px;
}
.subnavigation a {
	color: #828282;
}
.subnavigation li ul {
	margin: 10px 0;
}
.subnavigation li ul a {
	padding-left: 20px;
}
.subnavigation a.subnav-active {
	font-weight: bold;
}

/* --------------------------------------------------------- 
 *	article files
 */	
 
.files a {
	color: #c6003e;
	text-decoration: underline;
}
.files a:hover {
	text-decoration: none;
}
 
/* --------------------------------------------------------- 
 *	releases
 */	
 
.release-panel li {
	margin-bottom: 16px;
}

.release-panel .rl-image {
	width: 58px;
	display: block;
	border: 3px solid #c7c6c8;
	float: left;
}
.release-panel .rl-image img {
	display: block;
}
.release-panel .rl-image:hover {
	border: 3px solid #c6003e;
}
.release-panel .rl-content {
	margin-left: 72px;
}

.release .rl-image {
	width: 174px;
	display: block;
	border: 3px solid #c7c6c8;
	float: left;
	margin-bottom: 10px;
}
.release .rl-image img {
	display: block;
}
.release .rl-image:hover {
	border: 3px solid #c6003e;
}

.release .rl-content {
	margin-left: 188px;
}

.release p {
	margin-bottom: 10px;
}

.release-tracks {
	color: #333;
	margin-bottom: 10px;
}
.release-tracks li {
	margin-bottom: 4px;
}
.release-tracks h3 {
	margin-bottom: 2px;
}
.release-tracks p a {
	color: #c6003e;
	font-size: 90%;
	text-transform: uppercase;
}

/* --------------------------------------------------------- 
 *	temp shop
 */	

.temp-shop .i-text {
	width: 200px;
	padding: 1px;
	padding-right: 15px;
	margin-right: 5px;
	float: left;
}
.temp-shop .i-textarea-big {
	height: 400px;
	width: 100%;
	clear: both;
}
.temp-shop .i-text:focus, .temp-shop .i-select:focus {
	background-color: #FAF9EB;
}

.temp-shop label.i-req {
	background-image: url('../icons/bullet_star.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

.temp-shop .i-text.i-req {
	background-image: url('../icons/bullet_star.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	
}	

.temp-shop .i-select {
	width: 335px;
	color: #000;
	margin-right: 5px;
}

.temp-shop .i-half {
	width: 155px;
}
.temp-shop .i-half-2 {
	width: 145px;
}
.temp-shop .i-small {
	width: 75px;
}
.temp-shop .i-mini {
	width: 35px;
}
.temp-shop .i-select.i-half {
	width: 175px;
}	
.temp-shop .i-select.i-half-2 {
	width: 165px;
}	
.temp-shop .i-select.i-small {
	width: 95px;
}	
.temp-shop .i-select.i-mini {
	width: 55px;
}	

.temp-shop .i-button {
	padding: 1px 5px;
	line-height: 15px;
	font-size: 11px;
	color: #000;
}
.temp-shop .i-radio {
	vertical-align: middle;
}
*+html .temp-shop .i-button {
	padding: 0 0;
}

.temp-shop {
	padding-top: 10px;
	border-top: 1px dotted black;
}
.temp-shop li {
	padding: 2px 0;
}
.temp-shop ul {
	margin-bottom: 10px;
}
.temp-shop label {
	float: left;
	width: 130px;
}


/* --------------------------------------------------------- 
 *	page
 */	
.article-files {
	margin-top: 15px;
}

/* --------------------------------------------------------- 
 *	login
 */	
 
#login a {
	color: #cc0037;
	text-decoration: underline;
}
#login a:hover {
	text-decoration: none;
}
#login p {
	padding-bottom: 7px;
}
#login form {
	background: url('../clip/bg-hx-light-grey-dots.png') repeat-x 0 100%;
}
#login p.l-links {
	background: url('../clip/bg-hx-light-grey-dots.png') repeat-x 0 100%;
	margin-bottom: 10px;
	color: #cc0037;	
}
#login p.l-links a {
	text-transform: uppercase;
}
#login p.l-links strong {
	color: #FFF;
}
 
#login {
	width: 192px;
	position: absolute;
	top: 36px; right: 62px;
	
}

#login input.i-submit {
	vertical-align: bottom;
}	
#login input.i-text {
	width: 70px;
	border-width: 1px;
	padding: 1px 4px;
	margin-right: 2px;
}


.play a {
	color: #c6003e;
}
.play a:hover {
	text-decoration: underline;
}
