@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	border-top: 1px solid #ED6747;
	margin: 10px 0 0;
	padding: 5px 0 0;
}

p {
	text-align: left;
	padding-bottom: 5px;
}

a, a:visited, a:active, a:hover {
	color: #ed6747;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo-container {
	margin-top: -1px;
	width: 100%;
	background: #333 url(/images/noise-anim.gif) repeat top center;
	text-align: center;
}

#inner-logo {
	background: transparent url(/images/header-background.png) repeat-x top center;
}

#noise-glare {
	background: transparent url(/images/noise-glare.png) repeat-x 0px center;
	padding: 20px;
}

#switch-noise {
	color: #ed6848;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: -20px 5px 5px 5px;
	padding: 3px;
	text-align: center;
	width: 60px;
}

#switch-noise:hover {
	color: #000;
	background-color: #ed6848;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}

#main-container {
	margin: 20px auto;
	width: 800px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px solid #ccc;
	background: transparent url(/images/7oop3d-infinity.png) no-repeat bottom right;
}

#left-container {
	float: left;
	width: 550px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px dotted #ccc;
}

#right-container {
	float: left;
	width: 215px;
}

/* -------------------------------------- */
#beatportal-comments {
	height: 20px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}

dl {
	font-size: 11px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
dl.first {
	border: medium none;
	padding-top: 5px;
	border-top: 1px solid #D3D3D3;
}
*/
dl.even {
	background: #F4F4F4 none repeat scroll 0 0;
}
dl.comment {
	border-bottom: 1px solid #D3D3D3;
	float:left;
	padding: 5px 6px 0;
	width: 530px;
}

dl.comment dt.avatar {
	border: 1px solid #C5D0D8;
	float: left;
	height: 50px;
	margin: 0 10px 10px 0;
	width: 50px;
}
dl.comment dt, #comments dl.comment dd {
	float: right;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
}

dl.comment p {
	border: none;
}

#bp-prev, #bp-next {
	cursor: pointer;
}

td {
	font-size: 11px;
	font-weight: bold;
}

.inactive {
	cursor: auto !important;
	color: #aaa;
}

/* -------------------------------------- */

a.lightbox {
  display: block;
  margin-bottom: 10px;
}

/* -------------------------------------- */

.wrap {
	margin: auto;
	width: 209px;
	height: 215px;
	background: #fff;
	position: relative;
	cursor: pointer;
	border: 2px solid #C0C0C0;
	overflow: hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.display1, .display2, #price {
	position: absolute;
	top: 0;
	left: 0;
}

#price {
	width: 100px;
	height: 20px;
	padding: 4px;
	top: 14px;
	left: -26px;
	z-index: 100;
	background: #ed6848;
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-box-shadow: 0px 2px 12px #000;
	-webkit-box-shadow: 0px 2px 12px #000;
}

.lyrics {
  width: 98%;
  height: 200px;
  overflow-y: scroll;
  padding: 4px;
  border: 1px solid #ccc;
}

/* -------------------------------------- */

.hidden {
	display: none;
}

.mp3 {
	margin-top: 10px;
}

.normal {
	font-weight: normal;
}

.clear {
	clear:both;
}
