@import "emoji.files.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*

reusable mixins 

*/
.inline-block {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
.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%;
}
.fancy-button {
  font-weight: bold;
  vertical-align: middle;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  background-color: #eee;
  display: inline-block;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: top;
}
.fancy-button:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1;
  color: #262626;
}
.left-right {
  display: block;
  font-size: 0px;
}
.left-right .left,
.left-right .right {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  width: 50%;
}
.left-right .right {
  text-align: right;
}
.chocolate-bar {
  width: 100%;
  overflow: hidden;
  text-align: right;
  font-size: 0px;
}
.chocolate-bar .bite {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
.chocolate-bar .bite.first {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chocolate-bar.two .bite {
  width: 18%;
}
.chocolate-bar.three .bite {
  width: 33%;
}
.chocolate-bar.four .bite {
  width: 23%;
}
.chocolate-bar.five .bite {
  width: 18%;
}
/* variables */
/* 5 */
/* 10 */
/* 20 */
/* 40 */
/* EA7E32 */
/* 704497 */
/* DEE03D */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
strong,
b {
  font-weight: bold;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 

    zoya's awesome icon font 
    
    structure stolen from:
    https://github.com/FortAwesome/Font-Awesome/blob/master/less/font-awesome.less

    ?z=1 to refresh cache

*/
@font-face {
  font-family: "machine_bitsregular";
  src: url('/fonts/machinebits-regular-webfont.eot?z=1');
  src: url('/fonts/machinebits-regular-webfont.eot?z=1') format('embedded-opentype'), url('/fonts/machinebits-regular-webfont.woff?z=1') format('woff'), url('/fonts/machinebits-regular-webfont.ttf?z=1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "machine_bitsregular";
  font-weight: normal;
  font-style: normal;
  display: block;
  text-decoration: inherit;
  font-size: 27px;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  cursor: pointer;
  text-decoration: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
.icon-twitter:before {
  content: "t";
}
.icon-facebook:before {
  content: "f";
}
.icon-tumblr:before {
  content: "b";
}
.icon-lastfm:before {
  content: "!";
}
.icon-sc:before {
  content: "@";
}
.icon-bc:before {
  content: "\"";
}
.icon-play:before {
  content: "x";
}
.icon-pause:before {
  content: "z";
}
.icon-next:before {
  content: "k";
}
.icon-previous:before {
  content: "j";
}
.icon-favorite:before {
  content: "l";
}
.icon-shuffle:before {
  content: "s";
}
.icon-volume:before {
  content: "v";
}
.icon-plus:before {
  content: "+";
}
.icon-minus:before {
  content: "-";
}
.icon-up:before {
  content: "u";
}
.icon-right:before {
  content: "r";
}
.icon-down:before {
  content: "d";
}
.icon-left:before {
  content: "l";
}
.icon-apple:before {
  content: "a";
}
.icon-android:before {
  content: "7";
}
.icon-windows:before {
  content: "8";
}
.icon-blackberry:before {
  content: "B";
}
.icon-heart-bubble:before {
  content: "0";
}
.icon-heart:before {
  content: "h";
}
.icon-speaker:before {
  content: "v";
}
.icon-speaker-mute:before {
  content: "m";
}
.icon-logo:before {
  content: "1";
}
.icon-amazon-a:before {
  content: "4";
}
.icon-rdio:before {
  content: "5";
}
.icon-spotify:before {
  content: "S";
}
.icon-itunes:before {
  content: "3";
}
/*
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/montserrat/v3/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
*/
@font-face {
  font-family: "DINBoldRegular";
  src: url("/fonts/DINWeb-Medium.eot");
}
@font-face {
  font-family: "DINBoldRegular";
  src: url("/fonts/DINWeb-Medium.woff") format("woff");
}
/* html elements */
body {
  background: #ffffff;
  color: #222222;
  font-size: 11px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  position: relative;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0px;
  line-height: 1.4em;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  font-size: 12px;
}
h2 {
  font-weight: normal;
}
h2 span {
  color: #dddddd;
}
h2 strong {
  padding: 1px 0 6px;
}
h3 a,
h4 a {
  color: #555555;
}
h4 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}
iframe {
  border: none;
  overflow-x: hidden;
}
input,
button,
textarea {
  border: 1px solid #cccccc;
  padding: 2px;
}
button {
  padding: 2px 6px;
  /*.rounded(3px);*/
  cursor: pointer;
}
img {
  border: 0px;
}
abbr {
  cursor: help;
}
p {
  margin: 10px 0;
  line-height: 1.5em;
}
i,
em {
  font-style: italic;
}
a {
  color: #0063dc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
::selection,
::-moz-selection {
  background: #ff9;
}
/* layout styles  */
/*
    this puts our content in the center of the page and gives it a width
    look for additional rules in layout-wide.css
*/
.content-centered {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 1038px;
}
#content-wrapper {
  min-height: 800px;
  overflow: hidden;
  position: relative;
  margin-top: 33px;
}
#container {
  width: 100% /*!important*/;
  margin: 0px auto;
  margin-bottom: -2px;
  position: relative;
  display: inline-block;
  z-index: 2;
  background-color: #ffffff;
}
#content {
  padding: 0px 10px;
}
#content-left,
#content-right {
  margin: 0px;
  text-align: left;
  float: left;
}
#content-left {
  background: transparent;
  min-height: 400px;
  position: relative;
  margin-right: 10px;
  width: 728px;
}
#content-left.shrink {
  min-height: 0px;
}
#content-left #blog #commentlist li {
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
}
#content-left #blog #commentlist li.even {
  background: #eee;
}
#content-left #blog #commentlist li .meta {
  color: #222222;
  font-size: 11px;
  margin-bottom: 0;
}
#content-left #blog #commentlist li span.author {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 0 10px;
}
#content-left #blog .blog-post {
  margin: 0 0 30px;
}
#content-left #blog .blog-post .feedback {
  border-top: 1px solid #999999;
  padding: 5px 10px;
}
#content-left #blog .blog-post p {
  font-size: 13px;
  margin: 10px;
}
#content-left #blog h2 {
  position: relative;
}
#content-left #blog h2 span {
  color: #999999;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#content-left #blog-list #heading,
#content-left #blog h3 {
  font-size: 15px;
  font-weight: 700;
  word-wrap: break-word;
}
#content-left #blog-list td {
  padding: 3px;
}
#content-left h1 {
  font-size: 28px;
  font-weight: normal;
  margin: 40px 0 40px 0px;
}
#content-left #suggest a {
  background: #fef2eb;
  color: #000000;
  display: block;
  font-size: 14px;
  margin: 20px;
  padding: 10px;
}
#content-left #suggest a em {
  color: #0063dc;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
#content-left #suggest a:hover em {
  color: #ffffff;
  text-decoration: underline;
}
#about #content-left #message h1,
#labs #content-left #message h1 {
  margin-left: 0;
}
#phonograph {
  background: url(http://static-ak.hypem.net/rev_1330987235/images/phonograph-small.png) right bottom no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 210px;
  height: 200px;
  z-index: 3;
}
#header {
  background-color: #83c441;
  height: 42px;
  position: relative;
  text-align: right;
  z-index: 201;
  line-height: 42px;
  vertical-align: top;
}
#header #hh-header,
#header #hh-wrap-header,
#header #wrap_title,
#header #wrap_menu,
#header #tv-controls,
#header #stack-menu,
#header #zeitgeist-header-menu {
  display: none;
}
#header-view-in-app {
  display: none;
}
#contact h1 {
  font-weight: normal;
  font-size: 27px;
}
#contact_submit {
  background: url(http://static-ak.hypem.net/rev_1320095545/images/bg-button.gif) bottom;
  height: 21px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  outline: 0;
  vertical-align: top;
}
#message {
  font-size: 29px;
  font-weight: normal;
  position: relative;
  overflow: auto;
}
#message .header-button {
  position: absolute;
  right: 0px;
  font-weight: bold;
  vertical-align: middle;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  background-color: #eee;
  display: inline-block;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: top;
}
#message .header-button:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1;
  color: #262626;
}
#message .header-button-container {
  position: absolute;
  display: inline-block;
  right: 0px;
}
#message .header-button-container .header-button-mult {
  margin-left: 4px;
  font-weight: bold;
  vertical-align: middle;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  background-color: #eee;
  display: inline-block;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: top;
}
#message .header-button-container .header-button-mult:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1;
  color: #262626;
}
#player-loading {
  left: 50%;
  position: fixed;
  width: 200px;
  top: 50%;
  margin-left: -121px;
  margin-top: -60px;
  z-index: 100;
  text-align: center;
}
#player-loading span {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  display: block;
  width: 200px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px 20px 80px;
  background: #333333 url(http://static-ak.hypem.net/rev_1339088816/images/ajax-loader.gif) center 50px no-repeat;
  text-align: center;
  border: 1px solid #222222;
}
#directory-blogs-inject {
  clear: both;
}
#message h1 {
  line-height: 1.4em;
  text-align: left;
  display: block;
  margin: 25px 0;
}
a.fav-off,
a.fav-on {
  border: 0;
  display: block;
  float: right;
  position: relative;
  line-height: 1.4em;
  font-size: 20px;
  padding: 8px 5px 0px 6px;
}
a.fav-off {
  color: #b3b3b3;
}
a.fav-on {
  color: red;
}
a.favcount-off,
a.favcount-on {
  color: #b3b3b3;
  font-size: 18px;
  line-height: 1em;
  margin-top: 9px;
}
a.fav-on {
  color: #ed2024;
}
a.fav-off:hover,
a.favcount-off:hover,
a.favcount-on:hover,
.section .tools a.play-ctrl:hover,
#content-right h3 a,
#content-right #news ul li a:hover .title,
#twitter-board h3 a {
  color: #0063dc;
}
a.favcount-on {
  color: #ed2024;
}
a.tweets_extra_toggle:hover {
  border-bottom: 0;
  text-decoration: underline;
}
a.view-more {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
}
a:hover,
#content-left .section h3 a:hover .search_match,
#twitter-board li a:hover em {
  text-decoration: underline;
}
a:hover.fav-off span {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-fav.png) 0 -24px no-repeat;
}
a:hover.fav-off,
a:hover.fav-on {
  background: none;
}
#end-of-infinity {
  background: #FEF2EB;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 20px 0;
}
#show-search-results {
  background: #FEF2EB;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  cursor: pointer;
}
#show-search-results:hover {
  background: none;
}
#takeover-link a {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
}
#takeover-link a img {
  opacity: 0;
  display: none;
}
#blog #content-left h2 {
  font-size: 14px;
  position: relative;
}
#blog #content-left h2 span {
  font-size: 12px;
  position: absolute;
  right: 0;
}
#blog #message,
#merch #message {
  padding-left: 0;
  width: 960px;
}
#blog #message h2,
#merch #message h2 {
  font-weight: normal;
}
#blog .feedback {
  border-top: 1px solid #ddd;
  margin: 5px 0 25px;
  padding: 5px;
}
#blog-list p {
  margin: 0 0 15px;
}
#overlay {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/overlay.png);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
#defaultform .twitter-avatar,
#defaultform .twitter-username,
#defaultform .twitter-handle {
  vertical-align: middle;
}
#defaultform .twitter-avatar {
  margin: 5px 0px;
  display: inline-block;
}
#defaultform .twitter-username {
  margin-left: 10px;
  font-size: 16px;
}
#defaultform .twitter-handle {
  font-size: 10px;
}
.section .fav-pager {
  width: 500px;
}
#subpage {
  float: left;
  width: 100%;
}
#subpage #faq h3 {
  border-top: 1px solid #cccccc;
  padding: 20px 0 0;
}
#subpage #faq img {
  border: 1px solid #cccccc;
  padding: 5px;
}
#subpage form input {
  padding: 2px;
}
#subpage form label {
  display: block;
  margin: 0 0 10px;
}
#subpage h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
}
#subpage li {
  list-style: square;
  margin: 0 0 0 40px;
  padding: 3px;
}
#subpage ol li {
  list-style: decimal;
}
#subpage form {
  background: #fafafa;
  border: 1px solid #aaa;
  font-size: 14px;
  margin: 10px 0px;
  padding: 10px;
}
#contact .standard_form input,
#contact .standard_form textarea {
  font-size: 12px;
  margin: 3px 0 10px;
  text-align: left;
}
#contact .standard_form select {
  margin: 7px 0 10px;
}
#contact textarea {
  width: 300px;
}
#contact h2 {
  border-bottom: 4px solid #85c441;
}
#contact input#submit {
  font-size: 13px;
  margin-left: 185px;
  padding: 5px;
  text-align: center;
  width: 120px;
}
#contact label {
  display: block;
  float: left;
  margin: 5px 5px 0 10px;
  text-align: right;
  width: 180px;
}
#contact label span {
  font-size: 11px;
}
#contact .standard_form textarea {
  height: 100px;
  width: 400px;
}
#content-left #contact_form input,
#content-left #contact_form textarea,
#contact_subject {
  font-size: 14px;
  padding: 3px;
}
#content-left #contact_form strong {
  display: block;
  line-height: 24px;
  height: 16px;
}
#contact_tips p {
  background: #fcfaef;
  border: 1px solid #aaa;
  font-size: 12px;
  margin: 10px 20px 0;
  padding: 10px;
}
#contact_message {
  font-size: 16px;
  line-height: 20px;
  width: 95%;
}
#content-left #subpage,
#content-left #subpage p,
#message span,
#blog #storycontent p {
  font-size: 15px;
}
#album-premiere {
  width: 728px;
  height: 250px;
}
#content-left #suggest a:hover,
#content-right #get-badge a:hover {
  background: #f26a21;
  border: 0;
}
#content-left .section a:active,
#container #content-left .section .favcountlist li a:active img {
  position: relative;
  top: 1px;
}
#content-left .section h3 a {
  font-size: inherit;
  font-weight: inherit;
}
#content-left .section h3 em a {
  color: #999999;
  font-size: 16px;
}
#content-left .section h3,
#content-left #previous-mentions .section h3 {
  color: #cccccc;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  text-rendering: optimizeLegibility;
  text-transform: capitalize;
}
#content-left .section.single h3,
#content-left .section.single h3 a {
  font-size: 35px;
  line-height: 52px;
  margin-bottom: 10px;
}
#content-left .section p {
  color: #555555;
  word-wrap: break-word;
  margin: 0px 0 10px 0;
}
#content-left .section p.more-excerpts {
  margin-top: 10px;
}
#content-left .section p i {
  color: #555555;
  font-style: normal;
}
#content-left .spy-filter #filter li ul a {
  line-height: 24px;
  padding: 2px 5px;
}
#content-left .spy-filter .section:hover .track-info {
  color: #555555;
}
#spy #content-left h2 {
  font-weight: normal;
  font-size: 18px;
}
#contact .standard_form {
  margin: 20px 0;
  font-size: 16px;
  line-height: 22px;
}
#content-left h2 span.mini-pager,
#featured-blog h2 span {
  position: absolute;
  right: 5px;
}
#content-left h2 {
  position: relative;
  line-height: 26px;
}
p#message-dashboard span,
#blogquote span {
  font-size: 15px;
}
#content-right {
  width: 300px;
  padding-bottom: 220px;
  font-size: 12px;
}
#content-right li {
  line-height: 1.5em;
}
#content-right a#zeitgeist-link {
  background: #eaffd2;
}
#content-right a:hover#zeitgeist-link {
  background: #83c441;
  border: 0;
}
#content-right a:hover.fav-on span {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-sub-small.png) -16px -13px no-repeat;
  color: #277be1;
}
#content-right h2 {
  font-size: 14px;
  border-bottom: 0;
  color: #222222;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#content-right h3 {
  margin: 0px;
}
#content-right h3,
#content-right h3 a {
  font-weight: 700;
  font-size: 14px;
}
#content-right #tour-dates ul li a .perf,
#content-right #news ul li a .title {
  color: #666666;
  width: 225px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#content-right .premiere-title {
  font-weight: bold;
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  background-color: #efefef;
}
#content-right .hypem-events a:hover .premiere-title {
  background-color: #83c441;
}
#content-right #about-blog {
  margin: 0 0 30px;
  padding: 0 0 5px;
}
#content-right #about-blog #feed {
  vertical-align: bottom;
}
#content-right #about-hype {
  height: 130px;
  margin: 0 0 30px;
}
#content-right #about-us {
  height: 200px;
}
#content-right #about-us img {
  border: 1px solid #cccccc;
  float: left;
  margin: 0 5px 5px 0;
}
#content-right #about-us li {
  color: #666666;
  float: left;
  font-size: 12px;
  height: 60px;
  width: 155px;
}
#content-right #twitter-score {
  background: #E0F3FB;
  border-color: #E0F3FB;
  padding: 10px;
  margin-top: 10px;
}
#content-right #feeds ul li a:hover {
  background: #c1e5f6 url(http://static-ak.hypem.net/rev_1320095546/images/icon-feed.gif) left center no-repeat;
  border: 0;
  text-decoration: underline;
}
#content-right #get-badge a,
#content-right #zeitgeist-link span {
  margin: 20px 0px;
  padding: 10px;
  text-align: center;
}
#content-right .hypem-events {
  margin: 10px 0px 10px 0px;
}
#content-right .hypem-events a,
#content-right .hypem-events a:hover {
  text-decoration: none;
  color: #000000;
}
#content-right #get-badge {
  margin: 20px 0px;
}
#content-right a:hover#zeitgeist-link span {
  color: #ffffff;
  text-decoration: underline;
}
#content-right #get-badge a:hover span {
  color: inherit;
}
#content-right #get-badge h2 span {
  position: relative;
  right: 0;
  top: 0;
}
#content-right #just-searched {
  margin: 20px 0px;
}
#content-right #just-searched h3 {
  line-height: 26px;
  padding-bottom: 5px;
}
#content-right #just-searched li {
  border-bottom: 1px solid #efefef;
  color: #999999;
  font-size: 11px;
  margin: 0 0 6px;
  padding: 0 0 2px;
  text-align: right;
}
#content-right #just-searched li a,
#content-right .fav-stuff li a {
  float: left;
  font-size: 13px;
}
#content-right #news {
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 20px;
}
#content-right #news h3 {
  margin-bottom: 5px;
}
#content-right #news ul li a {
  border-bottom: 0;
  margin: 0;
}
#content-right #news ul li {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
#content-right #press li,
#content-right #thank-you li {
  list-style: square;
  margin: 0 0 0 20px;
}
#content-right #your-site {
  margin-top: 20px;
}
#content-right .section.fast-forward-launch {
  background: #FEF2EB;
  padding: 10px;
  border: none;
  text-align: right;
  margin-top: 65px;
  margin-bottom: 20px;
}
#content-right .fast-forward-launch .logo {
  position: relative;
  margin-top: -45px;
  display: block;
}
#content-right .fast-forward-launch .description {
  font-size: 16px;
}
#content-right #sponsors #hype-badge {
  border: 1px solid #666;
  float: right;
  margin: 10px;
}
#content-right #tour-dates {
  background: #fef2eb;
  border-color: #fef2eb;
  clear: both;
  padding: 10px;
}
#content-right .change-location {
  text-align: right;
  display: block;
  line-height: 20px;
}
#content-right #tour-dates h3 {
  color: #000000;
  text-transform: uppercase;
  line-height: 21px;
}
#content-right #tour-dates {
  position: relative;
}
#content-right #tour-dates ul li a .city {
  background: #fef2eb;
  color: #000000;
  padding-left: 5px;
  position: absolute;
  right: 10px;
}
#content-right #tour-dates ul li a {
  border-bottom: 1px solid #FCD9C6;
}
#content-right .dates {
  text-transform: uppercase;
  font-weight: 700;
  width: 45px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#content-right #news ul li a .dates {
  text-transform: uppercase;
}
#content-right #tour-dates ul li a,
#content-right #news ul li a,
#content-right #no-local-tours {
  display: block;
  padding: 4px 0;
}
#content-right #tour-dates ul li a:hover,
#content-right #news ul li a:hover,
#content-right #no-local-tours:hover {
  text-decoration: none;
}
#content-right #tour-dates a:hover,
#content-right #tour-dates ul li a:hover .city,
#content-right #tour-dates ul li a:hover .perf,
#content-right #songkick a:hover {
  color: #0063dc;
  text-decoration: underline;
}
#content-right #songkick a {
  color: #000000;
  display: block;
  height: 20px;
  margin: 5px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#content-right #songkick a:hover span {
  background: #fef2eb url(http://static-ak.hypem.net/rev_1343249165/images/logo-songkick.png) no-repeat;
}
#content-right #songkick span {
  background: #fef2eb url(http://static-ak.hypem.net/rev_1343249165/images/logo-songkick.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 109px;
}
#content-right #songkick a:hover {
  background: none;
  color: #000000;
  text-decoration: underline;
}
#content-right .fav-stuff {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  clear: both;
  margin-bottom: 10px;
}
#content-right .fav-stuff ul li {
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  padding: 3px 0;
}
#content-right .fav-stuff ul li .me {
  margin-left: 23px;
}
#content-right ul li.show_more_link {
  border-bottom: 0px;
}
#content-right .fav-stuff li {
  color: #bbbbbb;
  font-size: 11px;
  text-align: right;
}
#content-right .fav-stuff h3 {
  display: inline;
}
#content-right .section {
  background-color: transparent;
  border-top: 0px;
}
#content-right #showall-toggle {
  clear: both;
  display: block;
  float: right;
  margin: 0 10px 0 0;
  position: relative;
  top: -5px;
}
#content-right .spy-countries a img,
#content-right #sidebar-spy-countries img {
  margin-right: 7px;
}
#content-right .user-stats li {
  line-height: 1em;
  text-align: center;
  width: 62px;
  vertical-align: middle;
}
#events #artists-h3,
#tracks-h3 {
  color: #000000;
  display: inline;
  font-size: 20px;
  margin: 0 0 0 365px;
  padding: 0px;
}
#events .section {
  border: 0;
  float: right;
  height: 60px;
  margin: 12px 0 0;
  padding-top: 0px;
  position: relative;
  width: 510px;
}
#events .section h3 {
  margin: 0 0 0 60px;
  padding: 0;
}
#events h2 {
  background: none;
  border: 0;
  color: #000000;
  float: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 1em;
  margin: 12px 0 0;
  padding: 0;
  text-align: right;
  width: 450px;
}
#events h2 a {
  color: #0063dc;
  font-size: 21px;
  margin: 0;
}
#events h2.stage {
  background: #84c441;
  color: #ffffff;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#events h2.stage.sxsw {
  background: #151515;
}
#events {
  width: 100%;
}
.sxsw-info a {
  color: #0063dc;
}
#events #player {
  display: block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
}
#events #tracks-h3 {
  margin: 0 0 0 148px;
}
#events .fav-on,
#events .fav-off {
  margin-right: 3px;
}
#events .meta {
  background: none;
  color: #999999;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -1px;
}
#events .meta a {
  color: #999999;
}
#events .sxsw-artist {
  clear: left;
  float: left;
  height: 50px;
  margin: 12px 0 0;
  text-align: right;
  width: 450px;
}
#events .sxsw-artist .time {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  left: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 35px;
}
#events .sxsw-artist h3 {
  font-size: 14px;
  padding: 4px 0 0;
}
#events .sxsw-event {
  border-bottom: 1px solid #aaa;
  height: 85px;
  padding: 10px 0 0;
  position: relative;
}
#events .sxsw-event.last {
  border-bottom: none;
}
#content-left .sxsw-event .section a:active {
  position: absolute;
}
#events-remote {
  padding: 5px 0 0;
}
#fav_searches_rest,
#fav_blogs_rest {
  border: 1px solid transparent;
}
#fav_searches_rest a {
  color: #0063dc;
}
#top-notice {
  background: linear-gradient(to bottom, #bdeffc 10%, #83c441 100%);
  text-align: center;
  display: none;
  font-size: 16px;
  padding: 10px;
  height: 23px;
  position: relative;
  line-height: 24px;
}
#top-notice.enabled {
  display: block;
}
#top-notice.disabled {
  display: none;
}
#top-notice #hide-this {
  clear: none;
  float: right;
  padding-right: 5px;
  position: relative;
  top: 0px;
}
#top-notice .close {
  line-height: 24px;
  color: #000000;
}
#top-notice .close:hover {
  text-decoration: none;
  color: #999999;
}
#top-notice .close img {
  margin-right: 7px;
  margin-top: 5px;
  float: left;
}
#top-notice a {
  color: #000000;
  text-decoration: underline;
}
#contact input {
  border: 1px solid #cccccc;
  border-bottom-color: #999999;
  border-right-color: #999999;
  font-size: 12px;
  height: 17px;
  padding-left: 5px;
  vertical-align: top;
}
#twitter-board li a:hover img,
#active-users li a:hover img,
#sidebar-spy li a:hover img {
  border: 1px solid #0063dc;
}
.user-menu {
  position: absolute;
  right: 0px;
  text-align: left;
  z-index: 200;
}
.user-menu.logged-out {
  height: 33px;
  display: inline-block;
  line-height: 33px;
  font-size: 14px;
  margin-left: 5px;
}
#menu-out {
  text-align: right;
}
#menu-out a {
  line-height: 33px;
  height: 33px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  padding: 0px 10px;
  font-size: 12px;
  margin-left: 5px;
}
#menu-username,
#menu-friends {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#menu-username {
  width: 100px;
  text-align: right;
  cursor: pointer;
}
#menu-username ul {
  right: 0px;
  top: 33px;
  position: absolute;
  z-index: 100;
  display: none;
}
#menu-username ul li a {
  border-bottom: 1px solid #272727;
  border-top: 0px;
  display: block;
  font-size: 12px;
  line-height: 2.5em;
  padding: 0 10px;
  text-align: left;
  width: 80px;
}
.unread-notification-icon {
  font-size: 35px;
  color: red;
  right: 13px;
  top: 1px;
  position: absolute;
}
#menu-friends {
  width: 197px;
  line-height: 16px;
  cursor: pointer;
}
#menu-friends ul {
  float: left;
  z-index: 200;
  line-height: 16px;
  width: 200px;
  display: none;
  margin: -6px 0 0 0;
  /* weird: Chrome update suddenly impacted rendering, again(!)  */
}
#menu-friends ul li {
  position: relative;
}
#menu-friends ul li a {
  border: 1px solid #272727;
  border-top: 0px;
  display: block;
  font-size: 12px;
  padding: 3px 0px;
  padding-left: 35px;
  text-align: left;
}
#menu-friends ul li a img {
  position: absolute;
  left: 5px;
  top: 5px;
}
#menu-friends:hover ul {
  display: inline-block;
}
#menu-friends .friends-name {
  font-weight: bold;
  display: inline-block;
}
#menu-friends .friends-when {
  font-size: 10px;
  color: #d5d5d5;
  display: inline-block;
  position: absolute;
  right: 5px;
}
#menu-friends .friends-what {
  font-size: 11px;
  color: #cccccc;
  display: block;
}
#menu-item-friends {
  background: none;
  border-left: 1px solid #272727;
  padding-left: 10px;
  overflow: hidden;
}
#menu-item-friends img {
  margin-right: 2px;
  margin-left: 0px;
}
#menu-item-friends .friends-text {
  margin-right: 4px;
}
#player-inner .count {
  color: white;
  background: red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  vertical-align: middle;
  display: none;
  padding: 0px 3px;
}
#menu-item-search {
  display: none;
}
#menu-item-genres {
  text-transform: capitalize;
}
#menu-username:hover ul {
  display: block;
}
#menu-item-username {
  background-color: #222222;
  border-right: 1px solid #222222;
  border-left: 1px solid #222222;
  padding-right: 10px;
  width: 88px;
}
.user-menu a {
  background: #333;
  position: relative;
  z-index: 200;
}
.user-menu a.user {
  display: inline-block;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
}
.user-menu a.user:hover {
  background-position: 65px 0px;
  color: #ffffff;
  text-decoration: none;
}
.user-menu a.user img {
  display: inline-block;
  margin: 4px 4px 0 5px;
  vertical-align: top;
}
#sticky-anchor {
  clear: both;
  position: relative;
}
#map {
  display: block;
  height: 313px;
  position: relative;
  width: 631px;
}
#map #map-s1 {
  height: 23px;
  left: 268px;
  top: 179px;
  width: 204px;
}
#map #map-s2 {
  height: 23px;
  left: 276px;
  top: 214px;
  width: 238px;
}
#map #map-t {
  height: 114px;
  left: 5px;
  top: 48px;
  width: 617px;
}
#map #map-u {
  height: 56px;
  left: 83px;
  top: 249px;
  width: 235px;
}
#map #map-u:hover,
#map #map-t:hover,
#map #map-s1:hover,
#map #map-s2:hover {
  background: transparent;
  border: 2px solid #97cf5b;
}
#map a {
  display: block;
  position: absolute;
}
#message #player {
  display: none;
  float: left;
  margin: 42px 0 0;
}
#message .blog-minilink {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
#message a.follow,
#message a.fav-on,
#message a.fav-off {
  background: url(http://static-ak.hypem.net/rev_1330987235/images/bg-button.png) top repeat-x;
  border: 1px solid #666;
  font-size: 12px;
  padding: 3px 5px;
  position: relative;
  top: -3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#message,
#message-refer {
  font-weight: 700;
}
#player:hover span,
.play:hover span {
  background-position: 0 -48px;
}
#player:hover span.pause,
.pause:hover span {
  background-position: 48px -48px;
}
#player:hover,
.play-ctrl:hover {
  background: none;
  border: 0;
}
#soundcloud {
  background: url(http://static-ak.hypem.net/rev_1320095546/images/icon-soundcloud.jpg) left center no-repeat;
  display: block;
  font-size: 13px;
  margin: 20px 0px;
  padding: 10px 10px 10px 65px;
}
#random span {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/heart.png);
  bottom: 70px;
  display: block;
  height: 118px;
  position: absolute;
  right: 15px;
  width: 150px;
}
#read-post {
  line-height: 33px;
}
#read-post img {
  margin-top: 4px;
}
#sidebar-spy img {
  border: 1px solid #aaa;
  margin-right: 4px;
  margin-top: 3px;
  height: 40px;
  width: 40px;
}
#sidebar-spy li,
#sidebar-spy-countries li {
  float: left;
  line-height: 1em;
}
#sidebar-spy,
#sidebar-spy-countries {
  border-top: 0;
  margin-bottom: 5px;
}
#twitter-board li a,
#active-users li a {
  display: block;
  float: left;
  font-weight: 700;
  height: 35px;
  padding: 5px 0;
  width: 140px;
  line-height: 18px;
}
#twitter-board li a:hover,
#active-users li a:hover {
  text-decoration: none;
}
#twitter-board li a:hover em,
#active-users li a:hover em {
  text-decoration: underline;
}
#twitter-board li em,
#active-users li em {
  color: #0063dc;
  font-size: 13px;
  font-weight: 700;
  left: 42px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 95px;
}
#twitter-board li img,
#active-users li img {
  background: url(http://static-ak.hypem.net/rev_1409546889/images/bg-twitter-med.jpg);
  border: 1px solid #999999;
  float: left;
  margin-right: 5px;
}
#twitter-board li span,
#active-users li span {
  border: 1px solid #ffffff;
  color: #999999;
  font-size: 11px;
  font-weight: 400;
}
#twitter-board li,
#active-users li {
  float: left;
  font-size: 13px;
  position: relative;
}
#twitter_score_dyn {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}
#twitter_score_name {
  margin: 10px 5px 5px 0;
  width: 130px;
}
.act_info_tweets li .tweet_points_total {
  color: #222222;
  display: block;
  font-size: 13px;
  line-height: 27px;
  position: absolute;
  right: 5px;
  top: 4px;
}
.act_info_tweets li .twitter_user {
  font-size: 14px;
  font-weight: 700;
}
.act_info_tweets li img {
  float: left;
  margin: 0 5px 0 0;
}
#directory-message {
  font-size: 24px;
  line-height: 100px;
  margin: 0;
  text-align: left;
  width: 915px;
}
#directory {
  margin-top: 0px;
  border: none;
}
#directory-tags,
#directory-countries {
  margin: 15px 0px;
}
#directory-search {
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  width: 100%;
}
#directory-search label {
  font-weight: 800;
}
#directory-search input[type="text"],
#directory-search label,
#directory-search input[type="text"],
#directory-search input[type="submit"] {
  font-family: 'Helvetica', 'Arial', sans-serif;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
#directory-search input[type="text"] {
  font-size: 20px;
  width: 330px;
  line-height: 28px;
  padding: 0px 5px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#directory-search input[type="submit"] {
  height: 30px;
  padding: 0px 10px;
  line-height: 30px;
}
span#directory-options {
  font-size: 20px;
}
span#directory-options a {
  display: inline-block;
  margin-left: 20px;
}
.directory-explain {
  margin-bottom: 0px;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  width: 900px;
}
.no-results {
  font-size: 1.1em;
  margin: 20px 0 20px 0;
  text-align: center;
  width: 100%;
}
h1.inline {
  display: inline-block;
  width: auto;
}
#directory-tags h3 {
  clear: both;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
#directory-message {
  font-weight: 700;
  margin-top: -120px;
  padding: 0 10px;
}
#directory-pager {
  clear: both;
  display: block;
  margin: 50px auto;
  width: 280px;
}
#directory-pager a,
#directory-pager span {
  cursor: pointer;
  border: 1px solid #ddd;
  font-size: 18px;
  height: 30px;
  margin: 0 10px;
  padding: 5px 10px;
  text-align: center;
  width: auto;
  height: auto;
  position: relative;
}
#directory-pager a:hover,
#directory-pager span:hover {
  border-color: #1153DF;
}
#directory-blogs {
  text-align: center;
  border: 1px solid #efefef;
  padding: 10px 0px;
  line-height: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.directory-blog {
  background: #000000;
  display: inline-block;
  height: 275px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 320px;
  margin: 8px;
  line-height: 18px;
  vertical-align: top;
}
.directory-blog h3 a {
  display: block;
  font-size: 20px;
  position: relative;
  text-align: left;
}
.directory-blog h3 a .play-button {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/button-play-blog.png) left top no-repeat;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 120px;
  top: 80px;
  z-index: 20;
  display: none;
}
.directory-blog h3 a:hover .play-button {
  display: block;
}
.directory-blog h3 a span {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.directory-blog img {
  position: relative;
  z-index: 10;
}
.directory-blog-artists {
  background-color: #000000;
  bottom: 0;
  color: #dddddd;
  display: block;
  font-size: 12px;
  left: 0;
  padding: 3px 0px;
  position: absolute;
  text-align: left;
  text-shadow: #000000 0 1px 0;
  width: 100%;
  z-index: 10;
}
.directory-blog-artists div {
  margin: 0px 5px;
}
.directory-blog-artists a {
  color: #ffffff;
  font-weight: bold;
}
#browse-genres ul {
  padding-top: 5px;
}
#directory {
  line-height: 18px;
}
#directory-tag-navigation {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 40px;
  font-size: 1.4em;
}
.msg img {
  float: left;
  height: 35px;
}
.notice {
  background: #c1e5f6;
  border: 3px solid #43B0E4;
  border-width: 3px 0;
  color: #222222;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 15px 0;
  padding: 10px 8px;
  text-transform: uppercase;
  text-align: center;
}
.notice em {
  color: #ED2024;
  font-style: normal;
}
.notice:hover,
#content-left .spy-filter .section:hover {
  background: #c1e5f6;
}
.person-loved {
  background: #ffffff;
  border: 2px solid #ffffff;
  left: 2px;
  position: absolute;
  top: 20px;
  z-index: 100;
}
#content-left .section h3 .track:hover {
  text-decoration: none;
}
#content-left .section h3 a:hover .base-title {
  text-decoration: underline;
}
#content-left .section h3 .remix-link {
  color: #76b438;
  text-decoration: none;
}
#content-left .section h3 a:hover .remix-link {
  text-decoration: none;
}
#content-left .section h3 .remix-count {
  color: #76b438;
  font-weight: normal;
  font-size: 18px;
}
#content-left .section h3 .remix-icon {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-remix.png) no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}
#content-left .remix-heading {
  padding-left: 30px;
  line-height: 20px;
  font-size: 22px;
}
#content-left h2 .remix-icon {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-remix.png) no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  margin: -1px 5px 0 0px;
}
.section a.more-tracks {
  font-size: 14px;
}
.section.same a.posted-by-others {
  border: 0;
  margin: 0 0 0 0px;
  font-size: 12px;
}
.section em {
  color: #cccccc;
  font-weight: 700;
  font-size: 16px;
}
.section em.section-tags {
  color: #222222;
  font-size: 12px;
}
.section h4 em a {
  color: #bbbbbb;
  font-size: 13px;
}
.section p a.blog-fav-on,
#content-left .section h3 .search_match {
  background: #ffffff;
}
.section p a.fav-off span,
#content-right a.fav-off span,
.twitter-meta a.fav-off span {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-sub-small.png) 0 1px no-repeat;
}
.section p a.fav-on span,
.twitter-meta a.fav-on span {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-sub-small.png) 0 -27px no-repeat;
  color: #e94914;
}
.section p a.fav-on,
.section p a.fav-off,
.twitter-meta a.fav-off span,
.twitter-meta a.fav-on span {
  float: left;
  height: 13px;
  margin-right: 5px;
  top: 2px;
  width: 15px;
}
.section p a:hover.fav-off span,
.twitter-meta a:hover.fav-off span {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-sub-small.png) 0 -13px no-repeat;
  color: #277be1;
}
.section p,
#content-left #previous-mentions .section p {
  color: #222222;
  font-size: 13px;
}
.section-odd .meta .show {
  background: #ffffff;
}
.tabberlive .tabbertabhide,
#events .sxsw-song .album-art {
  display: none;
}
#events .sxsw-song {
  background: transparent;
}
.tooltip {
  background: transparent url(http://static-ak.hypem.net/rev_1343249165/images/tooltip.png) top center no-repeat;
  color: #ffffff;
  display: none;
  font-size: 11px;
  height: 20px;
  line-height: 21px;
  overflow: hidden;
  padding: 0 6px 8px;
  width: auto;
  position: relative;
  z-index: 9999;
}
.tweet-position {
  background: #000000;
  color: #ffffff;
  display: block;
  font-size: 25px;
  height: 50px;
  left: 5px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 50px;
}
.tweet-position em {
  background: url(http://static-ak.hypem.net/rev_1320095546/images/points.gif) bottom center no-repeat;
  color: #999999;
  display: block;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 2px;
  width: 50px;
}
.tweets_extra {
  background: #f9f9f9;
  border: 1px solid #ddd;
  clear: both;
  margin-top: 10px;
  max-height: 240px;
  overflow-y: auto;
  padding: 0 5px;
  position: relative;
}
.tweets_extra li {
  border-bottom: 1px solid #ddd;
  clear: both;
  color: #999999;
  display: block;
  font-size: 11px;
  line-height: 25px;
  padding: 5px 2px;
  position: relative;
}
.tweets_extra_toggle {
  background: none;
  font-weight: 700;
  padding: 0;
}
.twitter-meta {
  border-bottom: 1px solid #dedede;
  display: block;
  font-size: 11px;
  margin-left: 65px;
  padding: 3px;
  width: 500px;
}
.twitter_contributors {
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0px;
}
.twitter_contributors a {
  border: 1px solid #999999;
  display: block;
  float: left;
  height: 25px;
  margin-right: 5px;
  position: relative;
  width: 25px;
}
.twitter_contributors a.tweets_extra_toggle {
  border: 0;
  height: 25px;
  line-height: 25px;
  width: 170px;
  font-size: 14px;
}
.twitter_contributors a img {
  background: url(http://static-ak.hypem.net/rev_1409546889/images/bg-twitter-small.jpg);
  height: 25px;
  width: 25px;
}
.user-stats #avatar {
  float: left;
  margin: 0px 10px 10px 0;
}
#content-left.mostbloggedbands p {
  margin-top: 0;
}
#content-left.mostbloggedbands h3 a {
  color: #666666;
}
#content-left.mostbloggedbands .section-track {
  border: none;
}
#content-left.mostbloggedbands .section-player {
  margin-top: 17px;
}
#content-left.mostbloggedbands .section .rank {
  border: none;
  position: relative;
  top: 4px;
  left: 10px;
  display: inline-block;
  float: left;
  padding-top: 3px;
  font-size: 22px;
  line-height: 22px;
  margin-right: 10px;
}
#content-left.mostbloggedbands .section h2 {
  padding: 30px 5px 0px 15px;
  font-weight: normal;
  margin: 0;
  display: inline-block;
}
#content-left.mostbloggedbands .section h2 a {
  line-height: 34px;
  margin-left: 10px;
  font-size: 30px;
  color: #000000;
}
#content-left.mostbloggedbands .section .track-info,
#content-left.mostbloggedbands .section .playlist-ctrls {
  display: none;
}
#content-left.mostbloggedbands .section .readpost span {
  top: 10px;
  left: 20px;
}
#content-left.mostbloggedbands .section.artist {
  padding: 0px;
}
#content-left.mostbloggedbands .section {
  background: #ffffff;
  padding: 0 0 20px 0;
}
#content-left.mostbloggedbands .section.even {
  background: #ffffff;
}
#content-left .blogs-picked {
  display: inline-block;
}
#content-left .blogs-picked-item img {
  border: 1px solid #222222;
  width: 20px;
  height: 20px;
  margin: 0 3px 0 3px;
}
#content-left .show-date {
  display: block;
  margin: 5px 0px 0px 25px;
  text-decoration: none;
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}
#content-left .show-date:hover {
  text-decoration: underline;
}
.section .loved-by-avatar {
  display: block;
  height: 50px;
  left: 3px;
  position: absolute;
  top: 18px;
  width: 50px;
}
.section .loved-by-avatar img {
  border: 1px solid #eee;
  height: 50px;
  width: 50px;
}
em#spy-status {
  font-style: normal;
  color: #cccccc;
}
h3 a.artist,
.section h3 a.artist,
.section.same h4 a.artist,
#content-left #list h2 span a:hover {
  color: #222222;
}
#badge {
  font-size: 13px;
  text-align: left;
}
#badge #message h1,
#logos #message h1 {
  width: 100% !important;
  text-transform: none !important;
}
#badge #preview-div {
  margin: 0 auto;
}
#badge p {
  margin: 5px 10px 10px;
}
#badge-code {
  clear: both;
}
#badge #codebox {
  background: #ffffe1;
  font-size: 12px;
  height: 80px;
  margin: 10px 0 50px;
  overflow: hidden;
  padding: 5px;
  width: 710px;
}
#badge-color {
  float: left;
  width: 300px;
}
#badge-color .tabbertab li a img {
  border: 1px solid #eee;
  padding: 5px;
}
#badge-color .tabbertab li a:hover img {
  background: #ee2125;
}
#badge-color h2 {
  padding-right: 0;
}
#badge-color .tabbertab li a:hover {
  background: none;
  border: 0;
}
#badge-color .tabbertab li {
  display: inline;
}
#badge-color table td {
  padding: 3px;
}
#badge #colorpicker {
  margin: 10px 0 0 45px;
}
#badge-content {
  float: left;
  margin: 0 25px 0 0;
  width: 310px;
}
#badge-content #blogpick {
  width: 250px;
}
#badge-content #numberpick-text {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 10px;
}
#badge-content label {
  padding: 2px 0;
}
#badge-content label#stuff-by-user {
  padding: 10px 0 0;
}
#badge-content label#tracks-posted-by,
#badge-content label#stuff-by-user {
  padding: 2px 0 0;
}
#badge #search_keyword {
  margin: 0 0 5px 35px;
}
#badge form label {
  display: block;
  margin: 0 10px 5px;
}
#badge form select {
  margin: 0 0 0 35px;
}
#badge-right {
  width: 320px;
  float: right;
}
#badge-right h2 {
  margin-bottom: 10px;
}
#badge-content #numberpick-text select {
  display: inline;
}
ul.tabbernav {
  font-weight: 700;
  padding: 3px 0;
}
ul.tabbernav li {
  display: inline;
}
ul.tabbernav li a {
  background: #eee;
  border: 1px solid #eee;
  border-bottom: 1px solid #ffffff;
  margin-left: 6px;
  padding: 3px 0.5em;
  text-decoration: none;
}
ul.tabbernav li a:hover {
  background: #cccccc;
  border-color: #222222;
  color: #000000;
}
ul.tabbernav li.tabberactive a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
ul.tabbernav li.tabberactive a:hover {
  background: white;
  border-bottom: 1px solid white;
  color: #000000;
}
.tabberlive {
  margin-top: 1em;
}
.tabberlive .tabbertab {
  height: 340px;
  overflow: hidden;
}
.tabberlive .tabbertab table {
  margin: 10px 0 0;
}
.section.same .buy,
a.view-more:hover,
#content-right #ad-rectangle a:hover,
#preview-div a:hover,
#sidebar-spy li a:hover,
#content-right .spy-countries a img,
#content-right .spy-countries a:hover img {
  border: 0;
}
#twitter-board li a:hover,
.blog a:hover {
  text-decoration: none;
}
#play-by-tweeting {
  clear: both;
  height: 7px;
  margin: 5px 0 20px;
}
#play_links #play_stream {
  font-size: 13px;
  line-height: 1.8em;
}
#play_links #player {
  float: left;
  margin-right: 10px;
}
#play_stream #player {
  position: relative;
  top: 0;
}
#player,
.content-wrapper .play-ctrl {
  display: block;
  font-size: 1px;
  height: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
#msg1,
#msg2,
#msg3 {
  font-size: 11px;
}
.title {
  font-size: 14px;
}
#contact p,
#badge #color p,
#code p {
  margin: 10px;
}
#content-left #player #controls,
#message p.radio #loudcity,
.radio h2 a#radio-dl,
#play-by-tweeting img {
  float: right;
}
#message-intro-new {
  border-bottom: 1px solid #999;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  text-align: left;
  margin: 0px 0 15px 0;
  padding: 20px 0px 20px 0;
}
#message-intro-new p {
  font-size: 22px;
  line-height: 37px;
  margin: none;
}
#item #track-list {
  margin-top: 10px;
}
.section-track.haarp-active {
  background: #ffffcc /*!important*/;
}
#location_suggestions {
  background: #000000;
  text-indent: 5px;
  position: relative;
  z-index: 9999;
  width: 180px;
  max-height: 150px;
  overflow-y: scroll;
  display: none;
}
#location_suggestions li {
  text-align: left;
  display: block;
  width: 100%;
}
#location_suggestions li:hover {
  background: #666;
  cursor: pointer;
}
#examples {
  margin: 10px 10px;
  font-size: 18px;
  line-height: 1.3em;
}
.promo-swap {
  margin: 10px 0px;
  display: block;
}
.example-box {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  padding-left: 50px;
  position: relative;
}
.example-box span {
  font-size: 12px;
  display: block;
  color: #222222;
  font-weight: 400;
  margin: 0 0 10px;
}
.example-box span a {
  color: #000000;
  text-decoration: underline;
}
.example-box span img {
  border: 5px solid #9a9a9a;
}
.example-box .num {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  width: 40px;
  line-height: 1.5em;
  text-align: center;
}
/* About site for the weird edge case where G picks up the wrong description string */
#about-site {
  position: fixed;
  top: 0px;
  left: 10px;
  display: none;
}
/* toast notification prompt */
#toast-prompt {
  position: fixed;
  top: 0px;
  left: 10px;
  background-color: #ffffe1;
  z-index: 9999;
  text-align: left;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0px 0px 2px #222222;
  -webkit-box-shadow: 0px 0px 2px #222222;
  box-shadow: 0px 0px 2px #222222;
  display: none;
}
#toast-prompt h5,
#toast-prompt p {
  padding: 0px 33px;
  margin: 15px auto;
}
#toast-prompt h5 {
  font-size: 14px;
  font-weight: bold;
}
/* inline notice */
.inline-notice {
  text-align: center;
  font-size: 14px;
  margin: 20px 0px;
  height: 80px;
  line-height: 80px;
  background-image: url(http://static-ak.hypem.net/rev_1351096546/images/sprouts/pause.png);
  background-position: 580px center;
  background-repeat: no-repeat;
}
/*

    track items on left side

    becasue we have .secton classes on the right side too, we need
    to specify everything with #content-left

    there is probably still too much css here @ian

 */
.track_name {
  margin: 0px;
}
.track-info {
  color: #555555;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  vertical-align: middle;
  padding-left: 93px;
  /* 52px for thumb + 25px space on each */
  padding-right: 120px;
  /* for # of hearts and jquery flot */
  line-height: 1.5em;
}
.track-info img {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.more {
  margin-left: 93px;
  font-size: 12px;
  margin-top: -15px;
  display: block;
}
.section-track {
  padding: 25px 0px 15px 0px;
  padding-top: 22px;
  display: block;
  overflow: hidden;
}
.section.same.section-moreinpost {
  padding-bottom: 25px;
  display: block;
  min-height: 0px;
  top: 10px;
}
.favcountlist {
  position: relative;
}
.section-player {
  padding-left: 93px;
  /* 52px for thumb + 25px space on each */
  padding-right: 120px;
  /* for # of hearts and jquery flot */
  position: relative;
}
.section-player .favcountlist h4,
.section-player .friendslist h4 {
  clear: both;
  font-size: 15px;
  font-weight: 700;
  margin: 0px 0px 10px;
}
.section-player .favcountlist li {
  display: inline-block;
  font-size: 12px;
  width: 170px;
  margin: 0px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.section-player .favcountlist li.friend {
  background: #f4f7af;
}
.section-player .favcountlist li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.section-player .favcountlist li a img {
  float: left;
  margin-right: 5px;
}
.section-player .favcountlist li a:hover {
  border: 0;
  text-decoration: underline;
}
.section-player .favcountlist li span.heart {
  color: #be0000;
}
.section-player .friendslist h4 {
  display: inline-block;
  margin: 0px;
  margin-left: 5px;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.section-player .friendslist ul {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 5px;
}
.section-player .friendslist li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.section-player .friendslist li a:hover {
  text-decoration: none;
}
.section-player .friendslist li a img {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.section-player .friendslist li a span {
  display: none;
}
.section-player .friendslist a.fav-paging {
  position: absolute;
  right: 0px;
  top: 10px;
  margin: 0px;
  padding: 0px;
  border: none;
  font-size: 12px;
  background: none;
}
.section-player .favcountlist,
.section-player .friendslist,
.section-player .act-info-loading {
  border-top: 1px solid #dedede;
  clear: both;
  padding-top: 10px;
  margin-top: 10px;
}
.section-player .friendslist {
  position: relative;
}
.section-player .act-info-loading h4 {
  background: url(http://static-ak.hypem.net/rev_1320095546/images/icon-loading.gif) center left no-repeat;
  padding-left: 20px;
}
.section-player p {
  margin-bottom: 0px;
}
.section-player .tags {
  margin: 10px 0px;
}
.section a.fav-paging {
  background: #ffffff;
  border: 1px solid #dedede;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  line-height: 24px;
  padding: 5px 10px;
}
.section {
  background: #ffffff;
  border-top: 1px solid #999999;
  position: relative;
}
/*
.section.odd {
  background: @white;
}
*/
/* first item on normal pages */
.section.first {
  border: none;
}
/* used on single track pages */
.section.single {
  border: none;
  background: #ffffff;
}
.section .album-art:hover {
  z-index: 100;
}
hr {
  margin: 10px 0px;
  height: 1px;
  background-color: #999999;
  display: block;
  border: 0px;
}
hr.space {
  background-color: transparent;
}
hr.large {
  margin: 20px 0px;
}
hr.small {
  margin: 5px 0px;
}
.section .meta .fans {
  background: #E0F3FB;
  display: none;
  height: 100%;
  left: 0;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: 5px;
  top: 0;
  width: 100%;
  z-index: 5;
}
.section .meta .show {
  background: #ffffff;
  position: absolute;
  right: 5px;
}
.section .meta .show-dl {
  background: #E0F3FB;
}
.section .meta a.show:hover,
a:hover#soundcloud {
  border: 0;
  text-decoration: underline;
}
.section .flot {
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding-top: 10px;
}
.section .flot .content,
.section .flot {
  height: 150px;
}
.section .flot .legend .legendColorBox,
.section .flot .legend .legendLabel {
  vertical-align: middle;
  font-size: 12px;
}
.section .flot .legend .legendColorBox {
  padding-right: 6px;
}
.section .flot .legend .legendColorBox div {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section .rank {
  background: #222222;
  color: #ffffff;
  font-size: 16px;
  height: 22px;
  left: 20px;
  line-height: 24px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: -5px;
  z-index: 5;
}
.section .thumb {
  border: 1px solid #555;
  display: block;
  height: 50px;
  left: 25px;
  position: absolute;
  top: -3px;
  width: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section .thumb:hover {
  border: 1px solid #0063dc;
}
.section .thumb:active {
  top: 0px !important;
  position: absolute !important;
}
.section.same {
  position: relative;
  border-top: 0px;
  min-height: 70px;
}
.section.same .rank {
  left: -67px;
  top: 0;
}
.section.same a.fav-off,
.section.same a.fav-on {
  letter-spacing: 1px;
  position: relative;
  vertical-align: top;
}
.section.same span.number {
  left: -65px;
  position: absolute;
  top: 10px;
}
.section .tools {
  position: absolute;
  right: 0px;
  text-align: right;
  top: -4px;
  z-index: 10;
  width: 150px;
}
.single .tools {
  top: 9px;
}
.section .tools a.play-ctrl {
  color: black;
  display: block;
  position: relative;
  line-height: 1.3em;
  font-size: 20px;
  padding: 8px 6px 0px 8px;
}
.section .tools a.play-ctrl:before,
.play-track .play:before {
  content: "x";
}
.section .tools a.play-ctrl:hover {
  color: #0063dc;
  background-color: #cccccc;
}
#section-active .tools a.play-ctrl:before {
  content: "z";
}
.section .tools a.pause:before,
.play-track .pause:before {
  content: "z";
}
.section .tools a.pause:hover {
  color: #0063dc;
  background-color: #cccccc;
}
.section .tools .playdiv {
  float: right;
}
.section .tools .favdiv {
  float: right;
  position: relative;
}
.section .sparkdiv {
  position: absolute;
  top: 62px;
  left: 25px;
  border: 1px solid #dddddd;
  width: 47px;
  height: 20px;
  padding: 2px;
  text-align: right;
}
.section .sparkdiv:hover {
  cursor: pointer;
  background: #fdf0c9;
  border-color: #e0d4b2;
}
.section .tools .favdiv a {
  float: left;
}
.section .meta {
  display: block;
  font-size: 13px;
  margin: 5px 0px;
  padding-bottom: 5px;
}
.section .share-links {
  position: absolute;
  right: 2px;
  top: 37px;
  width: 63px;
}
.single .share-links {
  top: 52px;
}
.section .share-links a {
  float: none;
  line-height: 14px;
}
.section .tools .playlist-ctrls {
  width: 110px;
  height: 30px;
  float: right;
  margin-top: -76px;
  /* 16px */
  display: none;
}
.section .tools .playlist-ctrls.playlist-on {
  display: block;
}
.section .tools .playlist-ctrls:hover a.playlist-option {
  display: block;
}
.section .tools .playlist-ctrls:hover a.playlist-selected {
  display: none;
}
.section .tools .playlist-ctrls a {
  font-size: 16px;
  display: block;
  float: right;
  color: #ffffff;
  padding: 8px 9px 2px 9px;
  line-height: 25px;
  opacity: 0.4;
  font-family: "machine_bitsregular";
}
.section .tools .playlist-ctrls a.playlist-selected {
  display: block;
  background-color: #cccccc;
  opacity: 1.0;
}
.section .tools .playlist-ctrls a.playlist-selected:before {
  content: "+";
}
.section .tools .playlist-ctrls a.playlist-1 {
  background-color: #E17B3F;
  /* EA7E32 */
}
.section .tools .playlist-ctrls a.playlist-2 {
  background-color: #6F4094;
  /* 704497 */
}
.section .tools .playlist-ctrls a.playlist-3 {
  background-color: #DCE253;
  /* DEE03D */
}
.section .tools .playlist-ctrls a.playlist-option {
  display: none;
}
.section .tools .playlist-ctrls a.playlist-option:before {
  content: "+";
}
.section .tools .playlist-ctrls a.active {
  padding: 6px 8px 0px 7px;
  font-size: 16px;
  line-height: 29px;
  opacity: 1.0;
}
.section .tools .playlist-ctrls a.active:before {
  content: "\221A";
}
.section .tools .playlist-ctrls a.active:hover {
  opacity: 1.0;
}
.section .tools .playlist-ctrls a:hover {
  text-decoration: none;
  opacity: 1.0;
}
/* the little x next to list of people who favorited */
.close-this {
  position: absolute;
  top: 10px;
  right: 0px;
  background: url(http://static-ak.hypem.net/rev_1351096546/images/close-gray.gif) left top no-repeat;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
/* sharing */
.facebook-share {
  display: none;
  color: #375697;
  margin: 10px 0 0 4px;
  position: relative;
  cursor: pointer;
}
.facebook-share:hover {
  text-decoration: none;
}
.facebook-share:hover {
  opacity: 0.8;
}
.twitter-share {
  display: none;
  color: #00a9ec;
  margin: 10px 0px 0 0;
  cursor: pointer;
}
.twitter-share:hover {
  opacity: 0.8;
}
.section:hover .share-links a,
.haarp-active .share-links a,
#item .section .share-links a {
  display: inline-block;
}
/* modal */
#box {
  font-size: 13px;
  text-align: left;
  z-index: 10000 !important;
  border: 3px solid #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
}
#boxContents {
  overflow: hidden;
  background-image: url(http://static-ak.hypem.net/rev_1343061447/images/iframe-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
#box #close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 9999;
}
#box-inner {
  background-color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  /* signup*/
}
#box-inner h3 {
  line-height: 36px;
  background-color: #83c441;
  font-weight: bold;
  padding-left: 10px;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #4D8119;
  margin: 0px;
}
#box-inner label {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin: 3px 0px;
  text-transform: capitalize;
}
#box-inner input {
  display: block;
  background-color: #efefef;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  padding: 4px;
  line-height: 16px;
}
#box-inner input[type=text],
#box-inner input[type=password] {
  width: 250px;
}
#box-inner input[type=submit] {
  font-weight: bold;
  vertical-align: middle;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  background-color: #eee;
  display: inline-block;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: top;
}
#box-inner input[type=submit]:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c1c1;
  color: #262626;
}
#box-inner input[type=checkbox] {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 10px;
}
#box-inner .input-wrap {
  margin: 10px 0px;
  line-height: 1.5em;
}
#box-inner .email-checkboxes a {
  line-height: 18px;
}
#box-inner .box-content {
  margin: 10px;
}
#box-inner .box-content .tabs {
  border-bottom: 1px solid #efefef;
  display: block;
  margin-bottom: 10px;
}
#box-inner .box-content .tabs li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  padding-bottom: 10px;
}
#box-inner .external {
  margin: 5px 0px;
  position: relative;
  height: 27px;
}
#box-inner #login .fb-login-button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 153px !important;
}
#box-inner #forgot-link,
#box-inner #signup-link {
  line-height: 26px;
  font-size: 13px;
  display: inline-block;
}
#box-inner #formmsg {
  margin: 10px 0px;
  background-color: #c44040;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  display: none;
  font-size: 12px;
  line-height: 1.5em;
}
#box-inner #formmsg.good {
  background-color: #ffffff;
  color: #222222;
}
#box-inner #formmsg a {
  color: #efefef;
  text-decoration: underline;
}
#box-inner #formmsg.good a {
  color: #222222;
}
#box-inner #formmsg a:hover {
  text-decoration: none;
}
#box-inner #user_news {
  float: left;
  margin-right: 5px;
  margin-bottom: 30px;
}
#box-inner small {
  display: block;
  margin: 3px 0px;
}
#box-inner #recaptcha_area {
  position: relative;
  margin-left: -2px;
}
#box-inner #current_img {
  float: left;
  margin-right: 10px;
}
#box-inner .fileinputs {
  float: left;
  font-size: 12px;
}
/* account */
#account_area input {
  font-size: 12px;
  padding: 2px;
}
#lb_active {
  font-weight: bold;
}
#picture_upload {
  float: left;
  width: 200px;
}
#img_upload_btn {
  margin-top: 5px;
}
/* prompt */
#box #big {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
/* confirm new */
.superbig {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
}
.ad-breakout .ad-remove {
  position: relative;
  display: block;
  height: 0px;
  left: -60px;
  bottom: -3px;
  z-index: 100;
}
.ad-breakout .ad-report {
  position: relative;
  display: block;
  height: 0px;
  bottom: -3px;
  left: 60px;
  z-index: 100;
}
/* ad stuff */
.ad-wrapper {
  position: relative;
  margin: 10px 0 10px 0;
}
.ad-remove {
  position: absolute;
  left: 0px;
  bottom: -10px;
}
.ad-report {
  position: absolute;
  right: 0px;
  bottom: -10px;
}
/*.ad-report a { cursor:pointer; }*/
.ad-leaderboard {
  /*  min-height:90px; */
}
.ad-leaderboard-frame {
  /* used by non Google DFP systems */
  height: 90px;
  width: 728px;
}
.ad-rectangle {
  min-height: 250px;
}
.ad-rectangle-frame {
  /* used by non Google DFP systems */
  width: 300px;
  min-height: 250px;
}
.ad-leaderboard-midpage {
  /*float: left;*/
}
.tsad-skin {
  display: none;
}
/* ad breakout (top of page) */
.ad-breakout {
  display: block;
  padding: 25px 0px;
  border-bottom: 1px solid #efefef;
  /*
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  */
  text-align: center;
  font-size: 0;
  /* hack to remove extra spacing from inline-block */
}
.ad-breakout.nopad {
  padding: 0px;
  transition: padding 0.5s;
}
.ad-breakout .ad-leaderboard {
  margin: 0px auto;
  display: inline-block;
}
.sliding {
  z-index: 10;
}
.dynamic-follow-button {
  width: 100%;
  height: 24px;
  display: inline-block;
}
.follow em {
  width: 100%;
  height: 24px;
  display: inline-block;
  background: url(http://static-ak.hypem.net/rev_1345587893/images/icon-follow.png) center center no-repeat;
}
.unfollow em {
  width: 100%;
  height: 24px;
  display: inline-block;
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-unfollow.png) center center no-repeat;
}
.facepile {
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
}
.facepile li {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
.artist-container {
  display: inline-block;
  margin-left: -10px;
}
.no-search-results {
  position: relative;
}
.no-search-results p,
.no-search-results img {
  position: absolute;
}
.no-search-results p {
  top: 180px;
  left: 100px;
  font-size: 20px;
}
.no-search-results img {
  left: 400px;
  top: 90px;
}
#featured #submenu {
  border-bottom: 1px solid #ddd;
  margin: 20px 0px;
}
#featured hr {
  margin: 40px 0px;
}
#featured h2 {
  font-weight: normal;
}
.featured-album .album-premiere-info {
  padding-left: 10px;
}
.featured-album .album-premiere-title {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 24px;
}
.featured-album p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.featured-album img.square {
  width: 320px;
  height: 320px;
}
.featured-radio p {
  font-size: 12px;
}
.list-artists .left-right {
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.list-artists .left-right .left,
.list-artists .left-right .right {
  font-size: 18px;
  color: #222222;
}
.list-artists .left-right .right {
  width: 48%;
  padding-right: 2%;
}
/*
    BEGIN IAN REFACTOR

    -----------

    Code below this line has been refactored.

*/
.logo-txt {
  float: left;
  height: 42px;
  padding-right: 10px;
  width: 222px;
  color: #000000;
  font-size: 38px;
  line-height: 30px;
}
.logo-txt:hover {
  color: #ffffff;
}
#player-inner .logo-txt {
  display: none;
}
/* search box */
#search-form {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  height: 22px;
  position: absolute;
  right: 0px;
  top: 10px;
  vertical-align: top;
  z-index: 200;
}
#search-form * {
  float: left;
  margin-left: 5px;
  font-size: 13px;
}
#search-form #q {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  color: #999999;
  height: 20px;
  padding: 0px 0px 0px 5px;
  width: 120px;
}
#search-form #q:focus {
  color: #222222;
}
#search-form #g {
  cursor: pointer;
  height: 20px;
  padding: 0px 5px;
  line-height: 20px;
  border: none;
  background: #ddd;
}
#search-form #shuf {
  color: #000000;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
}
#search-form #shuf:hover {
  color: #ffffff;
}
/* menu */
.menu {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  font-size: 0px;
  text-align: left;
}
.menu li {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  font-size: 15px;
  position: relative;
}
.menu li a {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  color: #000000;
  padding: 0 10px;
}
.menu li a:hover {
  text-decoration: none;
}
.menu li ul {
  background: #222222;
  display: none;
  font-weight: normal;
  position: absolute;
  z-index: 200;
  left: 0px;
  top: 42px;
}
.menu li ul li {
  display: block;
  font-size: 15px;
  line-height: 38px;
}
.menu li ul li a {
  color: #e0e0e0;
  width: 150px;
}
.menu li ul li a:hover {
  text-decoration: underline;
}
.menu li#menu-item-more ul li a {
  width: 200px;
}
.menu li:hover,
.menu li.active:hover {
  background: #222222;
}
.menu li:hover a,
.menu li.active:hover a {
  color: #e0e0e0;
}
.menu li:hover ul,
.menu li.active:hover ul {
  display: inline-block;
}
.menu li.active {
  background: #222222;
}
.menu li.active a {
  color: #e0e0e0;
}
.menu .menu-divider {
  color: #e0e0e0;
  font-weight: bold;
  text-align: center;
}
.menu .red-star {
  color: red;
  margin-right: 5px;
}
.menu #menu-item-back {
  display: none;
}
#footer {
  background-color: #83c441;
  position: relative;
  text-align: left;
  z-index: 2;
}
#footer p {
  clear: both;
  padding: 15px 0 0;
  text-align: left;
  margin: 0;
}
#footer p a {
  color: #222222;
  font-weight: 700;
}
#footer p a:hover {
  color: #ffffff;
  text-decoration: none;
}
#footer-menu {
  background-color: #222222;
  /*height: 30px;*/
  line-height: 30px;
  vertical-align: top;
  z-index: 2;
  position: relative;
}
#footer-menu #footer-menu-inner {
  position: relative;
  overflow: auto;
}
#footer-menu #footer-menu-inner .menu {
  float: left;
}
#footer-menu #footer-menu-inner .menu a {
  color: #e0e0e0;
}
/* follow pills (+ follow) */
.follow-pill {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.follow-pill span {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 14px;
  background-color: #0068d7;
  line-height: 16px;
  font-size: 12px;
  padding: 1px 3px 1px 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.follow-pill:hover {
  background-color: #0068d7;
  color: #ffffff;
  text-decoration: none;
  -moz-box-shadow: 0px 1px 0px #cccccc;
  -webkit-box-shadow: 0px 1px 0px #cccccc;
  box-shadow: 0px 1px 0px #cccccc;
}
.follow-pill:hover span {
  display: inline-block;
  -moz-box-shadow: 0px 1px 0px #cccccc;
  -webkit-box-shadow: 0px 1px 0px #cccccc;
  box-shadow: 0px 1px 0px #cccccc;
}
.follow-pill.follow em,
.follow-pill.unfollow em {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  left: 2px;
}
.follow-pill.follow em {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-follow-small.png) top left no-repeat;
}
.follow-pill.follow:hover em {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-follow-small.png) top right no-repeat;
}
.follow-pill.unfollow em {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-follow-small.png) bottom left no-repeat;
}
.follow-pill.unfollow:hover em {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/icon-follow-small.png) bottom right no-repeat;
}
/* flash-messages */
#flash-message {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
  background-color: #ffffe1;
  color: #aeae00;
  display: none;
}
#flash-message.info {
  background-color: #86BAFA;
  color: #03234b;
  border-bottom: 1px solid #03234b;
}
#flash-message.error {
  background-color: #fcb5b6;
  color: #7a0507;
  border-bottom: 1px solid #7a0507;
}
#flash-message.success {
  background-color: #d2efb6;
  color: #395e15;
  border-bottom: 1px solid #395e15;
}
.header-box {
  padding: 10px 0px;
  position: relative;
}
.header-box h3 {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
  margin: 10px 0px 2px;
}
.header-box .chocolate-bar .bite {
  height: 35px;
  text-align: center;
  padding: 10px 0px;
  font-size: 12px;
  border: 1px solid #999999;
  margin-right: 5px;
}
.header-box .chocolate-bar .bite.empty {
  border: none;
}
.header-box .chocolate-bar [class^="icon-"],
.header-box .chocolate-bar [class*=" icon-"] {
  position: relative;
  top: 8px;
}
.header-box .chocolate-bar a {
  color: #222222;
}
.header-box .chocolate-bar a:hover {
  color: #0063dc;
  text-decoration: none;
}
.header-box .chocolate-bar a.fav-button {
  cursor: pointer;
  color: #0063dc;
}
.header-box.blog {
  height: 240px;
  padding-left: 329px;
}
.header-box.blog .blog-image {
  height: 240px;
  width: 320px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
}
.header-box.blog .tags {
  overflow: hidden;
  height: 50px;
}
.header-box.blog .facepile {
  height: 40px;
  overflow: hidden;
}
.header-box.blog .nobodys-watching {
  font-size: 13px;
}
.header-box.blog .chocolate-bar {
  text-align: left;
}
.header-box.blog .visit-blog {
  margin: 0px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-box.blog .visit-blog a:hover {
  text-decoration: underline;
}
.header-box.blog .recommended-because {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-box.user {
  height: 80px;
  padding-left: 280px;
}
.header-box.user .user-information {
  width: 260px;
  position: absolute;
  left: 0px;
  top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-box.user .user-information p {
  display: block;
  float: none;
  margin: 0px;
}
.header-box.user .user-information p.username {
  font-weight: bold;
  font-size: 18px;
}
.header-box.user .user-information p.username a {
  color: #222222;
}
.header-box.user .user-information p.website,
.header-box.user .user-information p.location,
.header-box.user .user-information p.username,
.header-box.user .user-information p.join-date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-box.user .avatar {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
.header-box.user .follow-information {
  font-size: 12px;
  margin: 0px 3px 0px 0px;
  text-align: right;
  color: #222222;
  line-height: 35px;
}
.header-box.user.small {
  height: 55px;
}
.header-box.user.small .avatar {
  width: 55px;
  height: 55px;
}
.header-box.user.small .user-information p.username {
  font-size: 14px;
}
.header-box.search .chocolate-bar {
  text-align: left;
}
.header-box.search .chocolate-bar .single {
  width: 20%;
}
.header-box.search .chocolate-bar .spy-suggestion {
  line-height: 35px;
  width: 80%;
  font-size: 13px;
  text-transform: capitalize;
}
.header-box.search .chocolate-bar .spy-suggestion .suggested {
  color: #0063dc;
  font-weight: bold;
}
.header-box.search .chocolate-bar .spy-suggestion:hover {
  color: #222222;
}
.header-box.search .chocolate-bar .spy-suggestion:hover .suggested {
  text-decoration: underline;
}
.header-box.artist {
  padding-left: 100px;
  height: 80px;
  float: left;
  width: 249px;
  margin: 0px;
  margin-left: 10px;
}
.header-box.artist .artist-image {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.header-box.artist .artist-image img {
  width: 80px;
  height: 80px;
}
.header-box.artist .artist-name {
  color: #222222;
  font-weight: bold;
  font-size: 16px;
}
.header-box.artist .details {
  line-height: 1.8em;
}
.header-box .big-num {
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 24px;
}
#submenu {
  font-size: 13px;
  line-height: 35px;
  height: 35px;
  font-size: 0px;
  position: relative;
  border-bottom: 1px solid #999999;
}
#submenu li {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  position: relative;
}
#submenu li#nav-favorites a {
  border-right: 0px;
}
#submenu li#nav-playlist-1 a {
  color: #ffffff;
  background-color: #e17b3f;
  padding: 0px 10px 1px;
  border: none;
}
#submenu li#nav-playlist-2 a {
  color: #ffffff;
  background-color: #6f4094;
  padding: 0px 10px 1px;
  border: none;
}
#submenu li#nav-playlist-3 a {
  color: #ffffff;
  background-color: #dce253;
  padding: 0px 10px 1px;
  border: none;
}
#submenu a,
#submenu i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  z-index: 1;
}
#submenu a {
  color: #222222;
  padding: 0px 10px;
}
#submenu a.selected {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-bottom: 0px;
}
#submenu a .emoji {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  margin-top: 3px;
}
#submenu #shuffle-songs {
  background: url(http://static-ak.hypem.net/rev_1320095546/images/icon-shuffle-white.gif) right 7px no-repeat;
  border: none;
  display: block;
  position: relative;
  right: 0;
  padding-right: 27px;
}
#submenu #submenu-filter {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  cursor: pointer;
}
#submenu #submenu-filter #submenu-filter-title {
  font-size: 15px;
  border: 1px solid #999999;
  border-bottom: 0px;
  display: inline-block;
  padding: 0px 10px;
  margin-left: 10px;
  background-color: #ffffff;
}
#submenu #submenu-filter:hover ul {
  display: block;
}
#submenu #submenu-filter:hover #submenu-filter-title {
  border: 1px solid #999999;
  border-bottom: 0px;
}
#submenu #submenu-filter ul {
  background: #ffffff;
  border: 1px solid #999999;
  border-width: 1px 1px 0px;
  position: absolute;
  z-index: 999;
  width: 151px;
  top: 35px;
  right: 0px;
  display: none;
}
#submenu #submenu-filter li {
  display: block;
}
#submenu #submenu-filter li a {
  border: none;
  border-bottom: 1px solid #999999;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
#submenu #submenu-filter li a:hover {
  border-bottom: 1px solid #999999;
  color: #000000;
  text-decoration: underline;
  background-color: #83c441;
}
#submenu #submenu-filter li a .checkmark {
  float: right;
  font-weight: bold;
  font-size: 18px;
}
#submenu #submenu-filter li a#submenu-filter-active {
  background: url(http://static-ak.hypem.net/rev_1343249165/images/check.png) right center no-repeat;
  font-weight: 700;
}
#submenu #submenu-filter li a#submenu-filter-active:hover {
  text-decoration: none;
}
/* paginator */
.paginator {
  border-top: 1px solid #999999;
  text-align: center;
  margin: 20px 0px;
  padding-top: 20px;
}
.paginator a,
.paginator span {
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 30px;
  line-height: 28px;
  margin: 0px 5px;
}
.paginator a.break,
.paginator span.break {
  background: #ffffff;
  border: 0;
  width: auto;
  padding: 0px;
}
.paginator a {
  border: 1px solid #dedede;
}
.paginator a:hover {
  background: #EEE;
  border: 1px solid #999999;
  text-decoration: none;
}
.paginator a.next {
  position: absolute;
  right: 0px;
  width: auto;
  padding: 0px 10px;
  margin: 0px;
}
.paginator span .this-page {
  border: none;
}
.paginator strong {
  font-size: 14px;
  left: 45px;
  position: absolute;
  top: 28px;
}
.paginator #infinite-tracks-button {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
}
.connect-unit {
  border: 1px solid #efefef;
  font-size: 12px;
  margin: 20px 0px;
}
.connect-unit .top,
.connect-unit .bottom {
  padding: 0px 10px;
  display: block;
  margin: 0px;
}
.connect-unit .top img,
.connect-unit .top ul {
  margin: 10px 0px;
  display: block;
}
.connect-unit .top ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-position: inside;
}
.connect-unit .bottom {
  border-top: 1px solid #efefef;
  background-color: #dedede;
  position: relative;
  color: #555555;
  overflow: auto;
}
.connect-unit .bottom.with-toggle {
  height: 72px;
}
.connect-unit .bottom .without-friends-button .disconnect {
  line-height: 52px;
  margin: 0px;
}
.connect-unit .bottom .toggle {
  line-height: 72px;
}
.connect-unit .bottom .find-friends {
  position: absolute;
  right: 10px;
  top: 10px;
}
.connect-unit .bottom .disconnect {
  font-size: 11px;
  color: #cccccc;
  margin: 5px 0px;
}
.connect-unit .bottom .disconnect a {
  color: #666666;
  cursor: pointer;
}
.connect-unit .bottom .connect-button {
  margin: 10px 0px;
  text-align: right;
  width: 100%;
}
.in-page-search {
  display: inline-block;
  width: 100%;
}
.in-page-search .text,
.in-page-search .submit {
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
}
.in-page-search .text input,
.in-page-search .submit input {
  width: 100%;
  height: 30px;
}
.in-page-search .text {
  width: 79%;
  margin-right: 1%;
}
.in-page-search .text input {
  padding: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d6d6d6;
  color: #898989;
  padding: 0% 2%;
  width: 96%;
}
.in-page-search .text input:focus {
  color: #090909;
}
.in-page-search .submit {
  width: 20%;
  text-align: center;
}
.in-page-search .submit input {
  padding: 0px;
  height: 32px;
}
.fb-login-button.fb_iframe_widget.fb_hide_iframes span {
  display: none;
}
.fb-not-connected {
  height: 42px;
}
#labs .features {
  margin-left: -10px;
}
#labs .features .feature {
  border: 1px solid #efefef;
  width: 231px;
  margin: 20px 0px;
  min-height: 307px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  margin-left: 10px;
}
#labs .features .feature .info {
  padding: 0px 10px;
}
#labs .features .feature a {
  color: #0063dc;
}
#labs .apps {
  display: inline-block;
  margin: 10px 0px;
  margin-left: -10px;
}
#labs .apps .app {
  margin-left: 10px;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  width: 270px;
  margin-bottom: 10px;
  padding-left: 75px;
  position: relative;
  height: 65px;
  padding-right: 10px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  background-color: #efefef;
  color: #222222;
  display: inline-block;
}
#labs .apps .app:hover {
  text-decoration: none;
  background-color: #dbdbdb;
  border: 1px solid #d0d0d0;
}
#labs .apps .app span {
  line-height: 65px;
  font-weight: bold;
}
#labs .apps .app [class^="icon-"],
#labs .apps .app [class*=" icon-"] {
  width: 50px;
  height: 50px;
  line-height: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 44px;
}
/* tags */
.tags {
  text-align: left;
  clear: both;
}
.tags li {
  display: inline-block;
  font-size: 11px;
  margin: 0 4px 4px 0;
}
.tags li a {
  background-color: #e0e0e0;
  display: block;
  float: left;
  font-size: 11px;
  padding: 0px 8px;
  color: #000000;
  text-transform: uppercase;
  line-height: 22px;
}
.tags li a:hover {
  color: #ffffff;
  background-color: #0063dc;
  text-decoration: none;
}
.tags li a.active {
  background: #83c541;
  color: #000000;
}
.tags li a.small li a {
  padding: 0px 6px;
  line-height: 20px;
}
.tags li #showalltags {
  background: #ffffff;
  border: none;
}
.tags li #showalltags:hover {
  text-decoration: underline;
  color: #000000;
}
.zoyatag a {
  font-weight: bold;
}
.locale-blogs-header {
  position: relative;
  margin-bottom: 10px;
  height: 230px;
}
.locale-blogs-header ul {
  background-color: #efefef;
  width: 698px;
  height: 200px;
}
.locale-blogs-header ul li {
  position: relative;
  float: left;
  border: 0;
  padding: 0;
  margin: 0;
}
.locale-blogs-header ul li a {
  position: relative;
  float: left;
  padding: 4px 0px 0px 4px;
  margin: 0;
  width: 95px;
  height: 95px;
}
.locale-blogs-header #country-map {
  float: left;
  width: 200px;
  height: 200px;
}
.locale-blogs-header #locale-blogs-header-more {
  float: right;
}
.locale-blogs-header #locale-blogs-header-more a {
  width: 80px;
  height: 30px;
  display: block;
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  background-color: #efefef;
  text-align: center;
  padding: 0px;
}
.locale-blogs-header .blog-mini-icon {
  width: 95px;
  height: 95px;
}
#player-container {
  background: #222222;
  color: #e0e0e0;
  height: 33px;
  left: 0;
  line-height: 20px;
  position: absolute;
  /*  top: 42px;*/
  width: 100%;
  z-index: 200;
}
#player-container.stick {
  position: fixed;
  top: 0px;
  z-index: 300;
}
#player-container a {
  color: #e0e0e0;
}
#player-container #player-inner {
  height: 33px;
}
#player-container #player-inner #player-page {
  background: #84c441;
  position: absolute;
  right: 0;
  text-align: left;
  top: 33px;
  visibility: hidden;
  width: 300px;
}
#player-container #player-inner #player-page a {
  display: block;
  width: 100%;
}
#player-container #player-inner #player-page a img {
  margin: 3px 0 0 5px;
}
#player-container #player-inner #player-controls {
  float: left;
  height: 33px;
  position: relative;
  width: 728px;
}
#player-container #player-inner #player-controls:hover #player-timebar {
  display: block;
}
#player-container #player-inner #player-controls.disabled {
  opacity: 0.5;
  cursor: default;
}
#player-container #player-inner #player-controls.disabled a:hover {
  text-decoration: none;
  cursor: default;
}
#player-container #player-inner #player-controls.disabled #player-nowplaying a:hover {
  color: #e0e0e0;
  text-decoration: none;
  cursor: default;
}
#player-container #player-inner #player-controls.disabled:hover #player-timebar {
  display: none;
}
#player-container #player-inner #player-controls #playerPrev,
#player-container #player-inner #player-controls #playerPlay,
#player-container #player-inner #player-controls #playerFav,
#player-container #player-inner #player-controls #playerNext {
  border-right: 1px solid #272727;
  cursor: pointer;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
  top: 0;
  font-size: 9px;
  line-height: 36px;
  padding: 0 8px 0 8px;
}
#player-container #player-inner #player-controls #playerPrev {
  border-left: 1px solid #272727;
}
#player-container #player-inner #player-controls #playerPrev:hover {
  color: #277be1;
}
#player-container #player-inner #player-controls #playerPlay {
  font-size: 12px;
  line-height: 37px;
}
#player-container #player-inner #player-controls #playerPlay:before {
  content: "x";
}
#player-container #player-inner #player-controls #playerPlay:hover {
  color: #277be1;
}
#player-container #player-inner #player-controls #playerPlay.pause:before {
  content: "z";
}
#player-container #player-inner #player-controls #playerPlay.pause:hover {
  color: #277be1;
}
#player-container #player-inner #player-controls #playerNext:hover {
  color: #277be1;
}
#player-container #player-inner #player-controls #playerFav {
  margin: 0px;
  font-size: 12px;
  line-height: 37px;
}
#player-container #player-inner #player-controls #playerFav.fav-off:hover {
  color: #277be1;
}
#player-container #player-inner #player-controls #playerFav.fav-on {
  color: #ed2024;
}
#player-container #player-inner #player-controls #playerFav.fav-disabled {
  opacity: 0.5;
}
#player-container #player-inner #player-controls #playerPrev.playerPrev-inactive,
#player-container #player-inner #player-controls #playerNext.playerNext-inactive {
  display: none;
}
#player-container #player-inner #player-controls #player-nowplaying {
  float: left;
  font-size: 14px;
  height: 33px;
  line-height: 35px;
  position: relative;
  text-align: left;
  width: 481px;
  overflow: hidden;
  padding-right: 100px;
  padding-left: 10px;
}
#player-container #player-inner #player-controls #player-nowplaying > * {
  vertical-align: top;
}
#player-container #player-inner #player-controls #player-nowplaying a:hover {
  background: none;
  color: #0063dc;
  text-decoration: underline;
}
#player-container #player-inner #player-controls #player-nowplaying a.read-post {
  color: #e0e0e0;
  font-size: 11px;
  font-weight: 400;
  margin: 0 5px;
}
#player-container #player-inner #player-controls #player-nowplaying .share-icons {
  position: absolute;
  right: 0px;
  top: 0px;
}
#player-container #player-inner #player-controls #player-nowplaying .share-icons a {
  font-weight: normal;
  display: block;
  float: left;
  margin-left: 5px;
  font-size: 21px;
  margin-top: 2px;
}
#player-container #player-inner #player-controls #player-nowplaying .share-icons a.icon-sc {
  font-size: 20px;
}
#player-container #player-inner #player-controls #player-nowplaying .share-icons a.icon-bc {
  font-size: 18px;
  line-height: 24px;
}
#player-container #player-inner #player-controls #player-nowplaying .share-icons a.icon-bc {
  font-size: 33px;
  line-height: 24px;
  margin-top: 11px;
}
#player-container #player-inner #player-controls #player-nowplaying .share-icons a:hover {
  text-decoration: none;
}
#player-container #player-inner #player-controls #player-timebar {
  background: #222222;
  border: 1px solid #272727;
  font-size: 11px;
  height: 33px;
  line-height: 33px;
  position: relative;
  top: 33px;
  width: 737px;
  display: none;
  z-index: 3;
}
#player-container #player-inner #player-controls #player-timebar #player-time-position {
  left: 0px;
  position: absolute;
  text-align: right;
  width: 35px;
  z-index: 10;
}
#player-container #player-inner #player-controls #player-timebar #player-time-total {
  left: 575px;
  position: absolute;
  z-index: 10;
}
#player-container #player-inner #player-controls #player-timebar #player-volume-mute {
  height: 20px;
  margin-right: 0px;
  position: absolute;
  top: 2px;
  font-size: 23px;
  right: 80px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#player-container #player-inner #player-controls #player-timebar #player-volume-mute.player-volume-mute-active.before {
  content: "m";
}
#player-container #player-inner #player-controls #player-timebar #player-volume-mute.player-volume-mute-inactive.before {
  content: "v";
}
#player-container #player-inner #player-controls #player-timebar #player-volume-outer {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 11px;
  border: 1px solid #aaa;
  width: 70px;
  line-height: 8px;
}
#player-container #player-inner #player-controls #player-timebar #player-volume-outer #player-volume-ctrl {
  height: 8px;
  background: orange;
}
#player-container #player-inner #player-controls #player-timebar #player-progress-outer {
  border: 1px solid #333;
  height: 8px;
  left: 50px;
  position: absolute;
  top: 11px;
  width: 510px;
}
#player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing {
  background: #84c441;
  height: 8px;
  left: 0;
  position: absolute;
  z-index: 9;
}
#player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading {
  background: #333;
  height: 8px;
  left: 0;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
#player-container #player-inner .user-menu ul li a:hover {
  background: #444;
  color: #ffffff;
  text-decoration: none;
}
#player-container #player-inner .user-menu ul li a.find-more {
  padding: 0px;
  height: 30px;
  text-align: center;
  background-color: #efefef;
  line-height: 30px;
  color: #232323;
}
#player-container #player-inner .user-menu ul li a.find-more:hover {
  background-color: #f4f4f4;
}
.site_closed {
  font-size: 30px;
  padding: 25px;
  margin-top: 10px;
  background: #ffffe1;
}
.time-machine-logo {
  margin-top: 30px;
}
#time-machine {
  color: #222222;
  display: inline-block;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
#time-machine #message h1 span {
  font-family: DINBoldRegular, Helvetica;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: -1px;
}
#time-machine .time-machine-short-desc {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 25px;
}
#time-machine .time-machine-logo {
  margin-top: 30px;
  width: 217px;
  height: 30px;
  display: block;
}
#time-machine .shuffle {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  position: relative;
  padding-right: 10px;
  color: #222222;
}
#time-machine .shuffle .shuffle-icon {
  position: absolute;
  left: 10px;
  background: url(http://static-ak.hypem.net/rev_1330987235/images/icon-shuffle.png) left top;
  height: 20px;
  width: 25px;
  top: 7px;
}
#time-machine .shuffle:hover {
  color: #ffffff;
  background-color: #222222;
}
#time-machine .shuffle:hover .shuffle-icon {
  background: url(http://static-ak.hypem.net/rev_1330987235/images/icon-shuffle.png) left bottom;
}
#time-machine #flux-capacitor .year:last-child .month:last-child {
  border-right: 1px solid #e3e3e3 !important;
}
#time-machine #flux-capacitor .year:last-child .month:last-child:hover {
  border-right: 1px solid black !important;
}
#time-machine #flux-capacitor .year,
#time-machine #flux-capacitor .month {
  font-size: 12px;
  position: relative;
  line-height: 1em;
  background-color: #fcfcfc;
  border-right: 1px solid #fcfcfc;
}
#time-machine #flux-capacitor .year.year > a,
#time-machine #flux-capacitor .month.year > a {
  background-color: #83c441;
  border: 1px solid #69a032;
  border-right: 1px solid transparent;
  font-weight: bold;
  float: left;
}
#time-machine #flux-capacitor .year.year:hover > a,
#time-machine #flux-capacitor .month.year:hover > a {
  background-color: #9cd068;
  color: #0d0d0d;
}
#time-machine #flux-capacitor .year.year.selected > a,
#time-machine #flux-capacitor .month.year.selected > a {
  background-color: #b6dc8f;
  color: #0d0d0d;
  border-right: 1px solid #69a032;
}
#time-machine #flux-capacitor .year.year:first-child,
#time-machine #flux-capacitor .month.year:first-child {
  border-left: 1px solid #69a032;
}
#time-machine #flux-capacitor .year.year:last-child > a,
#time-machine #flux-capacitor .month.year:last-child > a {
  border-right: 1px solid #69a032;
}
#time-machine #flux-capacitor .year.year .month,
#time-machine #flux-capacitor .month.year .month {
  border: 1px solid #e3e3e3;
  border-left: 1px solid transparent;
  float: left;
  text-align: center;
  display: none;
}
#time-machine #flux-capacitor .year.year .month.selected,
#time-machine #flux-capacitor .month.year .month.selected {
  background-color: #ffffff;
  border: 1px solid #000 !important;
}
#time-machine #flux-capacitor .year.year .month:hover,
#time-machine #flux-capacitor .month.year .month:hover,
#time-machine #flux-capacitor .year.year .force,
#time-machine #flux-capacitor .month.year .force,
#time-machine #flux-capacitor .year.year .month:last-child:hover,
#time-machine #flux-capacitor .month.year .month:last-child:hover {
  background-color: #ffffff;
  border: 1px solid #222222;
  border-bottom: 1px solid #ffffff;
}
#time-machine #flux-capacitor .year.year .month:hover > a:not(.year),
#time-machine #flux-capacitor .month.year .month:hover > a:not(.year),
#time-machine #flux-capacitor .year.year .force > a:not(.year),
#time-machine #flux-capacitor .month.year .force > a:not(.year),
#time-machine #flux-capacitor .year.year .month:last-child:hover > a:not(.year),
#time-machine #flux-capacitor .month.year .month:last-child:hover > a:not(.year) {
  color: #222222;
}
#time-machine #flux-capacitor .year.year .month:hover > a:not(.year):after,
#time-machine #flux-capacitor .month.year .month:hover > a:not(.year):after,
#time-machine #flux-capacitor .year.year .force > a:not(.year):after,
#time-machine #flux-capacitor .month.year .force > a:not(.year):after,
#time-machine #flux-capacitor .year.year .month:last-child:hover > a:not(.year):after,
#time-machine #flux-capacitor .month.year .month:last-child:hover > a:not(.year):after {
  content: " ";
  left: -1px;
  height: 1px;
  background-color: #ffffff;
  top: 32px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 100%;
  z-index: 99999;
  position: absolute;
}
#time-machine #flux-capacitor .year.year .month:hover .full,
#time-machine #flux-capacitor .month.year .month:hover .full,
#time-machine #flux-capacitor .year.year .force .full,
#time-machine #flux-capacitor .month.year .force .full,
#time-machine #flux-capacitor .year.year .month:last-child:hover .full,
#time-machine #flux-capacitor .month.year .month:last-child:hover .full {
  display: block;
}
#time-machine #flux-capacitor .year.year .month:last-child,
#time-machine #flux-capacitor .month.year .month:last-child {
  border-right: 1px solid transparent;
}
#time-machine #flux-capacitor .year.year.selected,
#time-machine #flux-capacitor .month.year.selected {
  background-color: #b6dc8f;
}
#time-machine #flux-capacitor .year.year.selected:hover,
#time-machine #flux-capacitor .month.year.selected:hover {
  background-color: #c2e2a2;
}
#time-machine #flux-capacitor .year.year.selected:hover a,
#time-machine #flux-capacitor .month.year.selected:hover a {
  color: #0d0d0d;
}
#time-machine #flux-capacitor .year > a,
#time-machine #flux-capacitor .month > a {
  display: block;
  color: #000000;
  padding: 10px;
  float: left;
}
#time-machine #flux-capacitor .year > a:hover,
#time-machine #flux-capacitor .month > a:hover {
  text-decoration: none;
}
#time-machine #flux-capacitor .year .full,
#time-machine #flux-capacitor .month .full {
  display: none;
  position: absolute;
  left: -1px;
  background-color: #ffffff;
  top: 32px;
  border: 1px solid black;
  z-index: 1000;
}
#time-machine #flux-capacitor .year .full a,
#time-machine #flux-capacitor .month .full a {
  position: relative;
  width: 320px;
  display: block;
  color: #222222;
  padding: 0px 10px;
  line-height: 18px;
  overflow: auto;
}
#time-machine #flux-capacitor .year .full a:hover,
#time-machine #flux-capacitor .month .full a:hover,
#time-machine #flux-capacitor .year .full a.force,
#time-machine #flux-capacitor .month .full a.force {
  background-color: #222222;
  text-decoration: none;
  color: #000000;
}
#time-machine #flux-capacitor .year .full a:hover .artists,
#time-machine #flux-capacitor .month .full a:hover .artists,
#time-machine #flux-capacitor .year .full a.force .artists,
#time-machine #flux-capacitor .month .full a.force .artists {
  display: block;
}
#time-machine #flux-capacitor .year .full a:hover ul,
#time-machine #flux-capacitor .month .full a:hover ul,
#time-machine #flux-capacitor .year .full a.force ul,
#time-machine #flux-capacitor .month .full a.force ul {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#time-machine #flux-capacitor .year .full a .date,
#time-machine #flux-capacitor .month .full a .date {
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  margin: 10px 0px;
  color: #ffffff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGElEQVQIW2NkQID/jFD2fyDNCOKAGSBBADZSAwNOQHx1AAAAAElFTkSuQmCC) repeat;
  line-height: 80px;
  font-weight: bold;
  font-size: 34px;
}
#time-machine #flux-capacitor .year .full a .artists,
#time-machine #flux-capacitor .month .full a .artists {
  top: 10px;
  position: absolute;
  z-index: 500;
  left: 90px;
  width: 230px;
  color: #ffffff;
  padding: 0px 5px;
  font-size: 24px;
  line-height: 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  height: 80px;
  overflow: hidden;
  line-height: 1.1em;
  display: none;
  text-align: left;
}
#time-machine #flux-capacitor .year .full a .artists span,
#time-machine #flux-capacitor .month .full a .artists span {
  display: block;
}
#time-machine #flux-capacitor .year .full a ul,
#time-machine #flux-capacitor .month .full a ul {
  font-size: 0px;
  margin: 10px 0px;
  margin-left: 80px;
}
#time-machine #flux-capacitor .year .full a ul li,
#time-machine #flux-capacitor .month .full a ul li {
  background-position: center center;
  height: 80px;
  line-height: 40px;
  width: 80px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
#time-machine #flux-capacitor .year:hover,
#time-machine #flux-capacitor .month:hover {
  background-color: #ffffff;
  color: #222222;
}
#time-machine #flux-capacitor .year:hover > .full,
#time-machine #flux-capacitor .month:hover > .full {
  display: block;
}
#zeitgeist2007 #header #zeitgeist-header-menu,
#best2007albums #header #zeitgeist-header-menu,
#best2007bands #header #zeitgeist-header-menu,
#zeitgeist2008 #header #zeitgeist-header-menu,
#zeitgeist2008-artists #header #zeitgeist-header-menu,
#zeitgeist2008-albums #header #zeitgeist-header-menu,
#zeitgeist2009 #header #zeitgeist-header-menu,
#zeitgeist_artists #header #zeitgeist-header-menu,
#zeitgeist2010 #header #zeitgeist-header-menu,
#zeitgeist2011 #header #zeitgeist-header-menu,
#zeitgeist2011_intro #header #zeitgeist-header-menu,
#zeitgeist2011_artists #header #zeitgeist-header-menu,
#zeitgeist2011_albums #header #zeitgeist-header-menu,
#zeitgeist2011_songs #header #zeitgeist-header-menu,
#zeitgeist2012 #header #zeitgeist-header-menu,
#zeitgeist2013 #header #zeitgeist-header-menu,
#zeitgeist2014 #header #zeitgeist-header-menu,
#zeitgeist2015 #header #zeitgeist-header-menu {
  display: inline-block;
  position: relative;
  overflow: visible;
  width: 800px;
}
#zeitgeist2007 #header #zeitgeist-header-menu #zeitgeist-title,
#best2007albums #header #zeitgeist-header-menu #zeitgeist-title,
#best2007bands #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2008 #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2008-artists #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2008-albums #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2009 #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist_artists #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2010 #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2011 #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2011_intro #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2011_artists #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2011_albums #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2011_songs #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2012 #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2013 #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2014 #header #zeitgeist-header-menu #zeitgeist-title,
#zeitgeist2015 #header #zeitgeist-header-menu #zeitgeist-title {
  line-height: 18px;
  font-size: 25px;
  font-family: 'DINBoldRegular';
  padding: 14px 0 0 0;
  display: inline-block;
  color: #222222;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist {
  list-style: none;
  display: inline;
  position: relative;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist ul,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist ul,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist ul,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist ul {
  display: none;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist:hover ul {
  display: block;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist a,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist a,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist a,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist a {
  line-height: 18px;
  font-size: 25px;
  font-family: 'DINBoldRegular';
  padding: 16px 0 0 0;
  display: inline-block;
  color: #222222;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist a:hover,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist a:hover {
  text-decoration: none;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist a span,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist a span,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist a span,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist a span {
  font-size: 12px;
  top: -4px;
  position: relative;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a {
  background-color: #222222;
  color: #ffffff;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover {
  color: #d52b2c;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist-submenu,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist-submenu {
  position: absolute;
  left: 0px;
  top: 15px;
  background-color: #ffffff;
}
#zeitgeist2007 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#best2007albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#best2007bands #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2008 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2008-artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2008-albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2009 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist_artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2010 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2011 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2011_intro #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2011_artists #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2011_albums #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2011_songs #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2012 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2013 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2014 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a,
#zeitgeist2015 #header #zeitgeist-header-menu #menu-zeitgeist-submenu li a {
  padding: 10px 20px 10px 123px;
  line-height: 30px;
}
#zeitgeist2007 #header #zeitgeist-header-menu .icons,
#best2007albums #header #zeitgeist-header-menu .icons,
#best2007bands #header #zeitgeist-header-menu .icons,
#zeitgeist2008 #header #zeitgeist-header-menu .icons,
#zeitgeist2008-artists #header #zeitgeist-header-menu .icons,
#zeitgeist2008-albums #header #zeitgeist-header-menu .icons,
#zeitgeist2009 #header #zeitgeist-header-menu .icons,
#zeitgeist_artists #header #zeitgeist-header-menu .icons,
#zeitgeist2010 #header #zeitgeist-header-menu .icons,
#zeitgeist2011 #header #zeitgeist-header-menu .icons,
#zeitgeist2011_intro #header #zeitgeist-header-menu .icons,
#zeitgeist2011_artists #header #zeitgeist-header-menu .icons,
#zeitgeist2011_albums #header #zeitgeist-header-menu .icons,
#zeitgeist2011_songs #header #zeitgeist-header-menu .icons,
#zeitgeist2012 #header #zeitgeist-header-menu .icons,
#zeitgeist2013 #header #zeitgeist-header-menu .icons,
#zeitgeist2014 #header #zeitgeist-header-menu .icons,
#zeitgeist2015 #header #zeitgeist-header-menu .icons,
#zeitgeist2007 #header #zeitgeist-header-menu .icons a,
#best2007albums #header #zeitgeist-header-menu .icons a,
#best2007bands #header #zeitgeist-header-menu .icons a,
#zeitgeist2008 #header #zeitgeist-header-menu .icons a,
#zeitgeist2008-artists #header #zeitgeist-header-menu .icons a,
#zeitgeist2008-albums #header #zeitgeist-header-menu .icons a,
#zeitgeist2009 #header #zeitgeist-header-menu .icons a,
#zeitgeist_artists #header #zeitgeist-header-menu .icons a,
#zeitgeist2010 #header #zeitgeist-header-menu .icons a,
#zeitgeist2011 #header #zeitgeist-header-menu .icons a,
#zeitgeist2011_intro #header #zeitgeist-header-menu .icons a,
#zeitgeist2011_artists #header #zeitgeist-header-menu .icons a,
#zeitgeist2011_albums #header #zeitgeist-header-menu .icons a,
#zeitgeist2011_songs #header #zeitgeist-header-menu .icons a,
#zeitgeist2012 #header #zeitgeist-header-menu .icons a,
#zeitgeist2013 #header #zeitgeist-header-menu .icons a,
#zeitgeist2014 #header #zeitgeist-header-menu .icons a,
#zeitgeist2015 #header #zeitgeist-header-menu .icons a {
  color: #222222;
  font-size: 28px;
  font-weight: normal;
  float: right;
}
#zeitgeist2007 #header #zeitgeist-header-menu .icons a,
#best2007albums #header #zeitgeist-header-menu .icons a,
#best2007bands #header #zeitgeist-header-menu .icons a,
#zeitgeist2008 #header #zeitgeist-header-menu .icons a,
#zeitgeist2008-artists #header #zeitgeist-header-menu .icons a,
#zeitgeist2008-albums #header #zeitgeist-header-menu .icons a,
#zeitgeist2009 #header #zeitgeist-header-menu .icons a,
#zeitgeist_artists #header #zeitgeist-header-menu .icons a,
#zeitgeist2010 #header #zeitgeist-header-menu .icons a,
#zeitgeist2011 #header #zeitgeist-header-menu .icons a,
#zeitgeist2011_intro #header #zeitgeist-header-menu .icons a,
#zeitgeist2011_artists #header #zeitgeist-header-menu .icons a,
#zeitgeist2011_albums #header #zeitgeist-header-menu .icons a,
#zeitgeist2011_songs #header #zeitgeist-header-menu .icons a,
#zeitgeist2012 #header #zeitgeist-header-menu .icons a,
#zeitgeist2013 #header #zeitgeist-header-menu .icons a,
#zeitgeist2014 #header #zeitgeist-header-menu .icons a,
#zeitgeist2015 #header #zeitgeist-header-menu .icons a {
  margin: 3px 0 0 10px;
}
#zeitgeist2007 #header #zeitgeist-header-menu .icons a:hover,
#best2007albums #header #zeitgeist-header-menu .icons a:hover,
#best2007bands #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2008 #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2008-artists #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2008-albums #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2009 #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist_artists #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2010 #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2011 #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2011_intro #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2011_artists #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2011_albums #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2011_songs #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2012 #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2013 #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2014 #header #zeitgeist-header-menu .icons a:hover,
#zeitgeist2015 #header #zeitgeist-header-menu .icons a:hover {
  color: #83c441;
}
#zeitgeist2007,
#best2007albums,
#best2007bands,
#zeitgeist2008,
#zeitgeist2008-artists,
#zeitgeist2008-albums,
#zeitgeist2009,
#zeitgeist_artists,
#zeitgeist2010,
#zeitgeist2011,
#zeitgeist2011_intro,
#zeitgeist2011_artists,
#zeitgeist2011_albums,
#zeitgeist2011_songs,
#zeitgeist2012,
#zeitgeist2013,
#zeitgeist2014,
#zeitgeist2015,
#sxsw2014,
#sxsw2014_wrap,
#sxsw2015,
#tv,
#stack,
#stacklive,
#mazda_hypeon_monthly,
#otw_2015_2 {
  /*#header,
.header .logo-txt,*/
}
#zeitgeist2007 #search-form,
#best2007albums #search-form,
#best2007bands #search-form,
#zeitgeist2008 #search-form,
#zeitgeist2008-artists #search-form,
#zeitgeist2008-albums #search-form,
#zeitgeist2009 #search-form,
#zeitgeist_artists #search-form,
#zeitgeist2010 #search-form,
#zeitgeist2011 #search-form,
#zeitgeist2011_intro #search-form,
#zeitgeist2011_artists #search-form,
#zeitgeist2011_albums #search-form,
#zeitgeist2011_songs #search-form,
#zeitgeist2012 #search-form,
#zeitgeist2013 #search-form,
#zeitgeist2014 #search-form,
#zeitgeist2015 #search-form,
#sxsw2014 #search-form,
#sxsw2014_wrap #search-form,
#sxsw2015 #search-form,
#tv #search-form,
#stack #search-form,
#stacklive #search-form,
#mazda_hypeon_monthly #search-form,
#otw_2015_2 #search-form,
#zeitgeist2007 #filter,
#best2007albums #filter,
#best2007bands #filter,
#zeitgeist2008 #filter,
#zeitgeist2008-artists #filter,
#zeitgeist2008-albums #filter,
#zeitgeist2009 #filter,
#zeitgeist_artists #filter,
#zeitgeist2010 #filter,
#zeitgeist2011 #filter,
#zeitgeist2011_intro #filter,
#zeitgeist2011_artists #filter,
#zeitgeist2011_albums #filter,
#zeitgeist2011_songs #filter,
#zeitgeist2012 #filter,
#zeitgeist2013 #filter,
#zeitgeist2014 #filter,
#zeitgeist2015 #filter,
#sxsw2014 #filter,
#sxsw2014_wrap #filter,
#sxsw2015 #filter,
#tv #filter,
#stack #filter,
#stacklive #filter,
#mazda_hypeon_monthly #filter,
#otw_2015_2 #filter,
#zeitgeist2007 .menu,
#best2007albums .menu,
#best2007bands .menu,
#zeitgeist2008 .menu,
#zeitgeist2008-artists .menu,
#zeitgeist2008-albums .menu,
#zeitgeist2009 .menu,
#zeitgeist_artists .menu,
#zeitgeist2010 .menu,
#zeitgeist2011 .menu,
#zeitgeist2011_intro .menu,
#zeitgeist2011_artists .menu,
#zeitgeist2011_albums .menu,
#zeitgeist2011_songs .menu,
#zeitgeist2012 .menu,
#zeitgeist2013 .menu,
#zeitgeist2014 .menu,
#zeitgeist2015 .menu,
#sxsw2014 .menu,
#sxsw2014_wrap .menu,
#sxsw2015 .menu,
#tv .menu,
#stack .menu,
#stacklive .menu,
#mazda_hypeon_monthly .menu,
#otw_2015_2 .menu,
#zeitgeist2007 #menu-friends,
#best2007albums #menu-friends,
#best2007bands #menu-friends,
#zeitgeist2008 #menu-friends,
#zeitgeist2008-artists #menu-friends,
#zeitgeist2008-albums #menu-friends,
#zeitgeist2009 #menu-friends,
#zeitgeist_artists #menu-friends,
#zeitgeist2010 #menu-friends,
#zeitgeist2011 #menu-friends,
#zeitgeist2011_intro #menu-friends,
#zeitgeist2011_artists #menu-friends,
#zeitgeist2011_albums #menu-friends,
#zeitgeist2011_songs #menu-friends,
#zeitgeist2012 #menu-friends,
#zeitgeist2013 #menu-friends,
#zeitgeist2014 #menu-friends,
#zeitgeist2015 #menu-friends,
#sxsw2014 #menu-friends,
#sxsw2014_wrap #menu-friends,
#sxsw2015 #menu-friends,
#tv #menu-friends,
#stack #menu-friends,
#stacklive #menu-friends,
#mazda_hypeon_monthly #menu-friends,
#otw_2015_2 #menu-friends,
#zeitgeist2007 #menu-username,
#best2007albums #menu-username,
#best2007bands #menu-username,
#zeitgeist2008 #menu-username,
#zeitgeist2008-artists #menu-username,
#zeitgeist2008-albums #menu-username,
#zeitgeist2009 #menu-username,
#zeitgeist_artists #menu-username,
#zeitgeist2010 #menu-username,
#zeitgeist2011 #menu-username,
#zeitgeist2011_intro #menu-username,
#zeitgeist2011_artists #menu-username,
#zeitgeist2011_albums #menu-username,
#zeitgeist2011_songs #menu-username,
#zeitgeist2012 #menu-username,
#zeitgeist2013 #menu-username,
#zeitgeist2014 #menu-username,
#zeitgeist2015 #menu-username,
#sxsw2014 #menu-username,
#sxsw2014_wrap #menu-username,
#sxsw2015 #menu-username,
#tv #menu-username,
#stack #menu-username,
#stacklive #menu-username,
#mazda_hypeon_monthly #menu-username,
#otw_2015_2 #menu-username,
#zeitgeist2007 #menu-item-latest,
#best2007albums #menu-item-latest,
#best2007bands #menu-item-latest,
#zeitgeist2008 #menu-item-latest,
#zeitgeist2008-artists #menu-item-latest,
#zeitgeist2008-albums #menu-item-latest,
#zeitgeist2009 #menu-item-latest,
#zeitgeist_artists #menu-item-latest,
#zeitgeist2010 #menu-item-latest,
#zeitgeist2011 #menu-item-latest,
#zeitgeist2011_intro #menu-item-latest,
#zeitgeist2011_artists #menu-item-latest,
#zeitgeist2011_albums #menu-item-latest,
#zeitgeist2011_songs #menu-item-latest,
#zeitgeist2012 #menu-item-latest,
#zeitgeist2013 #menu-item-latest,
#zeitgeist2014 #menu-item-latest,
#zeitgeist2015 #menu-item-latest,
#sxsw2014 #menu-item-latest,
#sxsw2014_wrap #menu-item-latest,
#sxsw2015 #menu-item-latest,
#tv #menu-item-latest,
#stack #menu-item-latest,
#stacklive #menu-item-latest,
#mazda_hypeon_monthly #menu-item-latest,
#otw_2015_2 #menu-item-latest,
#zeitgeist2007 #menu-item-popular,
#best2007albums #menu-item-popular,
#best2007bands #menu-item-popular,
#zeitgeist2008 #menu-item-popular,
#zeitgeist2008-artists #menu-item-popular,
#zeitgeist2008-albums #menu-item-popular,
#zeitgeist2009 #menu-item-popular,
#zeitgeist_artists #menu-item-popular,
#zeitgeist2010 #menu-item-popular,
#zeitgeist2011 #menu-item-popular,
#zeitgeist2011_intro #menu-item-popular,
#zeitgeist2011_artists #menu-item-popular,
#zeitgeist2011_albums #menu-item-popular,
#zeitgeist2011_songs #menu-item-popular,
#zeitgeist2012 #menu-item-popular,
#zeitgeist2013 #menu-item-popular,
#zeitgeist2014 #menu-item-popular,
#zeitgeist2015 #menu-item-popular,
#sxsw2014 #menu-item-popular,
#sxsw2014_wrap #menu-item-popular,
#sxsw2015 #menu-item-popular,
#tv #menu-item-popular,
#stack #menu-item-popular,
#stacklive #menu-item-popular,
#mazda_hypeon_monthly #menu-item-popular,
#otw_2015_2 #menu-item-popular,
#zeitgeist2007 #menu-item-genres,
#best2007albums #menu-item-genres,
#best2007bands #menu-item-genres,
#zeitgeist2008 #menu-item-genres,
#zeitgeist2008-artists #menu-item-genres,
#zeitgeist2008-albums #menu-item-genres,
#zeitgeist2009 #menu-item-genres,
#zeitgeist_artists #menu-item-genres,
#zeitgeist2010 #menu-item-genres,
#zeitgeist2011 #menu-item-genres,
#zeitgeist2011_intro #menu-item-genres,
#zeitgeist2011_artists #menu-item-genres,
#zeitgeist2011_albums #menu-item-genres,
#zeitgeist2011_songs #menu-item-genres,
#zeitgeist2012 #menu-item-genres,
#zeitgeist2013 #menu-item-genres,
#zeitgeist2014 #menu-item-genres,
#zeitgeist2015 #menu-item-genres,
#sxsw2014 #menu-item-genres,
#sxsw2014_wrap #menu-item-genres,
#sxsw2015 #menu-item-genres,
#tv #menu-item-genres,
#stack #menu-item-genres,
#stacklive #menu-item-genres,
#mazda_hypeon_monthly #menu-item-genres,
#otw_2015_2 #menu-item-genres,
#zeitgeist2007 #menu-item-premiere,
#best2007albums #menu-item-premiere,
#best2007bands #menu-item-premiere,
#zeitgeist2008 #menu-item-premiere,
#zeitgeist2008-artists #menu-item-premiere,
#zeitgeist2008-albums #menu-item-premiere,
#zeitgeist2009 #menu-item-premiere,
#zeitgeist_artists #menu-item-premiere,
#zeitgeist2010 #menu-item-premiere,
#zeitgeist2011 #menu-item-premiere,
#zeitgeist2011_intro #menu-item-premiere,
#zeitgeist2011_artists #menu-item-premiere,
#zeitgeist2011_albums #menu-item-premiere,
#zeitgeist2011_songs #menu-item-premiere,
#zeitgeist2012 #menu-item-premiere,
#zeitgeist2013 #menu-item-premiere,
#zeitgeist2014 #menu-item-premiere,
#zeitgeist2015 #menu-item-premiere,
#sxsw2014 #menu-item-premiere,
#sxsw2014_wrap #menu-item-premiere,
#sxsw2015 #menu-item-premiere,
#tv #menu-item-premiere,
#stack #menu-item-premiere,
#stacklive #menu-item-premiere,
#mazda_hypeon_monthly #menu-item-premiere,
#otw_2015_2 #menu-item-premiere,
#zeitgeist2007 #menu-item-directory,
#best2007albums #menu-item-directory,
#best2007bands #menu-item-directory,
#zeitgeist2008 #menu-item-directory,
#zeitgeist2008-artists #menu-item-directory,
#zeitgeist2008-albums #menu-item-directory,
#zeitgeist2009 #menu-item-directory,
#zeitgeist_artists #menu-item-directory,
#zeitgeist2010 #menu-item-directory,
#zeitgeist2011 #menu-item-directory,
#zeitgeist2011_intro #menu-item-directory,
#zeitgeist2011_artists #menu-item-directory,
#zeitgeist2011_albums #menu-item-directory,
#zeitgeist2011_songs #menu-item-directory,
#zeitgeist2012 #menu-item-directory,
#zeitgeist2013 #menu-item-directory,
#zeitgeist2014 #menu-item-directory,
#zeitgeist2015 #menu-item-directory,
#sxsw2014 #menu-item-directory,
#sxsw2014_wrap #menu-item-directory,
#sxsw2015 #menu-item-directory,
#tv #menu-item-directory,
#stack #menu-item-directory,
#stacklive #menu-item-directory,
#mazda_hypeon_monthly #menu-item-directory,
#otw_2015_2 #menu-item-directory,
#zeitgeist2007 #menu-item-spy,
#best2007albums #menu-item-spy,
#best2007bands #menu-item-spy,
#zeitgeist2008 #menu-item-spy,
#zeitgeist2008-artists #menu-item-spy,
#zeitgeist2008-albums #menu-item-spy,
#zeitgeist2009 #menu-item-spy,
#zeitgeist_artists #menu-item-spy,
#zeitgeist2010 #menu-item-spy,
#zeitgeist2011 #menu-item-spy,
#zeitgeist2011_intro #menu-item-spy,
#zeitgeist2011_artists #menu-item-spy,
#zeitgeist2011_albums #menu-item-spy,
#zeitgeist2011_songs #menu-item-spy,
#zeitgeist2012 #menu-item-spy,
#zeitgeist2013 #menu-item-spy,
#zeitgeist2014 #menu-item-spy,
#zeitgeist2015 #menu-item-spy,
#sxsw2014 #menu-item-spy,
#sxsw2014_wrap #menu-item-spy,
#sxsw2015 #menu-item-spy,
#tv #menu-item-spy,
#stack #menu-item-spy,
#stacklive #menu-item-spy,
#mazda_hypeon_monthly #menu-item-spy,
#otw_2015_2 #menu-item-spy,
#zeitgeist2007 #menu-item-labs,
#best2007albums #menu-item-labs,
#best2007bands #menu-item-labs,
#zeitgeist2008 #menu-item-labs,
#zeitgeist2008-artists #menu-item-labs,
#zeitgeist2008-albums #menu-item-labs,
#zeitgeist2009 #menu-item-labs,
#zeitgeist_artists #menu-item-labs,
#zeitgeist2010 #menu-item-labs,
#zeitgeist2011 #menu-item-labs,
#zeitgeist2011_intro #menu-item-labs,
#zeitgeist2011_artists #menu-item-labs,
#zeitgeist2011_albums #menu-item-labs,
#zeitgeist2011_songs #menu-item-labs,
#zeitgeist2012 #menu-item-labs,
#zeitgeist2013 #menu-item-labs,
#zeitgeist2014 #menu-item-labs,
#zeitgeist2015 #menu-item-labs,
#sxsw2014 #menu-item-labs,
#sxsw2014_wrap #menu-item-labs,
#sxsw2015 #menu-item-labs,
#tv #menu-item-labs,
#stack #menu-item-labs,
#stacklive #menu-item-labs,
#mazda_hypeon_monthly #menu-item-labs,
#otw_2015_2 #menu-item-labs,
#zeitgeist2007 .playlist-ctrls,
#best2007albums .playlist-ctrls,
#best2007bands .playlist-ctrls,
#zeitgeist2008 .playlist-ctrls,
#zeitgeist2008-artists .playlist-ctrls,
#zeitgeist2008-albums .playlist-ctrls,
#zeitgeist2009 .playlist-ctrls,
#zeitgeist_artists .playlist-ctrls,
#zeitgeist2010 .playlist-ctrls,
#zeitgeist2011 .playlist-ctrls,
#zeitgeist2011_intro .playlist-ctrls,
#zeitgeist2011_artists .playlist-ctrls,
#zeitgeist2011_albums .playlist-ctrls,
#zeitgeist2011_songs .playlist-ctrls,
#zeitgeist2012 .playlist-ctrls,
#zeitgeist2013 .playlist-ctrls,
#zeitgeist2014 .playlist-ctrls,
#zeitgeist2015 .playlist-ctrls,
#sxsw2014 .playlist-ctrls,
#sxsw2014_wrap .playlist-ctrls,
#sxsw2015 .playlist-ctrls,
#tv .playlist-ctrls,
#stack .playlist-ctrls,
#stacklive .playlist-ctrls,
#mazda_hypeon_monthly .playlist-ctrls,
#otw_2015_2 .playlist-ctrls {
  display: none;
}
#zeitgeist2007 #header,
#best2007albums #header,
#best2007bands #header,
#zeitgeist2008 #header,
#zeitgeist2008-artists #header,
#zeitgeist2008-albums #header,
#zeitgeist2009 #header,
#zeitgeist_artists #header,
#zeitgeist2010 #header,
#zeitgeist2011 #header,
#zeitgeist2011_intro #header,
#zeitgeist2011_artists #header,
#zeitgeist2011_albums #header,
#zeitgeist2011_songs #header,
#zeitgeist2012 #header,
#zeitgeist2013 #header,
#zeitgeist2014 #header,
#zeitgeist2015 #header,
#sxsw2014 #header,
#sxsw2014_wrap #header,
#sxsw2015 #header,
#tv #header,
#stack #header,
#stacklive #header,
#mazda_hypeon_monthly #header,
#otw_2015_2 #header {
  background-color: transparent;
}
#zeitgeist2007 #header .logo-txt:hover,
#best2007albums #header .logo-txt:hover,
#best2007bands #header .logo-txt:hover,
#zeitgeist2008 #header .logo-txt:hover,
#zeitgeist2008-artists #header .logo-txt:hover,
#zeitgeist2008-albums #header .logo-txt:hover,
#zeitgeist2009 #header .logo-txt:hover,
#zeitgeist_artists #header .logo-txt:hover,
#zeitgeist2010 #header .logo-txt:hover,
#zeitgeist2011 #header .logo-txt:hover,
#zeitgeist2011_intro #header .logo-txt:hover,
#zeitgeist2011_artists #header .logo-txt:hover,
#zeitgeist2011_albums #header .logo-txt:hover,
#zeitgeist2011_songs #header .logo-txt:hover,
#zeitgeist2012 #header .logo-txt:hover,
#zeitgeist2013 #header .logo-txt:hover,
#zeitgeist2014 #header .logo-txt:hover,
#zeitgeist2015 #header .logo-txt:hover,
#sxsw2014 #header .logo-txt:hover,
#sxsw2014_wrap #header .logo-txt:hover,
#sxsw2015 #header .logo-txt:hover,
#tv #header .logo-txt:hover,
#stack #header .logo-txt:hover,
#stacklive #header .logo-txt:hover,
#mazda_hypeon_monthly #header .logo-txt:hover,
#otw_2015_2 #header .logo-txt:hover {
  color: #83C441;
}
#zeitgeist2007 #player-inner,
#best2007albums #player-inner,
#best2007bands #player-inner,
#zeitgeist2008 #player-inner,
#zeitgeist2008-artists #player-inner,
#zeitgeist2008-albums #player-inner,
#zeitgeist2009 #player-inner,
#zeitgeist_artists #player-inner,
#zeitgeist2010 #player-inner,
#zeitgeist2011 #player-inner,
#zeitgeist2011_intro #player-inner,
#zeitgeist2011_artists #player-inner,
#zeitgeist2011_albums #player-inner,
#zeitgeist2011_songs #player-inner,
#zeitgeist2012 #player-inner,
#zeitgeist2013 #player-inner,
#zeitgeist2014 #player-inner,
#zeitgeist2015 #player-inner,
#sxsw2014 #player-inner,
#sxsw2014_wrap #player-inner,
#sxsw2015 #player-inner,
#tv #player-inner,
#stack #player-inner,
#stacklive #player-inner,
#mazda_hypeon_monthly #player-inner,
#otw_2015_2 #player-inner {
  /*  border-bottom: 1px solid #272727;*/
  padding: 0 0 5px 0;
  background: #fff;
}
#zeitgeist2007 #player-inner .logo-txt,
#best2007albums #player-inner .logo-txt,
#best2007bands #player-inner .logo-txt,
#zeitgeist2008 #player-inner .logo-txt,
#zeitgeist2008-artists #player-inner .logo-txt,
#zeitgeist2008-albums #player-inner .logo-txt,
#zeitgeist2009 #player-inner .logo-txt,
#zeitgeist_artists #player-inner .logo-txt,
#zeitgeist2010 #player-inner .logo-txt,
#zeitgeist2011 #player-inner .logo-txt,
#zeitgeist2011_intro #player-inner .logo-txt,
#zeitgeist2011_artists #player-inner .logo-txt,
#zeitgeist2011_albums #player-inner .logo-txt,
#zeitgeist2011_songs #player-inner .logo-txt,
#zeitgeist2012 #player-inner .logo-txt,
#zeitgeist2013 #player-inner .logo-txt,
#zeitgeist2014 #player-inner .logo-txt,
#zeitgeist2015 #player-inner .logo-txt,
#sxsw2014 #player-inner .logo-txt,
#sxsw2014_wrap #player-inner .logo-txt,
#sxsw2015 #player-inner .logo-txt,
#tv #player-inner .logo-txt,
#stack #player-inner .logo-txt,
#stacklive #player-inner .logo-txt,
#mazda_hypeon_monthly #player-inner .logo-txt,
#otw_2015_2 #player-inner .logo-txt {
  display: block;
  padding: 0px 5px 0 7px;
  height: 33px;
  line-height: 28px;
  background-color: #fff;
}
#zeitgeist2007 #player-inner .logo-txt:hover,
#best2007albums #player-inner .logo-txt:hover,
#best2007bands #player-inner .logo-txt:hover,
#zeitgeist2008 #player-inner .logo-txt:hover,
#zeitgeist2008-artists #player-inner .logo-txt:hover,
#zeitgeist2008-albums #player-inner .logo-txt:hover,
#zeitgeist2009 #player-inner .logo-txt:hover,
#zeitgeist_artists #player-inner .logo-txt:hover,
#zeitgeist2010 #player-inner .logo-txt:hover,
#zeitgeist2011 #player-inner .logo-txt:hover,
#zeitgeist2011_intro #player-inner .logo-txt:hover,
#zeitgeist2011_artists #player-inner .logo-txt:hover,
#zeitgeist2011_albums #player-inner .logo-txt:hover,
#zeitgeist2011_songs #player-inner .logo-txt:hover,
#zeitgeist2012 #player-inner .logo-txt:hover,
#zeitgeist2013 #player-inner .logo-txt:hover,
#zeitgeist2014 #player-inner .logo-txt:hover,
#zeitgeist2015 #player-inner .logo-txt:hover,
#sxsw2014 #player-inner .logo-txt:hover,
#sxsw2014_wrap #player-inner .logo-txt:hover,
#sxsw2015 #player-inner .logo-txt:hover,
#tv #player-inner .logo-txt:hover,
#stack #player-inner .logo-txt:hover,
#stacklive #player-inner .logo-txt:hover,
#mazda_hypeon_monthly #player-inner .logo-txt:hover,
#otw_2015_2 #player-inner .logo-txt:hover {
  color: #83C441;
}
#zeitgeist2007 #player-container,
#best2007albums #player-container,
#best2007bands #player-container,
#zeitgeist2008 #player-container,
#zeitgeist2008-artists #player-container,
#zeitgeist2008-albums #player-container,
#zeitgeist2009 #player-container,
#zeitgeist_artists #player-container,
#zeitgeist2010 #player-container,
#zeitgeist2011 #player-container,
#zeitgeist2011_intro #player-container,
#zeitgeist2011_artists #player-container,
#zeitgeist2011_albums #player-container,
#zeitgeist2011_songs #player-container,
#zeitgeist2012 #player-container,
#zeitgeist2013 #player-container,
#zeitgeist2014 #player-container,
#zeitgeist2015 #player-container,
#sxsw2014 #player-container,
#sxsw2014_wrap #player-container,
#sxsw2015 #player-container,
#tv #player-container,
#stack #player-container,
#stacklive #player-container,
#mazda_hypeon_monthly #player-container,
#otw_2015_2 #player-container {
  /*  position:fixed;
  top:0px;*/
  padding: 5px 0 5px 0;
  background-color: #fff;
  display: none;
}
#zeitgeist2007 #player-container #player-inner #player-controls #player-nowplaying,
#best2007albums #player-container #player-inner #player-controls #player-nowplaying,
#best2007bands #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2008 #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2008-artists #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2008-albums #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2009 #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist_artists #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2010 #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2011 #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2011_intro #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2011_artists #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2011_albums #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2011_songs #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2012 #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2013 #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2014 #player-container #player-inner #player-controls #player-nowplaying,
#zeitgeist2015 #player-container #player-inner #player-controls #player-nowplaying,
#sxsw2014 #player-container #player-inner #player-controls #player-nowplaying,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying,
#sxsw2015 #player-container #player-inner #player-controls #player-nowplaying,
#tv #player-container #player-inner #player-controls #player-nowplaying,
#stack #player-container #player-inner #player-controls #player-nowplaying,
#stacklive #player-container #player-inner #player-controls #player-nowplaying,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #player-nowplaying,
#otw_2015_2 #player-container #player-inner #player-controls #player-nowplaying {
  width: 900px;
  color: #272727;
  line-height: 33px;
  padding-right: 0px;
}
#zeitgeist2007 #player-container #player-inner #player-controls #player-timebar,
#best2007albums #player-container #player-inner #player-controls #player-timebar,
#best2007bands #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2008 #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2008-artists #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2008-albums #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2009 #player-container #player-inner #player-controls #player-timebar,
#zeitgeist_artists #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2010 #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2011 #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2011_intro #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2011_artists #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2011_albums #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2011_songs #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2012 #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2013 #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2014 #player-container #player-inner #player-controls #player-timebar,
#zeitgeist2015 #player-container #player-inner #player-controls #player-timebar,
#sxsw2014 #player-container #player-inner #player-controls #player-timebar,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar,
#sxsw2015 #player-container #player-inner #player-controls #player-timebar,
#tv #player-container #player-inner #player-controls #player-timebar,
#stack #player-container #player-inner #player-controls #player-timebar,
#stacklive #player-container #player-inner #player-controls #player-timebar,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #player-timebar,
#otw_2015_2 #player-container #player-inner #player-controls #player-timebar {
  background: #fff;
  color: #272727;
  top: 32px;
  width: 728px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #272727;
}
#zeitgeist2007 #player-container a,
#best2007albums #player-container a,
#best2007bands #player-container a,
#zeitgeist2008 #player-container a,
#zeitgeist2008-artists #player-container a,
#zeitgeist2008-albums #player-container a,
#zeitgeist2009 #player-container a,
#zeitgeist_artists #player-container a,
#zeitgeist2010 #player-container a,
#zeitgeist2011 #player-container a,
#zeitgeist2011_intro #player-container a,
#zeitgeist2011_artists #player-container a,
#zeitgeist2011_albums #player-container a,
#zeitgeist2011_songs #player-container a,
#zeitgeist2012 #player-container a,
#zeitgeist2013 #player-container a,
#zeitgeist2014 #player-container a,
#zeitgeist2015 #player-container a,
#sxsw2014 #player-container a,
#sxsw2014_wrap #player-container a,
#sxsw2015 #player-container a,
#tv #player-container a,
#stack #player-container a,
#stacklive #player-container a,
#mazda_hypeon_monthly #player-container a,
#otw_2015_2 #player-container a {
  color: #222;
  padding-left: 5px;
}
#zeitgeist2007 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#best2007albums #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#best2007bands #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2008 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2008-artists #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2008-albums #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2009 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist_artists #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2010 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2011 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2011_intro #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2011_artists #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2011_albums #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2011_songs #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2014 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#zeitgeist2015 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#tv #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#stack #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#stacklive #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#otw_2015_2 #player-container #player-inner #player-controls #player-timebar #player-volume-outer {
  border: 1px solid #272727;
}
#zeitgeist2007 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#best2007albums #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#best2007bands #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2008 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2008-artists #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2008-albums #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2009 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist_artists #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2010 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2011 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2011_intro #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2011_artists #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2011_albums #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2011_songs #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2014 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#zeitgeist2015 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#tv #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#stack #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#stacklive #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#otw_2015_2 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading {
  background: #eee;
}
#zeitgeist2007 #player-container #player-inner #player-controls,
#best2007albums #player-container #player-inner #player-controls,
#best2007bands #player-container #player-inner #player-controls,
#zeitgeist2008 #player-container #player-inner #player-controls,
#zeitgeist2008-artists #player-container #player-inner #player-controls,
#zeitgeist2008-albums #player-container #player-inner #player-controls,
#zeitgeist2009 #player-container #player-inner #player-controls,
#zeitgeist_artists #player-container #player-inner #player-controls,
#zeitgeist2010 #player-container #player-inner #player-controls,
#zeitgeist2011 #player-container #player-inner #player-controls,
#zeitgeist2011_intro #player-container #player-inner #player-controls,
#zeitgeist2011_artists #player-container #player-inner #player-controls,
#zeitgeist2011_albums #player-container #player-inner #player-controls,
#zeitgeist2011_songs #player-container #player-inner #player-controls,
#zeitgeist2012 #player-container #player-inner #player-controls,
#zeitgeist2013 #player-container #player-inner #player-controls,
#zeitgeist2014 #player-container #player-inner #player-controls,
#zeitgeist2015 #player-container #player-inner #player-controls,
#sxsw2014 #player-container #player-inner #player-controls,
#sxsw2014_wrap #player-container #player-inner #player-controls,
#sxsw2015 #player-container #player-inner #player-controls,
#tv #player-container #player-inner #player-controls,
#stack #player-container #player-inner #player-controls,
#stacklive #player-container #player-inner #player-controls,
#mazda_hypeon_monthly #player-container #player-inner #player-controls,
#otw_2015_2 #player-container #player-inner #player-controls {
  display: none;
  float: left;
}
#zeitgeist2007 #player-container #player-inner #player-controls #playerPrev,
#best2007albums #player-container #player-inner #player-controls #playerPrev,
#best2007bands #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2008 #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2008-artists #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2008-albums #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2009 #player-container #player-inner #player-controls #playerPrev,
#zeitgeist_artists #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2010 #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2011 #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2011_intro #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2011_artists #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2011_albums #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2011_songs #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2012 #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2013 #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2014 #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2015 #player-container #player-inner #player-controls #playerPrev,
#sxsw2014 #player-container #player-inner #player-controls #playerPrev,
#sxsw2014_wrap #player-container #player-inner #player-controls #playerPrev,
#sxsw2015 #player-container #player-inner #player-controls #playerPrev,
#tv #player-container #player-inner #player-controls #playerPrev,
#stack #player-container #player-inner #player-controls #playerPrev,
#stacklive #player-container #player-inner #player-controls #playerPrev,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #playerPrev,
#otw_2015_2 #player-container #player-inner #player-controls #playerPrev,
#zeitgeist2007 #player-container #player-inner #player-controls #playerPlay,
#best2007albums #player-container #player-inner #player-controls #playerPlay,
#best2007bands #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2008 #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2008-artists #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2008-albums #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2009 #player-container #player-inner #player-controls #playerPlay,
#zeitgeist_artists #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2010 #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2011 #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2011_intro #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2011_artists #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2011_albums #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2011_songs #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2012 #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2013 #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2014 #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2015 #player-container #player-inner #player-controls #playerPlay,
#sxsw2014 #player-container #player-inner #player-controls #playerPlay,
#sxsw2014_wrap #player-container #player-inner #player-controls #playerPlay,
#sxsw2015 #player-container #player-inner #player-controls #playerPlay,
#tv #player-container #player-inner #player-controls #playerPlay,
#stack #player-container #player-inner #player-controls #playerPlay,
#stacklive #player-container #player-inner #player-controls #playerPlay,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #playerPlay,
#otw_2015_2 #player-container #player-inner #player-controls #playerPlay,
#zeitgeist2007 #player-container #player-inner #player-controls #playerFav,
#best2007albums #player-container #player-inner #player-controls #playerFav,
#best2007bands #player-container #player-inner #player-controls #playerFav,
#zeitgeist2008 #player-container #player-inner #player-controls #playerFav,
#zeitgeist2008-artists #player-container #player-inner #player-controls #playerFav,
#zeitgeist2008-albums #player-container #player-inner #player-controls #playerFav,
#zeitgeist2009 #player-container #player-inner #player-controls #playerFav,
#zeitgeist_artists #player-container #player-inner #player-controls #playerFav,
#zeitgeist2010 #player-container #player-inner #player-controls #playerFav,
#zeitgeist2011 #player-container #player-inner #player-controls #playerFav,
#zeitgeist2011_intro #player-container #player-inner #player-controls #playerFav,
#zeitgeist2011_artists #player-container #player-inner #player-controls #playerFav,
#zeitgeist2011_albums #player-container #player-inner #player-controls #playerFav,
#zeitgeist2011_songs #player-container #player-inner #player-controls #playerFav,
#zeitgeist2012 #player-container #player-inner #player-controls #playerFav,
#zeitgeist2013 #player-container #player-inner #player-controls #playerFav,
#zeitgeist2014 #player-container #player-inner #player-controls #playerFav,
#zeitgeist2015 #player-container #player-inner #player-controls #playerFav,
#sxsw2014 #player-container #player-inner #player-controls #playerFav,
#sxsw2014_wrap #player-container #player-inner #player-controls #playerFav,
#sxsw2015 #player-container #player-inner #player-controls #playerFav,
#tv #player-container #player-inner #player-controls #playerFav,
#stack #player-container #player-inner #player-controls #playerFav,
#stacklive #player-container #player-inner #player-controls #playerFav,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #playerFav,
#otw_2015_2 #player-container #player-inner #player-controls #playerFav,
#zeitgeist2007 #player-container #player-inner #player-controls #playerNext,
#best2007albums #player-container #player-inner #player-controls #playerNext,
#best2007bands #player-container #player-inner #player-controls #playerNext,
#zeitgeist2008 #player-container #player-inner #player-controls #playerNext,
#zeitgeist2008-artists #player-container #player-inner #player-controls #playerNext,
#zeitgeist2008-albums #player-container #player-inner #player-controls #playerNext,
#zeitgeist2009 #player-container #player-inner #player-controls #playerNext,
#zeitgeist_artists #player-container #player-inner #player-controls #playerNext,
#zeitgeist2010 #player-container #player-inner #player-controls #playerNext,
#zeitgeist2011 #player-container #player-inner #player-controls #playerNext,
#zeitgeist2011_intro #player-container #player-inner #player-controls #playerNext,
#zeitgeist2011_artists #player-container #player-inner #player-controls #playerNext,
#zeitgeist2011_albums #player-container #player-inner #player-controls #playerNext,
#zeitgeist2011_songs #player-container #player-inner #player-controls #playerNext,
#zeitgeist2012 #player-container #player-inner #player-controls #playerNext,
#zeitgeist2013 #player-container #player-inner #player-controls #playerNext,
#zeitgeist2014 #player-container #player-inner #player-controls #playerNext,
#zeitgeist2015 #player-container #player-inner #player-controls #playerNext,
#sxsw2014 #player-container #player-inner #player-controls #playerNext,
#sxsw2014_wrap #player-container #player-inner #player-controls #playerNext,
#sxsw2015 #player-container #player-inner #player-controls #playerNext,
#tv #player-container #player-inner #player-controls #playerNext,
#stack #player-container #player-inner #player-controls #playerNext,
#stacklive #player-container #player-inner #player-controls #playerNext,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #playerNext,
#otw_2015_2 #player-container #player-inner #player-controls #playerNext {
  border: none;
}
#zeitgeist2007 #player-container #player-inner #player-controls,
#best2007albums #player-container #player-inner #player-controls,
#best2007bands #player-container #player-inner #player-controls,
#zeitgeist2008 #player-container #player-inner #player-controls,
#zeitgeist2008-artists #player-container #player-inner #player-controls,
#zeitgeist2008-albums #player-container #player-inner #player-controls,
#zeitgeist2009 #player-container #player-inner #player-controls,
#zeitgeist_artists #player-container #player-inner #player-controls,
#zeitgeist2010 #player-container #player-inner #player-controls,
#zeitgeist2011 #player-container #player-inner #player-controls,
#zeitgeist2011_intro #player-container #player-inner #player-controls,
#zeitgeist2011_artists #player-container #player-inner #player-controls,
#zeitgeist2011_albums #player-container #player-inner #player-controls,
#zeitgeist2011_songs #player-container #player-inner #player-controls,
#zeitgeist2012 #player-container #player-inner #player-controls,
#zeitgeist2013 #player-container #player-inner #player-controls,
#zeitgeist2014 #player-container #player-inner #player-controls,
#zeitgeist2015 #player-container #player-inner #player-controls,
#sxsw2014 #player-container #player-inner #player-controls,
#sxsw2014_wrap #player-container #player-inner #player-controls,
#sxsw2015 #player-container #player-inner #player-controls,
#tv #player-container #player-inner #player-controls,
#stack #player-container #player-inner #player-controls,
#stacklive #player-container #player-inner #player-controls,
#mazda_hypeon_monthly #player-container #player-inner #player-controls,
#otw_2015_2 #player-container #player-inner #player-controls {
  width: 100%;
}
#zeitgeist2007 #player-container #player-inner #player-controls.disabled,
#best2007albums #player-container #player-inner #player-controls.disabled,
#best2007bands #player-container #player-inner #player-controls.disabled,
#zeitgeist2008 #player-container #player-inner #player-controls.disabled,
#zeitgeist2008-artists #player-container #player-inner #player-controls.disabled,
#zeitgeist2008-albums #player-container #player-inner #player-controls.disabled,
#zeitgeist2009 #player-container #player-inner #player-controls.disabled,
#zeitgeist_artists #player-container #player-inner #player-controls.disabled,
#zeitgeist2010 #player-container #player-inner #player-controls.disabled,
#zeitgeist2011 #player-container #player-inner #player-controls.disabled,
#zeitgeist2011_intro #player-container #player-inner #player-controls.disabled,
#zeitgeist2011_artists #player-container #player-inner #player-controls.disabled,
#zeitgeist2011_albums #player-container #player-inner #player-controls.disabled,
#zeitgeist2011_songs #player-container #player-inner #player-controls.disabled,
#zeitgeist2012 #player-container #player-inner #player-controls.disabled,
#zeitgeist2013 #player-container #player-inner #player-controls.disabled,
#zeitgeist2014 #player-container #player-inner #player-controls.disabled,
#zeitgeist2015 #player-container #player-inner #player-controls.disabled,
#sxsw2014 #player-container #player-inner #player-controls.disabled,
#sxsw2014_wrap #player-container #player-inner #player-controls.disabled,
#sxsw2015 #player-container #player-inner #player-controls.disabled,
#tv #player-container #player-inner #player-controls.disabled,
#stack #player-container #player-inner #player-controls.disabled,
#stacklive #player-container #player-inner #player-controls.disabled,
#mazda_hypeon_monthly #player-container #player-inner #player-controls.disabled,
#otw_2015_2 #player-container #player-inner #player-controls.disabled {
  display: none;
}
#zeitgeist2007 #player-container #player-inner #player-controls.haarp-active,
#best2007albums #player-container #player-inner #player-controls.haarp-active,
#best2007bands #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2008 #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2008-artists #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2008-albums #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2009 #player-container #player-inner #player-controls.haarp-active,
#zeitgeist_artists #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2010 #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2011 #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2011_intro #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2011_artists #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2011_albums #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2011_songs #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2012 #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2013 #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2014 #player-container #player-inner #player-controls.haarp-active,
#zeitgeist2015 #player-container #player-inner #player-controls.haarp-active,
#sxsw2014 #player-container #player-inner #player-controls.haarp-active,
#sxsw2014_wrap #player-container #player-inner #player-controls.haarp-active,
#sxsw2015 #player-container #player-inner #player-controls.haarp-active,
#tv #player-container #player-inner #player-controls.haarp-active,
#stack #player-container #player-inner #player-controls.haarp-active,
#stacklive #player-container #player-inner #player-controls.haarp-active,
#mazda_hypeon_monthly #player-container #player-inner #player-controls.haarp-active,
#otw_2015_2 #player-container #player-inner #player-controls.haarp-active {
  display: block;
}
#zeitgeist2007 #player-container #player-inner #player-controls #player-nowplaying a,
#best2007albums #player-container #player-inner #player-controls #player-nowplaying a,
#best2007bands #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2008 #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2008-artists #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2008-albums #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2009 #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist_artists #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2010 #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2011 #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2011_intro #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2011_artists #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2011_albums #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2011_songs #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2012 #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2013 #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2014 #player-container #player-inner #player-controls #player-nowplaying a,
#zeitgeist2015 #player-container #player-inner #player-controls #player-nowplaying a,
#sxsw2014 #player-container #player-inner #player-controls #player-nowplaying a,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying a,
#sxsw2015 #player-container #player-inner #player-controls #player-nowplaying a,
#tv #player-container #player-inner #player-controls #player-nowplaying a,
#stack #player-container #player-inner #player-controls #player-nowplaying a,
#stacklive #player-container #player-inner #player-controls #player-nowplaying a,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #player-nowplaying a,
#otw_2015_2 #player-container #player-inner #player-controls #player-nowplaying a {
  font-weight: normal;
  font-size: 15px;
}
#zeitgeist2007 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#best2007albums #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#best2007bands #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2008 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2008-artists #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2008-albums #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2009 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist_artists #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2010 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2011 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2011_intro #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2011_artists #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2011_albums #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2011_songs #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2012 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2013 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2014 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#zeitgeist2015 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#sxsw2014 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#sxsw2015 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#tv #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#stack #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#stacklive #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#otw_2015_2 #player-container #player-inner #player-controls #player-nowplaying a.read-post {
  float: right;
  color: #222;
}
#zeitgeist2007 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#best2007albums #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#best2007bands #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2008 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2008-artists #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2008-albums #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2009 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist_artists #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2010 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2011 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2011_intro #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2011_artists #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2011_albums #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2011_songs #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2012 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2013 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2014 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#zeitgeist2015 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#sxsw2014 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#sxsw2015 #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#tv #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#stack #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#stacklive #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #player-nowplaying .share-icons,
#otw_2015_2 #player-container #player-inner #player-controls #player-nowplaying .share-icons {
  position: relative;
  float: right;
  right: auto;
}
#zeitgeist2007 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#best2007albums #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#best2007bands #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2008 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2008-artists #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2008-albums #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2009 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist_artists #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2010 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2011 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2011_intro #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2011_artists #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2011_albums #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2011_songs #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2012 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2013 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2014 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#zeitgeist2015 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#sxsw2014 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#sxsw2015 #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#tv #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#stack #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#stacklive #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#mazda_hypeon_monthly #player-container #player-inner #player-controls #player-nowplaying .share-icons a,
#otw_2015_2 #player-container #player-inner #player-controls #player-nowplaying .share-icons a {
  font-size: 20px;
}
#zeitgeist2007 #content-right #tour-dates,
#best2007albums #content-right #tour-dates,
#best2007bands #content-right #tour-dates,
#zeitgeist2008 #content-right #tour-dates,
#zeitgeist2008-artists #content-right #tour-dates,
#zeitgeist2008-albums #content-right #tour-dates,
#zeitgeist2009 #content-right #tour-dates,
#zeitgeist_artists #content-right #tour-dates,
#zeitgeist2010 #content-right #tour-dates,
#zeitgeist2011 #content-right #tour-dates,
#zeitgeist2011_intro #content-right #tour-dates,
#zeitgeist2011_artists #content-right #tour-dates,
#zeitgeist2011_albums #content-right #tour-dates,
#zeitgeist2011_songs #content-right #tour-dates,
#zeitgeist2012 #content-right #tour-dates,
#zeitgeist2013 #content-right #tour-dates,
#zeitgeist2014 #content-right #tour-dates,
#zeitgeist2015 #content-right #tour-dates,
#sxsw2014 #content-right #tour-dates,
#sxsw2014_wrap #content-right #tour-dates,
#sxsw2015 #content-right #tour-dates,
#tv #content-right #tour-dates,
#stack #content-right #tour-dates,
#stacklive #content-right #tour-dates,
#mazda_hypeon_monthly #content-right #tour-dates,
#otw_2015_2 #content-right #tour-dates {
  background: none;
  border: none;
}
#zeitgeist2007 #content-right #tour-dates ul li a,
#best2007albums #content-right #tour-dates ul li a,
#best2007bands #content-right #tour-dates ul li a,
#zeitgeist2008 #content-right #tour-dates ul li a,
#zeitgeist2008-artists #content-right #tour-dates ul li a,
#zeitgeist2008-albums #content-right #tour-dates ul li a,
#zeitgeist2009 #content-right #tour-dates ul li a,
#zeitgeist_artists #content-right #tour-dates ul li a,
#zeitgeist2010 #content-right #tour-dates ul li a,
#zeitgeist2011 #content-right #tour-dates ul li a,
#zeitgeist2011_intro #content-right #tour-dates ul li a,
#zeitgeist2011_artists #content-right #tour-dates ul li a,
#zeitgeist2011_albums #content-right #tour-dates ul li a,
#zeitgeist2011_songs #content-right #tour-dates ul li a,
#zeitgeist2012 #content-right #tour-dates ul li a,
#zeitgeist2013 #content-right #tour-dates ul li a,
#zeitgeist2014 #content-right #tour-dates ul li a,
#zeitgeist2015 #content-right #tour-dates ul li a,
#sxsw2014 #content-right #tour-dates ul li a,
#sxsw2014_wrap #content-right #tour-dates ul li a,
#sxsw2015 #content-right #tour-dates ul li a,
#tv #content-right #tour-dates ul li a,
#stack #content-right #tour-dates ul li a,
#stacklive #content-right #tour-dates ul li a,
#mazda_hypeon_monthly #content-right #tour-dates ul li a,
#otw_2015_2 #content-right #tour-dates ul li a {
  border-bottom: 1px solid #eee;
}
#zeitgeist2007 #content-right #tour-dates ul li a .city,
#best2007albums #content-right #tour-dates ul li a .city,
#best2007bands #content-right #tour-dates ul li a .city,
#zeitgeist2008 #content-right #tour-dates ul li a .city,
#zeitgeist2008-artists #content-right #tour-dates ul li a .city,
#zeitgeist2008-albums #content-right #tour-dates ul li a .city,
#zeitgeist2009 #content-right #tour-dates ul li a .city,
#zeitgeist_artists #content-right #tour-dates ul li a .city,
#zeitgeist2010 #content-right #tour-dates ul li a .city,
#zeitgeist2011 #content-right #tour-dates ul li a .city,
#zeitgeist2011_intro #content-right #tour-dates ul li a .city,
#zeitgeist2011_artists #content-right #tour-dates ul li a .city,
#zeitgeist2011_albums #content-right #tour-dates ul li a .city,
#zeitgeist2011_songs #content-right #tour-dates ul li a .city,
#zeitgeist2012 #content-right #tour-dates ul li a .city,
#zeitgeist2013 #content-right #tour-dates ul li a .city,
#zeitgeist2014 #content-right #tour-dates ul li a .city,
#zeitgeist2015 #content-right #tour-dates ul li a .city,
#sxsw2014 #content-right #tour-dates ul li a .city,
#sxsw2014_wrap #content-right #tour-dates ul li a .city,
#sxsw2015 #content-right #tour-dates ul li a .city,
#tv #content-right #tour-dates ul li a .city,
#stack #content-right #tour-dates ul li a .city,
#stacklive #content-right #tour-dates ul li a .city,
#mazda_hypeon_monthly #content-right #tour-dates ul li a .city,
#otw_2015_2 #content-right #tour-dates ul li a .city {
  background: #eee;
  padding: 0 5px;
}
#zeitgeist2007 #footer-menu,
#best2007albums #footer-menu,
#best2007bands #footer-menu,
#zeitgeist2008 #footer-menu,
#zeitgeist2008-artists #footer-menu,
#zeitgeist2008-albums #footer-menu,
#zeitgeist2009 #footer-menu,
#zeitgeist_artists #footer-menu,
#zeitgeist2010 #footer-menu,
#zeitgeist2011 #footer-menu,
#zeitgeist2011_intro #footer-menu,
#zeitgeist2011_artists #footer-menu,
#zeitgeist2011_albums #footer-menu,
#zeitgeist2011_songs #footer-menu,
#zeitgeist2012 #footer-menu,
#zeitgeist2013 #footer-menu,
#zeitgeist2014 #footer-menu,
#zeitgeist2015 #footer-menu,
#sxsw2014 #footer-menu,
#sxsw2014_wrap #footer-menu,
#sxsw2015 #footer-menu,
#tv #footer-menu,
#stack #footer-menu,
#stacklive #footer-menu,
#mazda_hypeon_monthly #footer-menu,
#otw_2015_2 #footer-menu {
  background-color: #fff;
}
#zeitgeist2007 #footer-menu #footer-menu-inner,
#best2007albums #footer-menu #footer-menu-inner,
#best2007bands #footer-menu #footer-menu-inner,
#zeitgeist2008 #footer-menu #footer-menu-inner,
#zeitgeist2008-artists #footer-menu #footer-menu-inner,
#zeitgeist2008-albums #footer-menu #footer-menu-inner,
#zeitgeist2009 #footer-menu #footer-menu-inner,
#zeitgeist_artists #footer-menu #footer-menu-inner,
#zeitgeist2010 #footer-menu #footer-menu-inner,
#zeitgeist2011 #footer-menu #footer-menu-inner,
#zeitgeist2011_intro #footer-menu #footer-menu-inner,
#zeitgeist2011_artists #footer-menu #footer-menu-inner,
#zeitgeist2011_albums #footer-menu #footer-menu-inner,
#zeitgeist2011_songs #footer-menu #footer-menu-inner,
#zeitgeist2012 #footer-menu #footer-menu-inner,
#zeitgeist2013 #footer-menu #footer-menu-inner,
#zeitgeist2014 #footer-menu #footer-menu-inner,
#zeitgeist2015 #footer-menu #footer-menu-inner,
#sxsw2014 #footer-menu #footer-menu-inner,
#sxsw2014_wrap #footer-menu #footer-menu-inner,
#sxsw2015 #footer-menu #footer-menu-inner,
#tv #footer-menu #footer-menu-inner,
#stack #footer-menu #footer-menu-inner,
#stacklive #footer-menu #footer-menu-inner,
#mazda_hypeon_monthly #footer-menu #footer-menu-inner,
#otw_2015_2 #footer-menu #footer-menu-inner {
  border-top: 1px solid #272727;
}
#zeitgeist2007 #footer-menu #footer-menu-inner .menu a,
#best2007albums #footer-menu #footer-menu-inner .menu a,
#best2007bands #footer-menu #footer-menu-inner .menu a,
#zeitgeist2008 #footer-menu #footer-menu-inner .menu a,
#zeitgeist2008-artists #footer-menu #footer-menu-inner .menu a,
#zeitgeist2008-albums #footer-menu #footer-menu-inner .menu a,
#zeitgeist2009 #footer-menu #footer-menu-inner .menu a,
#zeitgeist_artists #footer-menu #footer-menu-inner .menu a,
#zeitgeist2010 #footer-menu #footer-menu-inner .menu a,
#zeitgeist2011 #footer-menu #footer-menu-inner .menu a,
#zeitgeist2011_intro #footer-menu #footer-menu-inner .menu a,
#zeitgeist2011_artists #footer-menu #footer-menu-inner .menu a,
#zeitgeist2011_albums #footer-menu #footer-menu-inner .menu a,
#zeitgeist2011_songs #footer-menu #footer-menu-inner .menu a,
#zeitgeist2012 #footer-menu #footer-menu-inner .menu a,
#zeitgeist2013 #footer-menu #footer-menu-inner .menu a,
#zeitgeist2014 #footer-menu #footer-menu-inner .menu a,
#zeitgeist2015 #footer-menu #footer-menu-inner .menu a,
#sxsw2014 #footer-menu #footer-menu-inner .menu a,
#sxsw2014_wrap #footer-menu #footer-menu-inner .menu a,
#sxsw2015 #footer-menu #footer-menu-inner .menu a,
#tv #footer-menu #footer-menu-inner .menu a,
#stack #footer-menu #footer-menu-inner .menu a,
#stacklive #footer-menu #footer-menu-inner .menu a,
#mazda_hypeon_monthly #footer-menu #footer-menu-inner .menu a,
#otw_2015_2 #footer-menu #footer-menu-inner .menu a {
  color: #272727;
}
#zeitgeist2007 #footer-menu #footer-menu-inner .menu a:hover,
#best2007albums #footer-menu #footer-menu-inner .menu a:hover,
#best2007bands #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2008 #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2008-artists #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2008-albums #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2009 #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist_artists #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2010 #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2011 #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2011_intro #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2011_artists #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2011_albums #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2011_songs #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2012 #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2013 #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2014 #footer-menu #footer-menu-inner .menu a:hover,
#zeitgeist2015 #footer-menu #footer-menu-inner .menu a:hover,
#sxsw2014 #footer-menu #footer-menu-inner .menu a:hover,
#sxsw2014_wrap #footer-menu #footer-menu-inner .menu a:hover,
#sxsw2015 #footer-menu #footer-menu-inner .menu a:hover,
#tv #footer-menu #footer-menu-inner .menu a:hover,
#stack #footer-menu #footer-menu-inner .menu a:hover,
#stacklive #footer-menu #footer-menu-inner .menu a:hover,
#mazda_hypeon_monthly #footer-menu #footer-menu-inner .menu a:hover,
#otw_2015_2 #footer-menu #footer-menu-inner .menu a:hover {
  color: #fff;
}
#zeitgeist2007 #footer,
#best2007albums #footer,
#best2007bands #footer,
#zeitgeist2008 #footer,
#zeitgeist2008-artists #footer,
#zeitgeist2008-albums #footer,
#zeitgeist2009 #footer,
#zeitgeist_artists #footer,
#zeitgeist2010 #footer,
#zeitgeist2011 #footer,
#zeitgeist2011_intro #footer,
#zeitgeist2011_artists #footer,
#zeitgeist2011_albums #footer,
#zeitgeist2011_songs #footer,
#zeitgeist2012 #footer,
#zeitgeist2013 #footer,
#zeitgeist2014 #footer,
#zeitgeist2015 #footer,
#sxsw2014 #footer,
#sxsw2014_wrap #footer,
#sxsw2015 #footer,
#tv #footer,
#stack #footer,
#stacklive #footer,
#mazda_hypeon_monthly #footer,
#otw_2015_2 #footer {
  background-color: #fff;
}
#zeitgeist2007 #footer p a:hover,
#best2007albums #footer p a:hover,
#best2007bands #footer p a:hover,
#zeitgeist2008 #footer p a:hover,
#zeitgeist2008-artists #footer p a:hover,
#zeitgeist2008-albums #footer p a:hover,
#zeitgeist2009 #footer p a:hover,
#zeitgeist_artists #footer p a:hover,
#zeitgeist2010 #footer p a:hover,
#zeitgeist2011 #footer p a:hover,
#zeitgeist2011_intro #footer p a:hover,
#zeitgeist2011_artists #footer p a:hover,
#zeitgeist2011_albums #footer p a:hover,
#zeitgeist2011_songs #footer p a:hover,
#zeitgeist2012 #footer p a:hover,
#zeitgeist2013 #footer p a:hover,
#zeitgeist2014 #footer p a:hover,
#zeitgeist2015 #footer p a:hover,
#sxsw2014 #footer p a:hover,
#sxsw2014_wrap #footer p a:hover,
#sxsw2015 #footer p a:hover,
#tv #footer p a:hover,
#stack #footer p a:hover,
#stacklive #footer p a:hover,
#mazda_hypeon_monthly #footer p a:hover,
#otw_2015_2 #footer p a:hover {
  color: #272727;
  text-decoration: underline;
}
#zeitgeist2007 #zindex,
#best2007albums #zindex,
#best2007bands #zindex,
#zeitgeist2008 #zindex,
#zeitgeist2008-artists #zindex,
#zeitgeist2008-albums #zindex,
#zeitgeist2009 #zindex,
#zeitgeist_artists #zindex,
#zeitgeist2010 #zindex,
#zeitgeist2011 #zindex,
#zeitgeist2011_intro #zindex,
#zeitgeist2011_artists #zindex,
#zeitgeist2011_albums #zindex,
#zeitgeist2011_songs #zindex,
#zeitgeist2012 #zindex,
#zeitgeist2013 #zindex,
#zeitgeist2014 #zindex,
#zeitgeist2015 #zindex,
#sxsw2014 #zindex,
#sxsw2014_wrap #zindex,
#sxsw2015 #zindex,
#tv #zindex,
#stack #zindex,
#stacklive #zindex,
#mazda_hypeon_monthly #zindex,
#otw_2015_2 #zindex {
  width: 462px;
  margin: 0 auto 0;
}
#zeitgeist2007 #zindex .zlogo,
#best2007albums #zindex .zlogo,
#best2007bands #zindex .zlogo,
#zeitgeist2008 #zindex .zlogo,
#zeitgeist2008-artists #zindex .zlogo,
#zeitgeist2008-albums #zindex .zlogo,
#zeitgeist2009 #zindex .zlogo,
#zeitgeist_artists #zindex .zlogo,
#zeitgeist2010 #zindex .zlogo,
#zeitgeist2011 #zindex .zlogo,
#zeitgeist2011_intro #zindex .zlogo,
#zeitgeist2011_artists #zindex .zlogo,
#zeitgeist2011_albums #zindex .zlogo,
#zeitgeist2011_songs #zindex .zlogo,
#zeitgeist2012 #zindex .zlogo,
#zeitgeist2013 #zindex .zlogo,
#zeitgeist2014 #zindex .zlogo,
#zeitgeist2015 #zindex .zlogo,
#sxsw2014 #zindex .zlogo,
#sxsw2014_wrap #zindex .zlogo,
#sxsw2015 #zindex .zlogo,
#tv #zindex .zlogo,
#stack #zindex .zlogo,
#stacklive #zindex .zlogo,
#mazda_hypeon_monthly #zindex .zlogo,
#otw_2015_2 #zindex .zlogo {
  margin: 0px auto;
  width: 433px;
  display: block;
}
#zeitgeist2007 #zindex .navigation,
#best2007albums #zindex .navigation,
#best2007bands #zindex .navigation,
#zeitgeist2008 #zindex .navigation,
#zeitgeist2008-artists #zindex .navigation,
#zeitgeist2008-albums #zindex .navigation,
#zeitgeist2009 #zindex .navigation,
#zeitgeist_artists #zindex .navigation,
#zeitgeist2010 #zindex .navigation,
#zeitgeist2011 #zindex .navigation,
#zeitgeist2011_intro #zindex .navigation,
#zeitgeist2011_artists #zindex .navigation,
#zeitgeist2011_albums #zindex .navigation,
#zeitgeist2011_songs #zindex .navigation,
#zeitgeist2012 #zindex .navigation,
#zeitgeist2013 #zindex .navigation,
#zeitgeist2014 #zindex .navigation,
#zeitgeist2015 #zindex .navigation,
#sxsw2014 #zindex .navigation,
#sxsw2014_wrap #zindex .navigation,
#sxsw2015 #zindex .navigation,
#tv #zindex .navigation,
#stack #zindex .navigation,
#stacklive #zindex .navigation,
#mazda_hypeon_monthly #zindex .navigation,
#otw_2015_2 #zindex .navigation {
  margin: 20px auto;
  width: 462px;
  font-size: 0px;
  text-align: center;
}
#zeitgeist2007 #zindex .navigation a,
#best2007albums #zindex .navigation a,
#best2007bands #zindex .navigation a,
#zeitgeist2008 #zindex .navigation a,
#zeitgeist2008-artists #zindex .navigation a,
#zeitgeist2008-albums #zindex .navigation a,
#zeitgeist2009 #zindex .navigation a,
#zeitgeist_artists #zindex .navigation a,
#zeitgeist2010 #zindex .navigation a,
#zeitgeist2011 #zindex .navigation a,
#zeitgeist2011_intro #zindex .navigation a,
#zeitgeist2011_artists #zindex .navigation a,
#zeitgeist2011_albums #zindex .navigation a,
#zeitgeist2011_songs #zindex .navigation a,
#zeitgeist2012 #zindex .navigation a,
#zeitgeist2013 #zindex .navigation a,
#zeitgeist2014 #zindex .navigation a,
#zeitgeist2015 #zindex .navigation a,
#sxsw2014 #zindex .navigation a,
#sxsw2014_wrap #zindex .navigation a,
#sxsw2015 #zindex .navigation a,
#tv #zindex .navigation a,
#stack #zindex .navigation a,
#stacklive #zindex .navigation a,
#mazda_hypeon_monthly #zindex .navigation a,
#otw_2015_2 #zindex .navigation a {
  background-image: url(http://static-ak.hypem.net/rev_1364249707/images/zeitgeist2012/selector.png);
  height: 120px;
  width: 155px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#zeitgeist2007 #zindex .navigation a.artists,
#best2007albums #zindex .navigation a.artists,
#best2007bands #zindex .navigation a.artists,
#zeitgeist2008 #zindex .navigation a.artists,
#zeitgeist2008-artists #zindex .navigation a.artists,
#zeitgeist2008-albums #zindex .navigation a.artists,
#zeitgeist2009 #zindex .navigation a.artists,
#zeitgeist_artists #zindex .navigation a.artists,
#zeitgeist2010 #zindex .navigation a.artists,
#zeitgeist2011 #zindex .navigation a.artists,
#zeitgeist2011_intro #zindex .navigation a.artists,
#zeitgeist2011_artists #zindex .navigation a.artists,
#zeitgeist2011_albums #zindex .navigation a.artists,
#zeitgeist2011_songs #zindex .navigation a.artists,
#zeitgeist2012 #zindex .navigation a.artists,
#zeitgeist2013 #zindex .navigation a.artists,
#zeitgeist2014 #zindex .navigation a.artists,
#zeitgeist2015 #zindex .navigation a.artists,
#sxsw2014 #zindex .navigation a.artists,
#sxsw2014_wrap #zindex .navigation a.artists,
#sxsw2015 #zindex .navigation a.artists,
#tv #zindex .navigation a.artists,
#stack #zindex .navigation a.artists,
#stacklive #zindex .navigation a.artists,
#mazda_hypeon_monthly #zindex .navigation a.artists,
#otw_2015_2 #zindex .navigation a.artists {
  background-position: 0px -1px;
  margin-top: 14px;
}
#zeitgeist2007 #zindex .navigation a.artists:hover,
#best2007albums #zindex .navigation a.artists:hover,
#best2007bands #zindex .navigation a.artists:hover,
#zeitgeist2008 #zindex .navigation a.artists:hover,
#zeitgeist2008-artists #zindex .navigation a.artists:hover,
#zeitgeist2008-albums #zindex .navigation a.artists:hover,
#zeitgeist2009 #zindex .navigation a.artists:hover,
#zeitgeist_artists #zindex .navigation a.artists:hover,
#zeitgeist2010 #zindex .navigation a.artists:hover,
#zeitgeist2011 #zindex .navigation a.artists:hover,
#zeitgeist2011_intro #zindex .navigation a.artists:hover,
#zeitgeist2011_artists #zindex .navigation a.artists:hover,
#zeitgeist2011_albums #zindex .navigation a.artists:hover,
#zeitgeist2011_songs #zindex .navigation a.artists:hover,
#zeitgeist2012 #zindex .navigation a.artists:hover,
#zeitgeist2013 #zindex .navigation a.artists:hover,
#zeitgeist2014 #zindex .navigation a.artists:hover,
#zeitgeist2015 #zindex .navigation a.artists:hover,
#sxsw2014 #zindex .navigation a.artists:hover,
#sxsw2014_wrap #zindex .navigation a.artists:hover,
#sxsw2015 #zindex .navigation a.artists:hover,
#tv #zindex .navigation a.artists:hover,
#stack #zindex .navigation a.artists:hover,
#stacklive #zindex .navigation a.artists:hover,
#mazda_hypeon_monthly #zindex .navigation a.artists:hover,
#otw_2015_2 #zindex .navigation a.artists:hover {
  background-position: bottom left;
}
#zeitgeist2007 #zindex .navigation a.tracks,
#best2007albums #zindex .navigation a.tracks,
#best2007bands #zindex .navigation a.tracks,
#zeitgeist2008 #zindex .navigation a.tracks,
#zeitgeist2008-artists #zindex .navigation a.tracks,
#zeitgeist2008-albums #zindex .navigation a.tracks,
#zeitgeist2009 #zindex .navigation a.tracks,
#zeitgeist_artists #zindex .navigation a.tracks,
#zeitgeist2010 #zindex .navigation a.tracks,
#zeitgeist2011 #zindex .navigation a.tracks,
#zeitgeist2011_intro #zindex .navigation a.tracks,
#zeitgeist2011_artists #zindex .navigation a.tracks,
#zeitgeist2011_albums #zindex .navigation a.tracks,
#zeitgeist2011_songs #zindex .navigation a.tracks,
#zeitgeist2012 #zindex .navigation a.tracks,
#zeitgeist2013 #zindex .navigation a.tracks,
#zeitgeist2014 #zindex .navigation a.tracks,
#zeitgeist2015 #zindex .navigation a.tracks,
#sxsw2014 #zindex .navigation a.tracks,
#sxsw2014_wrap #zindex .navigation a.tracks,
#sxsw2015 #zindex .navigation a.tracks,
#tv #zindex .navigation a.tracks,
#stack #zindex .navigation a.tracks,
#stacklive #zindex .navigation a.tracks,
#mazda_hypeon_monthly #zindex .navigation a.tracks,
#otw_2015_2 #zindex .navigation a.tracks {
  background-position: 155px -1px;
  margin-top: 14px;
}
#zeitgeist2007 #zindex .navigation a.tracks:hover,
#best2007albums #zindex .navigation a.tracks:hover,
#best2007bands #zindex .navigation a.tracks:hover,
#zeitgeist2008 #zindex .navigation a.tracks:hover,
#zeitgeist2008-artists #zindex .navigation a.tracks:hover,
#zeitgeist2008-albums #zindex .navigation a.tracks:hover,
#zeitgeist2009 #zindex .navigation a.tracks:hover,
#zeitgeist_artists #zindex .navigation a.tracks:hover,
#zeitgeist2010 #zindex .navigation a.tracks:hover,
#zeitgeist2011 #zindex .navigation a.tracks:hover,
#zeitgeist2011_intro #zindex .navigation a.tracks:hover,
#zeitgeist2011_artists #zindex .navigation a.tracks:hover,
#zeitgeist2011_albums #zindex .navigation a.tracks:hover,
#zeitgeist2011_songs #zindex .navigation a.tracks:hover,
#zeitgeist2012 #zindex .navigation a.tracks:hover,
#zeitgeist2013 #zindex .navigation a.tracks:hover,
#zeitgeist2014 #zindex .navigation a.tracks:hover,
#zeitgeist2015 #zindex .navigation a.tracks:hover,
#sxsw2014 #zindex .navigation a.tracks:hover,
#sxsw2014_wrap #zindex .navigation a.tracks:hover,
#sxsw2015 #zindex .navigation a.tracks:hover,
#tv #zindex .navigation a.tracks:hover,
#stack #zindex .navigation a.tracks:hover,
#stacklive #zindex .navigation a.tracks:hover,
#mazda_hypeon_monthly #zindex .navigation a.tracks:hover,
#otw_2015_2 #zindex .navigation a.tracks:hover {
  background-position: bottom right;
}
#zeitgeist2007 #zindex .navigation a.tumblr,
#best2007albums #zindex .navigation a.tumblr,
#best2007bands #zindex .navigation a.tumblr,
#zeitgeist2008 #zindex .navigation a.tumblr,
#zeitgeist2008-artists #zindex .navigation a.tumblr,
#zeitgeist2008-albums #zindex .navigation a.tumblr,
#zeitgeist2009 #zindex .navigation a.tumblr,
#zeitgeist_artists #zindex .navigation a.tumblr,
#zeitgeist2010 #zindex .navigation a.tumblr,
#zeitgeist2011 #zindex .navigation a.tumblr,
#zeitgeist2011_intro #zindex .navigation a.tumblr,
#zeitgeist2011_artists #zindex .navigation a.tumblr,
#zeitgeist2011_albums #zindex .navigation a.tumblr,
#zeitgeist2011_songs #zindex .navigation a.tumblr,
#zeitgeist2012 #zindex .navigation a.tumblr,
#zeitgeist2013 #zindex .navigation a.tumblr,
#zeitgeist2014 #zindex .navigation a.tumblr,
#zeitgeist2015 #zindex .navigation a.tumblr,
#sxsw2014 #zindex .navigation a.tumblr,
#sxsw2014_wrap #zindex .navigation a.tumblr,
#sxsw2015 #zindex .navigation a.tumblr,
#tv #zindex .navigation a.tumblr,
#stack #zindex .navigation a.tumblr,
#stacklive #zindex .navigation a.tumblr,
#mazda_hypeon_monthly #zindex .navigation a.tumblr,
#otw_2015_2 #zindex .navigation a.tumblr {
  background-image: url(http://static-ak.hypem.net/rev_1364249707/images/zeitgeist2012/albums.png);
  height: 129px;
  background-position: top left;
  width: 147px;
  margin-top: 14px;
}
#zeitgeist2007 #zindex .navigation a.tumblr:hover,
#best2007albums #zindex .navigation a.tumblr:hover,
#best2007bands #zindex .navigation a.tumblr:hover,
#zeitgeist2008 #zindex .navigation a.tumblr:hover,
#zeitgeist2008-artists #zindex .navigation a.tumblr:hover,
#zeitgeist2008-albums #zindex .navigation a.tumblr:hover,
#zeitgeist2009 #zindex .navigation a.tumblr:hover,
#zeitgeist_artists #zindex .navigation a.tumblr:hover,
#zeitgeist2010 #zindex .navigation a.tumblr:hover,
#zeitgeist2011 #zindex .navigation a.tumblr:hover,
#zeitgeist2011_intro #zindex .navigation a.tumblr:hover,
#zeitgeist2011_artists #zindex .navigation a.tumblr:hover,
#zeitgeist2011_albums #zindex .navigation a.tumblr:hover,
#zeitgeist2011_songs #zindex .navigation a.tumblr:hover,
#zeitgeist2012 #zindex .navigation a.tumblr:hover,
#zeitgeist2013 #zindex .navigation a.tumblr:hover,
#zeitgeist2014 #zindex .navigation a.tumblr:hover,
#zeitgeist2015 #zindex .navigation a.tumblr:hover,
#sxsw2014 #zindex .navigation a.tumblr:hover,
#sxsw2014_wrap #zindex .navigation a.tumblr:hover,
#sxsw2015 #zindex .navigation a.tumblr:hover,
#tv #zindex .navigation a.tumblr:hover,
#stack #zindex .navigation a.tumblr:hover,
#stacklive #zindex .navigation a.tumblr:hover,
#mazda_hypeon_monthly #zindex .navigation a.tumblr:hover,
#otw_2015_2 #zindex .navigation a.tumblr:hover {
  background-position: bottom left;
}
#zeitgeist2007 #zindex .copy,
#best2007albums #zindex .copy,
#best2007bands #zindex .copy,
#zeitgeist2008 #zindex .copy,
#zeitgeist2008-artists #zindex .copy,
#zeitgeist2008-albums #zindex .copy,
#zeitgeist2009 #zindex .copy,
#zeitgeist_artists #zindex .copy,
#zeitgeist2010 #zindex .copy,
#zeitgeist2011 #zindex .copy,
#zeitgeist2011_intro #zindex .copy,
#zeitgeist2011_artists #zindex .copy,
#zeitgeist2011_albums #zindex .copy,
#zeitgeist2011_songs #zindex .copy,
#zeitgeist2012 #zindex .copy,
#zeitgeist2013 #zindex .copy,
#zeitgeist2014 #zindex .copy,
#zeitgeist2015 #zindex .copy,
#sxsw2014 #zindex .copy,
#sxsw2014_wrap #zindex .copy,
#sxsw2015 #zindex .copy,
#tv #zindex .copy,
#stack #zindex .copy,
#stacklive #zindex .copy,
#mazda_hypeon_monthly #zindex .copy,
#otw_2015_2 #zindex .copy {
  width: 340px;
  font-size: 18px;
  border: 5px solid #222222;
  margin: 40px auto;
  padding: 10px;
}
#zeitgeist2007 #zindex .share,
#best2007albums #zindex .share,
#best2007bands #zindex .share,
#zeitgeist2008 #zindex .share,
#zeitgeist2008-artists #zindex .share,
#zeitgeist2008-albums #zindex .share,
#zeitgeist2009 #zindex .share,
#zeitgeist_artists #zindex .share,
#zeitgeist2010 #zindex .share,
#zeitgeist2011 #zindex .share,
#zeitgeist2011_intro #zindex .share,
#zeitgeist2011_artists #zindex .share,
#zeitgeist2011_albums #zindex .share,
#zeitgeist2011_songs #zindex .share,
#zeitgeist2012 #zindex .share,
#zeitgeist2013 #zindex .share,
#zeitgeist2014 #zindex .share,
#zeitgeist2015 #zindex .share,
#sxsw2014 #zindex .share,
#sxsw2014_wrap #zindex .share,
#sxsw2015 #zindex .share,
#tv #zindex .share,
#stack #zindex .share,
#stacklive #zindex .share,
#mazda_hypeon_monthly #zindex .share,
#otw_2015_2 #zindex .share {
  font-size: 24px;
  height: 24px;
  line-height: 1em;
  margin: 40px auto;
  text-align: center;
}
#zeitgeist2007 #zindex .share a,
#best2007albums #zindex .share a,
#best2007bands #zindex .share a,
#zeitgeist2008 #zindex .share a,
#zeitgeist2008-artists #zindex .share a,
#zeitgeist2008-albums #zindex .share a,
#zeitgeist2009 #zindex .share a,
#zeitgeist_artists #zindex .share a,
#zeitgeist2010 #zindex .share a,
#zeitgeist2011 #zindex .share a,
#zeitgeist2011_intro #zindex .share a,
#zeitgeist2011_artists #zindex .share a,
#zeitgeist2011_albums #zindex .share a,
#zeitgeist2011_songs #zindex .share a,
#zeitgeist2012 #zindex .share a,
#zeitgeist2013 #zindex .share a,
#zeitgeist2014 #zindex .share a,
#zeitgeist2015 #zindex .share a,
#sxsw2014 #zindex .share a,
#sxsw2014_wrap #zindex .share a,
#sxsw2015 #zindex .share a,
#tv #zindex .share a,
#stack #zindex .share a,
#stacklive #zindex .share a,
#mazda_hypeon_monthly #zindex .share a,
#otw_2015_2 #zindex .share a {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  position: relative;
  top: 3px;
  color: #222222;
}
#zeitgeist2007 #zindex .share a:hover,
#best2007albums #zindex .share a:hover,
#best2007bands #zindex .share a:hover,
#zeitgeist2008 #zindex .share a:hover,
#zeitgeist2008-artists #zindex .share a:hover,
#zeitgeist2008-albums #zindex .share a:hover,
#zeitgeist2009 #zindex .share a:hover,
#zeitgeist_artists #zindex .share a:hover,
#zeitgeist2010 #zindex .share a:hover,
#zeitgeist2011 #zindex .share a:hover,
#zeitgeist2011_intro #zindex .share a:hover,
#zeitgeist2011_artists #zindex .share a:hover,
#zeitgeist2011_albums #zindex .share a:hover,
#zeitgeist2011_songs #zindex .share a:hover,
#zeitgeist2012 #zindex .share a:hover,
#zeitgeist2013 #zindex .share a:hover,
#zeitgeist2014 #zindex .share a:hover,
#zeitgeist2015 #zindex .share a:hover,
#sxsw2014 #zindex .share a:hover,
#sxsw2014_wrap #zindex .share a:hover,
#sxsw2015 #zindex .share a:hover,
#tv #zindex .share a:hover,
#stack #zindex .share a:hover,
#stacklive #zindex .share a:hover,
#mazda_hypeon_monthly #zindex .share a:hover,
#otw_2015_2 #zindex .share a:hover {
  color: #222222;
}
#zeitgeist2007 #zheader,
#best2007albums #zheader,
#best2007bands #zheader,
#zeitgeist2008 #zheader,
#zeitgeist2008-artists #zheader,
#zeitgeist2008-albums #zheader,
#zeitgeist2009 #zheader,
#zeitgeist_artists #zheader,
#zeitgeist2010 #zheader,
#zeitgeist2011 #zheader,
#zeitgeist2011_intro #zheader,
#zeitgeist2011_artists #zheader,
#zeitgeist2011_albums #zheader,
#zeitgeist2011_songs #zheader,
#zeitgeist2012 #zheader,
#zeitgeist2013 #zheader,
#zeitgeist2014 #zheader,
#zeitgeist2015 #zheader,
#sxsw2014 #zheader,
#sxsw2014_wrap #zheader,
#sxsw2015 #zheader,
#tv #zheader,
#stack #zheader,
#stacklive #zheader,
#mazda_hypeon_monthly #zheader,
#otw_2015_2 #zheader {
  position: relative;
  margin: 60px 0px;
}
#zeitgeist2007 #zheader .navigation,
#best2007albums #zheader .navigation,
#best2007bands #zheader .navigation,
#zeitgeist2008 #zheader .navigation,
#zeitgeist2008-artists #zheader .navigation,
#zeitgeist2008-albums #zheader .navigation,
#zeitgeist2009 #zheader .navigation,
#zeitgeist_artists #zheader .navigation,
#zeitgeist2010 #zheader .navigation,
#zeitgeist2011 #zheader .navigation,
#zeitgeist2011_intro #zheader .navigation,
#zeitgeist2011_artists #zheader .navigation,
#zeitgeist2011_albums #zheader .navigation,
#zeitgeist2011_songs #zheader .navigation,
#zeitgeist2012 #zheader .navigation,
#zeitgeist2013 #zheader .navigation,
#zeitgeist2014 #zheader .navigation,
#zeitgeist2015 #zheader .navigation,
#sxsw2014 #zheader .navigation,
#sxsw2014_wrap #zheader .navigation,
#sxsw2015 #zheader .navigation,
#tv #zheader .navigation,
#stack #zheader .navigation,
#stacklive #zheader .navigation,
#mazda_hypeon_monthly #zheader .navigation,
#otw_2015_2 #zheader .navigation {
  position: absolute;
  right: 0px;
  top: 0px;
}
#zeitgeist2007 #zheader .navigation a,
#best2007albums #zheader .navigation a,
#best2007bands #zheader .navigation a,
#zeitgeist2008 #zheader .navigation a,
#zeitgeist2008-artists #zheader .navigation a,
#zeitgeist2008-albums #zheader .navigation a,
#zeitgeist2009 #zheader .navigation a,
#zeitgeist_artists #zheader .navigation a,
#zeitgeist2010 #zheader .navigation a,
#zeitgeist2011 #zheader .navigation a,
#zeitgeist2011_intro #zheader .navigation a,
#zeitgeist2011_artists #zheader .navigation a,
#zeitgeist2011_albums #zheader .navigation a,
#zeitgeist2011_songs #zheader .navigation a,
#zeitgeist2012 #zheader .navigation a,
#zeitgeist2013 #zheader .navigation a,
#zeitgeist2014 #zheader .navigation a,
#zeitgeist2015 #zheader .navigation a,
#sxsw2014 #zheader .navigation a,
#sxsw2014_wrap #zheader .navigation a,
#sxsw2015 #zheader .navigation a,
#tv #zheader .navigation a,
#stack #zheader .navigation a,
#stacklive #zheader .navigation a,
#mazda_hypeon_monthly #zheader .navigation a,
#otw_2015_2 #zheader .navigation a {
  background-image: url(http://static-ak.hypem.net/rev_1364249707/images/zeitgeist2012/selector_long.png);
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  width: 132px;
  height: 41px;
}
#zeitgeist2007 #zheader .navigation a.artists,
#best2007albums #zheader .navigation a.artists,
#best2007bands #zheader .navigation a.artists,
#zeitgeist2008 #zheader .navigation a.artists,
#zeitgeist2008-artists #zheader .navigation a.artists,
#zeitgeist2008-albums #zheader .navigation a.artists,
#zeitgeist2009 #zheader .navigation a.artists,
#zeitgeist_artists #zheader .navigation a.artists,
#zeitgeist2010 #zheader .navigation a.artists,
#zeitgeist2011 #zheader .navigation a.artists,
#zeitgeist2011_intro #zheader .navigation a.artists,
#zeitgeist2011_artists #zheader .navigation a.artists,
#zeitgeist2011_albums #zheader .navigation a.artists,
#zeitgeist2011_songs #zheader .navigation a.artists,
#zeitgeist2012 #zheader .navigation a.artists,
#zeitgeist2013 #zheader .navigation a.artists,
#zeitgeist2014 #zheader .navigation a.artists,
#zeitgeist2015 #zheader .navigation a.artists,
#sxsw2014 #zheader .navigation a.artists,
#sxsw2014_wrap #zheader .navigation a.artists,
#sxsw2015 #zheader .navigation a.artists,
#tv #zheader .navigation a.artists,
#stack #zheader .navigation a.artists,
#stacklive #zheader .navigation a.artists,
#mazda_hypeon_monthly #zheader .navigation a.artists,
#otw_2015_2 #zheader .navigation a.artists {
  background-position: top left;
}
#zeitgeist2007 #zheader .navigation a.artists:hover,
#best2007albums #zheader .navigation a.artists:hover,
#best2007bands #zheader .navigation a.artists:hover,
#zeitgeist2008 #zheader .navigation a.artists:hover,
#zeitgeist2008-artists #zheader .navigation a.artists:hover,
#zeitgeist2008-albums #zheader .navigation a.artists:hover,
#zeitgeist2009 #zheader .navigation a.artists:hover,
#zeitgeist_artists #zheader .navigation a.artists:hover,
#zeitgeist2010 #zheader .navigation a.artists:hover,
#zeitgeist2011 #zheader .navigation a.artists:hover,
#zeitgeist2011_intro #zheader .navigation a.artists:hover,
#zeitgeist2011_artists #zheader .navigation a.artists:hover,
#zeitgeist2011_albums #zheader .navigation a.artists:hover,
#zeitgeist2011_songs #zheader .navigation a.artists:hover,
#zeitgeist2012 #zheader .navigation a.artists:hover,
#zeitgeist2013 #zheader .navigation a.artists:hover,
#zeitgeist2014 #zheader .navigation a.artists:hover,
#zeitgeist2015 #zheader .navigation a.artists:hover,
#sxsw2014 #zheader .navigation a.artists:hover,
#sxsw2014_wrap #zheader .navigation a.artists:hover,
#sxsw2015 #zheader .navigation a.artists:hover,
#tv #zheader .navigation a.artists:hover,
#stack #zheader .navigation a.artists:hover,
#stacklive #zheader .navigation a.artists:hover,
#mazda_hypeon_monthly #zheader .navigation a.artists:hover,
#otw_2015_2 #zheader .navigation a.artists:hover {
  background-position: 0px -46px;
}
#zeitgeist2007 #zheader .navigation a.tracks,
#best2007albums #zheader .navigation a.tracks,
#best2007bands #zheader .navigation a.tracks,
#zeitgeist2008 #zheader .navigation a.tracks,
#zeitgeist2008-artists #zheader .navigation a.tracks,
#zeitgeist2008-albums #zheader .navigation a.tracks,
#zeitgeist2009 #zheader .navigation a.tracks,
#zeitgeist_artists #zheader .navigation a.tracks,
#zeitgeist2010 #zheader .navigation a.tracks,
#zeitgeist2011 #zheader .navigation a.tracks,
#zeitgeist2011_intro #zheader .navigation a.tracks,
#zeitgeist2011_artists #zheader .navigation a.tracks,
#zeitgeist2011_albums #zheader .navigation a.tracks,
#zeitgeist2011_songs #zheader .navigation a.tracks,
#zeitgeist2012 #zheader .navigation a.tracks,
#zeitgeist2013 #zheader .navigation a.tracks,
#zeitgeist2014 #zheader .navigation a.tracks,
#zeitgeist2015 #zheader .navigation a.tracks,
#sxsw2014 #zheader .navigation a.tracks,
#sxsw2014_wrap #zheader .navigation a.tracks,
#sxsw2015 #zheader .navigation a.tracks,
#tv #zheader .navigation a.tracks,
#stack #zheader .navigation a.tracks,
#stacklive #zheader .navigation a.tracks,
#mazda_hypeon_monthly #zheader .navigation a.tracks,
#otw_2015_2 #zheader .navigation a.tracks {
  background-position: top right;
}
#zeitgeist2007 #zheader .navigation a.tracks:hover,
#best2007albums #zheader .navigation a.tracks:hover,
#best2007bands #zheader .navigation a.tracks:hover,
#zeitgeist2008 #zheader .navigation a.tracks:hover,
#zeitgeist2008-artists #zheader .navigation a.tracks:hover,
#zeitgeist2008-albums #zheader .navigation a.tracks:hover,
#zeitgeist2009 #zheader .navigation a.tracks:hover,
#zeitgeist_artists #zheader .navigation a.tracks:hover,
#zeitgeist2010 #zheader .navigation a.tracks:hover,
#zeitgeist2011 #zheader .navigation a.tracks:hover,
#zeitgeist2011_intro #zheader .navigation a.tracks:hover,
#zeitgeist2011_artists #zheader .navigation a.tracks:hover,
#zeitgeist2011_albums #zheader .navigation a.tracks:hover,
#zeitgeist2011_songs #zheader .navigation a.tracks:hover,
#zeitgeist2012 #zheader .navigation a.tracks:hover,
#zeitgeist2013 #zheader .navigation a.tracks:hover,
#zeitgeist2014 #zheader .navigation a.tracks:hover,
#zeitgeist2015 #zheader .navigation a.tracks:hover,
#sxsw2014 #zheader .navigation a.tracks:hover,
#sxsw2014_wrap #zheader .navigation a.tracks:hover,
#sxsw2015 #zheader .navigation a.tracks:hover,
#tv #zheader .navigation a.tracks:hover,
#stack #zheader .navigation a.tracks:hover,
#stacklive #zheader .navigation a.tracks:hover,
#mazda_hypeon_monthly #zheader .navigation a.tracks:hover,
#otw_2015_2 #zheader .navigation a.tracks:hover {
  background-position: 132px -46px;
}
#zeitgeist2007 #zmixes h3,
#best2007albums #zmixes h3,
#best2007bands #zmixes h3,
#zeitgeist2008 #zmixes h3,
#zeitgeist2008-artists #zmixes h3,
#zeitgeist2008-albums #zmixes h3,
#zeitgeist2009 #zmixes h3,
#zeitgeist_artists #zmixes h3,
#zeitgeist2010 #zmixes h3,
#zeitgeist2011 #zmixes h3,
#zeitgeist2011_intro #zmixes h3,
#zeitgeist2011_artists #zmixes h3,
#zeitgeist2011_albums #zmixes h3,
#zeitgeist2011_songs #zmixes h3,
#zeitgeist2012 #zmixes h3,
#zeitgeist2013 #zmixes h3,
#zeitgeist2014 #zmixes h3,
#zeitgeist2015 #zmixes h3,
#sxsw2014 #zmixes h3,
#sxsw2014_wrap #zmixes h3,
#sxsw2015 #zmixes h3,
#tv #zmixes h3,
#stack #zmixes h3,
#stacklive #zmixes h3,
#mazda_hypeon_monthly #zmixes h3,
#otw_2015_2 #zmixes h3 {
  font-size: 18px;
  margin: 60px 0px;
}
#zeitgeist2007 #zmixes li,
#best2007albums #zmixes li,
#best2007bands #zmixes li,
#zeitgeist2008 #zmixes li,
#zeitgeist2008-artists #zmixes li,
#zeitgeist2008-albums #zmixes li,
#zeitgeist2009 #zmixes li,
#zeitgeist_artists #zmixes li,
#zeitgeist2010 #zmixes li,
#zeitgeist2011 #zmixes li,
#zeitgeist2011_intro #zmixes li,
#zeitgeist2011_artists #zmixes li,
#zeitgeist2011_albums #zmixes li,
#zeitgeist2011_songs #zmixes li,
#zeitgeist2012 #zmixes li,
#zeitgeist2013 #zmixes li,
#zeitgeist2014 #zmixes li,
#zeitgeist2015 #zmixes li,
#sxsw2014 #zmixes li,
#sxsw2014_wrap #zmixes li,
#sxsw2015 #zmixes li,
#tv #zmixes li,
#stack #zmixes li,
#stacklive #zmixes li,
#mazda_hypeon_monthly #zmixes li,
#otw_2015_2 #zmixes li {
  width: 688px;
  padding-left: 328px;
  padding-bottom: 20px;
  padding-right: 23px;
  padding-top: 5px;
  position: relative;
  margin: 60px 0px;
}
#zeitgeist2007 #zmixes li .album-art,
#best2007albums #zmixes li .album-art,
#best2007bands #zmixes li .album-art,
#zeitgeist2008 #zmixes li .album-art,
#zeitgeist2008-artists #zmixes li .album-art,
#zeitgeist2008-albums #zmixes li .album-art,
#zeitgeist2009 #zmixes li .album-art,
#zeitgeist_artists #zmixes li .album-art,
#zeitgeist2010 #zmixes li .album-art,
#zeitgeist2011 #zmixes li .album-art,
#zeitgeist2011_intro #zmixes li .album-art,
#zeitgeist2011_artists #zmixes li .album-art,
#zeitgeist2011_albums #zmixes li .album-art,
#zeitgeist2011_songs #zmixes li .album-art,
#zeitgeist2012 #zmixes li .album-art,
#zeitgeist2013 #zmixes li .album-art,
#zeitgeist2014 #zmixes li .album-art,
#zeitgeist2015 #zmixes li .album-art,
#sxsw2014 #zmixes li .album-art,
#sxsw2014_wrap #zmixes li .album-art,
#sxsw2015 #zmixes li .album-art,
#tv #zmixes li .album-art,
#stack #zmixes li .album-art,
#stacklive #zmixes li .album-art,
#mazda_hypeon_monthly #zmixes li .album-art,
#otw_2015_2 #zmixes li .album-art {
  left: 21px;
  top: 3px;
  position: absolute;
  width: 284px;
  height: 284px;
  background-color: #efefef;
}
#zeitgeist2007 #zmixes li .album-art img,
#best2007albums #zmixes li .album-art img,
#best2007bands #zmixes li .album-art img,
#zeitgeist2008 #zmixes li .album-art img,
#zeitgeist2008-artists #zmixes li .album-art img,
#zeitgeist2008-albums #zmixes li .album-art img,
#zeitgeist2009 #zmixes li .album-art img,
#zeitgeist_artists #zmixes li .album-art img,
#zeitgeist2010 #zmixes li .album-art img,
#zeitgeist2011 #zmixes li .album-art img,
#zeitgeist2011_intro #zmixes li .album-art img,
#zeitgeist2011_artists #zmixes li .album-art img,
#zeitgeist2011_albums #zmixes li .album-art img,
#zeitgeist2011_songs #zmixes li .album-art img,
#zeitgeist2012 #zmixes li .album-art img,
#zeitgeist2013 #zmixes li .album-art img,
#zeitgeist2014 #zmixes li .album-art img,
#zeitgeist2015 #zmixes li .album-art img,
#sxsw2014 #zmixes li .album-art img,
#sxsw2014_wrap #zmixes li .album-art img,
#sxsw2015 #zmixes li .album-art img,
#tv #zmixes li .album-art img,
#stack #zmixes li .album-art img,
#stacklive #zmixes li .album-art img,
#mazda_hypeon_monthly #zmixes li .album-art img,
#otw_2015_2 #zmixes li .album-art img {
  width: 284px;
  height: 284px;
}
#zeitgeist2007 #zmixes li .buy-links p,
#best2007albums #zmixes li .buy-links p,
#best2007bands #zmixes li .buy-links p,
#zeitgeist2008 #zmixes li .buy-links p,
#zeitgeist2008-artists #zmixes li .buy-links p,
#zeitgeist2008-albums #zmixes li .buy-links p,
#zeitgeist2009 #zmixes li .buy-links p,
#zeitgeist_artists #zmixes li .buy-links p,
#zeitgeist2010 #zmixes li .buy-links p,
#zeitgeist2011 #zmixes li .buy-links p,
#zeitgeist2011_intro #zmixes li .buy-links p,
#zeitgeist2011_artists #zmixes li .buy-links p,
#zeitgeist2011_albums #zmixes li .buy-links p,
#zeitgeist2011_songs #zmixes li .buy-links p,
#zeitgeist2012 #zmixes li .buy-links p,
#zeitgeist2013 #zmixes li .buy-links p,
#zeitgeist2014 #zmixes li .buy-links p,
#zeitgeist2015 #zmixes li .buy-links p,
#sxsw2014 #zmixes li .buy-links p,
#sxsw2014_wrap #zmixes li .buy-links p,
#sxsw2015 #zmixes li .buy-links p,
#tv #zmixes li .buy-links p,
#stack #zmixes li .buy-links p,
#stacklive #zmixes li .buy-links p,
#mazda_hypeon_monthly #zmixes li .buy-links p,
#otw_2015_2 #zmixes li .buy-links p {
  text-align: right;
  font-size: 18px;
}
#zeitgeist2007 .item-block,
#best2007albums .item-block,
#best2007bands .item-block,
#zeitgeist2008 .item-block,
#zeitgeist2008-artists .item-block,
#zeitgeist2008-albums .item-block,
#zeitgeist2009 .item-block,
#zeitgeist_artists .item-block,
#zeitgeist2010 .item-block,
#zeitgeist2011 .item-block,
#zeitgeist2011_intro .item-block,
#zeitgeist2011_artists .item-block,
#zeitgeist2011_albums .item-block,
#zeitgeist2011_songs .item-block,
#zeitgeist2012 .item-block,
#zeitgeist2013 .item-block,
#zeitgeist2014 .item-block,
#zeitgeist2015 .item-block,
#sxsw2014 .item-block,
#sxsw2014_wrap .item-block,
#sxsw2015 .item-block,
#tv .item-block,
#stack .item-block,
#stacklive .item-block,
#mazda_hypeon_monthly .item-block,
#otw_2015_2 .item-block {
  position: relative;
  /*margin-top: @space-large;*/
}
#zeitgeist2007 .item-block h2,
#best2007albums .item-block h2,
#best2007bands .item-block h2,
#zeitgeist2008 .item-block h2,
#zeitgeist2008-artists .item-block h2,
#zeitgeist2008-albums .item-block h2,
#zeitgeist2009 .item-block h2,
#zeitgeist_artists .item-block h2,
#zeitgeist2010 .item-block h2,
#zeitgeist2011 .item-block h2,
#zeitgeist2011_intro .item-block h2,
#zeitgeist2011_artists .item-block h2,
#zeitgeist2011_albums .item-block h2,
#zeitgeist2011_songs .item-block h2,
#zeitgeist2012 .item-block h2,
#zeitgeist2013 .item-block h2,
#zeitgeist2014 .item-block h2,
#zeitgeist2015 .item-block h2,
#sxsw2014 .item-block h2,
#sxsw2014_wrap .item-block h2,
#sxsw2015 .item-block h2,
#tv .item-block h2,
#stack .item-block h2,
#stacklive .item-block h2,
#mazda_hypeon_monthly .item-block h2,
#otw_2015_2 .item-block h2 {
  font-weight: bold;
  color: #222222;
  font-size: 30px;
}
#zeitgeist2007 .item-block h2 .ranking,
#best2007albums .item-block h2 .ranking,
#best2007bands .item-block h2 .ranking,
#zeitgeist2008 .item-block h2 .ranking,
#zeitgeist2008-artists .item-block h2 .ranking,
#zeitgeist2008-albums .item-block h2 .ranking,
#zeitgeist2009 .item-block h2 .ranking,
#zeitgeist_artists .item-block h2 .ranking,
#zeitgeist2010 .item-block h2 .ranking,
#zeitgeist2011 .item-block h2 .ranking,
#zeitgeist2011_intro .item-block h2 .ranking,
#zeitgeist2011_artists .item-block h2 .ranking,
#zeitgeist2011_albums .item-block h2 .ranking,
#zeitgeist2011_songs .item-block h2 .ranking,
#zeitgeist2012 .item-block h2 .ranking,
#zeitgeist2013 .item-block h2 .ranking,
#zeitgeist2014 .item-block h2 .ranking,
#zeitgeist2015 .item-block h2 .ranking,
#sxsw2014 .item-block h2 .ranking,
#sxsw2014_wrap .item-block h2 .ranking,
#sxsw2015 .item-block h2 .ranking,
#tv .item-block h2 .ranking,
#stack .item-block h2 .ranking,
#stacklive .item-block h2 .ranking,
#mazda_hypeon_monthly .item-block h2 .ranking,
#otw_2015_2 .item-block h2 .ranking {
  color: #999999;
}
#zeitgeist2007 .item-block h2 a,
#best2007albums .item-block h2 a,
#best2007bands .item-block h2 a,
#zeitgeist2008 .item-block h2 a,
#zeitgeist2008-artists .item-block h2 a,
#zeitgeist2008-albums .item-block h2 a,
#zeitgeist2009 .item-block h2 a,
#zeitgeist_artists .item-block h2 a,
#zeitgeist2010 .item-block h2 a,
#zeitgeist2011 .item-block h2 a,
#zeitgeist2011_intro .item-block h2 a,
#zeitgeist2011_artists .item-block h2 a,
#zeitgeist2011_albums .item-block h2 a,
#zeitgeist2011_songs .item-block h2 a,
#zeitgeist2012 .item-block h2 a,
#zeitgeist2013 .item-block h2 a,
#zeitgeist2014 .item-block h2 a,
#zeitgeist2015 .item-block h2 a,
#sxsw2014 .item-block h2 a,
#sxsw2014_wrap .item-block h2 a,
#sxsw2015 .item-block h2 a,
#tv .item-block h2 a,
#stack .item-block h2 a,
#stacklive .item-block h2 a,
#mazda_hypeon_monthly .item-block h2 a,
#otw_2015_2 .item-block h2 a {
  color: #222222;
}
#zeitgeist2007 .item-block h3.album,
#best2007albums .item-block h3.album,
#best2007bands .item-block h3.album,
#zeitgeist2008 .item-block h3.album,
#zeitgeist2008-artists .item-block h3.album,
#zeitgeist2008-albums .item-block h3.album,
#zeitgeist2009 .item-block h3.album,
#zeitgeist_artists .item-block h3.album,
#zeitgeist2010 .item-block h3.album,
#zeitgeist2011 .item-block h3.album,
#zeitgeist2011_intro .item-block h3.album,
#zeitgeist2011_artists .item-block h3.album,
#zeitgeist2011_albums .item-block h3.album,
#zeitgeist2011_songs .item-block h3.album,
#zeitgeist2012 .item-block h3.album,
#zeitgeist2013 .item-block h3.album,
#zeitgeist2014 .item-block h3.album,
#zeitgeist2015 .item-block h3.album,
#sxsw2014 .item-block h3.album,
#sxsw2014_wrap .item-block h3.album,
#sxsw2015 .item-block h3.album,
#tv .item-block h3.album,
#stack .item-block h3.album,
#stacklive .item-block h3.album,
#mazda_hypeon_monthly .item-block h3.album,
#otw_2015_2 .item-block h3.album {
  font-size: 26px;
  margin-bottom: 0px;
}
#zeitgeist2007 .item-block h3.album a,
#best2007albums .item-block h3.album a,
#best2007bands .item-block h3.album a,
#zeitgeist2008 .item-block h3.album a,
#zeitgeist2008-artists .item-block h3.album a,
#zeitgeist2008-albums .item-block h3.album a,
#zeitgeist2009 .item-block h3.album a,
#zeitgeist_artists .item-block h3.album a,
#zeitgeist2010 .item-block h3.album a,
#zeitgeist2011 .item-block h3.album a,
#zeitgeist2011_intro .item-block h3.album a,
#zeitgeist2011_artists .item-block h3.album a,
#zeitgeist2011_albums .item-block h3.album a,
#zeitgeist2011_songs .item-block h3.album a,
#zeitgeist2012 .item-block h3.album a,
#zeitgeist2013 .item-block h3.album a,
#zeitgeist2014 .item-block h3.album a,
#zeitgeist2015 .item-block h3.album a,
#sxsw2014 .item-block h3.album a,
#sxsw2014_wrap .item-block h3.album a,
#sxsw2015 .item-block h3.album a,
#tv .item-block h3.album a,
#stack .item-block h3.album a,
#stacklive .item-block h3.album a,
#mazda_hypeon_monthly .item-block h3.album a,
#otw_2015_2 .item-block h3.album a {
  color: #222222;
}
#zeitgeist2007 .item-block .details,
#best2007albums .item-block .details,
#best2007bands .item-block .details,
#zeitgeist2008 .item-block .details,
#zeitgeist2008-artists .item-block .details,
#zeitgeist2008-albums .item-block .details,
#zeitgeist2009 .item-block .details,
#zeitgeist_artists .item-block .details,
#zeitgeist2010 .item-block .details,
#zeitgeist2011 .item-block .details,
#zeitgeist2011_intro .item-block .details,
#zeitgeist2011_artists .item-block .details,
#zeitgeist2011_albums .item-block .details,
#zeitgeist2011_songs .item-block .details,
#zeitgeist2012 .item-block .details,
#zeitgeist2013 .item-block .details,
#zeitgeist2014 .item-block .details,
#zeitgeist2015 .item-block .details,
#sxsw2014 .item-block .details,
#sxsw2014_wrap .item-block .details,
#sxsw2015 .item-block .details,
#tv .item-block .details,
#stack .item-block .details,
#stacklive .item-block .details,
#mazda_hypeon_monthly .item-block .details,
#otw_2015_2 .item-block .details {
  width: 623px;
  min-height: 106px;
  padding-top: 18px;
}
#zeitgeist2007 .item-block .credits,
#best2007albums .item-block .credits,
#best2007bands .item-block .credits,
#zeitgeist2008 .item-block .credits,
#zeitgeist2008-artists .item-block .credits,
#zeitgeist2008-albums .item-block .credits,
#zeitgeist2009 .item-block .credits,
#zeitgeist_artists .item-block .credits,
#zeitgeist2010 .item-block .credits,
#zeitgeist2011 .item-block .credits,
#zeitgeist2011_intro .item-block .credits,
#zeitgeist2011_artists .item-block .credits,
#zeitgeist2011_albums .item-block .credits,
#zeitgeist2011_songs .item-block .credits,
#zeitgeist2012 .item-block .credits,
#zeitgeist2013 .item-block .credits,
#zeitgeist2014 .item-block .credits,
#zeitgeist2015 .item-block .credits,
#sxsw2014 .item-block .credits,
#sxsw2014_wrap .item-block .credits,
#sxsw2015 .item-block .credits,
#tv .item-block .credits,
#stack .item-block .credits,
#stacklive .item-block .credits,
#mazda_hypeon_monthly .item-block .credits,
#otw_2015_2 .item-block .credits {
  font-size: 20px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#zeitgeist2007 .item-block .share,
#best2007albums .item-block .share,
#best2007bands .item-block .share,
#zeitgeist2008 .item-block .share,
#zeitgeist2008-artists .item-block .share,
#zeitgeist2008-albums .item-block .share,
#zeitgeist2009 .item-block .share,
#zeitgeist_artists .item-block .share,
#zeitgeist2010 .item-block .share,
#zeitgeist2011 .item-block .share,
#zeitgeist2011_intro .item-block .share,
#zeitgeist2011_artists .item-block .share,
#zeitgeist2011_albums .item-block .share,
#zeitgeist2011_songs .item-block .share,
#zeitgeist2012 .item-block .share,
#zeitgeist2013 .item-block .share,
#zeitgeist2014 .item-block .share,
#zeitgeist2015 .item-block .share,
#sxsw2014 .item-block .share,
#sxsw2014_wrap .item-block .share,
#sxsw2015 .item-block .share,
#tv .item-block .share,
#stack .item-block .share,
#stacklive .item-block .share,
#mazda_hypeon_monthly .item-block .share,
#otw_2015_2 .item-block .share {
  position: absolute;
  right: 0px;
  top: 13px;
  bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
#zeitgeist2007 .item-block .share a,
#best2007albums .item-block .share a,
#best2007bands .item-block .share a,
#zeitgeist2008 .item-block .share a,
#zeitgeist2008-artists .item-block .share a,
#zeitgeist2008-albums .item-block .share a,
#zeitgeist2009 .item-block .share a,
#zeitgeist_artists .item-block .share a,
#zeitgeist2010 .item-block .share a,
#zeitgeist2011 .item-block .share a,
#zeitgeist2011_intro .item-block .share a,
#zeitgeist2011_artists .item-block .share a,
#zeitgeist2011_albums .item-block .share a,
#zeitgeist2011_songs .item-block .share a,
#zeitgeist2012 .item-block .share a,
#zeitgeist2013 .item-block .share a,
#zeitgeist2014 .item-block .share a,
#zeitgeist2015 .item-block .share a,
#sxsw2014 .item-block .share a,
#sxsw2014_wrap .item-block .share a,
#sxsw2015 .item-block .share a,
#tv .item-block .share a,
#stack .item-block .share a,
#stacklive .item-block .share a,
#mazda_hypeon_monthly .item-block .share a,
#otw_2015_2 .item-block .share a {
  display: inline-block;
  position: relative;
  top: 5px;
  color: #222222;
}
#zeitgeist2007 .item-block .share a:hover,
#best2007albums .item-block .share a:hover,
#best2007bands .item-block .share a:hover,
#zeitgeist2008 .item-block .share a:hover,
#zeitgeist2008-artists .item-block .share a:hover,
#zeitgeist2008-albums .item-block .share a:hover,
#zeitgeist2009 .item-block .share a:hover,
#zeitgeist_artists .item-block .share a:hover,
#zeitgeist2010 .item-block .share a:hover,
#zeitgeist2011 .item-block .share a:hover,
#zeitgeist2011_intro .item-block .share a:hover,
#zeitgeist2011_artists .item-block .share a:hover,
#zeitgeist2011_albums .item-block .share a:hover,
#zeitgeist2011_songs .item-block .share a:hover,
#zeitgeist2012 .item-block .share a:hover,
#zeitgeist2013 .item-block .share a:hover,
#zeitgeist2014 .item-block .share a:hover,
#zeitgeist2015 .item-block .share a:hover,
#sxsw2014 .item-block .share a:hover,
#sxsw2014_wrap .item-block .share a:hover,
#sxsw2015 .item-block .share a:hover,
#tv .item-block .share a:hover,
#stack .item-block .share a:hover,
#stacklive .item-block .share a:hover,
#mazda_hypeon_monthly .item-block .share a:hover,
#otw_2015_2 .item-block .share a:hover {
  color: #222222;
}
#zeitgeist2007 .item-block .released,
#best2007albums .item-block .released,
#best2007bands .item-block .released,
#zeitgeist2008 .item-block .released,
#zeitgeist2008-artists .item-block .released,
#zeitgeist2008-albums .item-block .released,
#zeitgeist2009 .item-block .released,
#zeitgeist_artists .item-block .released,
#zeitgeist2010 .item-block .released,
#zeitgeist2011 .item-block .released,
#zeitgeist2011_intro .item-block .released,
#zeitgeist2011_artists .item-block .released,
#zeitgeist2011_albums .item-block .released,
#zeitgeist2011_songs .item-block .released,
#zeitgeist2012 .item-block .released,
#zeitgeist2013 .item-block .released,
#zeitgeist2014 .item-block .released,
#zeitgeist2015 .item-block .released,
#sxsw2014 .item-block .released,
#sxsw2014_wrap .item-block .released,
#sxsw2015 .item-block .released,
#tv .item-block .released,
#stack .item-block .released,
#stacklive .item-block .released,
#mazda_hypeon_monthly .item-block .released,
#otw_2015_2 .item-block .released {
  font-style: italic;
  color: #999999;
  font-weight: normal;
  letter-spacing: normal;
}
#zeitgeist2007 .item-block .icon-heart-bubble,
#best2007albums .item-block .icon-heart-bubble,
#best2007bands .item-block .icon-heart-bubble,
#zeitgeist2008 .item-block .icon-heart-bubble,
#zeitgeist2008-artists .item-block .icon-heart-bubble,
#zeitgeist2008-albums .item-block .icon-heart-bubble,
#zeitgeist2009 .item-block .icon-heart-bubble,
#zeitgeist_artists .item-block .icon-heart-bubble,
#zeitgeist2010 .item-block .icon-heart-bubble,
#zeitgeist2011 .item-block .icon-heart-bubble,
#zeitgeist2011_intro .item-block .icon-heart-bubble,
#zeitgeist2011_artists .item-block .icon-heart-bubble,
#zeitgeist2011_albums .item-block .icon-heart-bubble,
#zeitgeist2011_songs .item-block .icon-heart-bubble,
#zeitgeist2012 .item-block .icon-heart-bubble,
#zeitgeist2013 .item-block .icon-heart-bubble,
#zeitgeist2014 .item-block .icon-heart-bubble,
#zeitgeist2015 .item-block .icon-heart-bubble,
#sxsw2014 .item-block .icon-heart-bubble,
#sxsw2014_wrap .item-block .icon-heart-bubble,
#sxsw2015 .item-block .icon-heart-bubble,
#tv .item-block .icon-heart-bubble,
#stack .item-block .icon-heart-bubble,
#stacklive .item-block .icon-heart-bubble,
#mazda_hypeon_monthly .item-block .icon-heart-bubble,
#otw_2015_2 .item-block .icon-heart-bubble {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  position: relative;
  top: 3px;
  color: #222222;
}
#zeitgeist2007 .item-block .icon-heart-bubble:hover,
#best2007albums .item-block .icon-heart-bubble:hover,
#best2007bands .item-block .icon-heart-bubble:hover,
#zeitgeist2008 .item-block .icon-heart-bubble:hover,
#zeitgeist2008-artists .item-block .icon-heart-bubble:hover,
#zeitgeist2008-albums .item-block .icon-heart-bubble:hover,
#zeitgeist2009 .item-block .icon-heart-bubble:hover,
#zeitgeist_artists .item-block .icon-heart-bubble:hover,
#zeitgeist2010 .item-block .icon-heart-bubble:hover,
#zeitgeist2011 .item-block .icon-heart-bubble:hover,
#zeitgeist2011_intro .item-block .icon-heart-bubble:hover,
#zeitgeist2011_artists .item-block .icon-heart-bubble:hover,
#zeitgeist2011_albums .item-block .icon-heart-bubble:hover,
#zeitgeist2011_songs .item-block .icon-heart-bubble:hover,
#zeitgeist2012 .item-block .icon-heart-bubble:hover,
#zeitgeist2013 .item-block .icon-heart-bubble:hover,
#zeitgeist2014 .item-block .icon-heart-bubble:hover,
#zeitgeist2015 .item-block .icon-heart-bubble:hover,
#sxsw2014 .item-block .icon-heart-bubble:hover,
#sxsw2014_wrap .item-block .icon-heart-bubble:hover,
#sxsw2015 .item-block .icon-heart-bubble:hover,
#tv .item-block .icon-heart-bubble:hover,
#stack .item-block .icon-heart-bubble:hover,
#stacklive .item-block .icon-heart-bubble:hover,
#mazda_hypeon_monthly .item-block .icon-heart-bubble:hover,
#otw_2015_2 .item-block .icon-heart-bubble:hover {
  color: #222222;
}
#zeitgeist2007 .play-track,
#best2007albums .play-track,
#best2007bands .play-track,
#zeitgeist2008 .play-track,
#zeitgeist2008-artists .play-track,
#zeitgeist2008-albums .play-track,
#zeitgeist2009 .play-track,
#zeitgeist_artists .play-track,
#zeitgeist2010 .play-track,
#zeitgeist2011 .play-track,
#zeitgeist2011_intro .play-track,
#zeitgeist2011_artists .play-track,
#zeitgeist2011_albums .play-track,
#zeitgeist2011_songs .play-track,
#zeitgeist2012 .play-track,
#zeitgeist2013 .play-track,
#zeitgeist2014 .play-track,
#zeitgeist2015 .play-track,
#sxsw2014 .play-track,
#sxsw2014_wrap .play-track,
#sxsw2015 .play-track,
#tv .play-track,
#stack .play-track,
#stacklive .play-track,
#mazda_hypeon_monthly .play-track,
#otw_2015_2 .play-track {
  position: absolute;
  right: 0px;
  top: 771px;
  background-color: #efefef;
  padding: 0px 20px;
  width: 385px;
  height: 100px;
  display: inline-block;
}
#zeitgeist2007 .play-track .icon-play,
#best2007albums .play-track .icon-play,
#best2007bands .play-track .icon-play,
#zeitgeist2008 .play-track .icon-play,
#zeitgeist2008-artists .play-track .icon-play,
#zeitgeist2008-albums .play-track .icon-play,
#zeitgeist2009 .play-track .icon-play,
#zeitgeist_artists .play-track .icon-play,
#zeitgeist2010 .play-track .icon-play,
#zeitgeist2011 .play-track .icon-play,
#zeitgeist2011_intro .play-track .icon-play,
#zeitgeist2011_artists .play-track .icon-play,
#zeitgeist2011_albums .play-track .icon-play,
#zeitgeist2011_songs .play-track .icon-play,
#zeitgeist2012 .play-track .icon-play,
#zeitgeist2013 .play-track .icon-play,
#zeitgeist2014 .play-track .icon-play,
#zeitgeist2015 .play-track .icon-play,
#sxsw2014 .play-track .icon-play,
#sxsw2014_wrap .play-track .icon-play,
#sxsw2015 .play-track .icon-play,
#tv .play-track .icon-play,
#stack .play-track .icon-play,
#stacklive .play-track .icon-play,
#mazda_hypeon_monthly .play-track .icon-play,
#otw_2015_2 .play-track .icon-play {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 20px;
  font-size: 20px;
  line-height: 1em;
  margin-top: -5px;
}
#zeitgeist2007 .play-track .track-num,
#best2007albums .play-track .track-num,
#best2007bands .play-track .track-num,
#zeitgeist2008 .play-track .track-num,
#zeitgeist2008-artists .play-track .track-num,
#zeitgeist2008-albums .play-track .track-num,
#zeitgeist2009 .play-track .track-num,
#zeitgeist_artists .play-track .track-num,
#zeitgeist2010 .play-track .track-num,
#zeitgeist2011 .play-track .track-num,
#zeitgeist2011_intro .play-track .track-num,
#zeitgeist2011_artists .play-track .track-num,
#zeitgeist2011_albums .play-track .track-num,
#zeitgeist2011_songs .play-track .track-num,
#zeitgeist2012 .play-track .track-num,
#zeitgeist2013 .play-track .track-num,
#zeitgeist2014 .play-track .track-num,
#zeitgeist2015 .play-track .track-num,
#sxsw2014 .play-track .track-num,
#sxsw2014_wrap .play-track .track-num,
#sxsw2015 .play-track .track-num,
#tv .play-track .track-num,
#stack .play-track .track-num,
#stacklive .play-track .track-num,
#mazda_hypeon_monthly .play-track .track-num,
#otw_2015_2 .play-track .track-num {
  font-size: 14px;
}
#zeitgeist2007 .play-track h4,
#best2007albums .play-track h4,
#best2007bands .play-track h4,
#zeitgeist2008 .play-track h4,
#zeitgeist2008-artists .play-track h4,
#zeitgeist2008-albums .play-track h4,
#zeitgeist2009 .play-track h4,
#zeitgeist_artists .play-track h4,
#zeitgeist2010 .play-track h4,
#zeitgeist2011 .play-track h4,
#zeitgeist2011_intro .play-track h4,
#zeitgeist2011_artists .play-track h4,
#zeitgeist2011_albums .play-track h4,
#zeitgeist2011_songs .play-track h4,
#zeitgeist2012 .play-track h4,
#zeitgeist2013 .play-track h4,
#zeitgeist2014 .play-track h4,
#zeitgeist2015 .play-track h4,
#sxsw2014 .play-track h4,
#sxsw2014_wrap .play-track h4,
#sxsw2015 .play-track h4,
#tv .play-track h4,
#stack .play-track h4,
#stacklive .play-track h4,
#mazda_hypeon_monthly .play-track h4,
#otw_2015_2 .play-track h4 {
  margin-bottom: 5px;
  margin-top: 30px;
}
#zeitgeist2007 .play-track a:hover h4,
#best2007albums .play-track a:hover h4,
#best2007bands .play-track a:hover h4,
#zeitgeist2008 .play-track a:hover h4,
#zeitgeist2008-artists .play-track a:hover h4,
#zeitgeist2008-albums .play-track a:hover h4,
#zeitgeist2009 .play-track a:hover h4,
#zeitgeist_artists .play-track a:hover h4,
#zeitgeist2010 .play-track a:hover h4,
#zeitgeist2011 .play-track a:hover h4,
#zeitgeist2011_intro .play-track a:hover h4,
#zeitgeist2011_artists .play-track a:hover h4,
#zeitgeist2011_albums .play-track a:hover h4,
#zeitgeist2011_songs .play-track a:hover h4,
#zeitgeist2012 .play-track a:hover h4,
#zeitgeist2013 .play-track a:hover h4,
#zeitgeist2014 .play-track a:hover h4,
#zeitgeist2015 .play-track a:hover h4,
#sxsw2014 .play-track a:hover h4,
#sxsw2014_wrap .play-track a:hover h4,
#sxsw2015 .play-track a:hover h4,
#tv .play-track a:hover h4,
#stack .play-track a:hover h4,
#stacklive .play-track a:hover h4,
#mazda_hypeon_monthly .play-track a:hover h4,
#otw_2015_2 .play-track a:hover h4 {
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#zeitgeist2007 #phonograph,
#best2007albums #phonograph,
#best2007bands #phonograph,
#zeitgeist2008 #phonograph,
#zeitgeist2008-artists #phonograph,
#zeitgeist2008-albums #phonograph,
#zeitgeist2009 #phonograph,
#zeitgeist_artists #phonograph,
#zeitgeist2010 #phonograph,
#zeitgeist2011 #phonograph,
#zeitgeist2011_intro #phonograph,
#zeitgeist2011_artists #phonograph,
#zeitgeist2011_albums #phonograph,
#zeitgeist2011_songs #phonograph,
#zeitgeist2012 #phonograph,
#zeitgeist2013 #phonograph,
#zeitgeist2014 #phonograph,
#zeitgeist2015 #phonograph,
#sxsw2014 #phonograph,
#sxsw2014_wrap #phonograph,
#sxsw2015 #phonograph,
#tv #phonograph,
#stack #phonograph,
#stacklive #phonograph,
#mazda_hypeon_monthly #phonograph,
#otw_2015_2 #phonograph {
  display: none;
}
#zeitgeist2007 .paginator,
#best2007albums .paginator,
#best2007bands .paginator,
#zeitgeist2008 .paginator,
#zeitgeist2008-artists .paginator,
#zeitgeist2008-albums .paginator,
#zeitgeist2009 .paginator,
#zeitgeist_artists .paginator,
#zeitgeist2010 .paginator,
#zeitgeist2011 .paginator,
#zeitgeist2011_intro .paginator,
#zeitgeist2011_artists .paginator,
#zeitgeist2011_albums .paginator,
#zeitgeist2011_songs .paginator,
#zeitgeist2012 .paginator,
#zeitgeist2013 .paginator,
#zeitgeist2014 .paginator,
#zeitgeist2015 .paginator,
#sxsw2014 .paginator,
#sxsw2014_wrap .paginator,
#sxsw2015 .paginator,
#tv .paginator,
#stack .paginator,
#stacklive .paginator,
#mazda_hypeon_monthly .paginator,
#otw_2015_2 .paginator {
  border-top: none;
}
#zeitgeist2007 .paginator a,
#best2007albums .paginator a,
#best2007bands .paginator a,
#zeitgeist2008 .paginator a,
#zeitgeist2008-artists .paginator a,
#zeitgeist2008-albums .paginator a,
#zeitgeist2009 .paginator a,
#zeitgeist_artists .paginator a,
#zeitgeist2010 .paginator a,
#zeitgeist2011 .paginator a,
#zeitgeist2011_intro .paginator a,
#zeitgeist2011_artists .paginator a,
#zeitgeist2011_albums .paginator a,
#zeitgeist2011_songs .paginator a,
#zeitgeist2012 .paginator a,
#zeitgeist2013 .paginator a,
#zeitgeist2014 .paginator a,
#zeitgeist2015 .paginator a,
#sxsw2014 .paginator a,
#sxsw2014_wrap .paginator a,
#sxsw2015 .paginator a,
#tv .paginator a,
#stack .paginator a,
#stacklive .paginator a,
#mazda_hypeon_monthly .paginator a,
#otw_2015_2 .paginator a {
  font-size: 36px;
  line-height: 72px;
}
#zeitgeist2012 #zmixes li {
  background-image: url(http://static-ak.hypem.net/rev_1364249707/images/zeitgeist2012/frame.png);
}
#zeitgeist2012 #zmixes li .album-art img {
  border-right: 3px solid #07080a;
}
#zeitgeist2013 .item-block {
  margin-top: 100px;
}
#zeitgeist2013 #zmixes li {
  width: auto;
  padding: 25px 23px 40px 353px;
}
#zeitgeist2013 #zmixes li .album-art,
#zeitgeist2013 #zmixes li .album-art img {
  width: auto;
  height: auto;
}
#zeitgeist2013 #zmixes li .share a {
  float: right;
  color: #222222;
  margin: 0 0 10px 5px;
}
@font-face {
  font-family: "2014reg";
  src: url("/fonts/2014-regular-webfont.eot");
  src: url("/fonts/2014-regular-webfont.woff") format("woff");
}
#zeitgeist2014 {
  /*#content { width: 900px; }*/
}
#zeitgeist2014 #content {
  overflow: visible !important;
}
#zeitgeist2014 #content-left {
  float: none;
  margin: 0 auto;
}
#zeitgeist2014 svg {
  width: 900px;
  height: 108px;
}
#zeitgeist2014 #zindex {
  width: 900px;
  /*width: auto; */
  margin: 0 auto;
}
#zeitgeist2014 #zindex .navigation {
  font-size: 26px;
  width: auto;
}
#zeitgeist2014 #zheader,
#zeitgeist2014 #zalbums,
#zeitgeist2014 #zartists {
  width: 900px;
  margin: 0 auto 50px auto;
}
#zeitgeist2014 h1 {
  line-height: 18px;
  font-size: 34px;
  font-family: 'DINBoldRegular';
  margin: 70px auto 60px auto;
  text-align: center;
  color: #e60011;
}
#zeitgeist2014 .item-block h2 {
  display: block;
  margin: 0;
  float: left;
  width: 150px;
}
#zeitgeist2014 .item-block h2 .ranking {
  font-family: "2014reg";
  font-size: 80px;
  letter-spacing: 10px;
  color: #222222;
  display: inline-block;
  line-height: 92px;
  font-weight: normal;
  width: 150px;
  text-align: right;
}
#zeitgeist2014 .item-block h2 .ranking:hover {
  text-decoration: none;
}
#zeitgeist2014 .item-block .artist-player {
  width: 750px;
  display: block;
  position: relative;
  float: left;
  margin: 12px 0 0 0;
  border-bottom: 5px solid #83c441;
  padding: 0 0 5px 0;
}
#zeitgeist2014 .item-block .artist-player a.artist {
  display: inline-block;
  font-size: 26px;
  color: #222222;
  top: 0px;
  left: 150px;
}
#zeitgeist2014 .item-block .artist-player .play-track {
  top: 0px;
  right: 0;
  position: absolute;
  background-color: transparent;
  height: 50px;
  width: 600px;
  padding: 0 5px;
  text-align: right;
}
#zeitgeist2014 .item-block .artist-player .play-track h4 {
  margin-top: 0px;
  margin-right: 45px;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  display: inline-block;
}
#zeitgeist2014 .item-block .artist-player .play-track .icon-play {
  line-height: 0.5em;
  top: 13px;
}
#zeitgeist2014 .item-block .details {
  display: inline-block;
  min-height: 0px;
  width: 735px;
  margin: 5px 0 0 0;
  float: left;
  padding: 0;
}
#zeitgeist2014 .item-block .details h3.album {
  display: inline-block;
  top: 0px;
  margin: 0;
  font-size: 20px;
}
#zeitgeist2014 .item-block .share {
  float: right;
  position: relative;
  bottom: auto;
  top: 0px;
  right: 0px;
}
#zeitgeist2014 p.summary {
  font-size: 24px;
  font-weight: 100;
}
#zeitgeist2014 .text-nav {
  text-align: center;
  margin: 0px 0 40px 0;
}
#zeitgeist2014 .text-nav a {
  font-size: 31px;
  font-family: 'DINBoldRegular';
  padding: 14px 30px 0 0;
  display: inline-block;
  color: #e60011;
}
#zeitgeist2014 .text-nav a:last-child {
  padding: 14px 0 0 0;
}
#zeitgeist2014 .album-item-block {
  position: relative;
  overflow: visible;
  margin: 30px 0 130px 0;
}
#zeitgeist2014 .album-item-block .moment {
  font-size: 28px;
  font-weight: 100;
}
#zeitgeist2014 .album-item-block .album-name {
  display: inline-block;
  position: absolute;
  left: -150px;
  padding: 10px 15px 6px 155px;
  font-size: 24px;
  font-weight: 100;
}
#zeitgeist2014 .album-item-block .album-name .music-services {
  position: absolute;
  top: 13px;
  left: 10px;
}
#zeitgeist2014 .album-item-block .album-name .music-services a {
  font-size: 26px;
  float: left;
  margin-right: 10px;
  line-height: 21px;
}
#zeitgeist2014 .album-item-block .album-name .music-services a.icon-bc {
  font-size: 42px;
  line-height: 30px;
}
#zeitgeist2014 .album-item-block .album-sharing {
  display: inline-block;
  position: absolute;
  right: -88px;
  padding: 0px 6px 9px 10px;
  font-size: 31px;
  font-weight: 100;
  height: 31px;
}
#zeitgeist2014 .album-item-block .album-sharing a {
  float: right;
  margin-right: 5px;
  font-size: 31px;
  padding-top: 5px;
}
#zeitgeist2014 .album-item-block .why {
  width: 600px;
  padding: 20px 10px 20px 0;
  float: left;
  font-size: 21px;
  font-weight: 100;
  line-height: 125%;
}
#zeitgeist2014 .album-item-block .details {
  display: inline-block;
  position: relative;
  overflow: visible;
  /* height: 140px;*/
  margin: 0;
}
#zeitgeist2014 .album-item-block .poster {
  width: 270px;
  float: left;
  padding: 20px 0;
}
#zeitgeist2014 .album-item-block .poster a {
  float: left;
  font-size: 15px;
  margin: 4px 0;
  min-width: 100px;
}
#zeitgeist2014 .album-item-block .poster a.name {
  margin-top: 4px;
}
#zeitgeist2014 .album-item-block .poster a.img_link {
  float: right;
  margin: 0;
}
#zeitgeist2014 .album-item-block .poster p {
  float: left;
  display: block;
  font-size: 15px;
  width: 170px;
  margin: 0;
}
#zeitgeist2014 .album-item-block .play-track {
  position: relative;
  float: right;
  right: 0px;
  top: auto;
  background-color: #efefef;
  padding: 0px 20px;
  width: 860px;
  height: 51px;
}
#zeitgeist2014 .album-item-block .play-track h4 {
  margin-top: 15px;
  font-weight: 100;
  font-size: 24px;
  line-height: 26px;
}
#zeitgeist2014 hr.large {
  margin: 30px 0;
  width: 100%;
}
body#zeitgeist2015 {
  background: linear-gradient(to bottom, #bdeffc 0%, rgba(73, 201, 237, 0.98) 20%, rgba(229, 249, 94, 0.96) 41%, rgba(255, 165, 30, 0.94) 66%, rgba(202, 0, 229, 0.92) 100%);
}
/*body#zeitgeist2015:before { 
        background: linear-gradient(to bottom, #000 0%, #f00 100%);
}*/
#zeitgeist2015 {
  /*#start-the-day .album-item-block { display:block; }*/
}
#zeitgeist2015 #top-notice {
  display: none;
}
#zeitgeist2015 #header .logo-txt:hover,
#zeitgeist2015 #header #zeitgeist-header-menu .icons a:hover {
  color: #ffffff;
}
#zeitgeist2015 #container,
#zeitgeist2015 #content-wrapper,
#zeitgeist2015 #player-container {
  background-color: transparent;
}
#zeitgeist2015 #player-inner,
#zeitgeist2015 #player-container #player-inner #player-controls #player-timebar {
  background-color: rgba(255, 255, 255, 0.4);
}
#zeitgeist2015 #player-inner {
  padding: 0;
}
#zeitgeist2015 #player-container #player-inner #player-controls:hover #player-timebar.disabled {
  display: none;
}
#zeitgeist2015 #content {
  overflow: visible !important;
}
#zeitgeist2015 #content-left {
  float: none;
  margin: 0 auto;
}
#zeitgeist2015 svg {
  width: 1050px;
  height: 142px;
}
#zeitgeist2015 canvas {
  /*      border: 1px dashed black;*/
  width: 120px;
  height: 120px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  float: left;
  margin-top: 15px;
  cursor: pointer;
}
#zeitgeist2015 #zindex {
  width: 900px;
  /*width: auto; */
  margin: 0 auto;
}
#zeitgeist2015 #zindex .navigation {
  font-size: 26px;
  width: auto;
}
#zeitgeist2015 #zheader,
#zeitgeist2015 .zalbums,
#zeitgeist2015 #zvideos,
#zeitgeist2015 #zartists {
  width: 1050px;
  margin: 0 auto 30px auto;
  position: relative;
  overflow: hidden;
}
#zeitgeist2015 #zvideos {
  width: 950px;
}
#zeitgeist2015 #zartists {
  width: 860px;
}
#zeitgeist2015 h1 {
  line-height: 18px;
  font-size: 35px;
  font-family: 'DINBoldRegular';
  margin: 70px auto 60px 130px;
  text-align: left;
  cursor: pointer;
  /* color: @z14-red; */
  font-weight: normal;
  /*
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    */
  text-transform: uppercase;
}
#zeitgeist2015 h1:hover,
#zeitgeist2015 h1.hovered {
  text-decoration: underline;
}
#zeitgeist2015 .item-block {
  overflow: hidden;
}
#zeitgeist2015 .item-block h2 {
  display: block;
  margin: 0;
  float: left;
  width: 100px;
  margin-right: 10px;
}
#zeitgeist2015 .item-block h2 .ranking {
  /*      font-family: "2014reg";*/
  font-family: DINBoldRegular;
  font-size: 95px;
  /*letter-spacing:5px;*/
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  display: inline-block;
  line-height: 110px;
  font-weight: normal;
  width: 100px;
  text-align: right;
}
#zeitgeist2015 .item-block h2 .ranking:hover {
  text-decoration: none;
}
#zeitgeist2015 .item-block .released {
  font-weight: 100;
  color: #000000;
}
#zeitgeist2015 .item-block .artist-player {
  width: 750px;
  display: block;
  position: relative;
  float: left;
  margin: 16px 0 0 0;
  border-bottom: 3px solid #ffffff;
  padding: 0 0 5px 0;
}
#zeitgeist2015 .item-block .artist-player a.artist {
  display: inline-block;
  font-size: 26px;
  color: #000000;
  top: 0px;
  left: 150px;
  font-weight: 100;
}
#zeitgeist2015 .item-block .artist-player .play-track {
  top: 0px;
  right: 0;
  position: absolute;
  background-color: transparent;
  height: 50px;
  width: 600px;
  padding: 0 5px;
  text-align: right;
}
#zeitgeist2015 .item-block .artist-player .play-track h4 {
  margin-top: 0px;
  margin-right: 45px;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  display: inline-block;
}
#zeitgeist2015 .item-block .artist-player .play-track .icon-play {
  line-height: 0.5em;
  top: 15px;
}
#zeitgeist2015 .item-block .video-item {
  width: 800px;
  display: block;
  position: relative;
  float: left;
  margin: 10px 0 0 30px;
  padding: 0 0 5px 0;
}
#zeitgeist2015 .item-block .video-item a.artist {
  display: inline-block;
  font-size: 26px;
  color: #000000;
  top: 0px;
  left: 150px;
  font-weight: 100;
}
#zeitgeist2015 .item-block .video-item .play-track {
  /*        top: 0px;
        right: 0;
        position: absolute;*/
  position: relative;
  right: auto;
  top: auto;
  background-color: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
}
#zeitgeist2015 .item-block .video-item .play-track a:before {
  display: none;
}
#zeitgeist2015 .item-block .video-item .play-track h4 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 100;
  line-height: 26px;
  display: inline-block;
  width: 620px;
}
#zeitgeist2015 .item-block .video-item .play-track .icon-play {
  line-height: 0.5em;
  top: 40px;
  left: 52px;
  width: 50px;
  position: absolute;
  color: #fff;
}
#zeitgeist2015 .item-block .video-item .play-track .icon-play:hover {
  text-decoration: none;
}
#zeitgeist2015 .item-block .video-item .thumb_video {
  display: block;
  float: left;
  width: 120px;
  height: 75px;
  margin-right: 30px;
  /*height: 230px;
        width: 410px;
        margin-top:15px;*/
}
#zeitgeist2015 .item-block .video-item .video-container {
  margin: 0;
}
#zeitgeist2015 .item-block .details {
  display: inline-block;
  min-height: 0px;
  width: 735px;
  margin: 5px 0 0 0;
  float: left;
  padding: 0;
}
#zeitgeist2015 .item-block .details h3.album {
  display: inline-block;
  top: 0px;
  margin: 0;
  font-size: 20px;
}
#zeitgeist2015 .item-block .share {
  float: right;
  position: relative;
  bottom: auto;
  top: 0px;
  right: 0px;
}
#zeitgeist2015 p.summary {
  font-size: 24px;
  font-weight: 100;
  text-align: center;
}
#zeitgeist2015 .text-nav {
  text-align: center;
  margin: 0px 0 40px 0;
}
#zeitgeist2015 .text-nav a {
  font-size: 31px;
  font-family: 'DINBoldRegular';
  padding: 14px 30px 0 0;
  display: inline-block;
  color: #000000;
}
#zeitgeist2015 .text-nav a:last-child {
  padding: 14px 0 0 0;
}
#zeitgeist2015 .album-item-block {
  display: none;
  position: relative;
  overflow: visible;
  margin: 0px 15px 15px 0;
  width: 450px;
  float: left;
  padding: 0 5px 0 15px;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.4);
}
#zeitgeist2015 .album-item-block .moment {
  font-size: 28px;
  font-weight: 100;
}
#zeitgeist2015 .album-item-block .album-name {
  display: inline-block;
  position: absolute;
  left: -150px;
  padding: 10px 15px 6px 155px;
  font-size: 24px;
  font-weight: 100;
}
#zeitgeist2015 .album-item-block .album-name .music-services {
  position: absolute;
  top: 13px;
  left: 10px;
}
#zeitgeist2015 .album-item-block .album-name .music-services a {
  font-size: 26px;
  float: left;
  margin-right: 10px;
  line-height: 21px;
}
#zeitgeist2015 .album-item-block .album-name .music-services a.icon-bc {
  font-size: 42px;
  line-height: 30px;
}
#zeitgeist2015 .album-item-block .album-sharing {
  display: inline-block;
  padding: 30px 6px 9px 10px;
  font-size: 31px;
  font-weight: 100;
  height: 31px;
  float: right;
}
#zeitgeist2015 .album-item-block .album-sharing a {
  float: right;
  margin-right: 5px;
  font-size: 31px;
  padding-top: 5px;
}
#zeitgeist2015 .album-item-block .why {
  width: 600px;
  padding: 20px 10px 20px 0;
  float: left;
  font-size: 21px;
  font-weight: 100;
  line-height: 125%;
}
#zeitgeist2015 .album-item-block .details {
  display: inline-block;
  position: relative;
  overflow: visible;
  /* height: 140px;*/
  margin: 0;
  width: 100%;
}
#zeitgeist2015 .album-item-block .poster {
  /*width: 230px;*/
  float: left;
  padding: 20px 0 5px 0;
}
#zeitgeist2015 .album-item-block .poster .poster_info {
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin: 14px 0 0 4px;
}
#zeitgeist2015 .album-item-block .poster a {
  color: #000000;
  font-size: 17px;
  line-height: 25px;
}
#zeitgeist2015 .album-item-block .poster a.name {
  margin-top: 4px;
}
#zeitgeist2015 .album-item-block .poster a.img_link {
  float: left;
  margin: 0 10px 0 0;
}
#zeitgeist2015 .album-item-block .poster a img {
  width: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#zeitgeist2015 .album-item-block .poster p {
  float: left;
  display: block;
  font-size: 15px;
  width: 170px;
  margin: 0;
}
#zeitgeist2015 .album-item-block .play-track {
  position: relative;
  float: right;
  right: 0px;
  top: auto;
  background-color: transparent;
  /*border: 1px solid @black;*/
  padding: 0px;
  width: 100%;
  height: 51px;
}
#zeitgeist2015 .album-item-block .track_name a,
#zeitgeist2015 .album-item-block .play-track h4 {
  margin-top: 15px;
  margin-right: 40px;
  font-weight: 100;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
}
#zeitgeist2015 .album-item-block .video-container {
  margin-top: 15px;
  display: none;
}
#zeitgeist2015 hr.large {
  margin: 30px 0;
  width: 100%;
}
#zeitgeist2015 .thumb_video {
  display: block;
  /*height: 230px;
    width: 410px;
    margin-top:15px;*/
}
#zeitgeist2015 .thumb_video:hover {
  /*border: 1px solid #0063dc;*/
}
#zeitgeist2015 .thumb_video:active {
  top: 0px !important;
  position: absolute !important;
}
#zeitgeist2015 #footer {
  background-color: #000000;
  color: #CCC;
}
#zeitgeist2015 #footer p {
  height: 30px;
}
#zeitgeist2015 #footer p a {
  color: #ffffff;
}
#zeitgeist2015 #footer-menu {
  display: none;
}
#zeitgeist2015 #debug-inner {
  display: none;
}
#tv #tv-controls {
  display: block;
}
#tv,
#sxsw2014_wrap {
  background-color: #111111;
}
#tv #header #tv-controls,
#sxsw2014_wrap #header #tv-controls {
  position: relative;
  margin-bottom: 20px;
  height: 30px;
  margin: 0 0 10px 5px;
  float: left;
  width: 800px;
}
#tv #header #tv-controls h1,
#sxsw2014_wrap #header #tv-controls h1 {
  color: #ffffff;
  float: left;
  line-height: 185%;
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: 'DINBoldRegular';
}
#tv #header #tv-controls ul#tv-channel,
#sxsw2014_wrap #header #tv-controls ul#tv-channel {
  float: right;
  font-size: 12px;
}
#tv #header #tv-controls ul#tv-channel li,
#sxsw2014_wrap #header #tv-controls ul#tv-channel li {
  float: left;
  margin-left: 10px;
}
#tv #header #tv-controls ul#tv-channel li a,
#sxsw2014_wrap #header #tv-controls ul#tv-channel li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #111111;
  padding: 5px;
  color: #c3c3c3;
  font-size: 16px;
}
#tv #header #tv-controls ul#tv-channel li a.selected,
#sxsw2014_wrap #header #tv-controls ul#tv-channel li a.selected {
  background-color: #c3c3c3;
  color: #111111;
}
#tv #footer-menu #footer-menu-inner .menu a,
#sxsw2014_wrap #footer-menu #footer-menu-inner .menu a,
#tv #header .logo-txt,
#sxsw2014_wrap #header .logo-txt,
#tv #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying a.read-post,
#tv #footer p a,
#sxsw2014_wrap #footer p a {
  color: #ffffff;
  background-color: #111111;
}
#tv #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading {
  background: #eee;
}
#tv #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-volume-outer {
  border: 1px solid #272727;
}
#tv #content-wrapper,
#sxsw2014_wrap #content-wrapper,
#tv #container,
#sxsw2014_wrap #container {
  background-image: none;
  background-color: #111111;
  margin-top: 0px;
}
#tv #player-container,
#sxsw2014_wrap #player-container,
#tv #player-container #player-inner #player-controls #player-timebar,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar,
#tv #player-container #player-inner #player-controls #player-nowplaying,
#sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying {
  background-color: #111111;
}
#tv #player-container a,
#sxsw2014_wrap #player-container a {
  color: #c3c3c3;
}
#tv #player-inner,
#sxsw2014_wrap #player-inner,
#tv #footer-menu,
#sxsw2014_wrap #footer-menu,
#tv #footer,
#sxsw2014_wrap #footer {
  color: #c3c3c3;
  background-color: #111111;
}
#tv #footer-menu #footer-menu-inner,
#sxsw2014_wrap #footer-menu #footer-menu-inner {
  border-top: 1px solid #ffffff;
}
#tv #content,
#sxsw2014_wrap #content {
  margin-bottom: 10px;
  /*width: auto;*/
  padding: 0;
}
#tv #tv-title,
#sxsw2014_wrap #tv-title {
  color: #c3c3c3;
}
#tv #tv-container,
#sxsw2014_wrap #tv-container {
  height: 565px;
}
#tv #tv-interstitial,
#sxsw2014_wrap #tv-interstitial {
  position: absolute;
  width: 100%;
  height: 532px;
  font-size: 24px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 532px;
  background-image: url(http://static-ak.hypem.net/rev_1347292745/images/txture.png);
  display: none;
}
#tv #tv-interstitial #hamster-dance,
#sxsw2014_wrap #tv-interstitial #hamster-dance {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -372px;
  margin-top: -152px;
  border: 5px solid #222222;
  width: 745px;
  height: 305px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url(http://static-ak.hypem.net/rev_1347292745/images/buzz-video-inter.jpg);
}
#tv #tv-interstitial #do-the-hamster-dance,
#sxsw2014_wrap #tv-interstitial #do-the-hamster-dance {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -372px;
  margin-top: -152px;
  width: 745px;
  height: 305px;
  z-index: 100;
}
#tv #tv-interstitial .hamster-tracker,
#sxsw2014_wrap #tv-interstitial .hamster-tracker {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -372px;
  margin-top: -152px;
  width: 755px;
  height: 315px;
  z-index: 101;
}
#tv #tv-interstitial #tv-skip-interstitial,
#sxsw2014_wrap #tv-interstitial #tv-skip-interstitial {
  position: absolute;
  right: 10px;
  bottom: 30px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #000000;
  color: #c3c3c3;
  line-height: 30px;
  padding: 0px 10px;
  cursor: pointer;
}
#tv #tv-player-container-large,
#sxsw2014_wrap #tv-player-container-large {
  height: 560px;
  width: 100%;
  position: relative;
  background-color: black;
}
#tv #tv-player-container-large #tv-player,
#sxsw2014_wrap #tv-player-container-large #tv-player {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 560px;
}
#tv #tv-player-container-large #tv-player.hamster,
#sxsw2014_wrap #tv-player-container-large #tv-player.hamster {
  width: 482px;
  height: 272px;
  top: 119px;
  right: 141px;
}
#tv #tv-player-container-large #tv-select,
#sxsw2014_wrap #tv-player-container-large #tv-select {
  position: absolute;
}
#tv #tv-queue,
#sxsw2014_wrap #tv-queue {
  overflow: auto;
  height: 95px;
  white-space: nowrap;
  /*margin-left: 40px;
        margin-right: 40px;*/
  background-color: #2b2b2b;
  /*margin-top: @space;*/
}
#tv #tv-queue .loading,
#sxsw2014_wrap #tv-queue .loading {
  display: none;
}
#tv #tv-queue .video-rank,
#sxsw2014_wrap #tv-queue .video-rank {
  float: left;
  font-size: 80px;
  font-family: DINBoldRegular;
  color: #666;
  margin: 6px 13px 0 0;
}
#tv #tv-queue .thumbnail,
#sxsw2014_wrap #tv-queue .thumbnail {
  position: relative;
  font-size: 14px;
  padding: 10px 10px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  white-space: normal;
  color: #919191;
  background-color: #1b1b1b;
  border-right: 1px solid #111111;
  text-overflow: ellipsis;
  height: 75px;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#tv #tv-queue .thumbnail .video-title,
#sxsw2014_wrap #tv-queue .thumbnail .video-title {
  font-weight: bold;
  color: #9d9d9d;
}
#tv #tv-queue .thumbnail .post-url,
#sxsw2014_wrap #tv-queue .thumbnail .post-url {
  font-size: 11px;
  color: #4398ff;
}
#tv #tv-queue .thumbnail:hover,
#sxsw2014_wrap #tv-queue .thumbnail:hover {
  background-color: #161616;
}
#tv #tv-queue .thumbnail:hover .video-title,
#sxsw2014_wrap #tv-queue .thumbnail:hover .video-title {
  color: #d0d0d0;
}
#tv #tv-queue .thumbnail.hamster,
#sxsw2014_wrap #tv-queue .thumbnail.hamster {
  background-color: #882456;
}
#tv #tv-queue .thumbnail.hamster .video-title,
#sxsw2014_wrap #tv-queue .thumbnail.hamster .video-title {
  color: #eebdd6;
}
#tv #tv-queue .thumbnail.hamster .post-url,
#sxsw2014_wrap #tv-queue .thumbnail.hamster .post-url {
  display: none;
}
#tv #tv-queue .thumbnail.hamster:hover,
#sxsw2014_wrap #tv-queue .thumbnail.hamster:hover {
  background-color: #90265b;
}
#tv #tv-queue .thumbnail.hamster:hover .video-title,
#sxsw2014_wrap #tv-queue .thumbnail.hamster:hover .video-title {
  color: #f8e6ef;
}
#tv #tv-queue .thumbnail img,
#sxsw2014_wrap #tv-queue .thumbnail img {
  float: left;
  width: 100px;
  height: 75px;
}
#tv #tv-queue .thumbnail.playing,
#sxsw2014_wrap #tv-queue .thumbnail.playing {
  background-color: #373737;
  color: #dddddd;
}
#tv #tv-queue .thumbnail.playing .video-title,
#sxsw2014_wrap #tv-queue .thumbnail.playing .video-title {
  color: #eaeaea;
}
#tv #tv-queue .thumbnail .details,
#sxsw2014_wrap #tv-queue .thumbnail .details {
  line-height: 1.5em;
  font-size: 12px;
  position: relative;
  top: 2px;
  float: left;
  width: 165px;
  margin-left: 10px;
}
#tv #tv-queue .thumbnail .top,
#sxsw2014_wrap #tv-queue .thumbnail .top {
  max-height: 53px;
  overflow: hidden;
}
#tv #tv-queue .thumbnail #tv-queue .thumbnail .video-title,
#sxsw2014_wrap #tv-queue .thumbnail #tv-queue .thumbnail .video-title {
  font-weight: bold;
  line-height: 1.1em;
}
#tv .tv-pager,
#sxsw2014_wrap .tv-pager {
  height: 95px;
  line-height: 95px;
  font-weight: bold;
  position: absolute;
  width: 40px;
  color: #c3c3c3;
  background-color: #444444;
  cursor: pointer;
  font-size: 17px;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 101;
}
#tv .tv-pager.previous,
#sxsw2014_wrap .tv-pager.previous {
  left: 10px;
}
#tv .tv-pager.next,
#sxsw2014_wrap .tv-pager.next {
  right: 0px;
}
#tv .tv-pager:hover,
#sxsw2014_wrap .tv-pager:hover {
  background-color: #515151;
}
#tv .tv-pager:active,
#sxsw2014_wrap .tv-pager:active {
  background-color: #2b2b2b;
}
#keyboard {
  display: none;
}
#keyboard .overlay {
  background: url(http://static-ak.hypem.net/rev_1344621619/images/ad-breakout.png) bottom;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999999999999999998;
  top: 0px;
  left: 0px;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
#keyboard .popup {
  position: fixed;
  width: 265px;
  left: 50%;
  margin-left: -133px;
  top: 25%;
  z-index: 999999999999999999999999;
  background-color: white;
  display: block;
  padding: 20px;
  -moz-box-shadow: 0px 0px 2px #cccccc;
  -webkit-box-shadow: 0px 0px 2px #cccccc;
  box-shadow: 0px 0px 2px #cccccc;
}
#keyboard .popup #close-keyboard-shortcuts {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(http://static-ak.hypem.net/rev_1351096546/images/close-gray.gif) left top no-repeat;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
#keyboard .popup h1 {
  margin: 0px;
  margin-bottom: 20px;
}
#keyboard .popup .keys,
#keyboard .popup .function {
  float: left;
  margin-bottom: 10px;
  line-height: 24px;
}
#keyboard .popup .function {
  width: 50%;
}
#keyboard .popup .keys {
  width: 50%;
  font-size: 0px;
}
#keyboard .popup .keys span {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  font-size: 12px;
  margin-right: 5px;
  padding: 0px 9px;
  background-color: black;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 24px;
  line-height: 24px;
}
body#twittercard {
  width: 435px;
  /* max width defined by twitter */
  overflow-x: hidden;
}
body#twittercard #content-left {
  width: 435px;
}
body#twittercard #content-left .share-links {
  display: none;
}
body#twittercard #content-left .section-player {
  padding-right: 130px;
}
body#twittercard #content-left .track-info {
  display: none;
}
body#twittercard #content-left .buy .download {
  display: none;
}
body#twittercard #content-left .section-track {
  padding-top: 30px;
}
body#twittercard #content-left .fav-off,
body#twittercard #content-left .fav-on {
  display: none;
}
body#twittercard #content-left .toggle-favorites {
  margin-right: 10px;
  margin-top: 1px;
}
#dev-indicator {
  position: fixed;
  right: 16px;
  bottom: 0px;
  line-height: 24px;
  padding: 0px 4px;
  font-size: 12px;
  background-color: white;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
  opacity: 0.8;
  cursor: pointer;
}
#dev-indicator:hover {
  opacity: 1;
  text-decoration: none;
}
#dev-indicator img {
  position: relative;
  top: 4px;
  margin-right: 2px;
}
#content-left .section h3 .admin-tools {
  color: black;
  font-size: 20px;
  text-transform: none;
}
#content-left .section h3 .admin-tools a {
  border-bottom: 2px solid;
  color: black;
  font-size: 20px;
}
/* SXSW 2014 WRAP PAGE */
#sxsw2014_wrap {
  /* instaview */
}
#sxsw2014_wrap #container {
  width: 100%;
}
#sxsw2014_wrap #content-wrapper {
  margin-top: 0px;
}
#sxsw2014_wrap #player-container {
  display: none;
}
#sxsw2014_wrap #header #logo-txt {
  color: #ffffff;
}
#sxsw2014_wrap #content-left.sxsw_wrap {
  margin: 130px auto 0 auto;
  float: none;
  min-height: 150px;
  width: auto;
}
#sxsw2014_wrap .hh_header {
  margin-top: 45px;
  text-align: center;
}
#sxsw2014_wrap .hh_header #hh_logo {
  width: 759px;
  height: 440px;
  position: relative;
  margin: 0 auto;
  background: url(http://static-ak.hypem.net/rev_1397067196/images/sxsw2014/wrap_header.png) no-repeat scroll center 0px;
}
#sxsw2014_wrap .hh_header #hh_logo a {
  position: absolute;
  display: block;
}
#sxsw2014_wrap .hh_header h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'DINBoldRegular';
  margin-top: 30px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
#sxsw2014_wrap .hh_header h3 span {
  font-size: 28px;
}
#sxsw2014_wrap .hh_header #main_sponsors {
  background: url(http://static-ak.hypem.net/rev_1397067196/images/sxsw2014/wrap_main_sponsors.png) no-repeat scroll center 0px;
  width: 397px;
  height: 298px;
  position: relative;
  margin: 40px auto 0 auto;
}
#sxsw2014_wrap .hh_header #main_sponsors a {
  position: absolute;
  display: block;
  /*border:1px solid #f00;*/
}
#sxsw2014_wrap .hh_header #addtl_sponsors {
  background: url(http://static-ak.hypem.net/rev_1397067196/images/sxsw2014/wrap_addtl_sponsors.png) no-repeat scroll center 0px;
  width: 538px;
  height: 93px;
  position: relative;
  margin: 30px auto 0 auto;
}
#sxsw2014_wrap .hh_header #addtl_sponsors a {
  position: absolute;
  display: block;
  /*border:1px solid #84C441;*/
}
#sxsw2014_wrap .artistgriditem {
  font-family: 'DINBoldRegular';
  padding: 15px 20px 10px 15px;
  float: left;
  font-size: 24px;
  color: #ffffff;
  background-color: #111111;
}
#sxsw2014_wrap .artistgriditem:hover {
  color: #222222;
  background-color: #ffffff;
  text-decoration: none;
}
#sxsw2014_wrap .content_unit {
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}
#sxsw2014_wrap .content_unit_images {
  font-size: 0;
}
#sxsw2014_wrap .sxsw_wrap h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 10px 0 10px 0;
  font-family: 'DINBoldRegular';
  color: #ffffff;
}
#sxsw2014_wrap .sxsw_wrap p {
  color: #dedede;
  font-size: 18px;
}
#sxsw2014_wrap .sxsw_wrap p a {
  color: #ffffff;
  font-weight: bold;
}
#sxsw2014_wrap #container-bg {
  content: "";
  background: url(http://static-ak.hypem.net/rev_1397067196/images/sxsw2014/wrap_bg_color.jpg) fixed center -475px no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
#sxsw2014_wrap #player-inner {
  border-bottom: none;
}
#sxsw2014_wrap .video-item {
  float: left;
  position: relative;
  display: block;
}
#sxsw2014_wrap .video-item,
#sxsw2014_wrap .video-item img {
  width: 340px;
  height: 191px;
  display: block;
}
#sxsw2014_wrap .video-item.medium,
#sxsw2014_wrap .video-item.medium img {
  width: 204px;
  height: 115px;
  display: block;
}
#sxsw2014_wrap .image-item {
  float: left;
  position: relative;
}
#sxsw2014_wrap .image-item.featured,
#sxsw2014_wrap .image-item.featured img {
  width: 340px;
  height: 227px;
}
#sxsw2014_wrap .image-item.medium,
#sxsw2014_wrap .image-item.medium img {
  width: 204px;
  height: 136px;
}
#sxsw2014_wrap .image-item.small,
#sxsw2014_wrap .image-item.small img {
  width: 113px;
  height: 75px;
}
#sxsw2014_wrap .video-item a span.icon-play {
  position: absolute;
  top: 80px;
  left: 145px;
  font-size: 50px;
  opacity: 1;
  display: block;
  color: #ffffff;
  opacity: 0;
}
#sxsw2014_wrap .video-item a:hover {
  text-decoration: none;
}
#sxsw2014_wrap .video-item a:hover span.icon-play {
  opacity: 1;
}
#sxsw2014_wrap .video-item.medium a span.icon-play {
  font-size: 30px;
  top: 50px;
  left: 85px;
}
#sxsw2014_wrap .icon-play:before {
  content: "x";
}
#sxsw2014_wrap .video-item .video-desc {
  font-family: 'DINBoldRegular';
  position: absolute;
  bottom: 0px;
  font-size: 21px;
  color: #ffffff;
  display: block;
  padding: 5px;
}
#sxsw2014_wrap .video-item.medium .video-desc {
  font-size: 13px;
}
#sxsw2014_wrap #hh-wrap-header {
  display: block;
}
#sxsw2014_wrap #hh-wrap-header #wrap_title {
  line-height: 18px;
  font-size: 25px;
  font-family: 'DINBoldRegular';
  padding: 14px 0 0 0;
  display: inline-block;
  color: #ffffff;
}
#sxsw2014_wrap #hh-wrap-header #wrap_menu {
  margin-left: 15px;
  float: right;
  line-height: 18px;
  background-color: #111111;
  font-size: 25px;
  padding: 14px 0 0 0;
  font-family: 'DINBoldRegular';
  display: block;
}
#sxsw2014_wrap #hh-wrap-header #wrap_menu a {
  margin: 0 20px 0 0;
  color: #ffffff;
}
#sxsw2014_wrap #hh-wrap-header #wrap_menu:hover {
  text-decoration: none;
  color: #83c441;
}
#sxsw2014_wrap #hh-wrap-header #wrap_menu #player-inner #player-controls {
  float: left;
  background: #111111;
}
#sxsw2014_wrap #wrap_about {
  margin-top: 200px;
}
#sxsw2014_wrap #wrap_about p {
  width: 600px;
  float: left;
}
#sxsw2014_wrap #wrap_about img {
  margin: 0px 0 0 30px;
  float: left;
}
#sxsw2014_wrap #wrap_artists p {
  margin-bottom: 30px;
}
#sxsw2014_wrap #artistgrid {
  margin-left: -15px;
}
#sxsw2014_wrap #wrap_thanks {
  margin-bottom: 100px;
}
#sxsw2014_wrap .img_area {
  width: 500px;
  float: left;
}
#sxsw2014_wrap .img_unit {
  float: left;
  margin: 3px;
}
#sxsw2014_wrap .img_unit p {
  font-size: 11px;
}
#sxsw2014_wrap .img_unit img {
  width: 8px;
  height: 8px;
}
#sxsw2014_wrap .img_unit a {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
}
#sxsw2014_wrap .full_display {
  float: left;
  position: relative;
  display: block;
}
#sxsw2014_wrap .full_img {
  width: 530px;
  height: 530px;
  color: #ffffff;
}
#sxsw2014_wrap .full_img_gray {
  width: 530px;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #222222;
  opacity: 0.7;
}
#sxsw2014_wrap .full_img_info {
  width: 510px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 24px;
  color: #ffffff;
}
#sxsw2014_wrap .hh_share {
  text-align: center;
  position: relative;
  margin: 90px auto 60px auto;
  width: 490px;
  height: 100px;
}
#sxsw2014_wrap .hh_share a:hover {
  color: #83c441;
}
#sxsw2014_wrap .hh_share .icon-twitter,
#sxsw2014_wrap .hh_share .icon-facebook {
  font-size: 73px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  line-height: 97px;
  margin-left: 9px;
}
#sxsw2015 {
  background-color: #8fd1ee;
}
#sxsw2015 #header .logo-txt {
  background-color: transparent;
  color: #222222;
}
#sxsw2015 #header .logo-txt:hover {
  color: #ffffff;
}
#sxsw2015 #container {
  background-color: #8fd1ee;
}
#sxsw2015 #content-wrapper {
  background-color: transparent;
}
#sxsw2015 #content {
  width: 100%;
  padding: 0;
}
#sxsw2015 #content-left {
  width: auto;
  margin: 0 auto;
  float: none;
  text-align: center;
}
#sxsw2015 #footer {
  color: #222222;
  background-color: #83c441;
}
#sxsw2015 #footer p a {
  color: #222222;
  background-color: transparent;
}
#sxsw2015 #footer-menu {
  display: none;
}
#sxsw2015 #player-container,
#sxsw2015 #player-inner,
#sxsw2015 #player-container #player-inner #player-controls #player-timebar {
  background-color: #bfe7f9;
}
#sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading {
  background-color: #a7dcf3;
}
#sxsw2015 #hh-header {
  display: block;
}
#sxsw2015 #hh-header #wrap_title {
  line-height: 18px;
  font-size: 25px;
  font-family: 'DINBoldRegular';
  padding: 14px 0 0 0;
  display: inline-block;
  color: #222222;
}
#sxsw2015 #hh-header #wrap_menu {
  margin-left: 15px;
  float: right;
  line-height: 18px;
  font-size: 25px;
  padding: 14px 0 0 0;
  font-family: 'DINBoldRegular';
  display: block;
}
#sxsw2015 #hh-header #wrap_menu a {
  margin: 0 20px 0 0;
  color: #222222;
}
#sxsw2015 #hh-header #wrap_menu:hover {
  text-decoration: none;
  color: #83c441;
}
#sxsw2015 #hh-header #wrap_menu #player-inner #player-controls {
  float: left;
  background: #222222;
}
#sxsw2015 svg {
  position: relative;
}
#sxsw2015 svg #tacobell-top,
#sxsw2015 svg #crackintheroad,
#sxsw2015 svg #allthingsgo,
#sxsw2015 svg #disconaviete,
#sxsw2015 svg #b3sci,
#sxsw2015 svg #iso50,
#sxsw2015 svg #cruelrhythm,
#sxsw2015 svg #gorillavsbear,
#sxsw2015 svg #consequenceofsound,
#sxsw2015 svg #yvynyl,
#sxsw2015 svg #turntablekitchen,
#sxsw2015 svg #unholyrhythms,
#sxsw2015 svg #pigeonsplanes,
#sxsw2015 svg #tacobell-bottom,
#sxsw2015 svg #titos,
#sxsw2015 svg #miller,
#sxsw2015 svg #mazda,
#sxsw2015 svg #rsvp,
#sxsw2015 svg #schedule {
  cursor: pointer;
}
#sxsw2015 #event-desc {
  font-family: 'DINBoldRegular';
  margin: 30px auto 0 auto;
  font-size: 24px;
  width: 900px;
  line-height: 150%;
  text-align: center;
}
#sxsw2015 #event-desc span {
  font-size: 30px;
}
#sxsw2015 #event-desc a {
  color: #222222;
}
#sxsw2015 #event-desc h1 {
  font-size: 36px;
  margin: 0 0 30px 0;
}
#sxsw2015 #rsvp {
  margin: 50px 150px 0 150px;
}
#sxsw2015 #lineup {
  font-family: 'DINBoldRegular';
  margin: 50px auto 0 auto;
  font-size: 24px;
  width: 800px;
  line-height: 150%;
  text-align: left;
  text-transform: uppercase;
}
#sxsw2015 #lineup a {
  color: #222222;
}
#sxsw2015 #grass {
  background: url(http://static-ak.hypem.net/rev_1424964527/images/sxsw2015/HH15_site_grass.png) repeat-x;
  width: 100%;
  height: 100px;
}
@media (min-resolution: 192dpi) {
  #sxsw2015 #grass {
    background: url(http://static-ak.hypem.net/rev_1424964527/images/sxsw2015/HH15_site_grass_2x.png) repeat-x;
  }
}
#sxsw2015 .section .meta,
#sxsw2015 .section .thumb,
#sxsw2015 .section .share-links {
  display: none;
}
#sxsw2015 #content-left {
  /*
        .hh_share {
            text-align: center;
            position: relative;
            margin: 90px auto 60px auto;
            width: 490px;
            height: 100px;
        }
        */
}
#sxsw2015 #content-left.mostbloggedbands {
  margin: 0px auto 0 auto;
  float: none;
  min-height: 150px;
}
#sxsw2015 #content-left.mostbloggedbands .section {
  background: transparent;
}
#sxsw2015 #content-left.mostbloggedbands .section-player {
  padding-left: 122px;
  margin-top: 3px;
}
#sxsw2015 #content-left.mostbloggedbands p {
  display: none;
}
#sxsw2015 #content-left.mostbloggedbands .section h3 {
  color: #222222;
}
#sxsw2015 #content-left.mostbloggedbands .section h2 {
  padding: 30px 5px 0px 0px;
}
#sxsw2015 #content-left.mostbloggedbands .section h2 span {
  background: #BFE7F9;
  color: #222222;
  font-size: 30px;
  line-height: 34px;
  width: 100px;
  display: inline-block;
  text-align: center;
  padding: 5px 0 3px 0;
  margin: 0px 15px 0 0;
  position: relative;
  top: -3px;
}
#sxsw2015 #content-left.mostbloggedbands .section h2 a {
  line-height: 34px;
  margin-left: 0px;
  font-size: 40px;
}
#sxsw2015 #content-left.mostbloggedbands .section .no_track {
  height: 30px;
  display: block;
  padding: 20px 10px 10px 136px;
  font-size: 16px;
}
#sxsw2015 #content-left.mostbloggedbands .blog-blurb {
  display: block;
  float: left;
  width: 580px;
  background: #BFE7F9;
  color: #222222;
  margin: 0 0 0 0px;
  font-style: italic;
  font-size: 18px;
  min-height: 83px;
  padding: 10px;
}
#sxsw2015 #content-left.mostbloggedbands .blog-blurb a {
  font-style: normal;
  color: #222222;
}
#sxsw2015 #content-left.mostbloggedbands .speech-arrow {
  display: block;
  float: left;
  /*background: url(http://static-ak.hypem.net/rev_1371762700/images/speech_arrow.png) no-repeat;*/
  width: 20px;
  height: 50px;
  margin: 10px 0 0 0;
}
#sxsw2015 #content-left.mostbloggedbands .section {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  border-top: none;
}
#sxsw2015 #content-left.mostbloggedbands .section .tools {
  top: -7px;
}
#sxsw2015 #content-left.mostbloggedbands .section.even {
  background: transparent;
}
#sxsw2015 #content-left.mostbloggedbands .section-track.haarp-active {
  background-color: #a7dcf3;
}
#sxsw2015 #content-left.mostbloggedbands .section .tools .play-ctrl:hover {
  background-color: #a7dcf3;
}
#sxsw2015 #content-left.mostbloggedbands .track-info {
  margin-top: 10px;
  padding-left: 128px;
}
#sxsw2015 #content-left.mostbloggedbands a.fav-off,
#sxsw2015 #content-left.mostbloggedbands a.favcount-off {
  color: #bfe7f9;
}
#sxsw2015 #content-left.mostbloggedbands h3 a {
  color: #222222;
}
#sxsw2015 #content-left #loved-tracks {
  text-align: left;
  width: 728px;
  margin: 0 auto;
}
#sxsw2015 #content-left .blogs-picked-item {
  float: left;
}
#sxsw2015 #content-left .blogs-picked-item img {
  width: 100px;
  height: 100px;
  border: 1px solid #4A8083;
}
#sxsw2015 #content-left #loved-tracks h1 {
  font-size: 38px;
  line-height: 36px;
  margin: 60px 0 10px 0;
  font-family: 'DINBoldRegular';
}
#sxsw2015 #content-left #loved-tracks h1 span {
  font-size: 24px;
}
#sxsw2015 #content-left .hh_share .icon-twitter,
#sxsw2015 #content-left .hh_share .icon-facebook {
  font-size: 67px;
  position: relative;
  color: #222222;
  display: inline-block;
  line-height: 97px;
  margin-left: 5px;
  top: -10px;
}
#sxsw2015 #content-left .hh_share a:hover {
  color: #ffffff;
}
#sxsw2015 #content-left #show_earlier {
  font-size: 28px;
  font-family: 'DINBoldRegular';
  padding: 25px 10px 20px 20px;
  border-radius: 5px;
  background-color: #cccccc;
  color: white;
  display: block;
  width: 390px;
  margin: 40px auto 60px auto;
}
/* STACK EXPERIMENT */
#stack.chat_on,
#stacklive.chat_on,
#mazda_hypeon_monthly.chat_on {
  /* TMP HACKS FOR CHAT SYSTEM */
  /* END TMP HACKS */
}
#stack.chat_on #header-inner,
#stacklive.chat_on #header-inner,
#mazda_hypeon_monthly.chat_on #header-inner {
  width: 640px;
  float: left;
  padding-left: 25px;
}
#stack.chat_on #content,
#stacklive.chat_on #content,
#mazda_hypeon_monthly.chat_on #content {
  width: 680px;
  float: left;
}
#stack.chat_on #player-inner,
#stacklive.chat_on #player-inner,
#mazda_hypeon_monthly.chat_on #player-inner {
  width: 680px;
  margin: 0 0 0 20px;
}
#stack.chat_on #player-container #player-inner #player-controls #player-nowplaying,
#stacklive.chat_on #player-container #player-inner #player-controls #player-nowplaying,
#mazda_hypeon_monthly.chat_on #player-container #player-inner #player-controls #player-nowplaying {
  width: 525px;
}
#stack.chat_on #player-container #player-inner #player-controls #player-timebar,
#stacklive.chat_on #player-container #player-inner #player-controls #player-timebar,
#mazda_hypeon_monthly.chat_on #player-container #player-inner #player-controls #player-timebar {
  width: 640px;
}
#stack.chat_on #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
#stacklive.chat_on #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
#mazda_hypeon_monthly.chat_on #player-container #player-inner #player-controls #player-timebar #player-progress-outer {
  width: 420px;
}
#stack.chat_on #player-container #player-inner #player-controls #player-timebar #player-time-total,
#stacklive.chat_on #player-container #player-inner #player-controls #player-timebar #player-time-total,
#mazda_hypeon_monthly.chat_on #player-container #player-inner #player-controls #player-timebar #player-time-total {
  left: 480px;
}
#stack.chat_on #footer-inner,
#stacklive.chat_on #footer-inner,
#mazda_hypeon_monthly.chat_on #footer-inner {
  width: 640px;
  float: left;
  padding-left: 25px;
}
#stack.chat_on #footer-menu-inner,
#stacklive.chat_on #footer-menu-inner,
#mazda_hypeon_monthly.chat_on #footer-menu-inner {
  width: 680px;
  float: left;
}
#stack.chat_on #debug-inner,
#stacklive.chat_on #debug-inner,
#mazda_hypeon_monthly.chat_on #debug-inner {
  width: 640px;
}
#stack #top-notice,
#stacklive #top-notice,
#mazda_hypeon_monthly #top-notice {
  display: none;
}
#stack #mc_embed_signup,
#stacklive #mc_embed_signup,
#mazda_hypeon_monthly #mc_embed_signup,
#stack #mc_embed_signup_bottom,
#stacklive #mc_embed_signup_bottom,
#mazda_hypeon_monthly #mc_embed_signup_bottom {
  padding: 5px 0px;
  font-size: 13px;
  width: 350px;
  margin: 0 280px 0 0;
  float: left;
}
#stack #mc_embed_signup #mce-EMAIL,
#stacklive #mc_embed_signup #mce-EMAIL,
#mazda_hypeon_monthly #mc_embed_signup #mce-EMAIL,
#stack #mc_embed_signup_bottom #mce-EMAIL,
#stacklive #mc_embed_signup_bottom #mce-EMAIL,
#mazda_hypeon_monthly #mc_embed_signup_bottom #mce-EMAIL {
  width: 180px;
  font-size: 13px;
  margin-right: 10px;
  border: 1px solid #84C441;
}
#stack #mc_embed_signup #mc-embedded-subscribe,
#stacklive #mc_embed_signup #mc-embedded-subscribe,
#mazda_hypeon_monthly #mc_embed_signup #mc-embedded-subscribe,
#stack #mc_embed_signup_bottom #mc-embedded-subscribe,
#stacklive #mc_embed_signup_bottom #mc-embedded-subscribe,
#mazda_hypeon_monthly #mc_embed_signup_bottom #mc-embedded-subscribe {
  font-size: 13px;
  background: #84C441;
  font-family: DINBoldRegular;
  line-height: 14px;
  border: none;
  padding: 6px 10px 2px 10px;
}
#stack #mc_embed_signup #mc-embedded-subscribe:hover,
#stacklive #mc_embed_signup #mc-embedded-subscribe:hover,
#mazda_hypeon_monthly #mc_embed_signup #mc-embedded-subscribe:hover,
#stack #mc_embed_signup_bottom #mc-embedded-subscribe:hover,
#stacklive #mc_embed_signup_bottom #mc-embedded-subscribe:hover,
#mazda_hypeon_monthly #mc_embed_signup_bottom #mc-embedded-subscribe:hover {
  color: #ffffff;
  background: #222222;
}
#stack #mc_embed_signup_bottom,
#stacklive #mc_embed_signup_bottom,
#mazda_hypeon_monthly #mc_embed_signup_bottom {
  width: 300px;
}
#stack .playlist-ctrls,
#stacklive .playlist-ctrls,
#mazda_hypeon_monthly .playlist-ctrls {
  display: none;
}
#stack #content-left,
#stacklive #content-left,
#mazda_hypeon_monthly #content-left {
  width: 680px;
  margin: 0 auto;
  float: none;
}
#stack #content-left .section,
#stacklive #content-left .section,
#mazda_hypeon_monthly #content-left .section {
  background: #ffffff;
  border: none;
}
#stack #content-left .section p,
#stacklive #content-left .section p,
#mazda_hypeon_monthly #content-left .section p,
#stack #content-left .section .meta,
#stacklive #content-left .section .meta,
#mazda_hypeon_monthly #content-left .section .meta,
#stack #content-left .section .track-info,
#stacklive #content-left .section .track-info,
#mazda_hypeon_monthly #content-left .section .track-info,
#stack #content-left .section .haarp-fav-count,
#stacklive #content-left .section .haarp-fav-count,
#mazda_hypeon_monthly #content-left .section .haarp-fav-count,
#stack #content-left .section h3 .remix-icon,
#stacklive #content-left .section h3 .remix-icon,
#mazda_hypeon_monthly #content-left .section h3 .remix-icon,
#stack #content-left .section .thumb,
#stacklive #content-left .section .thumb,
#mazda_hypeon_monthly #content-left .section .thumb {
  display: none;
}
#stack #content-left .section h3,
#stacklive #content-left .section h3,
#mazda_hypeon_monthly #content-left .section h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  letter-spacing: normal;
}
#stack #content-left .section h3 a,
#stacklive #content-left .section h3 a,
#mazda_hypeon_monthly #content-left .section h3 a {
  font-size: inherit;
  font-weight: inherit;
}
#stack #content-left .section .tools,
#stacklive #content-left .section .tools,
#mazda_hypeon_monthly #content-left .section .tools {
  top: 1px;
}
#stack #content-left .section .haarp-fav-count,
#stacklive #content-left .section .haarp-fav-count,
#mazda_hypeon_monthly #content-left .section .haarp-fav-count {
  display: block;
}
#stack #content-left .section-track,
#stacklive #content-left .section-track,
#mazda_hypeon_monthly #content-left .section-track {
  padding: 20px 20px 0px 20px;
}
#stack #content-left .section-player,
#stacklive #content-left .section-player,
#mazda_hypeon_monthly #content-left .section-player {
  padding-left: 0px;
}
#stack #content-left .section:hover .share-links a,
#stacklive #content-left .section:hover .share-links a,
#mazda_hypeon_monthly #content-left .section:hover .share-links a,
#stack #content-left .haarp-active .share-links a,
#stacklive #content-left .haarp-active .share-links a,
#mazda_hypeon_monthly #content-left .haarp-active .share-links a {
  display: none;
}
#stack #stack-header,
#stacklive #stack-header,
#mazda_hypeon_monthly #stack-header {
  font-family: DINBoldRegular, Helvetica;
  width: 640px;
  height: 145px;
  margin: 10px auto 30px auto;
}
#stack #stack-header svg,
#stacklive #stack-header svg,
#mazda_hypeon_monthly #stack-header svg {
  position: absolute;
  left: 200px;
}
#stack #stack-header span.issue,
#stacklive #stack-header span.issue,
#mazda_hypeon_monthly #stack-header span.issue {
  float: left;
  top: 54px;
  display: block;
  position: relative;
  font-size: 30px;
  left: 15px;
  font-weight: normal;
}
#stack #stack-header span.date,
#stacklive #stack-header span.date,
#mazda_hypeon_monthly #stack-header span.date {
  float: right;
  top: 54px;
  display: block;
  position: relative;
  font-size: 30px;
  right: 15px;
  font-weight: normal;
}
#stack #stack-intro,
#stacklive #stack-intro,
#mazda_hypeon_monthly #stack-intro {
  width: 640px;
  margin: 20px auto;
  font-size: 18px;
  font-weight: normal;
  line-height: 150%;
}
#stack .stack-button,
#stacklive .stack-button,
#mazda_hypeon_monthly .stack-button {
  color: #222222;
  background-color: #83c441;
  padding: 4px 8px 4px 8px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#stack .stack-button:hover,
#stacklive .stack-button:hover,
#mazda_hypeon_monthly .stack-button:hover {
  text-decoration: none;
  background: #222222;
  color: #EEE;
}
#stack #stack-inapp,
#stacklive #stack-inapp,
#mazda_hypeon_monthly #stack-inapp {
  font-size: 36px;
  margin: 40px auto 10px auto;
  display: block;
  width: 270px;
  line-height: 150%;
  font-weight: normal;
  padding: 6px 12px 6px 16px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#stack .stack-content,
#stacklive .stack-content,
#mazda_hypeon_monthly .stack-content {
  margin: 10px 20px 20px 20px;
  font-size: 16px;
  line-height: 150%;
}
#stack .stack-desc,
#stacklive .stack-desc,
#mazda_hypeon_monthly .stack-desc {
  font-size: 16px;
  margin: 15px 0px;
  line-height: 150%;
}
#stack .stack-premiere,
#stacklive .stack-premiere,
#mazda_hypeon_monthly .stack-premiere {
  margin: 0 0px 0px 0;
  padding: 20px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
}
#stack .stack-premiere .special-header,
#stacklive .stack-premiere .special-header,
#mazda_hypeon_monthly .stack-premiere .special-header {
  font-family: DINBoldRegular, Helvetica;
  padding: 8px;
  position: relative;
  overflow: hidden;
  margin: 10px 20px 15px 20px;
}
#stack .stack-premiere .special-header svg,
#stacklive .stack-premiere .special-header svg,
#mazda_hypeon_monthly .stack-premiere .special-header svg {
  float: left;
}
#stack .stack-premiere .special-header span,
#stacklive .stack-premiere .special-header span,
#mazda_hypeon_monthly .stack-premiere .special-header span {
  top: 9px;
  position: relative;
  margin-left: 12px;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
}
#stack .stack-premiere .album-premiere,
#stacklive .stack-premiere .album-premiere,
#mazda_hypeon_monthly .stack-premiere .album-premiere {
  background-color: #42aee4;
}
#stack .stack-premiere .longread,
#stacklive .stack-premiere .longread,
#mazda_hypeon_monthly .stack-premiere .longread {
  background-color: #faea07;
}
#stack .stack-premiere .premiere-image,
#stacklive .stack-premiere .premiere-image,
#mazda_hypeon_monthly .stack-premiere .premiere-image {
  width: 640px;
  height: 219px;
  float: left;
  margin: 0 20px 10px 20px;
}
#stack .stack-reader-pick,
#stacklive .stack-reader-pick,
#mazda_hypeon_monthly .stack-reader-pick {
  top: -105px;
  left: -105px;
  clear: none;
  font-size: 16px;
  color: #222222;
  background-color: #83c441;
  padding: 5px;
  position: relative;
  display: inline;
}
#stack .quote,
#stacklive .quote,
#mazda_hypeon_monthly .quote {
  font-size: 22px;
  line-height: 150%;
  font-style: italic;
}
#stack .stack-footer,
#stacklive .stack-footer,
#mazda_hypeon_monthly .stack-footer {
  font-size: 16px;
  margin: 10px 20px 20px 20px;
  line-height: 150%;
}
#stack #header #stack-menu,
#stacklive #header #stack-menu,
#mazda_hypeon_monthly #header #stack-menu {
  display: block;
  float: right;
}
#stack #header #stack-menu a,
#stacklive #header #stack-menu a,
#mazda_hypeon_monthly #header #stack-menu a {
  font-size: 17px;
  font-weight: bold;
  color: #222222;
  margin: 0px 10px 0 10px;
  float: right;
}
#stack #header #stack-menu .icons,
#stacklive #header #stack-menu .icons,
#mazda_hypeon_monthly #header #stack-menu .icons,
#stack #header #stack-menu .icons a,
#stacklive #header #stack-menu .icons a,
#mazda_hypeon_monthly #header #stack-menu .icons a {
  font-size: 28px;
  font-weight: normal;
  display: block;
  float: right;
}
#stack #header #stack-menu .icons a,
#stacklive #header #stack-menu .icons a,
#mazda_hypeon_monthly #header #stack-menu .icons a {
  margin: 3px 0 0 10px;
}
#stack #header #stack-menu .icons a:hover,
#stacklive #header #stack-menu .icons a:hover,
#mazda_hypeon_monthly #header #stack-menu .icons a:hover {
  color: #83c441;
}
#stack .pager,
#stacklive .pager,
#mazda_hypeon_monthly .pager {
  padding: 25px;
  font-size: 34px;
  background: #83c441;
  margin: 60px 20px 20px 20px;
  position: relative;
  overflow: auto;
  font-family: DINBoldRegular, Helvetica;
}
#stack .pager a,
#stacklive .pager a,
#mazda_hypeon_monthly .pager a {
  color: #222222;
}
#stack .pager a:last-child,
#stacklive .pager a:last-child,
#mazda_hypeon_monthly .pager a:last-child {
  float: right;
}
#stack .pager a:first-child,
#stacklive .pager a:first-child,
#mazda_hypeon_monthly .pager a:first-child {
  float: left;
}
#stack .share,
#stacklive .share,
#mazda_hypeon_monthly .share {
  text-align: center;
  position: relative;
  float: right;
  width: 300px;
  height: 300px;
}
#stack .share a:hover,
#stacklive .share a:hover,
#mazda_hypeon_monthly .share a:hover {
  color: #83c441;
}
#stack .share .icon-twitter,
#stacklive .share .icon-twitter,
#mazda_hypeon_monthly .share .icon-twitter,
#stack .share .icon-facebook,
#stacklive .share .icon-facebook,
#mazda_hypeon_monthly .share .icon-facebook {
  font-size: 73px;
  position: relative;
  color: #222222;
  display: inline-block;
  line-height: 97px;
  margin-left: 9px;
}
.playlist-header {
  font-size: 28px;
  font-weight: normal;
  margin: 40px 0 40px 10px;
  line-height: 1.4em;
}
.playlist-header .edit-pencil {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  transform: scale(-1);
  display: inline-block;
  margin-left: 10px;
  color: #cccccc;
}
.playlist-header .edit-pencil:hover {
  color: #cccccc;
}
.playlist-header:hover .edit-pencil {
  color: #222222;
}
.playlist-header .playlist-name {
  display: inline;
}
.playlist-name .emoji {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
}
.playlist-name input {
  font-size: 28px;
  font-family: Helvetica, Arial, sans-serif;
  top: 3px;
  left: -3px;
  margin-right: 2px;
  position: relative;
  float: left;
}
.playlist-name button {
  background-color: #e0e0e0;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  top: -5px;
  padding: 6px 10px;
  position: relative;
}
#debug-inner {
  font-family: Courier;
  font-size: 12px;
  line-height: 14px;
  /*width:950px*/
}
#debug-top {
  font-family: Courier;
  font-size: 12px;
  line-height: 14px;
  /*width:950px*/
}
#otw_2014 #content-left #submenu a,
#otw_bbc6_2014 #content-left #submenu a,
#otw_2015 #content-left #submenu a,
#otw_2015_2 #content-left #submenu a {
  font-size: 17px;
}
#otw_2014 #content-left.blog-quotes p,
#otw_bbc6_2014 #content-left.blog-quotes p,
#otw_2015 #content-left.blog-quotes p,
#otw_2015_2 #content-left.blog-quotes p,
#otw_2014 #content-left.blog-quotes .section .meta,
#otw_bbc6_2014 #content-left.blog-quotes .section .meta,
#otw_2015 #content-left.blog-quotes .section .meta,
#otw_2015_2 #content-left.blog-quotes .section .meta,
#otw_2014 #content-left.blog-quotes .section .thumb,
#otw_bbc6_2014 #content-left.blog-quotes .section .thumb,
#otw_2015 #content-left.blog-quotes .section .thumb,
#otw_2015_2 #content-left.blog-quotes .section .thumb,
#otw_2014 #content-left.blog-quotes .playlist-ctrls,
#otw_bbc6_2014 #content-left.blog-quotes .playlist-ctrls,
#otw_2015 #content-left.blog-quotes .playlist-ctrls,
#otw_2015_2 #content-left.blog-quotes .playlist-ctrls,
#otw_2014 #content-left.blog-quotes .track-info,
#otw_bbc6_2014 #content-left.blog-quotes .track-info,
#otw_2015 #content-left.blog-quotes .track-info,
#otw_2015_2 #content-left.blog-quotes .track-info {
  display: none;
}
#otw_2014 #content-left.blog-quotes .section-player,
#otw_bbc6_2014 #content-left.blog-quotes .section-player,
#otw_2015 #content-left.blog-quotes .section-player,
#otw_2015_2 #content-left.blog-quotes .section-player {
  padding-left: 128px;
  margin-top: 5px;
}
#otw_2014 #content-left.blog-quotes .section,
#otw_bbc6_2014 #content-left.blog-quotes .section,
#otw_2015 #content-left.blog-quotes .section,
#otw_2015_2 #content-left.blog-quotes .section {
  padding: 0px 0 20px 0;
  border-top: none;
}
#otw_2014 #content-left.blog-quotes .section.even,
#otw_bbc6_2014 #content-left.blog-quotes .section.even,
#otw_2015 #content-left.blog-quotes .section.even,
#otw_2015_2 #content-left.blog-quotes .section.even {
  background: #ffffff;
}
#otw_2014 #content-left.blog-quotes .section h2,
#otw_bbc6_2014 #content-left.blog-quotes .section h2,
#otw_2015 #content-left.blog-quotes .section h2,
#otw_2015_2 #content-left.blog-quotes .section h2 {
  padding: 30px 5px 10px 0px;
}
#otw_2014 #content-left.blog-quotes .section h2 a,
#otw_bbc6_2014 #content-left.blog-quotes .section h2 a,
#otw_2015 #content-left.blog-quotes .section h2 a,
#otw_2015_2 #content-left.blog-quotes .section h2 a {
  line-height: 34px;
  margin-left: 0px;
  font-size: 40px;
  color: #4a8083;
}
#otw_2014 #content-left.blog-quotes .section .share-links,
#otw_bbc6_2014 #content-left.blog-quotes .section .share-links,
#otw_2015 #content-left.blog-quotes .section .share-links,
#otw_2015_2 #content-left.blog-quotes .section .share-links {
  display: none;
}
#otw_2014 #content-left.blog-quotes .blogs-picked-item,
#otw_bbc6_2014 #content-left.blog-quotes .blogs-picked-item,
#otw_2015 #content-left.blog-quotes .blogs-picked-item,
#otw_2015_2 #content-left.blog-quotes .blogs-picked-item {
  float: left;
}
#otw_2014 #content-left.blog-quotes .blogs-picked-item img,
#otw_bbc6_2014 #content-left.blog-quotes .blogs-picked-item img,
#otw_2015 #content-left.blog-quotes .blogs-picked-item img,
#otw_2015_2 #content-left.blog-quotes .blogs-picked-item img {
  width: 100px;
  height: 100px;
  border: 1px solid #4a8083;
}
#otw_2014 #content-left.blog-quotes .blog-blurb,
#otw_bbc6_2014 #content-left.blog-quotes .blog-blurb,
#otw_2015 #content-left.blog-quotes .blog-blurb,
#otw_2015_2 #content-left.blog-quotes .blog-blurb {
  display: block;
  float: left;
  width: 580px;
  background: #efefef;
  margin: 0 0 0 0px;
  font-style: italic;
  font-size: 18px;
  min-height: 83px;
  padding: 10px;
}
#otw_2014 #content-left.blog-quotes .blog-blurb a,
#otw_bbc6_2014 #content-left.blog-quotes .blog-blurb a,
#otw_2015 #content-left.blog-quotes .blog-blurb a,
#otw_2015_2 #content-left.blog-quotes .blog-blurb a {
  font-style: normal;
  color: #4a8083;
}
#otw_2014 #content-left.blog-quotes .speech-arrow,
#otw_bbc6_2014 #content-left.blog-quotes .speech-arrow,
#otw_2015 #content-left.blog-quotes .speech-arrow,
#otw_2015_2 #content-left.blog-quotes .speech-arrow {
  display: block;
  float: left;
  background: url(http://static-ak.hypem.net/rev_1371762700/images/speech_arrow.png) no-repeat;
  width: 20px;
  height: 50px;
  margin: 10px 0 0 0;
}
#otw_2014 #schedule_h1,
#otw_bbc6_2014 #schedule_h1,
#otw_2015 #schedule_h1,
#otw_2015_2 #schedule_h1 {
  font-size: 28px;
  padding: 20px 0px 20px 25px;
  margin: 10px 0 0 0px;
  text-transform: none;
}
#otw_2014 #schedule_h1 p,
#otw_bbc6_2014 #schedule_h1 p,
#otw_2015 #schedule_h1 p,
#otw_2015_2 #schedule_h1 p {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 10px 0px;
  font-weight: normal;
  width: 708px;
  text-transform: none;
}
#otw_2014 #event-special-header,
#otw_bbc6_2014 #event-special-header,
#otw_2015 #event-special-header,
#otw_2015_2 #event-special-header {
  width: 100%;
  height: 200px;
  margin: 20px 0 0px 0px;
}
#otw_2014 #event-special-header p,
#otw_bbc6_2014 #event-special-header p,
#otw_2015 #event-special-header p,
#otw_2015_2 #event-special-header p {
  width: 1034px;
  display: block;
  float: left;
  font-size: 18px;
  margin: 30px 0 10px 0;
}
#otw_2014 #event-special-logo,
#otw_bbc6_2014 #event-special-logo,
#otw_2015 #event-special-logo,
#otw_2015_2 #event-special-logo {
  display: block;
  width: 728px;
  height: 120px;
  float: left;
}
#otw_2014 #event-special-sidebar,
#otw_bbc6_2014 #event-special-sidebar,
#otw_2015 #event-special-sidebar,
#otw_2015_2 #event-special-sidebar {
  background-color: #4a8083;
  color: #ffffff;
  float: right;
  width: 280px;
  padding: 15px;
  font-size: 17px;
  line-height: 23px;
}
#peaked .track-info,
#popular_playlists .track-info,
#playlist_spy .track-info {
  font-size: 18px;
  text-transform: none;
}
#mazda_hypeon #phonograph {
  display: none;
}
#mazda_hypeon_monthly #header {
  background-color: #83c441;
}
#mazda_hypeon_monthly #header .logo-txt:hover,
#mazda_hypeon_monthly #header #stack-menu .icons a:hover {
  color: #fff;
}
#mazda_hypeon_monthly #hypeon-ad-top {
  width: 1020px;
}
#mazda_hypeon_monthly #mc_embed_signup {
  display: none;
}
#mazda_hypeon_monthly #stack-intro {
  margin: 30px 0 20px 20px;
}
#mazda_hypeon_monthly .stack-button {
  top: -3px;
  left: 10px;
  position: relative;
}
#mazda_hypeon_monthly #content-left {
  margin: 0;
  float: left;
}
#mazda_hypeon_monthly #content-right {
  margin-left: 40px;
}
#mazda_hypeon_monthly .share {
  margin: 80px auto 0 auto;
  float: none;
}
#stacklive #top-notice {
  display: none;
}
#stacklive #stack-header {
  margin-bottom: 10px;
}
#stacklive #stack-intro {
  margin: 20px auto 10px auto;
}
#stacklive .narrow h1 {
  color: #cb2026;
  font-weight: bold;
  margin: 40px 0 20px 0;
}
#stacklive .show_date {
  font-size: 26px;
  font-weight: bold;
}
#stacklive .show_date span {
  /*color: #cb2026; */
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
}
#stacklive .presented_by {
  font-size: 20px;
  font-style: italic;
  margin-top: 10px;
}
#stacklive .more_info {
  margin-bottom: 40px;
}
#stacklive .info_link {
  padding: 10px;
  background-color: #84c441;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
#stacklive #content-left {
  width: 640px;
}
#stacklive #content-left .section-track {
  padding: 10px 20px 10px 0px;
}
#stacklive #content-left .favdiv {
  display: none;
}
.wb-hypem-ad-grid-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-left: 37px;
  padding: 30px 0 7px 50px;
  margin-left: 0px;
  margin-top: 50px;
  background: url(http://static-ak.hypem.net/rev_1439405877/images/wavo-boost-icon.png) 0% 50% no-repeat;
}
.wb-ad-grid .wb-ad-unit {
  padding: 10px 0px 15px 0px !important;
}
#videos .section {
  border: none;
}
#videos .section .thumb_video {
  border: 1px solid #555;
  display: block;
  height: 90px;
  left: 25px;
  position: absolute;
  top: -3px;
  width: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#videos .section .thumb_video:hover {
  border: 1px solid #0063dc;
}
#videos .section .thumb_video:active {
  top: 0px !important;
  position: absolute !important;
}
#videos .section-track {
  padding: 30px 0px 10px 0px;
}
#videos .section-player {
  padding-left: 160px;
  padding-right: 0px;
}
#videos #content-left .section p {
  margin-top: 0px;
}
#videos #content-left .section h3,
#videos #content-left .section h3 a,
#videos #content-left #previous-mentions .section h3 {
  color: #222;
}
#videos .post_info.hidden {
  display: none;
}
#videos .readpost {
  float: right;
  margin-right: 20px;
}
#videos .thumb_video .icon-play {
  left: 50px;
  position: absolute;
  top: 33px;
  text-decoration: none;
  color: #fff;
  display: none;
}
#videos .thumb_video:hover .icon-play {
  display: block;
}
body#otw_2015_2 {
  background-image: url(http://static-ak.hypem.net/rev_1439316947/images/events/otw2015-2-bg2.jpg);
  background-color: #000;
}
#otw_2015_2 .logo-txt {
  color: #fff;
}
#otw_2015_2 #header {
  background-color: rgba(107, 0, 79, 0.5);
}
#otw_2015_2 #container {
  background: transparent;
}
#otw_2015_2 #content-left {
  width: 1038px;
}
#otw_2015_2 #event-special-header {
  height: 410px;
  background-color: rgba(107, 0, 79, 0.5);
}
#otw_2015_2 #event-special-header svg {
  float: left;
}
#otw_2015_2 #event-special-header p {
  color: #fff;
  width: 450px;
  float: right;
}
#otw_2015_2 #event-special-header p a {
  color: #fff;
  text-decoration: underline;
}
#otw_2015_2 #content-left .blogs-picked {
  display: block;
  position: relative;
  overflow: hidden;
}
#otw_2015_2 #content-left.blog-quotes #track-list .section {
  padding-left: 30px;
  background-color: rgba(239, 239, 239, 0.3);
}
#otw_2015_2 #content-left.blog-quotes #track-list .section-track {
  padding-left: 0px;
  padding-bottom: 5px;
  margin-left: 136px;
  margin-right: 52px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
}
#otw_2015_2 #content-left .section h3,
#otw_2015_2 #content-left .section h3 a {
  color: #222;
}
#otw_2015_2 #content-left.blog-quotes .section h2 a {
  /*color: #3a052d;*/
  color: #fff;
  font-size: 44px;
}
#otw_2015_2 #content-left.blog-quotes .blog-blurb a {
  color: #3a052d;
}
#otw_2015_2 #content-left.blog-quotes .blogs-picked-item img {
  border: none;
}
#otw_2015_2 #content-left.blog-quotes #track-list .section-player {
  padding-left: 10px;
}
#otw_2015_2 #content-left.blog-quotes .blog-blurb {
  width: 800px;
  background-color: rgba(239, 239, 239, 0.5);
  color: #222;
  min-height: 84px;
  margin-left: 30px;
}
#otw_2015_2 a.favcount-off,
#otw_2015_2 a.favcount-on {
  display: none;
}
#otw_2015_2 .icons {
  float: left;
  width: 300px;
  margin-left: 25px;
}
#otw_2015_2 .icons .social {
  float: left;
  margin-right: 10px;
  color: #fff;
}
#otw_2015_2 .icons #embed-button {
  float: left;
  display: block;
  font-size: 20px;
  color: #fff;
}
#cmj2015_special .sidebar-share {
  margin-top: 85px;
  margin-bottom: 20px;
  float: right;
  position: relative;
  overflow: visible;
}
#cmj2015_special .sidebar-share span {
  font-size: 20px;
  margin-left: 40px;
  display: block;
  float: left;
}
#cmj2015_special .sidebar-share a:hover {
  color: #84C441;
}
#cmj2015_special .sidebar-share .icon-twitter,
#cmj2015_special .sidebar-share .icon-facebook {
  font-size: 30px;
  position: relative;
  color: #000;
  display: block;
  float: left;
  line-height: 26px;
  margin-left: 9px;
}
#cmj2015_special #special-header {
  background: url(http://static-ak.hypem.net/rev_1444202440/images/events/cmj2015/hm_recommended.png) no-repeat scroll right 0px;
  width: 115px;
  height: 115px;
  margin-bottom: 30px;
  margin-top: 40px;
  float: left;
  position: relative;
}
#cmj2015_special #special-header a {
  float: left;
  display: inline-block;
}
#cmj2015_special #special-h1 {
  font-size: 28px;
  margin-left: 30px;
  margin-top: 65px;
  line-height: 110%;
  float: left;
}
#cmj2015_special #posters {
  float: left;
}
#cmj2015_special #posters img {
  width: 195px;
  float: left;
  position: relative;
  margin: 0 10px 10px 0;
}
#cmj2015_special .section .meta {
  display: none;
}
#cmj2015_special #content-left.mostbloggedbands p {
  display: none;
}
#cmj2015_special .section .thumb {
  display: none;
}
#cmj2015_special #content-left.mostbloggedbands .section h2 {
  padding: 30px 5px 20px 0px;
}
#cmj2015_special #content-left.mostbloggedbands h3 a {
  color: #222;
  font-size: 24px;
}
#cmj2015_special #content-left.mostbloggedbands .section-player {
  padding-left: 20px;
  margin-top: 10px;
}
#cmj2015_special #content-left.mostbloggedbands .section h2 a {
  line-height: 34px;
  margin-left: 0px;
  font-size: 40px;
  /*color: #4A8083;*/
}
#cmj2015_special .section .share-links {
  display: none;
}
#cmj2015_special #content-left .blogs-picked-item {
  float: left;
}
#cmj2015_special #content-left .blogs-picked-item img {
  width: 100px;
  height: 100px;
  border: 1px solid #4A8083;
}
#cmj2015_special #content-left.mostbloggedbands .blog-blurb {
  display: block;
  float: left;
  width: 580px;
  background: #E7E7E7;
  margin: 0 0 0 0px;
  font-style: italic;
  font-size: 18px;
  min-height: 83px;
  padding: 10px;
}
#cmj2015_special #content-left.mostbloggedbands .blog-blurb a {
  font-style: normal;
  /*color: #4A8083;*/
  color: #222;
}
#cmj2015_special #content-left.mostbloggedbands .speech-arrow {
  display: block;
  float: left;
  background: url(http://static-ak.hypem.net/rev_1371762700/images/speech_arrow.png) no-repeat;
  width: 20px;
  height: 50px;
  margin: 10px 0 0 0;
}
#cmj2015_special #content-left.mostbloggedbands .section {
  padding: 0px 0 10px 0;
  border-top: none;
  background: transparent;
}
#cmj2015_special #content-left.mostbloggedbands .section.even {
  background: #fff;
}
#cmj2015_special #content-left.mostbloggedbands .track-info {
  margin-top: 10px;
  padding-left: 10px;
}
#cmj2015_special #schedule_h1 {
  font-size: 28px;
  padding: 20px 0px 20px 25px;
  margin: 10px 0 0 0px;
  text-transform: none;
}
#cmj2015_special #schedule_h1 p {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 10px 0px;
  font-weight: normal;
  width: 708px;
  text-transform: none;
}
#cmj2015_special #event-special-header {
  width: 100%;
  height: 200px;
  margin: 20px 0 0px 0px;
}
#cmj2015_special #event-special-header p {
  width: 1034px;
  display: block;
  float: left;
  font-size: 18px;
  margin: 30px 0 10px 0;
}
#cmj2015_special #event-special-sidebar {
  background-color: #4A8083;
  color: #fff;
  float: right;
  width: 280px;
  padding: 15px;
  font-size: 17px;
  line-height: 23px;
}
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* some CSS here */
  html {
    width: 1057px;
  }
}
@media all and (max-width: 641px) {
  .content-centered {
    width: auto;
  }
  #content-left {
    width: auto;
  }
  #player-container #player-inner #player-controls #player-nowplaying {
    width: 200px;
    padding-right: 0;
  }
  .menu li a,
  #submenu a,
  #submenu #submenu-filter .title,
  #submenu #submenu-filter #submenu-filter-title {
    font-size: 12px;
  }
}
