/*
Theme Name: dr v4
Theme URI: http://www.dirrtyremixes.com
Description: Inspired by inove.
Author: dirrtysean
Author URI: http://www.dirrtysean.com/
Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar
pl
*/

/* static START */

@charset "UTF-8";
/* Reset */

/*
@font-face {
    font-family: "Verb Extra Light";
    font-style: normal;
    font-weight: normal;
    src: url("/en_US/theme_default/css/webfonts/verb-extralight.eot?#iefix") format("embedded-opentype"), url("/en_US/theme_default/css/webfonts/verb-extralight.woff") format("woff"), url("/en_US/theme_default/css/webfonts/verb-extralight.ttf") format("truetype"), url("/en_US/theme_default/css/webfonts/verb-extralight.svg#ywftsvg") format("svg");
}
@font-face {
    font-family: "Verb Light";
    font-style: normal;
    font-weight: normal;
    src: url("/en_US/theme_default/css/webfonts/verb-light.eot?#iefix") format("embedded-opentype"), url("/en_US/theme_default/css/webfonts/verb-light.woff") format("woff"), url("/en_US/theme_default/css/webfonts/verb-light.ttf") format("truetype"), url("/en_US/theme_default/css/webfonts/verb-light.svg#ywftsvg") format("svg");
}
@font-face {
    font-family: "Verb Regular";
    font-style: normal;
    font-weight: normal;
    src: url("/en_US/theme_default/css/webfonts/verb-regular.eot?#iefix") format("embedded-opentype"), url("/en_US/theme_default/css/webfonts/verb-regular.woff") format("woff"), url("/en_US/theme_default/css/webfonts/verb-regular.ttf") format("truetype"), url("/en_US/theme_default/css/webfonts/verb-regular.svg#ywftsvg") format("svg");
}
@font-face {
    font-family: "Verb Regular Bold";
    font-style: normal;
    font-weight: normal;
    src: url("/en_US/theme_default/css/webfonts/verb-regular-bold.eot?#iefix") format("embedded-opentype"), url("/en_US/theme_default/css/webfonts/verb-regular-bold.woff") format("woff"), url("/en_US/theme_default/css/webfonts/verb-regular-bold.ttf") format("truetype"), url("/en_US/theme_default/css/webfonts/verb-regular-bold.svg#ywftsvg") format("svg");
}
*/
* {
	margin:0;
	padding:0;
}

iframe { vertical-align:bottom; }

abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}

html,
body {
	/*background:url(http://www.dirrtyremixes.com/playlist/header-playlist.png) repeat #000000;*/
	background: url(/img/bkg-concrete4.gif) repeat scroll left top rgba(0, 0, 0, 1);
	color:#949494;
	font-family: 'Gotham-Book', Verdana;
	font-size:13px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
time,
summary {
    display: block;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: 0;
	font-family: 'Gotham-Bold', Verdana;
	margin: 0;
}


h1 {font-size: 20px}

h2 {font-size: 16px;}

h3 {font-size: 14px;}

h4 {font-size: 12px;}

h5 {font-size: 11px;}

h6 {font-size: 10px;}

img {
	border:0;
	vertical-align: bottom;
}

img.sided {
	background:#FFF;
	border: 1px solid #CCC;
	padding: 3px;
}

strong {
	font-family: 'Gotham-Bold';
	font-weight: normal;
}

em {
	font-family: 'Gotham-BookItalic';
	font-style: normal;
}

small {
	font-size: 10px;
}

a:hover img.sided {
	border-color:#A6A6A6;
}

a {
	color:#2970A6;
	text-decoration:none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
	text-decoration:none;
}
body.DownloadPage {
	padding-top: 85px;
}
.DownloadPage header {
	height: 65px;
	overflow: none;

	border-bottom: 1px solid #333333;
	left: 0;
    position: fixed;
    top: 0;
	z-index: 1000;
	width: 100%;
}
.DownloadPage header:before {
	position: absolute;
	left: 0;
	top: 0;
	background:url(/playlist/header-playlist.png) no-repeat left top;
	content: "";
	opacity: 0.5;
	height: 100%;
	width: 100%;
}

.DownloadPage div.HeaderFake {
	z-index: 1;
	box-shadow:0 0 20px #444;
	left: 0;
	top: 0;
    position: fixed;
	width: 100%;
	height: 65px;

}
.DownloadPage header .Container {
	width: 1048px;
	margin: 0 auto;

	position: relative;
	height: 65px;
}
.DownloadPage header .Logo {
	position: absolute;
	top: 16px;
	left: 10px;
}
.DownloadPage header h1 {
	font-size: 30px;
	font-family: 'Gotham-Medium', Arial;
	font-weight: 400;
	/*line-height: 30px;*/
	position: absolute;
	top: 16px;
	left: 55px;
	text-shadow: -1px -1px 0 #3f3c3d, 1px -1px 0 #3f3c3d, -1px 1px 0 #3f3c3d, 1px 1px 0 #3f3c3d;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
}
.DownloadPage header .beta {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	 color: #F90;
	  left: 233px;
    position: absolute;
    top: 10px;
}
.DownloadPage header h1:hover {
	text-shadow: 0px 0px 5px #333;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
}
.DownloadPage header nav {
	position: absolute;
	top: 20px;
	left: 307px;
}

.DownloadPage header nav li {
	float: left;
	margin-right: 10px;
	font-size: 18px;
	color: #ccc;
	text-shadow: 0 0 3px #000000;
	list-style: none;
}
.DownloadPage header nav li span {
	font-size: 13px;
	font-weight: 400;
}
.DownloadPage header nav li a {
	color: #FFF;
	font-weight: 400;
	display: inline-block;
	zoom:1;
	*display: inline;
	padding: 3px 15px;
	background: none;
	text-shadow: 0 0 3px #000000;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;

}
.DownloadPage header nav li a:hover{
	background: #FFF;
	background: rgba(0,0,0,0.5);
	color: #F90;
	border-radius: 8px;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;

}
.DownloadPage header nav:after {
	clear: both;
}

.DownloadPage .BodyContainer {
	width: 1048px;
	margin: 5px auto;
	position: relative;
}

.BodyContainer .LeftCol {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.BodyContainer .MiddleCol {
	width: 728px;
	float: left;
	position: relative;
}
.BodyContainer .RightCol {
	width: 120px;
	float: right;
}

.DownloadPage .SongName {
	font-size: 35px;
	font-family: 'Gotham-Medium', Arial;
	font-weight: normal;
	line-height: 38px;
	text-shadow: 0px 0px 8px #000;
	color:#B0B60C;
	line-height: 33px;
	width: 570px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DownloadPage .SongName a {
	color:#B0B60C;
}
.DownloadPage .ArtistName {
	font-size: 13px;
	font-family: 'Gotham-Book', Arial;
	font-weight: normal;
	text-shadow: 0px 0px 8px #000;
	color: #999;
	line-height: 18px;
	width: 570px;
	overflow: hidden;
}
.DownloadPage .ArtistName span {
	font-size: 16px;
	font-family: 'Gotham-Book', Arial;
	font-weight: normal;
	text-shadow: 0px 0px 8px #000;
	color:#74B003;
	line-height: 18px;
}
.DownloadPage .ArtistName a {
	color:#74B003;
}
.DownloadPage .TrackArtwork img {
	box-shadow: 0px 0px 8px #000;
}
.DownloadPage .SharebeastStatus {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 135px;
	/*line-height: 25px;*/
	background: url(/wp-content/plugins/download-monitor2/logo-sharebeast.png) no-repeat top left;
}
.DownloadPage .SharebeastStatus .SharebeastStatusHolder {
	padding-left: 40px;
}
.DownloadPage .SharebeastStatus .Online {
	color: #51AC33;
}
.DownloadPage .SharebeastStatus .Offline {
	color: #FF6600;
	line-height: 10px;
}
.DownloadPage .SharebeastStatus .Deleted {
	color: #CC0000;
}
.DownloadPage .SharebeastStatus .Unknown {
	color: #FFFF99;
}
.DownloadPage .VoteSong {
	width: 300px;
	padding: 14px 0 12px;
	color:#FFF;
	font-size: 18px;
	line-height: 18px;
	height: 44px;
	text-align: center;
	background: #00B4EC;
	box-shadow: 0px 2px 7px #000;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
.DownloadPage .VoteSong:hover {
	background: #808080;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
}
.DownloadPage .Heart {
	display: inline-block;
	padding-right: 5px
}
.DownloadPage .Actions {
	margin-top: 15px;
}
.DownloadPage .Actions:after {
	clear: both;
}
.DownloadPage .Actions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.DownloadPage .Actions ul li {
	margin-right: 7px;
	padding: 8px 15px;
	list-style: none;
	background: #FFB119;
	color: #FFF;
	float: left;
	width: 238px;
	color: #333;
	cursor: pointer;
	height: 34px;
	-webkit-box-shadow: 0px 2px 7px #000;
	-moz-box-shadow: 0px 2px 7px #000;
	box-shadow: 0px 2px 7px #000;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.DownloadPage .Actions ul li a {
	color: #333;
}
.DownloadPage .Actions ul li:hover {
	background: #D4580C;
	color: #FFF;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
}

.DownloadPage .Actions ul li.Downloads {
	background: #70BA25;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
}
.DownloadPage .Actions ul li span.Text {
	visibility: visible;
	font-size: 13px;
	display: inline-block;
	zoom:1;
	*display: inline;
	vertical-align: middle;
	height: 22px;
	width: 170px;
	/*line-height: 14px;*/
	padding-bottom: 3px;
	padding-left: 5px;
}
.DownloadPage .Actions ul li.Downloads span.Text,
.DownloadPage .Actions ul li.Disabled span.Text,
.DownloadPage .Actions ul li.NotShareBeat span.Text {
	visibility: visible;
	font-size: 13px;
}
.DownloadPage .Actions ul li.Downloads:hover span.Text,
.DownloadPage .Actions ul li.Disabled:hover span.Text,
.DownloadPage .Actions ul li.NotShareBeat:hover span.Text {
	visibility: hidden;
}
.DownloadPage .Actions ul li.Downloads span.Text:before,
.DownloadPage .Actions ul li.Disabled span.Text:before,
.DownloadPage .Actions ul li.NotShareBeat span.Text:before {
	content:"";
	visibility: hidden;
}
.DownloadPage .Actions ul li.DownloadsActivated:hover span.Text:before {
        content:"Click to download" !important;
        visibility: visible;
      font-size: 13px;
}
.DownloadPage .Actions ul li.Downloads:hover span.Text:before {
content: "Still loading...";
	visibility: visible;
	font-size: 13px;
}
.DownloadPage .Actions ul li.Disabled:hover span.Text:before {
	content:"File deleted";
	visibility: visible;
	font-size: 13px;
}
.DownloadPage .Actions ul li.NotShareBeat:hover span.Text:before {
	content:"Cannot be played";
	visibility: visible;
	font-size: 13px;
}
.DownloadPage .Actions ul li.Downloads:hover {
	background: #437016;
	color: #FFF;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
}
.DownloadPage .Actions ul li:last-child {
	margin: 0;
}
.DownloadPage .Actions ul:after {
	clear: both;
}
.DownloadPage .Actions span[class^="icon-"]:before {
	font-size: 18px;
	line-height: 18px;
}
.DownloadPage .Actions li {
	line-height: 18px;
	line-height: 18px;
}
.DownloadPage .Actions ul li.Disabled,
.DownloadPage .Actions ul li.NotShareBeat {
	color: #999;
	cursor: not-allowed;
	background: #666;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.DownloadPage .Actions ul li.Disabled:hover,
.DownloadPage .Actions ul li.NotShareBeat:hover {
	background: #666;
	color: #999;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.fixed {
	clear: both;
}
.AdZone728,
.AdZone300 {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.AdZone300 {
	margin:0 0 20px 0;
	background: #333;
}
.AdZone728 {
	margin:0 0 20px 0;
	background: #333;
}
.DownloadPage .Box {
	margin: 0 0 20px 0;
	position: relative;
}
.DownloadPage .Box h4 {
	font-family: 'Gotham-Bold', Arial;
	font-weight: normal;
	line-height: 16px;
	background-color: #B8005C;
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 15px 15px 12px 15px;
	color: #FFF;
	-webkit-box-shadow: 0px 2px 7px #000;
	-moz-box-shadow: 0px 2px 7px #000;
	box-shadow: 0px 2px 7px #000;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
}
.DownloadPage .Box:hover h4 {
	background: #4E2D63;
	-webkit-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0s;
}
.DownloadPage .Box h4 span {
	font-family: 'Gotham-Book', Arial;
}
.DownloadPage .Box .HeaderSideLink {
	position: absolute;
	right: 15px;
	top: 8px;
	z-index:20;
	background:#FF85AD;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.DownloadPage .Box .HeaderSideLink a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	color: #000;
}
.DownloadPage .Box .HeaderSideLink i {
	padding-right: 5px;
}
.DownloadPage ul.Remixes {
	padding: 0;
	margin: 0;
	list-style: none;
}
.DownloadPage ul.Remixes li {
	padding: 0;
	margin: 0 0 1px 0;
	list-style: none;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s ease 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0s;
	clear: both;
}
.DownloadPage ul.Remixes li a {
	display: inline-block;
	zoom:1;
	*display: inline;
	padding: 5px 15px;
	color: #FFF;
	width: 710px;
	-webkit-transition: all 0.3s ease 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0s;
	line-height: 15px;
}
.DownloadPage ul.Remixes li i {
	font-size: 17px;
	line-height: 15px;
}
.DownloadPage ul.Remixes li div {
	display: inline-block;
}
.DownloadPage ul.Remixes li div.RemixName {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 540px;
	font-size: 15px;
	white-space: nowrap;
	vertical-align: middle;
}
.DownloadPage ul.Remixes li div.RemixDownload,
.DownloadPage ul.Remixes li div.RemixPlays {
	float: right;
	margin-left: 5px;
	width: 55px;
}
.DownloadPage ul.Remixes li div.RemixPlays {
	width: 60px;
}
.DownloadPage ul.Remixes li div.RemixDownload .Text,
.DownloadPage ul.Remixes li div.RemixPlays .Text {
	display: inline-block;
	zoom:1;
	*display: inline;
	padding-left: 5px;
	font-family: 'Gotham-Book', Arial;
	vertical-align: middle;
}

.DownloadPage ul.Remixes li:nth-child(odd) {
	background: rgb(0, 157, 221);
	background: rgba(0, 157, 221, 0.7);

}
.DownloadPage ul.Remixes li:nth-child(even) {
	background: rgb(0, 139, 196);
	background: rgba(0, 139, 196, 0.6);
}
.DownloadPage ul.Remixes li:hover {
	background: rgb(255, 177, 25);
	background: rgba(255, 177, 25, 1);
	-webkit-transition: all 0.3s ease 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0s;
}
.DownloadPage ul.Remixes li:hover a {
	color: #333;
	-webkit-transition: all 0.3s ease 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0s;
}
.DownloadPage div.Remixes .Like {
	background: #B8005C;
	line-height: 21px;
	color: #FFF;
	 margin-top: 2px;
    padding: 3px 9px 3px 8px;
	height: 28px;
}
.DownloadPage div.Remixes .Like a {
	color: #FF85AD;
}
.DownloadPage div.Remixes .Like div {
	margin-left: 8px;
	float: right;
	display: block;
}
.DownloadPage div.Remixes .Like:after {
	clear: both;
}

.DownloadPage .RelatedPosts ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.DownloadPage .RelatedPosts ul li {
	padding: 0;
	margin: 0 7px 0 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display: inline;
	width: 140px;
	height: 140px;
	clear: both;

}
.DownloadPage .RelatedPosts ul li:last-child {
	margin: 0;
}
.DownloadPage .RelatedPosts ul li img {
	width: 140px;
	height: 140px;
}
.DownloadPage .RelatedPosts ul:after {
	clear: both;
}
.DownloadPage .RelatedPosts ul .SongNameTitle {
	position: absolute;
	bottom: 0;
	z-index: 10;
}
.DownloadPage .RelatedPosts ul .SongNameTitle div {
	width: 140px;
	text-align: center;
	font-size: 13px;
	margin: 5px 0;
}
.DownloadPage .RelatedPosts ul a .SongNameTitle {
	color: #FFF;
	text-shadow: -2px 0 3px #333, 0 2px 3px #333, 2px 0 3px #333, 0 -2px 3px #333;
	background: none;
}
..DownloadPage .RelatedPosts ul .SongNameTitle:hover {
	background: rgba(0, 157, 221, 0.7);
	-webkit-transition: all 0.3s ease 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0s;
}
.DownloadPage .RelatedPosts ul a {
	width: 140px;
	height: 140px;
	display: block;
	overflow: hidden;
}
.DownloadPage .RelatedPosts ul a img {
	transform:scale(1,1);
	-webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.DownloadPage .RelatedPosts ul a:hover img {
	transform:scale(1.5,1.5);
	transform-origin:50% 50%;
	-ms-transform-origin:50% 50%; /* IE 9 */
	-webkit-transform-origin:50% 50%; /* Safari and Chrome */

	-webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
/*
.DownloadPage ul.Remixes li:hover a:nth-child(even) {
	background: rgba(255, 177, 25, 0.5)
}*/
.JPlayerDisabled {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.JPlayerDisabledText {
	z-index: 100;
	position: absolute;
	width: 728px;
	height: 90px;
	top: 0;
	left: 0;
}

.JPlayerDisabledText div {
	color: #CC0000;
	font-size: 20px;
	width: 728px;
	margin-top: 39px;
	text-align: center;
	font-family: 'Gotham-Medium', Arial;
	text-shadow: 0 0 5px #000000;
}


/* Bubble */
/*
div.Bubble
{
	position: relative;
	width: 208px;
	padding: 8px 15px;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;

}

div.Bubble:before,
div.Bubble:after
{
	content: " ";
    height: 0;
    position: absolute;
    width: 0;

}
div.Bubble:before
{
	left: 30px;
	top: 30px;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #666666;
    border-image: none;
    border-style: solid;
    border-width: 25px;
}

div.Bubble:after
{
	width: 20px;
	height: 20px;
	left: 38px;
	top: 30px;
	border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 15px;
}

div.BubbleVote {
	background: #FFB119;
	color: #333333;
	height: 30px;
}*/

div.BubbleHolder {
	position: absolute;
	top: 140px;
	right: 0;
	display: none;
}

div.Bubble
{
	position: relative;
	height: 30px;
	text-align: center;
	line-height: 20px;
	background-color: #FFB119;
	border: 0;
	padding: 5px 15px;
	border-radius: 0;
	box-shadow: 0 0 8px #000000;
	color: #000;
	font-size: 12px;
}

div.Bubble:before,
div.Bubble:after
{
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
}

div.PopBubble:before
{
	/*left: 30px;
	top: 40px;
	border: 0 solid;
	border-color: #666 transparent transparent #666;*/
}

div.PopBubble:after
{
	right: 130px;
	top: 30px;
	border: 8px solid;
	border-color: #FFB119 transparent transparent transparent;
}

.RemixMeta {
	font-size: 15px;
	line-height: 1;
}

.RemixMeta i {
	margin-right: 5px;
}

.RemixMeta span {
	margin-left: 30px;
}

#Bottom {
	background: #333;
	background: rgba(0,0,0,0.75);
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 70px;
	width: 100%;
}
#Bottom .BottomContent{
	text-align: center;
	font-size: 30px;
	line-height: 70px;
}

#Feedback {
	font-size: 13px;
	color: #FFF;
	position: absolute;
	right: 0;
	top: 20px;
	background: #00B4EC;
	padding: 8px 15px;
	line-height: 13px;
	z-index: 0;
	cursor: pointer;
}

.Feedback .FormRow1,
.Feedback .FormRow2,
.Feedback .Submit {
	padding: 0 0 6px 0;
}
.Feedback .FormRow1 input,
.Feedback .FormRow2 input {
	border: 0;
	background: #FFF;
	background: rgba(255,255,255,0.8);
	color:#333333;
	padding: 5px 10px;
	width: 200px;
}

.Feedback textarea {
	border: 0;
	resize: none;
	width: 708px;
	padding: 5px 10px;
	background: #FFF;
	background: rgba(255,255,255,0.8);
	color:#333333;
}
.Feedback .Submit div {
	padding: 5px 10px;
	background: #70BA25;
	color: #000;
	border: 0;
	cursor: pointer;
	display: inline-block;
}
.Feedback .Success {
	padding: 5px 10px;
	background: #70BA25;
	color: #000;
	border: 0;
	width: 708px;
	font-size: 15px;
	line-height: 15px;
}



@media screen and (max-width:480px) {
  
/*  .BodyContainer .LeftCol {
      width: 100%;
      float: none;
      margin-right: 0px;
      margin: 0 auto !important;
  }
  
  .BodyContainer .LeftCol img {
    width: 100% !important;
    height: auto;
  }
  
  .brandingBodyContainer .MiddleCol {

    width: 100% !important;
    float: none !important;
    position: relative;

  } 
*/
.BodyContainer .LeftCol {
      width: 100%;
      float: none;
      margin-right: 0px;
      margin: 0 auto !important;
  }
  
  .BodyContainer .LeftCol img {
    width: 100% !important;
    height: auto;
  }
  
  .BodyContainer .MiddleCol {

    width: 100% !important;
    float: none !important;
    position: relative;
		padding: 10px !important;;

  } 
	.DownloadPage .BodyContainer {
		width: 100%;
		margin: 0px auto;
		
	}
	
	.RemixMeta {
		text-align: left !important;;
	}
	.RemixMeta span {
		margin-left:  0px;
		margin-right: 10px;
	}
	
	.body.DownloadPage {
		
	}
	
	.DownloadPage .Actions ul li {
		width: 100%;
		height: auto;
		padding: 15px 25px 13px;
		font-size: 18px !important;;
		line-height: 20px;
	}
	.DownloadPage .RelatedPosts ul li {
		width: 47%;
		margin-right: 5%;
		position: relative;
		height: auto;
		margin-bottom: 5%;
	}
	.DownloadPage .RelatedPosts ul li:nth-child(2n) { 
		margin-right: 0;
	}
	.DownloadPage .RelatedPosts ul li a {
		width: 100% !important;;
		height: auto;
	}
	.DownloadPage .RelatedPosts ul li img {
		width: 100% !important;
		height: auto;
	}
	.DownloadPage .RelatedPosts ul .SongNameTitle {
		width: 100%;
		bottom: 5px;
	}
	.DownloadPage .RelatedPosts ul .SongNameTitle div {
		width: 100%;
		display: block;
	}
	.DownloadPage .RelatedPosts ul .SongNameTitle span {
		width: 100%;
		display: block;
		
	}
	.DownloadPage .RelatedPosts ul .SongNameTitle span div {
		font-size: 16px !important;
	}
	.PlayerDiv {
		width: 100% !important;
	}
	.SharebeastStatus {
		display:none;
	}
}
