@charset "utf-8";

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET END  */

object {
	margin-bottom: 20px;	
}

embed {
	margin-bottom: 20px;
}

input, textarea, select {
	border: #3c3c3c 1px solid;
}



input, textarea {

	padding: 0px;
	line-height: 1.3;
	font-size: 1.1em;

	margin-bottom: 4px;
	margin-top: 1px;
	background-color: #222;
	color: #fff;
	font-family: "Calibri", "Arial", sans-serif;
}

.quote{
	font-style:italic;		
}

#paypal{
	border: none !important;
	background: none !important;
	margin: 0 !important;
	margin-right: -8px !important;
}

.emailinput {
	width: 220px;	
	padding: 5px 4px 5px 4px;
}

[disabled] {
  background-color: #ccc !important;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.submit {
	width: 122px;
	height: 26px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	font-weight:bold;
	cursor: pointer;
	background: url(images/blue_button.png) no-repeat;
	border: none;
	
}

.events{
	padding-bottom: 20px;	
}

.eventrow{
	padding: 0 0 0.5em 0;	
}

.comment-submit {
	width: 122px;
	height: 26px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight:bold;
	cursor: pointer;
	background: url(images/blue_button.png) no-repeat;
	border: none;
	
}

.commentlist
{
	margin-bottom: 20px;	
}

h2 {
	font-size: 1.25em;
	padding-bottom: 15px; 
}

.clear {
	clear:both;
}

body {
	background: #222;
	color: #fff;
	
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
}

a {
	color: #3CF;	
}

p {
	margin-bottom: 1em;	
}

#wrap {
	height: auto; 
	min-height: 100%;
}

#header {
	width: 970px;
	height: 180px;
}

#footer {
	width: 100%;
	height: 60px;
	background: #151515;

	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
}

html, body, #wrap {height: 100%;}

.trackrow
{
	height: 24px;
}

.trackdiv
{
	overflow: hidden;
	white-space: nowrap;
	float:left;	
}

.tracklink{
	color:#FFF !important;
	text-decoration: none !important;
	background: url(images/play.png) no-repeat left;
	padding-left: 20px;
}
.tracklink:hover{
	color:#FFF !important;
	text-decoration: none;
}
.trackmetadiv{
	float:right;	
}
.leftfloat{
	float: left;	
}

#center-footer {
	color: #999;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align:right;
}

#center-footer a {
	color: #999;	
}

#headerimg img{
	padding-top: 65px;
	padding-bottom: 40px;
	padding-right: 580px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	padding-bottom: 60px;
}

#column-full {
	float: left;
	width: 970px;
}

#column-left {
	float: left;
	width: 375px;
}

#column-right {
	float: right;
	width: 550px;
}

#column-left-inv {
	float: left;
	width: 550px;
}

#comment-input {
	width: 337px;	
}

#column-right-inv {
	float: right;
	width: 375px;
}

.block {
	background: #333;
	margin-bottom: 45px;
	padding-bottom: 10px;
}

.block-headline {
	padding: 8px 18px 0 18px;
	height: 32px;
	font-size: 1.3em;
	font-weight: bold;
}

.morelink {
	float:right;
	width: 100%;
	text-align:right;
}

.redmorelink {
	float:right;
	width: 100%;
	text-align:right;
	color: #ff5566;	
}

.redlink {
	color: #ff5566;	
	text-decoration:none;
}

.greenmorelink {
	float:right;
	width: 100%;
	text-align:right;
	color: #9FF031;	
}

.greenlink {
	color: #9FF031;	
}

.block-content {
	margin: 18px 18px 5px 18px;
}

#news-block {
	width: 375px;
}

#catalog-block {
	width: 550px;
}

#page-block {
	width: 550px;
}

#record-block {
	width: 970px;
}

#artist-block {
	width: 970px;
}

#artist-block a{
	color: #9FF031;	
}


#artists-block {
	width: 550px;
}

#network-block {
	width: 550px;
}

#news-block-headline {
	width: 375px;
	background: url(images/block_header_blue_small.png) no-repeat;
}

#catalog-block-headline {
	width: 550px;
	background: url(images/block_header_red_large.png) no-repeat;
}

#record-block-headline {
	width: 970px;
	background: url(images/block_header_full_red.png) no-repeat;
}

#single-artist-block-headline {
	width: 970px;
	background: url(images/block_header_full_green.png) no-repeat;
}

#page-block-headline {
	width: 550px;
	background: url(images/block_header_blue_large.png) no-repeat;
}

#artist-block-headline {
	width: 550px;
	background: url(images/block_header_green_large.png) no-repeat;
}

#network-block-headline {
	width: 550px;
	background: url(images/block_header_blue_large.png) no-repeat;
}

#network-block hr {
	margin-top: 24px;	
}

#respond {
	margin-bottom: 20px;	
}

.network-container {
	margin-bottom: -6px;
}

.network-container a {
	margin-right: 2px;
}

.post {
	padding: 0 0 20px 0;
	overflow:  hidden;		
}

.postmetadata {	
	text-align: right;
	padding: 20px 0 10px 0;
	color: #999;
}

.comment-body {
	display: block;	
	width: 337px;
}

.record {
	float: left;
	width: 177px;
	height: 210px;
	
	margin-right: 0px;
	margin-bottom: 20px;
}

.record a {
	color:#FFF;
	text-decoration:none;
}

.record h3 {
	
	height: 35px;
	
}

.record-left {
	float: left;
	width: 360px;
	margin-left: 10px;
	margin-top: 6px;
}

.record-right {
	float: right;
	width: 510px;
	margin-right: 10px;
	margin-top: 6px;
}

.artist-left {
	float: left;
	width: 360px;
	margin-left: 10px;
	margin-top: 6px;
}

.artist-left img {
	margin-bottom: 20px;
}

.artist-player{
	margin-bottom: 10px;
}

.artist-right {
	float: right;
	width: 510px;
	margin-right: 10px;
	margin-top: 6px;
}

.new-badge {
	width: 59px;
	height: 61px;
	margin-left: 115px;
	margin-top: -160px;
	
}

.ordercd-button {
	width: 132px;
	height: 30px;
	background:url(images/red_button.png) no-repeat;
	display:block;
	padding-top: 4px;
	font-weight:bold;
	text-align:center;
	cursor: pointer;
	color: #FFF;
	text-decoration:none;
}

.release-descr{
	margin-top: 10px;
	margin-bottom: 20px;
}

.release-meta{
	color:#999;
	font-size: 0.85em;
	line-height: 1.1em;
	margin-top: 10px; 
	margin-bottom: 20px;
}

.full-release-links {
	float: right;
	margin-left: 30px;
	width: 500px;
}

.full-release-link-descr {
	float: right;
	margin-right: 0px;
}

.shoplink {
	width: 44px;
	margin: 0;
	padding: 0;
	float:right
}

.playlist {
	display: none;	
}

.thumb-shadow {
	width: 165px;
	height: 165px;
	background:url(images/thumbshadow.png) no-repeat;
}

.bigshadow {
	width: 365px;
	height: 365px;
	background:url(images/bigshadow.png) no-repeat;
}

.artist2 {
	float: left;
	width: 105.5px;
	height: 130px;
	
	margin-right: 0px;
	margin-bottom: 10px;
}

.artist2 a {
	color:#FFF;
	text-decoration:none;
}

.artist2 h3 {
	
	height: 20px;
	
}

.artist2 h2 {
	
	margin-bottom: 0px;
	
}

.artist {
	float: left;
	width: 105.5px;
	height: 130px;
	
	margin-right: 0px;
	margin-bottom: 10px;
}

.artist a {
	color:#FFF;
	text-decoration:none;
}

.artist h3 {

	height: 20px;
}

.small-thumb-shadow {
	width: 97px;
	height: 106px;
	background:url(images/smallthumbshadow.png) no-repeat;
}

hr {
	border-color: #3c3c3c;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0px 0 20px 0px;
	height: 0;
}

#message-input{
	width: 	250px;
}

.form-left {
	float: left;	
}

.form-right {
	margin-left: 24px;
	float: left;
}
