@charset "utf-8";

.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%;
}

/* 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;
}
ul {
	list-style: none;
}
ol {
	padding-left: 20px;
	margin: 5px;
}

td ul li{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EAEAEA;
}

td ul li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}



.smallnav{
	border-radius: 2px;
	float: left;
	padding: 6px 20px;
	margin: 20px 0;
}

.smallnavright {
	border-radius: 2px;
    float: right;
    margin-left: 10px;
    margin-top: 20px;
    padding: 6px 20px;
}

#tab-container div.active{
	border-top: 1px solid #ddd;
	padding-top: 30px;
	color: #111;
}

#tab-container{
	margin-bottom: 80px;
	min-height: 500px;
	clear: both;
}

.thecontent img{
	display:block;
}

.thecontent ul{
	display:block;
}

.thecontent ul li{

}

.wp-caption{
	border: 0px solid #e0e0e0;
	outline: 0px #e0e0e0;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	background-color: #f1f1f1;
}

.wp-caption img{
	width: 630px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
}


.wp-caption p{
	font-size: 0.88em;
	background-color: #f1f1f1;
	box-sizing: border-box;
	padding: 0px 5px 7px 10px;
	margin-bottom: 0px;
	margin-top: 4px;
	color: #333;
	border-radius: 0 0 1px 1px;
}

.icon-bar{
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 2px;
}

.icon-bar-big{
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 2px;
	margin-bottom: 28px;
}


.tdr-icon{
	display: inline-block;
	background: url(images/sprites.png) no-repeat 0 0 transparent;
	float: left;
	margin-right: 5px;
}
.tdr-icon-divider{ 
	height: 30px;
	width: 1px;
	background-color: #ccc;
	float: left; 
	margin-left: 10px;
	margin-right: 18px;
}
.tdr-icon.right{
	float: right;
	margin-left: 5px;
}

.tdr-icon.windows{
	background-position: 0px 0px;
	width: 30px;
	height: 28px;
	margin-top: 2px;
}
.tdr-icon.mac{
	background-position: 0px -27px;
	width: 26px;
	height: 30px;
}

.tdr-icon.pdf{
	background-position: -127px -167px;
	width: 16px;
	height: 16px;
}

.tdr-icon.VST{
	background-position: -146px -27px;
	width: 48px;
	height: 30px;
}
.tdr-icon.AU{
	background-position: -30px 1px;
	width: 48px;
	height: 30px;
}
.tdr-icon.AAX{
	background-position: -161px -292px;
	width: 46px;
	height: 30px;
}

.tdr-icon.cart{
	background: url("images/cart-white.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	width: 20px;
	height: 18px;
	margin-top: -1px;
}

.VST.small{
	background-position: -0px -114px;
	width: 27px;
	height: 16px;
}
.AU.small{
	background-position: -132px -114px;
	width: 27px;
	height: 16px;
}
.AAX.small{
	background-position: -135px -294px;
	width: 27px;
	height: 16px;
}

.labs-item{
	background-color: #f3f3f3;
    border-radius: 2px;
    float: left;
    padding: 20px;
    width: 450px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 340px;
}

.discontinued .labs-item{
	opacity: 0.4;	
}

.labs-item.discontinued{
	opacity: 0.4;
}

.labs-item.placeholder{
	background-color: transparent;
}

#single-wall-entry .labs-item{
	width: 520px;
	height: 370px;
	margin-right: 0;
}

.plugin-more-products{
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
	
}

.plugin-featured{
	float: left;
	margin-bottom: 30px;
	
}

.labs-item:nth-of-type( even ){
	margin-right: 0px;
}

a.labs-item:hover{
	background-color: #f1f1f1;
}

.labs-item .free-download-button{
	padding: 6px 15px;
	float: right;
	border-radius: 2px;
    text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #222222;
	background-color: #f7f7f7;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e9e9e9));
  	background-image: -webkit-linear-gradient(top, #f7f7f7, #e9e9e9); 
  	background-image: -moz-linear-gradient(top, #f7f7f7, #e9e9e9); 
  	background-image: -ms-linear-gradient(top, #f7f7f7, #e9e9e9); 
  	background-image: -o-linear-gradient(top, #f7f7f7, #e9e9e9);
  	box-shadow: 0 1px 2px #444, 0 2px 3px #FFFFFF inset;
  	text-shadow: 0 1px 1px #FFFFFF;
}

.labs-item p{
	font-weight: normal;
	width: 100%;
	float: left;
}

.labs-item img{
	margin-bottom: 10px;
}

.vst-centered{
	display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 26px;
    background-color: #f1f1f1;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

.column-left{
	float:left;
	width: 500px;
}

.column-left h2{
 	margin-bottom: 10px;	
}

.column-right{
	float:left;
	width: 390px;
	padding-left: 40px;
}

.labs-column-left{
	float:left;
	width: 570px;
}

.labs-column-right p,
.labs-column-left p{
	line-height: 1.5em;
}


.labs-column-right{
	float:left;
	width: 390px;
	padding-left: 40px;
	margin-bottom: 30px;
}

.labs-column-right .meta{
	margin-top: 12px;
}

.labs-column-right h3{
	margin-top: 30px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 6px;
}

.labs-column-right h3:first-of-type{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.labs-column-right h3.no-margin{
	margin-bottom: 6px;
}

.margintop{
	margin-top: 20px;
}
.marginbottom{
	margin-bottom: 20px;
}
.marginbottom30{
	margin-bottom: 30px;
}



.plugin-single h2 {
    color: #222222;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    overflow: visible;
    padding-bottom: 0.55em;
    text-transform: none;
}

.downloadbutton {
    border-radius: 2px;
    cursor: pointer;
    float: left;
    text-align: left;
    padding: 15px 12px 15px 15px;
	font-size: 1.0em;
	font-weight: bold;
	color: #222222;
	background-color: #f7f7f7;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e9e9e9));
  	background-image: -webkit-linear-gradient(top, #f7f7f7, #e9e9e9); 
  	background-image: -moz-linear-gradient(top, #f7f7f7, #e9e9e9); 
  	background-image: -ms-linear-gradient(top, #f7f7f7, #e9e9e9); 
  	background-image: -o-linear-gradient(top, #f7f7f7, #e9e9e9);
  	box-shadow: 0 1px 2px #444, 0 2px 3px #FFFFFF inset;
  	text-shadow: 1px 1px 0px #fff;
}

.downloadbutton:hover {
	background: #f9f9f9;
	color: #111;
}

.labs-column-right .downloadbutton{
	margin-bottom: 5px;
	margin-top: 0;
	line-height: 1.1em;
	float: none !important;
	display: block;
	text-align: left;
}

.labs-column-right .downloadbutton .description{
	font-weight: normal;
	float: right;
}

.labs-column-right .downloadbutton .winmacicon{
	float: left;
}

.labs-column-right #email_address{
	width: 275px !important;
}

.labs-column-right .submit{
	width: 100px !important;
}

.winmacicon{
	background: url( 'images/winmac.png' ) no-repeat 0 0;
	height: 32px;
	width:62px;
	float: right;
}

.winmacicon.mac{
	background: url( 'images/winmac.png' ) no-repeat 0 0;
	height: 32px;
	width:31px;
}

.winmacicon.win{
	background: url( 'images/winmac.png' ) no-repeat -30px 0;
	height: 32px;
	width:31px;
}


ul.bullet {
	list-style: disc;
	padding-left: 20px;
}

ul.bullet ul.bullet{
	list-style: disc;
	padding-left: 30px;
	margin-top: 5px;
}

ul.bullet li {
	margin-bottom: 0.3em;
	margin-bottom: 5px;
}


.trackinfo{
	color: #555;
	font-weight: normal;
}
.trackinfo:hover{
	color: #222;
}

:focus {
	outline: 0;
}

table {
	border-spacing: 0;
}

td {
	padding-bottom: 4px;
	vertical-align: top;
}

.shop-table td {
	padding: 4px;
	vertical-align: middle;
}

.main-navigation{
	width: 100%;
	margin-bottom: 30px;
    margin-top: -26px;
}

.main-navigation ul{
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #fff;
}

.main-navigation ul li{
	float: left;
	padding: 0px 0;
}
.main-navigation ul li a{
	color: #404040;
	padding: 0px;
	text-transform:uppercase;
	font-weight:normal;
	white-space: nowrap;
	clear: both;
	margin-left: 3px;
	padding: 5px;
	background:none;
}

.main-navigation ul li a.navactive{
	color:#000;
	font-weight: bold;
}

.main-navigation ul li.last{
	border-right: none;
}

.main-navigation ul li.first{
	border-left: none;
}

#single-wall-entry {
	width: 1000px;	
}

.remix-entry-centered{
	margin: 0 auto;
	width: 700px;
}

.wall-entry-centered
{
	margin: 0 auto;
	width: 560px;
}

#afterDownloadDialog{
	display: none;
}

.techarticle-entry-centered
{
	margin: 0 auto;
	width: 630px;
	font-size: 1.10em;
	line-height: 1.52em;
}

.techarticle-entry-centered ul
{
	padding: 30px;
	padding-top: 0px;
}

.techarticle-entry-centered ul{
	color: #000;
	list-style: disc outside;
}

.techarticle-entry-centered ul li{
	padding-left: 4px;
}

.techarticle-entry-centered h4{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.1em;
}


.wall-entry-date
{
    color: #B2B2B2;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    float: left;
    margin: 8px 0;
}

.wall-entry
{
	float: left;
	width: 220px;
	height: 260px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#artist-news .wall-entry {
    background-color: none;
    height: 24px;
    margin-bottom: 7px;
    margin-right: 0;
    width: 360px;
}

#tech-article .wall-entry {
    background-color: none;
    height: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 300px;
}

#artist-news h1{
	margin-bottom: 15px;
}

#artist-news .wall-entry p{
	margin-top: 2px;
	float: left;
	font-weight: normal;
}

.wall-block{
	float: left;
	width:100%;
}

.wall-entry h2
{
	height: 24px;
    overflow: hidden;
    margin-bottom:4px;
}

#artist-news .wall-entry h2
{
	height: auto;
    overflow: visible;
    margin-bottom:4px;
    margin-left: 10px;
}

.wall-entry:nth-child( 4n )
{
	margin-right: 0 !important;
}

.wall-entry-image
{
	width: 220px;
	height: 140px;
	background-color: #eee;
	margin-bottom: 10px;
	box-shadow: 1px 2px 3px 0px #999;
	-moz-box-shadow: 1px 2px 3px 0px #999;
	-webkit-box-shadow: 1px 2px 3px 0px #999;
}

#artist-news .wall-entry-image
{
	width: 34px;
	height: 22px;
	margin-right: 10px;
	margin-bottom: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	float: left;
}

#tech-article .wall-entry-image
{
	width: 300px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 5px;
	box-shadow: 1px 2px 3px 0px #999;
	-moz-box-shadow: 1px 2px 3px 0px #999;
	-webkit-box-shadow: 1px 2px 3px 0px #999;
	float: left;
}

.wall-entry-centered .wall-entry-image
{
	width: 560px;
	height: 280px;
	background-color: #eee;
	margin-bottom: 10px;
	box-shadow: 1px 2px 3px 0px #999;
	-moz-box-shadow: 1px 2px 3px 0px #999;
	-webkit-box-shadow: 1px 2px 3px 0px #999;
	float: left;
}

.big
{
    font-size: 1.8em;
    line-height: 1.2em;
    padding-bottom: 15px;
    width: 100%;
    float:left;
    text-transform: uppercase;
}

.techarticle-entry-centered .big
{
    font-size: 1.8em;
    line-height: 1.2em;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    float:left;
    text-transform: uppercase;
}

.techarticle-entry-centered h4:first-of-type
{
    padding-bottom: 20px;
}

.banner-overlay
{
	position:absolute;
	background-color: #ffffff;
	width: 300px;
	height: 160px;
	left: 640px;
	top: 160px;
	margin-bottom: -160px;
	display: inline;
}


#featured-news .white-block{
	margin-bottom: 15px;
}

.wall-entry-preview
{
	font-weight: normal;
	max-height: 4.2em;
    overflow: hidden;
    margin-bottom: 4px;
}

#artist-news .wall-entry-preview
{
	max-height: auto;
    margin-bottom: 4px;
}

.wall-entry-image-normal
{
	width: 300px;
	height: 200px;
	background-color: #eee;
	margin-bottom: 10px;
	box-shadow: 1px 2px 3px 0px #999;
	-moz-box-shadow: 1px 2px 3px 0px #999;
	-webkit-box-shadow: 1px 2px 3px 0px #999;
	float: left;
}

.wall-entry-desc
{
	font-weight: normal;
	max-height: 100px;
    overflow: hidden;
    margin-bottom: 4px;
    float: left
}

.wall-entry-content
{
	width: 100%;
    margin: 10px 0 20px 0;
    float: left;
}

.wall-entry-preview p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.wall-entry-more
{
	margin-bottom:4px;
	display: block;
	float: right;
}

.white-block {
	width: 100%;
	position:relative;
	margin-bottom: 0px;
	float: left;
}
/*
#featured-albums .white-block, 
.home .white-block {
	margin-bottom: 0px;
}*/

.shop-item-shadow {	
	background-color: #f2f2f2;
	padding: 20px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 2px 3px 0px #999;
	-moz-box-shadow: 1px 2px 3px 0px #999;
	-webkit-box-shadow: 1px 2px 3px 0px #999;
}

.block-frame {
	float:left;
	width: 100%;
}

.box-padding {
	padding: 20px;	
	float: left;
}

.remix_button {
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 3px 3px 3px 3px;
    color: #111;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-top: -7px;
    text-align: center;
    padding: 18px 8px 18px 12px;
    width: 380px;
	font-size: 1.0em;
	box-shadow: 1px 2px 3px 0px #999;
	-moz-box-shadow: 1px 2px 3px 0px #999;
	-webkit-box-shadow: 1px 2px 3px 0px #999;
}

.buy_button3 {
	background-color: #222;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    text-align: center;
    font-weight: normal;
    margin-top: 5px;
    padding: 18px 18px;
    width: 664px;
	font-size: 1.0em;
	font-weight: bold;
}

.buy_button3:hover {
	background-color: #222;
    color: #fff;
}

.catalogue-nav{
	float: right;
	margin-top: -50px;
	color: #b0b0b0
}

.catalogue-nav .bottom-link{
	margin-top: 0 !important;
	margin-left: 6px;
}

.catalogue-nav .blind{
	margin-top: 0 !important;
	margin-left: 6px;
	color: #b0b0b0;
	float: right;
	cursor: default;
}

#featured-albums .meta2{
	margin-top: 15px;
	margin-right: -10px;
}

.track-search-empty{
	text-align: center;
	color: #999;
	font-size: 1.3em;
	margin-left: 40px;
	margin-bottom: 80px;
}

.record-center{
	margin: 0 auto 20px;
	width: 600px;
}

.buy_button4 {
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	width: 155px;
	padding: 8px;
	padding-top: 10px;
	padding-left: 8px;
	font-size: 0.89em;
	font-weight:normal;
	margin-top: 0px;
	margin-left: 4px;
	cursor:pointer;
	float:right;
	font-weight: bold;
}

.download_track_button:hover,
.buy_button:hover {
	background-color: #111;
}

.download_track_button,
.buy_track_button {
	background-color: #000;
	color: #eee;
	width: 70px;
	padding: 1px;
	font-size: 0.89em;
	font-weight:normal;
	cursor:pointer;
	float:left;
	text-align:center;
	border-radius: 3px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
}

.mini-album-list {
	
}

.mini-album-list a{
	margin: 0 10px 10px 0;
	float: left;
}

.mini-album-list a:nth-child(4n+4){
	margin: 0 0px 10px 0;
	float: left;
}

.disabled_track_button {
	background-color: #888;
	color: #fff;
	width: 70px;
	padding: 1px;
	font-size: 0.89em;
	font-weight:normal;
	cursor:pointer;
	float:left;
	text-align:center;
	border-radius: 3px;
}

.continue_button {
	background-color: #444;
	color: #eee;
	border-radius: 3px;
	padding: 8px;
	padding-left: 8px;
	font-size: 1.0em;
	font-weight:normal;
	margin-top: 3px;
	cursor:pointer;
	float:left;
}

.continue_button:hover {
	background-color: #111;
}

.checkout_button {
	background-color: #000;
	color: #fff;
	border-radius: 2px;
	padding: 20px;
	font-size: 1.0em;
	font-weight:normal;
	margin-top: 3px;
	cursor:pointer;
	float:left;
}

.checkout_button:hover {
	background-color: #111;
}

.cover-image
{
	box-shadow: 0 2px 4px -2px #222, 1px 12px 20px -20px #000000;
	-moz-box-shadow: 0 2px 4px -2px #222, 1px 12px 20px -20px #000000;
	-webkit-box-shadow: 0 2px 4px -2px #222, 1px 12px 20px -20px #000000;
}

.artist .cover-image
{
	box-shadow: 0 1px 2px -0px #999;
	-moz-box-shadow: 0 1px 2px -0px #999;
	-webkit-box-shadow: 0 1px 2px -0px #999;
}

span.price{
	font-size: 1.6em;
	float: right;
}

.video img,
.big-cover-image
{
	border-radius: 1px;
	box-shadow: 0 2px 4px -2px #444444, 1px 20px 25px -20px #666;
	-moz-box-shadow: 0 2px 4px -2px #444444, 1px 20px 25px -20px #666;
	-webkit-box-shadow: 0 2px 4px -2px #444444, 1px 20px 25px -20px #666;
}

.sec-image{
	margin: 7px 7px 0 0;
}

.sec-image.border{
	margin: 7px 0 0 0 !important;
}

.float-left{
	float: left;
}

.offer-products {
    float: left;
    margin-left: 10px;
    margin-top: -6px;
    z-index: 1000;
}
.offer-products .thumb {
    float: left;
    overflow: hidden;
    padding-right: 3px;
    position: relative;
    z-index: 5000;
}
.offer-products .thumb img{
	width: 30px;
	height: 30px;
	box-shadow: 1px 1px 2px -0px rgba( 0, 0, 0, 0.4 );
	-moz-box-shadow: 1px 1px 2px -0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 1px 1px 2px -0px rgba( 0, 0, 0, 0.4 );
}

.arrow {
	margin-left: 10px;
	margin-right: 7px;
}

#feature-box {
	width: 438px;
	height: 240px;
	background-color: #EAEAEA;
	margin-bottom: 0px;
	overflow: hidden;
	float: left;
}

.featured-image {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.featured-asset {
    z-index:10;
	position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}

.remix-banner{	
	background: #eeeeee;
	color: #777;
	padding: 12px 0 12px 0;
	width: 100%;
	font-weight:bold;
	float:left;
	text-align:center;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 1.4em;
}

.grey{	
	background: #333 url(http://www.tokyodawn.net/pictures/alert-overlay.png) repeat-x;
}

.orange{	
	background: #e63 url(http://www.tokyodawn.net/pictures/alert-overlay.png) repeat-x;
}

.bottom-link2 {
	background-color: #000;
	color: #FFF;
	padding: 10px 0 10px 0;
	width: 400px;
	font-weight:bold;
	margin-top: -41px;
	cursor:pointer;
	float:right;
	text-align:center;
	bottom:0;
    right:0;	
}

.bottom-link {
    color: #308FF2;
    cursor: pointer;
    float: right;
    font-weight: normal;
    margin-top: -28px;
}

#featured-albums .bottom-link,
#featured-videos .bottom-link,
#featured-remixes .bottom-link,
#involved-artists .bottom-link,
.plugin-featured .bottom-link,
#featured-news .bottom-link,
#featured-artists .bottom-link {
    margin-top: -47px;
}

.active {
    z-index:10;
	opacity:1.0;
}

.last-active {
    z-index:9;
}

#featured-tracks {
	width: 540px;
	float: right;
}

#feature-area {
	margin-bottom:15px;
}

#single-track,
#single-artist,
#single-record {
	width: 1000px;	
}


#featured-videos,
#featured-news,
#featured-albums {
	width: 1000px;
	margin-bottom: 0px;
}

#featured-artists {
	width: 540px;
	margin-right: 20px;
}

#facebook {
	width: 380px;
}

#twitter {
	width: 380px;
}

#newsletter {
	width: 380px;
}

h1 {
	border-top: 2px solid #EAEAEA;
    color: #B0B0B0;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.35em;
    font-weight: lighter;
    margin-bottom: 1.8em;
    padding-top: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

#feature-area h1{
	border-top: none;
	margin-bottom: 15px;
}

#feature-area .buy-meta{
	float:right; 
	margin-top:5px; 
	font-size:0.9em; 
	color:#aaaaaa;
}

.top-divider{
	border-top: 2px solid #EAEAEA;
	padding-top: 15px;
	height: 20px;
}

.float-divider{
	border-bottom: 2px solid #EAEAEA;
	padding-top: 0px;
	margin-bottom: 26px;
	float: left;
	width: 100%;
}

.float-divider:last-child{
	border-bottom: none;
	padding-top: 0px;
	margin-bottom: 26px;
	float: left;
	width: 100%;
}

.news-item{
	margin-bottom: 30px;
	margin-right: 20px;
	width: 300px;
	float: left;
	height: 400px;
}
.news-item:nth-child(3n){
	margin-right: 0px;
}

.img-col{
	width:300px;
	min-height: 200px;
	float: left;
	background-color: #222222;
	margin-right: 20px;
}

.des-col{
	float: left;
}

#single-record h1{
	padding-top: 0;
	margin-bottom: 10px;
	border: none;
	color: #222222;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    overflow: visible;
    padding-bottom: 0.8em;
    text-transform: uppercase;
}

h1 a {
	color: #e0e0e0;
	text-decoration: none;	
}

h1 a:hover {
	color: #e0e0e0;	
	text-decoration: none;
}

h2 {
    color: #222222;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    overflow: visible;
    padding-bottom: 0.8em;
    text-transform: uppercase;
}

h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.10em;
	padding-bottom: 8px;
	color: #222;
}

a {
	color: #222;	
	text-decoration:none;
	font-weight:bold;
}

ul li a,
ol li a, 
p a{
	color: #08f;
	font-weight: normal;
}

ol li a:hover, 
ul li a:hover, 
p a:hover{
	text-decoration: none;
}

object {
	margin-bottom: 10px;	
}

embed {
	margin-bottom: 10px;
}

.twitter-follow
{
	font-size: 1.1em;
	color: #2FC2EF;
	margin-bottom: 1px;
}

.twitter-follow span
{
	font-size: 0.8em;
	color: #2FC2EF;
}

.twitter-follow-button{
	margin-top: 4px;
	margin-bottom: 6px;
}

.twtr-widget{
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
}

#likebox-frame{
 border:3px solid #fff;
 width:427px;
 z-index:10;
 height: 399px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-bottom:0px;
}
#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}

input, textarea {
	border: #dddddd 1px solid;
	padding: 0px;
	line-height: 1.3;
	font-size: 1.0em;
	background-color: #eee;
	color: #222;
	font-family: 'Open Sans', sans-serif;
}

.banner-box{
	-moz-transition: margin 0.9s ease-in-out 0s;
    -webkit-transition: margin 0.9s ease-in-out 0s;
    -o-transition: margin 0.9s ease-in-out 0s;
    transition: margin 0.9s ease-in-out 0s;
	width:100%;
}

.banner-item{
	z-index: 100;
	display:block;
    position:relative;
    border-radius: 2px 2px 0 0;
}

.banner-item::before
{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    /*-moz-box-shadow:inset 0px 1px 3px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow:inset 0px 1px 3px 2px rgba(0,0,0,0.3);
    box-shadow:inset 0px 1px 3px 2px rgba(0,0,0,0.3);
    border-radius: 2px;*/
}

.banner-item img
{
  	display:block;
}

.banner-image
{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) inset;
}

.info-area{
	background-color: #FFFFFF;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.5);
    float: left;
    height: 60px;
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    width: 100%;
    z-index: 500;
    border-radius: 0;
}

.info-area .prev-button{
	float: left;
	margin: 15px 0px;
	cursor: pointer;
}
.info-area .banner-player{
	float: left;
	width: 820px;
	height: 60px;
	margin: 0 30px;
}
.info-area .next-button{
	float: left;
	margin: 15px 0px;
	cursor: pointer;
}

textarea{
	resize: none;
}

.quotes{
	margin-top: 40px !important;
}

.quote{
	width: 100%;
	margin: 10px 0 12px 0;
}

.quote h2{
    color: #585858;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 10px;
    padding: 0;
    text-indent: -0.5em;
    text-transform: none;
}

.quote h2:before {
	font-style:italic;	
    content: "“";
    font-size:large;
    font-weight: bold;
}
 
.quote h2:after {
	font-style:italic;	
    content: "”";
    font-size: large;
    font-weight: bold;
}

.quote p{
	margin: 0px 0 5px 0;
	display: block;
	color: #999;
}

.quote a{
	margin: 0px 0 5px 0;
	display: block;
	color: #999;
	font-weight: normal;
}

#paypal{
	border: none !important;
	background: none !important;
	margin: 0 !important;
	margin-right: -8px !important;
}

.emailinput {
	width: 200px;	
	padding: 5px 4px 5px 4px;
}

[disabled] {
  background-color: #ccc !important;
}

.submit {
	width: 122px;
	height: 28px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	border: none;
	background-color: #444;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.submit:hover {
	background-color: #222;
}



.cart-track {
	border-radius: 3px;
	background-color: #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left; 
	margin-bottom:3px; 
	width:740px;	
	vertical-align:middle;
}

.cart-total {
	border-radius: 3px;
	background-color: #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 3px;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
}

.cart-content
{
	margin-top:40px;
	margin-bottom:20px;
	margin-right:15px;
	float: left;
	width: 196px;
	height: 175px;
	padding:20px;
	border-radius: 3px;
	background-color: #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.cart-content-right p,
.cart-content p
{
	text-align: left;
}

.cart-content2
{
	margin-top:15px;
	margin-bottom:0px;
	margin-right:15px;
	float: left;
	width: 700px;
}

.cart-content-right
{
	margin-top:40px;
	margin-bottom:20px;
	float: left;
	background-color: #eeeeee;
	width: 196px;
	height: 175px;
	padding:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

body {
	background-color: #fff;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	height: 100%;
}

html, body {height: 100%;}

p {
	margin-bottom: 0.95em;	
	color: #111;
	text-align: left;
}

#wrap {
	background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #ccc;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 280px;
    min-height: 100%;
    padding-bottom: 20px;
}

#header {
	width: 1000px;
	height: 170px;
}

#footer {
	height: 280px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0px; 
	margin-left: 0px;
	float: left;
	background: #282828;
	z-index: -50;
}


.buy_button {
	background-color: #111;
	color: #fff;
	border-radius: 2px;
	width: 288px;
	padding: 5px 8px 6px 5px;
	font-size: 0.89em;
	margin-top: 3px;
	cursor:pointer;
	float:left;
	font-weight: bold;
	z-index: 100;
}

.buy_button.disabled {
	background-color: #000!important;
	cursor: default !important;
	opacity: 0.25;
}
.buy_button:hover {
	background-color: #000!important;
}


#single-record .buy_button {
	background-color: #111;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-top: 5px;
    padding: 18px 8px 18px 12px;
    width: 560px;
	font-size: 1.0em;
}



.mini-cart
{
	float: right;
	margin-top: 40px;
	width: 300px;
	cursor:pointer;
	background-color: #eaeaea;
	color: #111;
	border-radius: 2px 4px 4px 2px;
	-moz-border-radius: 2px 4px 4px 2px;
	-webkit-border-radius: 2px 4px 4px 2px;
}

.mini-cart .checkout-button
{ 
	padding: 5px 20px 5px 20px;
	cursor:pointer;
	background-color: #111;
	color: #fff;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	margin: 0px 0px 0px 0px;
	border-left: #666 1px solid;
	float:right;
}

.mini-cart .cart-text {
    background: url("images/cart-white.png") no-repeat scroll 0 1px transparent;
    color: #404040;
    cursor: pointer;
    float: left;
    font-weight: normal;
    margin-left: 6px;
    margin-top: 5px;
    padding-left: 22px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 160px;
}


.vvqbox img {
	margin-top: -25px;
    width: 400px !important;
	height: 300px !important;
}


.trackrow
{
	height: 20px;
	padding-top: 4px;
	padding-bottom:0px;
	margin-left: -2px;
}

.smallquote 
{
	margin-bottom:0.8em;
}

.trackdiv
{
	overflow: hidden;
	white-space: nowrap;
	float:left;	
}

.tracklink{
	background: url(images/arrow.png) no-repeat left;
	padding-left: 16px;	
	margin-left: 3px;
	font-weight:normal;
	color: #666;
}
.tracklink2{
	background: url(images/pause.png) no-repeat left;
	padding-left: 16px;	
	font-weight:normal;
	color: #666;
}

.trackmetadiv{
	float:right;	
}

.leftfloat{
	float: left;	
}


#footer .logo{
	background: rgba(0, 0, 0, 0) url("images/logo_grey.png") no-repeat scroll left center;
    display: block;
    height: 67px;
    margin: auto;
    padding-top: 30px;
    width: 80px;
}

#left-footer {
	float: left;
	padding-top: 0px;
	width: 100%;
	text-align: center;
}

#right-footer {
	float:right;
	padding-top: 30px;
	text-align:right;
}

#right-bottom-footer {
	float:right;
	width: 55%;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	text-align:right;
	color: #888;
}

#left-bottom-footer {
	float:left;
	width: 40%;
	text-align:left;
	padding-top: 53px;
	text-align:left;
}

#footer a {
	color: #bbb;	
	text-decoration:none;
	font-weight:normal;
}

#footer a img {
	margin-right: 4px;
}

#footer a:hover{
	color: #fff
}

#footer-center {
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	color: #888;
	font-size: 0.95em;
	margin-top: 40px;
}

#headerimg img{
	float:left;
	margin-top: 40px;
	padding-right: 10px;
}

#main-column {
	margin-bottom: 20px;	
}

.external-shops{
	float: left;
	margin-top:10px;
	margin-bottom:20px;
}

.external-shops-left{
	float: left;
	width: 180px;
	margin-top: -3px;
}

.external-shops-right{
	float: right;
	width: 368px;
	margin-right: 1px;
}

.shoplink
{
	background-color: #ffffff;
	box-shadow: 1px 2px 3px -1px #666;
	-moz-box-shadow: 1px 2px 3px -1px #666;
	-webkit-box-shadow: 1px 2px 3px -1px #666;
	width: 110px;
	height: 34px;
	float: right;
	border: #eeeeee 1px solid;
	border-radius: 3px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.horizontal .shoplink
{
	float: left;	
}

.logo-itunes{background: url('images/logo_itunes.png') 27px 5px no-repeat;}
.logo-traxsource{background: url('images/logo_traxsource.png') 7px 8px no-repeat;}
.logo-beatport{background: url('images/logo_beatport.png') 19px 11px no-repeat;}
.logo-amazon{background: url('images/logo_amazon.png') 26px 7px no-repeat;}
.logo-boomkat{background: url('images/logo_boomkat.png') 22px 9px no-repeat;}
.logo-juno{background: url('images/logo_juno.png') 10px 10px no-repeat;}


#secondaryNav{

    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    height: 40px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 5000;
}

#secondaryNav .headerimg{
	float: left;
}

#secondaryNav .headerimg img{
	margin: 5px;
	padding: 0;
}

#secondaryNav .mini-cart{
    border-radius: 2px 4px 4px 2px;
    color: #eee;
    cursor: pointer;
    float: right;
    margin-top: 6px;
    width: 270px;
}

#secondaryNav .mini-cart .cart-text {
    float: left;
    margin-left: 6px;
    margin-top: 4px;
    padding-left: 22px;
    width: 160px;
}

#secondaryNav .mini-cart .checkout-button {
    background-color: #282828;
    border-left: medium none;
    border-radius: 0 4px 4px 0;
    color: #eee;
    cursor: pointer;
    float: right;
    margin: 0;
    padding: 4px 10px;
}

#secondaryNav .main-navigation{
	margin: 0 0 0 10px;
    float: left;
    width: auto;
}

#secondaryNav .main-navigation ul{
    color: #fff;
    float: right;
}

#secondaryNav .main-navigation ul li{
	float: left;
    padding: 0;
}

#secondaryNav .main-navigation ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: both;
    color: #404040
    font-weight: normal;
    margin-left: 3px;
    padding: 10px 5px;
    text-transform: uppercase;
    white-space: nowrap;
    float: left;
}

#secondaryNav .main-navigation ul li a.navactive{
	color:#000;
	font-weight: bold;
}

#sec-nav-cont {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-bottom: 0px;
}

.profile-button {
	background: #282828 url("images/user-profile.png") no-repeat scroll 4px 3px;
    border-left: medium none;
    border-radius: 4px;
    color: #eee;
    cursor: pointer;
    float: right;
    height: 28px;
    margin: 40px 0 0 3px;
    padding: 0;
    width: 28px;
}

#secondaryNav .profile-button {
	background: #282828 url("images/user-profile.png") no-repeat scroll 4px 2px;
    height: 26px;
    margin: 6px 0 0 3px;
    padding: 0;
    width: 28px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-bottom: 0px;
}

#network-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px;
	width: 300px;
}

#network-container a img {
	margin-left: 3px;
	margin-right: 4px;
	border-radius: 5px;
	box-shadow: 1px 2px 2px -1px #666;
	-moz-box-shadow: 1px 2px 2px -1px #666;
	-webkit-box-shadow: 1px 2px 2px -1px #666;
}

.remix {
	float: left;
	width: 400px;

	margin-left: 10px;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.remix-item {
	float: left;
	width: 320px;
	height: 255px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
}

.remix-item {
	font-weight: normal;
}

.remix-item.smaller {
	float: left;
	width: 560px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.banner-navigate{
	width: 100%;
	float: left;
}

h4{
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 1.0em;
}

a.external-feature {
    background-color: #E3E3E3;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.3) inset;
    color: #444444;
    float: left;
    font-weight: normal;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 3px 8px 4px 8px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

a.external-feature:hover{
	background-color: #d3d3d3;
}

.video,
.record {
	float: left;
	width: 320px;
	height: 520px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
}

.record.smaller {
	float: left;
	width: 560px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 10px;
	height: auto;
}

.video.large {
	float: left;
	width: 560px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.thecontent{
	margin-bottom: 30px;
}

#nav-posts{
	width: 100%;
	margin-bottom: 20px;
	float: left;
	color: #e0e0e0;
}

#nav-posts .prev{
    float: right;
    margin-left: 10px;
}
#nav-posts .next{
    float: right;
    margin-left: 10px;
}

#nav-posts .next a,
#nav-posts .prev a{
	color: #308FF2;
    cursor: pointer;
    float: left;
    font-weight: normal;
    
}

.video.larger {
	float: left;
	width: 700px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.video {
	height: auto;
}

.video:nth-child(3n+3),
.remix-item:nth-child(3n+3),
.record:nth-child(3n+3) {
	margin-right: 0px;
}

.record-tracks{
	margin-bottom: 50px;
	margin-top: 0px;
	margin-left: 130px;
	width: 700px;
}
.record-tracks h2 {
    float: left;
    margin-left: 10px;
    line-height: 1.2em;
}
.record-tracks a{
	float: left;
}

.play-video-button{
	background: url("images/playover.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 100px;
    margin: -165px auto 0 103px;
    width: 100px;
    z-index: 100;
    cursor: pointer;
}

.video.larger .play-video-button {
    margin: -310px auto 0 300px;
}

.video.large .play-video-button {
    margin: -258px auto 0 230px;
}
.youtube-video{
	z-index: 500;
}

.remix-item h2,
.video h2,
.record h2 {
	height: 34px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 0;
}

.remix-item h2{
	height: 19px;
}

.remix-item p{
	margin-top: 5px;
	font-weight: normal;
}

.remix-item p .red{
	color: #cc2200;
	font-weight: bold;
}

.remix-item.smaller p{
	margin-top: 0px;
}

.remix-item.smaller h2 {
    padding-bottom: 0;
}

.remix-item.smaller h2,
.remix-item.smaller img,
.remix-item.smaller p{
	float: left;
}

.remix-item.smaller h2,
.remix-item.smaller p{
	width: 400px;
}

.remix-item.smaller a{
	display: block;
	width: 560px
}

.remix-item.smaller .right-column{
	width: 445px;
	float: right;
}

.remix-voting-player{
	width: 700px; 
	margin-bottom: 10px; 
	float: left;
}

.remix-voting-player .sc-player{
	width: 580px; 
	float: left;
}

.remix-voting-player .like-button{
	margin-top:0px; 
	margin-right: 0px; 
	float: right; 
	width: 120px; 
	height: 165px; 
	background: #eee;
}

.record.smaller h2 {
	float:left;
	height: 34px;
    margin-bottom: 6px;
    padding-bottom: 0;
}

.video.large h2{
	height: 17px;
	margin-bottom: 10px;
}

.video a{
	float: left;
}

.big-record-left {
	float: left;
	width: 390px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.big-record-right {
	float: left;
	width: 580px;
	margin-bottom: 30px;
}

.record .right-content{
	float:right; 
	width:330px; 
	height:165px;
}

#player {
	margin-bottom: 10px;	
}

#track-player {
	float: left;
	margin-bottom: 20px;	
}

.artist-left {
	float: left;
	width: 390px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.artist-player{
	margin-bottom: 10px;
}

.artist-right {
	float: left;
	width: 580px;
	margin-bottom: 30px;
}


.new-badge {
	width: 59px;
	height: 61px;
	margin-left: 115px;
	margin-top: -160px;
	position:absolute;
}

.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;
}

.descr{
	margin-top: 20px;
	margin-bottom: 20px;
}

.descr.gap{
	margin-top: 10px;
	margin-bottom: 40px;
}

.artist h2{
	padding-bottom: 10px;
}

.record .descr{
	margin-top: 5px;
	margin-bottom: 20px;
}

.wall-entry-centered .record .descr{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 336px;
	float: left;
}

.wall-entry-centered .record .a{
	float: left;
}

.wall-entry-centered .record .buy_button{
	width: 330px;
}

.artist .descr{
	margin-top: 5px;
	margin-bottom: 20px;
}

.release-descr{
	margin-top: 15px;
	margin-bottom: 20px;
}

.meta{
	color: #888;
	font-size: 0.95em;
	line-height: 1.2em;
}

.meta2{
	color: #888;
	font-size: 0.95em;
	float: right;
	margin-top: 5px;
}

.release-meta{
	color:#888;
	font-size: 0.95em;
	line-height: 1.2em;
	margin-top: 10px; 
	margin-bottom: 20px;
}

.full-release-links {
	float: left;
	width: 100%;
}

.full-release-link-descr {
	float: right;
	margin-right: 0px;
}

.related_plugin {
	display: block;
	margin-top: 30px;
}

.related_plugin h3 {
	margin-bottom: 5px !important;
	padding-bottom: 0;
}

.related_plugin p {
	font-weight: normal;
}


.shoplinkb {
	margin-left: 2px;
	padding: 5px 4px 0px 6px;
	float:right
}

.shoplink2 {
	width: 88px;
	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;
}

.artist{
	height: 350px;
	width: 320px;
	float: left;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-right: 20px;
	display: block;
}

.hidden{
	display: none !important;
}

.artist.small{
	height: 130px;
	width: 320px;
}

.grey-arrow{

}

.showAllButton{
	color: #308FF2;
	cursor: pointer;
    margin: 10px auto 20px auto;
    text-align: right;
    width: 100%;
}

.showAllButton:hover{
	color: #333333;
}

#single-track .artist.small{
	height: auto;
	width: 320px;
}

.artist.small h2,
.artist.small p,
.artist.small img{
	float: left;
}

.artist.small h2,
.artist.small p{
	float: left;
	margin-left: 16px;
	width: 210px;
}

#single-wall-entry .artist.small h2,
#single-wall-entry .artist.small p{
	width: 420px;
}

#single-track .artist.small{
	width: 100%;
}

#single-track .artist.small h2,
#single-track .artist.small p{
	width: 480px;
}

.artist.wide{
	width: 600px;
	height: 100px;
}

.wall-entry-centered .artist.small{
	width: 560px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
}

.artist p a,
.record p a{
	margin-top:10px;
	color: #222;
}

.artist p a:hover,
.record p a:hover{
	text-decoration: none;
}

.artist:nth-of-type(3n+3) {
	margin-right: 0px;
}

.record-info-button{
    border-radius: 3px 3px 3px 3px;
    color: #B7B7B7;
    display: inline-block;
    font-weight: normal;
    width: 100%;
    
    background: url("http://www.tokyodawn.net/pictures/alert-overlay.png") repeat-x scroll 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px #222222;
}

.record-info-button .right{
	float: right;
	display: block;
	padding: 10px;
	padding-top: 6px
}

.record-info-button .left{
	float: left;
	display: block;
	padding: 10px;
	padding-top: 6px
}




.small-artist-description{
	float: left;
	width: 340px;
	margin-left: 16px;
}

.small-artist-image{
	float: left;
}

#involved-artists
{
	width: 100%;
}

.artist2-opt {
	float: left;
	width: 105.5px;
	height: 130px;
	
	margin-right: 0px;
	margin-bottom: 10px;
}
.artist2-opt a {
	color:#FFF;
	text-decoration:none;
}


.artist-opt {
	float: left;
	width: 105.5px;
	height: 130px;
	
	margin-right: 0px;
	margin-bottom: 10px;
}
.artist-opt a {
	color:#FFF;
	text-decoration:none;
}


.question
{
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	font-size: 1.2em;
	font-weight:bold;
}

.answer {
	margin-bottom: 30px;
	max-width: 540px;
	font-size: 1.0em;
	line-height: 1.5em;
}

.faqs-nav{
	margin-top: 20px;
	width: 26%;
	float: left;
}

.faqs-nav ul li{
	color: #bbb;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    overflow: visible;
    padding-bottom: 0.6em;
}

.faqs-nav ul li{
	cursor: pointer;
}
.faqs-nav ul li:hover,
.faqs-nav ul li.active{
	color: #222;
}

.faqs-content{
	margin-top: 20px;
	margin-bottom: 30px;
	width: 72%;
	min-height: 600px;
	float: right;
}

.faqs-content h2{
}
.faqs-content ul{
	margin-bottom: 50px;
}
.faqs-content ul li{
	padding-left: 21px;
	background: url(images/question.png) no-repeat 0 2px;
}


.small-thumb-shadow {
	width: 97px;
	height: 106px;
	background:url(images/smallthumbshadow.png) no-repeat;
}

hr {
	border: none;
	border-width: 0;
	border-top: 1px solid #cccccc;
	border-style: solid;
	clear: both;
	margin: 40px 3% 44px 3%;
	height: 1px;
}

#message-input{
	width: 	250px;
}

.form-left {
	float: left;
	margin-bottom: 30px;	
}

.form-right {
	margin-right: 24px;
	float: right;
}

.jqifade{
	position: absolute;
	background-color: #000;
}
div.jqi{
	width: 540px;
	position: absolute;
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	text-shadow:none;
}
div.jqi .jqicontainer{

	margin:15px;
}
div.jqi .jqiclose{
	position: absolute;
	top: 8px; right: 0px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
	text-shadow:none;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 1.6em;
	color: #222222;
	text-shadow:none;
	overflow:auto;
	max-height: 500px;
}
div.jqi .jqibuttons{
	text-align: right;
	padding: 0px 10px;
	margin-top: 20px;
	text-shadow:none;
}
div.jqi button{
	background: #111 url(http://www.tokyodawn.net/pictures/alert-overlay.png) repeat-x;
	color: #fff;
	border-radius: 5px;
	padding: 4px;
	margin-left: 5px;
	padding-left: 8px;
	margin-top: 3px;
	cursor:pointer;
	border: none;
	font-weight: bold;
}
div.jqi button:hover{
	background-color: #222;
}
div.jqi button.jqidefaultbutton{
}
.jqiwarning .jqi .jqibuttons{
	background-color: #BF5E26;
	text-shadow:none;
}




.awesome{
	background: #000 url(http://www.tokyodawn.net/pictures/alert-overlay.png) repeat-x;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	position: relative;
	cursor: pointer;
}

.record-tracks .awesome{
	line-height: 1.2;
}

.awesome img
{
	margin-top: -1px;
}

.blue.awesome {
background-color: #308FF2;
border-bottom: none !important;
text-shadow: 0 -1px 1px #0077bb;
}
.red.awesome {
background-color: #e33100;
border-bottom: 1px solid #d02000;
}
.magenta.awesome 	{
background-color: #a9014b;
}
.orange.awesome {
background-color: #ff5c00;
border-bottom: 1px solid #e05000;
}
.yellow.awesome {
background-color: #ffb515;
}
.grey.awesome {
background-color: #111;
border-bottom: none !important;
text-shadow: 0 1px 1px #000;
}
.grey.awesome:hover {
background-color: #444;
border-bottom: none !important;
text-shadow: 0 1px 1px #111;
}

.offer{
	padding-bottom: 15px !important;
}

.offer .awesome.buy_button{
	margin: 0px !important;
	float: right !important;
}

.offer-item {
    color: #C8C8C8;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    margin-right: 3px;
}

.offer-item .label{
	
}

.offer-item img{
	margin-top: 0px;
	margin-bottom: -2px;
}

.addthis_toolbox{
	width: auto !important;
}
.google_plusone_iframe_widget{
	width: auto !important;
}

.wpcf7 {
	float: left;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
	border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    padding: 7px 10px;
    width: 420px;
    background-color: #fff;
    
    box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
}

.wpcf7 select{
	width: 420px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid{ 
	border: 1px solid #FF0000;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.wpcf7-validation-errors {
    background-color: #FDFFDE;
    border: 2px solid #F7E700;
    width: 420px;
    border-radius: 3px;
    font-weight: bold;
    padding: 10px !important;
    text-align: center;
    
    box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
}


.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-submit{
    padding: 7px 10px !important;
    color: #fff !important;
    border: none !important;
    width: 420px !important;
    font-weight: bold;
    background-color: #111 !important;
    cursor: pointer;
    text-transform: uppercase;
    
    box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
}


.feedback .wpcf7-list-item{
	display: block;
}

.feedback .wpcf7-list-item input{
	width: auto;
}


#main-column span.wpcf7-not-valid-tip {
    display: none !important;
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

#code{
	width: 100%;
	height: 600px;
}

#code-simple{
	width: 100%;
	height: 300px;
}



/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

.trackinfo{
	background: url( images/track-info.png ) no-repeat 0 0 transparent;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	opacity: 0.6;
	float: left;
	display: block;
}

.trackinfo:hover{
	opacity: 1.0;
}

form.track-search{
	margin-bottom: 50px;
    margin-left: 130px;
    margin-top: 0;
    width: 700px;
    background: #eee;
    border-radius: 5px;
    box-sizing:border-box;
    
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	
	padding: 12px 13px;
}

form.track-search input{
	width: 100%;
	padding: 8px 36px 8px 8px;
	height: auto;
	font-size: 1.3em;
	border-radius: 3px;
	background: url( images/search.png ) no-repeat right center #fff;
	
	box-shadow: inset 0px 1px 5px  #d0d0d0;
	-moz-box-shadow: inset 0px 1px 5px #d0d0d0;
	-webkit-box-shadow: inset 0px 1px 5px #d0d0d0;
	
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}



#wpstats{
	position:fixed;
	top: -100px;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.vst-centered ul{
	padding: 0 30px;
	
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  
  }

.rslides li .cont{
	position: relative;
	text-align: center;
	display: inline-block;

	background-color: #777;

	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  max-width: 880px;
  border: 0;
  }


.rslides_tabs {
    font-size: 15px;
    list-style: none outside none;
    margin: 20px auto 0px;
    max-width: 800px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslide_title{
	font-size: 16px;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs .rslides_here a {
    color: #222;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px -1px rgba(0, 0, 0, 0.4) inset;
}
.rslides_tabs a {
	color: #222;
    background: none repeat scroll 0 0 transparent;
    display: inline;
    height: auto;
    line-height: 20px;
    padding: 9px 20px;
    width: auto;
}



table.compatibility-table {
	width: 100%;
	color:#111;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin-top:10px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.compatibility-table th {
	padding:8px 25px 9px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.compatibility-table th:first-child {

}
table.compatibility-table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.compatibility-table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.compatibility-table tr {
	text-align: center;
	padding-left:20px;
}
table.compatibility-table td:first-child {
	border-left: 0;
}
table.compatibility-table td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.compatibility-table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.compatibility-table tr:last-child td {
	border-bottom:0;
}
table.compatibility-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.compatibility-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
/*
table.compatibility-table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
*/

.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }
