/* 
    Document   : main.css
    Created on : May 30, 2009, 9:39:32 PM
*/
body {
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    color: #666666;
    font-family: sans-serif, Helvetica, Arial, Tahoma;
    font-size: 13px;
    /* background-image: url(bodybg.jpg); */
}


h1,h2,h3 {
    color: #F7941D;
    
}

a {
    color: #008EB0;
    font-weight: bold;
}
a img {
    border: none;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 15px; }
a:hover {
    background-color: #F7941D;
    color: #FFFFFF;
}
input.inputborder {
    border: 3px solid #000000;
    background-color: #FFFFFF;
}
a#logohref {
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a#logohref:hover {
    background: transparent;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    display: block;
}
h1,h2,h3 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-family: sans-serif,Helvetica, Tahoma, Arial;
    letter-spacing: -1px;
}
p {
    line-height: 160%;
}
.push-top {
    margin-top: 15px !important;
}
.push-left {
    margin-left: 15px;
}
.time {
    color: #999999;
    font-size: 12px;
}
.pad-med {
    padding: 20px;
}
.pad-small {
    padding: 10px;
}
#header{
    background-color: #222222;
    color: #FFFFFF;
    height: 54px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #444444,  #222222); /* for firefox 3.6+ */ 
    border-bottom: 1px solid black;
}
#logo {
    display: block;
}

.locate-content {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.search {
    position: absolute;
    right: 0px;
    top: 0px;

    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-box-shadow: 0px 0px 10px #000000;

    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px #000000;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 10px #000000;

    background-color: #333333;
    padding: 10px;

    font-size: 11px;
    font-weight: bold;
    

}
#hdr-search-input {
    border: 2px solid #F7941D;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 115px;
    margin-top: 5px;
}
#main-top {
    height: 3px;
    background-image: url(maintop.png);
}
.main-content {
    background-color: #FFFFFF;
    margin-top: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
}
.col-half {
    width: 460px;
    float: left;
}
.col-half-index-left {
    width: 440px;
    margin-right: 20px;
    float: left;
}
.col-tq {
    width: 300px;
    float: left;
}
.clear {
    clear: both;
}
.black-box {
    background-color: #000000;
}


/** TRACKLIST **/

ul.tracklist {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size:14px;
}
ul.tracklist li {
    
    padding: 10px 0px 10px 10px;
}

ul.tracklist li:nth-child(2n){
    background-color: #EFEFEF;
    border-radius: 5px;
}

/** Big search box **/
.search-form .search-input {
    font-size: 17px;
    padding: 5px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    border: 0px;
    width: 270px;
    border: 3px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/** TAG CLOUD **/
.tag-cloud {
    line-height: 20px;
    padding-right: 20px;
}
.tag-cloud a:link, .tag-cloud a:visited {
    color: #999999;
}
.tag-cloud a:hover {
    color: #000000;
}

.listbox {
    overflow: scroll;
    max-height: 200px;
    padding: 10px;
}
.listbox a:link, .listbox a:visited {
    text-decoration: none;
}
.listbox a:hover span.item {
    background-color: #666666;
    color: #FFFFFF;
}
.listbox span.item {
    display: block;
}
.listbox span.item span.time {
    text-decoration: none;
}

.comment {

    padding: 10px;
    margin-bottom: 5px;
}
.comment .avatar {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 4px solid #CCCCCC;
}
.comment .comment-content {
    float: left;
    width: 400px;

}
.comment .name {
    font-size: 16px;
    font-weight: bold;
   
}
.comment .comment-text {
    padding: 5px;

}
.nav {
    float: left;
    margin-left: 5px;
}
.nav a:link, .nav a:visited {
    color: #999999;
    display: block;
    float: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    line-height: 54px;
    background-color: #222222;
    border-left: 1px solid #444444;
    border-right: 1px solid #111111;
    padding: 0px 14px 0px 14px;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #444444,  #222222); /* for firefox 3.6+ */ 
    
}

.nav a:hover,a.header_currentpage {
    color: #FFFFFF !important;
    cursor: pointer !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#444444') !important; /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#444444)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #222222,  #444444) !important; /* for firefox 3.6+ */ 
}

.nav a:first-child {
    border-left: 0px;
}

.artist-box {
    background-color: #000000;
    padding: 10px;
}
.artist-box .artist-image {
    float: left;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.artist-box .artist-name {
    float: left;
    margin-left: 10px;
    width: 300px;
}
.artist-box .artist-name span {
    font-size: 17px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    letter-spacing: -1px;
}
.pad-play-right {
    padding-left: 10px;
}

/* ad units */
.ad-unit-top  {
    text-align: center;
    margin-bottom: 10px;
}
/* end ad units */

.social-bar {
    margin: 5px 0px 5px 0px;
    text-align: right;
}
.msg-done {
    font-size: 17px;
    color: green;
    font-weight: bold;
}
#footer-main {
    display: block;
    margin: 10px 0px 0px 0px;
    color: #A1A1A1;
    font-size: 11px;
    background-color: rgba(0,0,0,0.7);
}

#footer-logo {
    display: inline;
    float: left;
    padding-top: 4px;
    margin-right: 10px;
}
.alpha-letter {
    float: left;
    margin: 0px 0px 0px 0px;
}
.alpha-letter-text {
    font-size: 16px;
}
.alpha-letter-list-artists {
    padding: 10px;
}
.alpha-letter-text a {
    display: block;
    padding: 5px;
}
.alpha-letter-text a.selectedLetter {
    background-color: #F7941D;
    color: #FFFFFF;
}
.artist-listing {
    width: 280px;
    float: left;
    margin: 0px 10px 10px 0px;
}
#artist-listing-display {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:584px;
    float: left;
}
#artist-listing-letternav {
    float: left;
    width: 336px;
}
.artist-letters-ad {
    margin-top: 10px;
    clear:both;
}
.artist-image {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    border: 4px solid #CCCCCC;
    float: left;
    background-color: #000000;
    background-position: center center;
    display: block;
    border-radius: 5px;
}
.artist-text {
    float: left;
    margin-left: 10px;
    width: 130px;
}
.artist-text .artist-name {
    font-size: 18px;
}
.artist-viewmore {
    text-align: right;
    font-weight: bold;
}
#social {
    float: right;
    margin-top: 5px;
}

/* artist highlight feature */
#feature-artist-highlight {
    background-color: #000000;
    height: 305px;
    position: relative;
}
#feature-artist-highlight a {
    color: #FFFFFF;
}
#feature-artist-highlight a:hover {
    background-color: #FFFFFF;
    color: #000000;
}
#index-top-title h1 {
    font-size: 37px;
    margin: 0px 0px 5px 20px;
}
#feature-artist-highlight #artist-image {
    width: 542px;
    height: 305px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    z-index: 10;
}
#feature-artist-highlight #effect-overlay {
    height: 305px;
    width: 960px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(index_artist_feature_effect_overlay.png);
    background-repeat: no-repeat;
    z-index: 11;
}
#feature-artist-highlight #text-overlay {
    position: absolute;
    left: 450px;
    top: 15px;
    z-index: 12;
    width: 500px;
}
#feature-artist-highlight #text-overlay #feature-title {
    font-size: 11px;
    color: #CCCCCC;
}
#feature-artist-highlight #text-overlay #feature-title-link {
    font-size: 34px;
    letter-spacing: -2px;
    font-weight: normal;
    margin: 15px 0px 10px 0px;
}
#feature-artist-highlight #feature-artist-spotlight-tracks {
    margin-top: 20px;
}
#feature-artist-highlight #feature-artist-spotlight-tracks li {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

/* New Play page design */
.right-col-336 {
    width: 336px;
    float: left;
}
.left-col-336 {
    float: left;
    width: 564px;
    margin-right: 20px;
}
.dark-contentbox {
    
    margin-bottom: 10px;
}
#player-linkunit {
    padding: 5px;
    background-color: #2B2B2B;
    margin-bottom: 10px;
    border: 2px solid #1B1B1B;
}
#share-embed input {
    width: 100%;
    font-size: 15px;
    font-family: sans-serif,Arial, Helvetica, Tahoma;
}
#share-buttons {
    margin-top: 10px;
}
#share-buttons a:hover {
    background: transparent;
}
.artist-img {
    border: 4px solid #000000;
    width: 100px;
    max-height: 100px;
    overflow: hidden;
    text-align: center;
    background-color: #000000;
}
.artist-summary-image {
    float: left;
    width: 108px;
    margin-right: 10px;
}
.artist-summary-text {
    
}
.artist-summary-text p {
    margin-top: 0px;
}
.comments-sub-container {
    margin-bottom: 10px;
}

.comment-input-outer {
    border: 3px solid #CCCCCC;
    padding: 3px;
    background-color: #FFFFFF;
    margin: 0px 3px 3px 0px;
    display: inline-block;
}
.comment-input-outer input,.comment-input-outer textarea {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    color: #333333;
    border: none;
}
.comment-form {
    display: inline-block;
}
.comment-form #submit-row {
    text-align: right;
}
.comment-email-subscribe {
    display: block;
    margin: 0px 0px 5px 0px;
}
.tags {
    margin: 20px 0px 10px 0px;
    font-size: 11px;
}
.tags span a {
    color: #CCCCCC;
    font-size: 10px;
}
.tags span {
    color: #999999;
}
.player {
    margin: 0px 0px 10px 0px;
}



/* purchase rows - play */
#purchase-links {
    

}
#purchase-links a {
    color: #999999;
    text-decoration: none;
    font-weight: normal;
}
.purchase-row {
    
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}
.purchase-row img {
    vertical-align: middle;
}
.purchase-btn-price {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 45px;
    
}
.purchase-btn {
    width: 134px;
    float: left;
    display: block;
}
.purchase-btn span {
    margin: 9px 0px 0px 0px;
    display: block;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.purchase-title {
    float: left;
    width: 365px;
    margin-right: 5px;
    padding: 12px 0px 12px 0px;
    display: block;
    

}
.purchase-title span {
    vertical-align: middle;
}
span.clear {
    display:block;
}
#downloads-heading {
    font-size: 15px;
    font-weight: bold;
}
#comment-form-validation div {
    background-color: #F7941D;
    margin: 0px 0px 4px 0px;
    padding: 5px;
    color: #FFFFFF;
}
#ga-inline {
    margin: 5px 0px 5px 0px;
}
#playtabs {
    margin-top: 10px;
}
#playtabs ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#playtabs ul li {
    display: inline-block;
}
#playtabs ul li a:link,#playtabs ul li a:visited, #playtabs ul li a:active {
    display: inline-block;
    padding: 10px;
    background-color: #252525;
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
}
#playtabs ul li a:hover {
    background-color: #95F863;
    color: #000000;
}
#playtabs ul li a.selected {
    background-color: #191919;
}
#playtabs ul li a.selected:hover {
    color: #FFFFFF;
}


#google_ads_div_Play-Top-Left {
    margin: 0px 0px 10px 0px;
}
#google_ads_div_Play-Bottom {
    margin: 10px 0px 0px 0px;
}
#google_ads_div_Play-In-Content {
    margin: 0px 0px 10px 0px;
}
.playlist-title {
    font-size: 18px;
    letter-spacing: -1px;
}
.playlist-controls {
    float: right;
}
#playlist-load .track {
    display: block;
    margin: 2px 0px 2px 0px;
    color: #FFFFFF;
    padding: 3px;
    border-bottom: 1px dotted #999999;
}
#playlist-load a:hover .track, #playlist-load a#playlingnow .track {
    background-color: #000000;
    padding: 3px 3px 3px 20px;
    background-image: url(play.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.playlist-top {
    border-bottom: 1px solid #333333;
    padding: 0px 0px 5px 0px;
}
#header-selectedpl {
    display: none;
}
ol#playlist {
    font-size: 18px;
    font-weight: bold;
}
ol#playlist li span {
    font-size: 13px;
    font-weight: normal;
}
ol#playlist li {
    margin-bottom: 10px;
}
#breadcrumbs {
    padding: 10px 10px 0px 10px;
    font-size: 11px;
    color: #999999;
}
#breadcrumbs a {
    font-weight: normal;
    text-decoration: none;
    color: #999999;
}
#breadcrumbs a:hover {
    color: #FFFFFF;
}

/* site switcher */
.site-switcher {
    text-align: right;
    margin: 10px auto 0px auto;
}
a:link span.site-switcher-button,a:visited span.site-switcher-button {
    width: 163px;
    height: 29px;
    display: block;
    background-image: url(btn_switch.png);
    float: right;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0px 0px 0px 1px;
    text-shadow: 0px -1px 0px #000000;
}
a:hover span.site-switcher-button,a:focus span.site-switcher-button {
    background-image: url(btn_switch_on.png);
}
a span.site-switcher-selected {
    background-image: url(btn_switch_on.png) !important;
}
a:active span.site-switcher-button {
    background-image: url(btn_switch_on.png);
    line-height: 26px;
}
/* end switcher */

.fblike-area {
    height: 23px;
    overflow: hidden;
    color: #FFFFFF;
}

.play-top-advert {
    float: left;
    margin: 5px 0px 0px 8px;
}

.share-widget{
    float: left;
    margin-right: 10px;
}
#lead-ad-main {
    width: 728px;
    float: left;
    margin: 10px 10px 0px 0px;
}
#lead-ad-small {
    width: 222px;
    height: 90px;
    background-color: #000000;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 10px 0px 0px 0px;
}
.player-area {
    float: left;
    width: 440px;
}
/* 2011 New Player */

    #player-seek {
        height: 20px;
        background-color: #EFEFEF;
        position: relative;
        margin-bottom: 30px;
    }
    #pbuffer {
        background-color: #CCCCCC;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 20px;
        width: 0%;
    }
    #pcurrent {
        background-color: #F7941D;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 20px;
        width: 0%;
    }
    .rellayer {
        position: relative;
    }
    #pcurrent-timestamp {
        position: absolute;
        display: block;
        padding: 4px;
        color: #FFFFFF;
        background-color: #F7941D;
        left: 0px;
        top: 20px;
        z-index: 2;
    }
    #poverall-timestamp {
        position: absolute;
        display: block;
        padding: 4px;
        background-color: #EFEFEF;
        right: 0px;
        top: 20px;
        z-index: 1;
    }
    #poverlay {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 5;
        height: 20px;
        cursor: pointer;
        width: 390px;
    }
    #player-controls {
        position: relative;
        width: 439px;
        height: 44px;
        
    }
    #player-streaming-from {
        position: absolute;
        right: 0px;
        top: -30px;
}
    #player-seek {
        width: 390px;
        float: left;
    }
    #playpause {
        cursor: pointer;
        width: 44px;
        height: 44px;
        background-image: url(playpause.gif);
        background-repeat: no-repeat;
        float: left;
        margin-right: 5px;
        background-color: #FFFFFF;
    }
    .playpause-play {
        background-position: left top;
    }
    .playpause-pause {
        background-position: right top;
    }
/* END New Player */

.moretracksbtn {
    display: block;
    padding: 5px;
    background-color: #EFEFEF;
    background-image: url(cta-down.png);
    background-repeat: no-repeat;
    background-position: 540px 8px;
}
.moretracksbtn:hover {
    background-color: #008EB0;
}
.col-artist-fulldesc {
    float: left;
    width: 770px;
    margin: 0px 0px 0px 20px;
}
.col-artist-wlinks {
    float: left;
    margin-left: 15px;
}

.wide-artist-listings .artist-listing {
    width: 340px;
}
.wide-artist-listings  .artist-text {
    width: 220px;
}

.wider-artist-listings .artist-listing {
    width: 450px;
}
.wider-artist-listings  .artist-text {
    width: 320px;
}

#index-page {
    padding: 0px;
}
#index-intro-col {
    float: left;
    width: 365px;
}
#index-intro-col p {
    margin: 0px 0px 15px 0px;
}
#recent-searches {
    font-size: 11px;
    
}
#recent-searches a {
    font-weight: normal;
}
#index-search {
    background-color: #EFEFEF;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#index-search h2 {
    margin: 0px;
    font-size: 18px;
}
.video-listing-small {
    width: 205px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
#video-listings-index .video-listing-small {
    margin-right: 70px;
}
.video-listing-small-R {
    margin-right: 0px !important;
}
.video-image {
    display: block;
    position: relative;
    height: 115px;
    text-decoration: none !important;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.video-image img {
    margin-top: -19px;
}
.video-image span {
    display: block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-decoration: none !important;
}
.pagination {
    text-align: center;
    clear: both;
}
.pagination ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.pagination ul li {
    padding: 0px;
    margin: 0px 5px 0px 5px;
    display: inline;
    font-size: 18px;
}
.pagination a {
    background-color: #EFEFEF;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
.currentpage {
    padding: 5px 10px 5px 10px !important;
}
.pagination a:hover {
    background-color: #F7941D;
}
.track-tag-video {
    background-color: #F7941D;
    padding: 0px 3px 0px 3px;
    color: #FFFFFF;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 10px;
}
.track-tag-freedownload {
    background-color: #008EB0;
    padding: 0px 3px 0px 3px;
    color: #FFFFFF;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 10px;
    white-space: nowrap;
}
.col-half-search {
    width: 440px;
    float: left;
    margin-right: 20px;
}
#poweredby {
    margin: 20px 0px 0px 0px;
}
#poweredby a {
    margin: 0px 10px 0px 10px;
    background: transparent;
}

#video-bg {
    background-color: #000000;
    margin-top: 10px;
}
#video-bg h1 {
    font-size: 20px;
}
#video-bg #player {
    width: 920px;
    height: 518px;
}
#video-bg #producer {
    margin: 0px 0px 4px 0px;
}
#video-producer-img {
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: block;
    float: left;
}
#video-producer-name {
    float: left;
    margin-left: 5px;
    line-height: 36px;
    font-size: 15px;
}
#video-producer-name a {
    text-decoration: none;
    color: #FFFFFF;
}
#video-producer-tracks {
    position: relative;
    float: left;
    margin: 0px 0px 0px 5px;
}
#video-producer-tracks a {
    color: #FFFFFF;
    outline: none;
}
#video-producer-tracks #producer-tracks-label {
    border: 2px solid #999999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 33px 2px 2px;
    display: block;
    background-image: url(vid-producer-track-btn-cta.gif);
    background-repeat: no-repeat;
    background-position: right 1px;
    margin: 7px 0px 0px 0px;
}
#video-producer-tracks-list {
    position: absolute;
    top: 32px;
    left: 0px;
    width: 600px;
    background-color: #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px #FFFFFF;
    -webkit-box-shadow: 0 0 10px #FFFFFF;
    box-shadow: 0 0 10px #FFFFFF;
    display: none;
    z-index: 990;
}
#video-producer-tracks-list ul.tracklist li:nth-child(2n) {
    background-color: #333333;
}
#video-producer-tracks-list h3 {
    margin: 10px 0px 5px 10px;
}

#video-unit-area {
    position: relative;
}
#video-overlay {
    width: 53px;
    height: 53px;
    background-image: url(video_overlay.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: 5px;
    display: none;
}
#video-bg #player-controls {
    width: 440px;
    position: absolute;
    left: 240px;
    top: 357px;
    display: none;
    z-index: 500;
}
#vid-blanket {
    z-index: 400;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 223px;
    z-index: 450;
    background-image: url(1x1.gif);
    background-repeat: repeat;
}
#video-au {
    width: 564px;
    margin-right: 20px;
    float: left;
    padding: 22px 0px 0px 0px;
}
#video-share {
    width: 336px;
    float: left;
    padding: 11px 0px 0px 0px;
}
#video-unit-area #player {
    z-index: 10;
}
#trending-now {
    background-color: #000000;
    margin-top: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 4px 6px;
    font-size: 14px;
    
}
#trending-now a {
    color: #F7941D;
    font-weight: bold;
}
#trending-now a:hover {
    color: #FFFFFF;
}

.free-download-row {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0px 5px 0px;
}
.free-download-row:hover {
    background-color: #EFEFEF;
}

.free-download-desc {
    width: 630px;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 26px;
}
.free-download-length {
    width: 55px;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 26px;
}
.free-download-added {
    width: 55px;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 26px;
}
.free-download-btns {
    width: 150px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.free-download-btns .button-orange {
    margin: 0px 5px 0px 0px;
}
#free-download-row-header .free-download-btns {
    line-height: 26px;
}
#free-download-row-header {
    font-size: 11px;
    font-weight: bold;
}
#free-download-row-header:hover {
    background: transparent;
}
a.button-blue {
    color: #FFFFFF;
    background-color: #008EB0;
    display: block;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
a.button-blue:hover {
    background-color: #F7941D;
}

a.button-orange {
    color: #FFFFFF;
    background-color: #F7941D;
    display: block;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
a.button-orange:hover {
    background-color: #008EB0;
}
.free-download-btns a {
    float: left;
}
#downloads-page .pagination {
    margin: 20px 0px 0px 0px;
}
#inline-disclaimer {
    margin: 20px 0px 0px 0px;
    font-style: italic;
    color: #CCCCCC;
    font-size: 11px;
}
#free-download a {
    display:block;
    background-color:#008eb0;
    padding: 4px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.push-top-24 {
    margin-top: 24px;
}
#video-index {
    width: 460px;
    float: left;
}
.main {
    position: relative;
}

/* temp */
#sideattached-ad-unit {
    width: 164px;
    height: 198px;
    position: absolute;
    left: -176px;
    top: 100px;
}

#sideattached-ad-unit a {
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#sideattached-ad-unit a:hover {
    background-color: #FFFFFF;
    -moz-box-shadow: 0px 0px 20px #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px #FFFFFF;
    box-shadow: 0px 0px 20px #FFFFFF;

}
.latest-video-image {
    width: 480px;
    height: 269px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 30px;
}
.latest-video-image a {
    display:block;
    margin-top: -45px;
    position:relative;
}
.latest-video-image a span {
    display: block;
    position: absolute;
    left: 10px;
    top: 62px;
    z-index: 10;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #000000;
    padding: 3px;
}
.latest-video-image a:hover span {
    color: #000000;
    background-color: #FFFFFF;
}

.latest-video-title {
    font-size: 20px;
}
#video-index-latest {
    width: 480px;
    float: left;
}
#latest-video {
    width: 480px;
    float: left;
}
#popular-videos {
    width: 420px;
    float: left;
    margin-left: 20px;
}
#video-share {
    float: right;
}
.video-listing-mini {
    width: 115px;
    margin-right: 20px !important;
}
.video-listing-mini img {
    margin-left: -45px;
}
.video-listing-mini strong {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000;
    padding: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    display: none;
}
.video-listing-mini span {
    display: none;
}
.video-listing-mini:hover span, .video-listing-mini:hover strong {
    display: block;
}
#video-ad-1 {
    margin: 29px 0px 0px 0px;
}
#video-ad-2 {
    margin: 16px 0px 0px 0px;
}
.popular-bottom-row {
    margin-bottom: 0px;
}
.videos-viewall-link {
    font-size: 18px;
}
#video-listings-all .video-listing-small {
    margin: 0px 33px 33px 0px;
}
#index-page .video-listing-small {
    margin: 0px 19px 0px 0px !important;
}
#index-page .video-listing-small-R {
    margin-right: 0px !important;
}
.latest-videos {
    margin: 20px 0px 10px 0px;
}
#index-fb-large {
    margin: 20px 0px 0px 0px;
}
.footer-col-normal {
    float: left;
    width: 190px;
    padding: 10px 0px 10px 0px;
}
#footer-main a {
    color: #A1A1A1;
    font-weight: normal;
}
#footer-main a:hover {
    background: transparent;
    color: #ffffff;
}
#footer-main ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#footer-tagline {
    text-align: center;
    color: #333333;
    padding: 0px 0px 10px 0px;
}
.submit-music-field {
    display: block;
}
.submit-music-form-row label {
    font-size: 18px;
}

.submit-music-form-row {
    margin-bottom: 15px;
}

.submit-music-form-row input[type=text],.submit-music-form-row select {
    width: 550px;
    font-size: 18px;
}
.submit-music-form-row textarea {
    font-size: 12px;
    width: 550px;
    height: 100px;
}
.track-desc {
    margin: 0px 10px 10px 0px;
    float: left;
    width: 368px;
}
.track-desc p {
    margin: 0px;
    
}
#share-widgets {
    width: 180px;
    float: left;
}
#twitter {
    margin-right: 0px;
}
.share-widget-title {
    font-size: 11px;
    margin-bottom: 8px;
}
.mix-tracklist {
    background: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px 10px 0px;    
}
.mix-timecode-item {
    padding: 5px;
}
.mix-timecode-item a {
    font-weight: normal;
}
.mix-timecode-item-time {
    width: 50px;
    float: left;
}
.mix-timecode-item-title {
    width: 482px;
    float: left;
}
.playing-mix-track {
    background-color: #F7941D;
    font-weight: bold;
    color: #FFFFFF;
}
.playing-mix-track a {
    font-weight: bold;
    color: #FFFFFF;
}


.mix-row {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0px 5px 0px;
}
.mix-row:hover {
    background-color: #EFEFEF;
}

.mix-desc {
    width: 630px;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 26px;
    text-indent: 10px;
    font-size: 18px;
}
.mix-length {
    width: 55px;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 26px;
}
.mix-added {
    width: 55px;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 26px;
}
.mix-btns {
    width: 150px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.mix-btns .button-orange {
    margin: 0px 5px 0px 0px;
    width: 120px;
    text-align: center;
}
.mix-btns .button-blue {
    width: 120px;
    text-align: center;
    margin: 5px 0px 0px 0px;
}
#mix-row-header .mix-btns {
    line-height: 26px;
}
#mix-row-header {
    font-size: 11px;
    font-weight: bold;
}
#mix-row-header:hover {
    background: transparent;
}
.mix-btns a {
    float: left;
}
#mixes-page .pagination {
    margin: 20px 0px 0px 0px;
}
#mix-row-header .mix-desc  {
    font-size: 11px;
    
}
.mix-trackcount {
    font-size: 11px;
    color: #A1A1A1;
}
.button-disabled {
    color: #999999;
    background-color: #CCCCCC;
    display: block;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    width: 120px;
    text-align: center;
}
.standard_player {
    background-color: #222222;
    color: #999;
    /*background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000)); 
    background: -moz-linear-gradient(top,  #222222,  #000000); /* for firefox 3.6+ */ 
}
.standard_player .mix-tracklist, .standard_player #share-widgets, .standard_player .track-desc {
    border-color: #222222;
}
.standard_player .purchase-btn span {
    background-color: #444444;
}
.copyright-claim {
    background-color: #000000;
    border: 1px solid red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}
#moblink {
    padding: 0px 10px 0px 10px;
}
#moblink img {
    margin-bottom: -5px;
}
.trackcounts {
    background-color: #EAEAEA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.trackcounts-section {
    background-image: url(trackcounts_sectionbg.png);
    background-position: right;
    background-repeat: repeat-y;
    width: 240px;
    float: left;
    height: 63px;
    text-align: center;
    display: block;
    text-decoration: none;
}
a.trackcounts-section:hover {
    background-color: #EFEFEF;
}
.trackcounts-section-last {
    background: transparent;
}
.trackcounts-count {
    font-size: 24px;
    color: #A8A8A8;
    font-weight: bold;
    text-shadow: 0px -1px 0px #FFF;
    margin: 10px 0px 0px 0px;
    display: block;
}
.trackcounts-link {
    font-size: 11px;
    display: block;
    color: #8A8A8A;
    font-weight: normal;
}
.index-cell {
    width: 465px;
    float: left;
    margin: 0px 10px 10px 0px;
    background-color: #EDEDED;
    min-height: 500px;
}
.index-cell-wide {
    width: 940px !important;
    float: 0px !important;
    min-height: 0 !important;
}
.index-cells {
    padding: 10px 0px 10px 10px;
}
.index-cell-pad {
    padding: 20px;
}
.index-cell h2 {
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 15px;
}
.index-cell ul,.latest-track-col {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.index-cell ul li, .latest-track-col li {
    clear: both;
    
}
.index-cell ul li img, .latest-track-col li img {
    float: left;
}
.index-cell ul a,.latest-track-col a {
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    border-right: 5px solid #e0e0e0;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3E3E3', endColorstr='#CCCCCC'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#CCCCCC)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #E3E3E3,  #CCCCCC); /* for firefox 3.6+ */ 
    
    
    
}
.index-cell ul li:last-child a {
    margin-bottom: 0px !important;
}
.index-cell ul a:hover, .latest-track-col a:hover {
    background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #444444,  #222222); /* for firefox 3.6+ */ 
    border-right: 5px solid #F7941D;
}
.index-cell-track-detail {
    display: block;
    float: left;
    width: 360px;
    margin-left: 10px;
    padding-top: 5px;
}
.index-cell-postdate {
    display: block;
    font-weight: normal;
    font-size: 11px;
    color: #777777;
}
.index-cell-artist-name {
    display: block;
    float: left;
    width: 360px;
    margin-left: 10px;
    line-height: 40px;
    font-size: 18px;
}
.index-cell-video-clip {
    display: block;
    width: 160px;
    height: 90px;
    overflow: hidden;
    float: left;
    position: relative;
}
.index-cell-video-clip img {
    margin-top: -15px;
}
.index-vid {
    display: block;
    margin: 0px 0px 20px 0px;
}
.index-vid:last-child {
    margin: 0px;
}
.index-cell-video-details {
    display: block;
    float: left;
    width: 250px;
    margin-left: 10px;
    padding-top: 10px;
}
.index-cell-video-title {
    display: block;
    margin-bottom: 5px;
    padding-right: 10px;
}
a.index-vid {
    text-decoration: none;
    border-right: 5px solid #e0e0e0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3E3E3', endColorstr='#CCCCCC'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#CCCCCC)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #E3E3E3,  #CCCCCC); /* for firefox 3.6+ */ 
}
a.index-vid:hover {
    background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #444444,  #222222); /* for firefox 3.6+ */ 
    border-right: 5px solid #F7941D;
}
.index-cell-video-runtime {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #FFFFFF;
    font-size: 11px;
    background-color: #000000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    padding: 0px 4px 0px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.index-intro {
    background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #444444,  #222222); /* for firefox 3.6+ */ 
    padding: 20px;
    color: #E9E9E9;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1px;
}
.index-intro a {
    color: #F7941D;
}
.index-intro a:hover {
    color: #FFFFFF;
}
.index-popular {
    width: 425px;
    float: left;
}
.index-popular-right {
    margin-left: 50px !important;
}

#video-listings-index .index-vid {
    width: 425px;
}
.video-listings-index-col {
    width: 425px;
    float: left;
}
.video-listings-index-col-right {
    margin-left: 70px;
}
a.central-cta {
    display: block;
    text-decoration: none;
    margin: 20px auto 0px auto;
    width: 400px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3E3E3', endColorstr='#CCCCCC'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#CCCCCC)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #E3E3E3,  #CCCCCC); /* for firefox 3.6+ */ 
    font-size: 18px;
    border: 5px solid #e0e0e0;
}

a.central-cta:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#E3E3E3'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#E3E3E3)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #CCCCCC,  #E3E3E3); /* for firefox 3.6+ */ 
    color: #008EB0;
    cursor: pointer;
}
.latest-track-col {
    width: 425px;
    float: left;
}
.latest-track-col-right {
    margin-left: 70px;
}
#new-dubstep-index .pagination {
    margin: 20px 0px 20px 0px;
}
.chart-headline h1 {
    letter-spacing: -2px;
    font-size: 40px;
    margin: 20px 10px 20px 0px;
}
.chart-headline h2 {
    color: #333333;
}
.chart-headline h1,.chart-headline h2 {
    font-weight: normal;
    display:inline-block;
}
.index-lbinline {
    background-color: #EDEDED;
    margin: 0px 10px 10px 0px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
