/** 
 * Begin Eric Meyer's CSS Reset Reloaded
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:                         0;
  padding:                        0;
  border:                         0;
  outline:                        0;
  font-weight:                    inherit;
  font-style:                     inherit;
  font-size:                      100%;
  font-family:                    inherit;
  vertical-align:                 baseline;
}
/* remember to define focus styles! */
:focus {
  outline:                        0;
}
body {
  line-height:                    1;
  color:                          #aaa;
  background:                     #141419 /*url(/images/316.gif)*/ ;
  font-size:                      62.5%;
  font-family:                    Georgia, Times, serif;
}
ol, ul {
  list-style:                     none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse:                separate;
  border-spacing:                 0;
}
caption, th, td {
  text-align:                     left;
  font-weight:                    normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:                        "";
}
blockquote, q {
  quotes:                         "" "";
}
/**
 * End Eric Meyer's CSS Reset Reloaded
 **/
 

/* CLEARS ---------------------- */
.clearfix:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clear {
    clear:both;
}

/* MAIN LAYOUT --------------------- */

#container {
  padding:20px 20px 0 20px;
  box-shadow:0 0 40px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow:0 0 40px rgba(0, 0, 0, 0.65);
  -moz-box-shadow:0 0 40px rgba(0, 0, 0, 0.65);
  width: 96em;
  background: #181818;
  margin:0 auto 2em auto;
}

img#ten_years {
  float:right;
  position:relative;
  left:16px;
  top:-20px;
  z-index:1;
}

div#content {
  clear:                          both;
  font-size:                      1.4em;
  margin-bottom:5em;
}

#left {
  width:700px;
  float:left;
  padding-right:10px;
}

#right {
  width:202px;
  float:left;
  margin-left:20px;
  border:4px solid black;
  padding:10px;
  background:#202020;
}

div#header {
  /*background:    url('/images/smalltownamerica.png') no-repeat right 8em;*/
  background:    url('/images/smalltownamerica.png') no-repeat 685px 8em;
  border-color:  #b2e0e1;
  border-style:  solid;
  margin-bottom:0.5em;
  border-width:  0 0 2px 0;
  padding:       2em 0 1em 0;
  position:relative;
}

div#header h1 a {
  display:     block;
  text-indent: -5000em;
  width:       21em;
  height:      8.3em;
  background:  transparent url('/images/logo.png') no-repeat left top;
}

/*
div#header h1 a {
  display:     block;
  position:    relative;
  top:          -36px;
  margin-bottom: -36px;
  text-indent: -5000em;
  width:       261px;
  height:      119px;
  background:  transparent url('/images/logo-10years.png') no-repeat left top;
}*/

/* COMMON ELEMENTS */

/**
* General styles
**/
small {
  font-size:0.8em;
}

#content p {
  line-height:1.5em;
  margin-bottom:1em;
  font-size:1.2em;
}

a:link
{
  text-decoration:                none;
  color:                          #b2e0e1;
}

a:visited
{
  text-decoration:                underline;
  color:                          #b2e0e1;
}

a:hover
{
  color:                          #FFF;
}

a.email:hover,
a.email {
  line-height:24px;
  background:transparent url(/images/icon.email.png) center left no-repeat;
  padding-left:28px;
}

hr {
  display:none;
}

em
{
  font-style:                     italic;
}

p.flash {
  padding:                        0.5em 0 0.5em 2em;
  background:                     #383838 url('/images/icons/tick.png') no-repeat 0.4em center;
  border:                         1px inset #b2e0e1;
}

/*
p.more a {
  text-transform: uppercase;
  font-size:1.2em;
  font-style: italic;
  color:#bbb;
}*/

.sc-player .sc-info-toggle,
a.sc-buy,
a.buy,
a.listen,
input.button,
p.more a {
  text-transform: uppercase;
  font-size:0.9em;
  font-family: Arial, Helvetica, sans-serif;
  color: #ddd;
  padding: 0.3em 1em;
  margin:0.25em 0;
  display:inline-block;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em
  -webkit-border-radius: 0.5em;
  border: 1px solid #200;
  background-color: #000;
  background: -moz-linear-gradient(top, #636363 0%, #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000000));
  border: 1px solid #222;
  -moz-box-shadow:
    0px 2px 12px rgba(000,000,000,0.25),
    inset 0px -1px 3px rgba(0,0,0,0.7);
  -webkit-box-shadow:
    0px 2px 12px rgba(000,000,000,0.25),
    inset 0px -1px 3px rgba(0,0,0,0.7);
  text-shadow:
    -1px -1px 1px rgba(000,000,000,0.7),
    0px 1px 0px rgba(0,0,0,0.3);
}

p.more a.follow {
  text-transform: none !important;
  font-size:1em !important;
}

p.more.small a {
  font-size:0.7em;
}

input.button {
  font-size:1.25em;
}

a.sc-buy:after,
a.listen:after,
p.more a:after {
  content: ' ▸';
}

p.more a.no_arrow:after {
  content: '';
}

div#content h2 {
  font-size: 2em;
  font-style: italic;
  color: #FFF;
  margin: 0 0 0.5em 0;
  line-height: 1.2em;
  font-weight: bold;
}

#content h3 {
  color:white;
}

#content h2.homepage-section,
#content h3.homepage-section {
  font-size:3em;
  font-weight: normal;
}

#content h3.homepage-section span,
#content h2.homepage-section span {
  font-style: normal;
  font-weight: bold;
}

#content h3.homepage-section {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  color:white;
  margin-bottom:10px;
  text-transform: none;
  font-style:italic;
}

div.panes h3,
div#content > h3 {
  font-size:                      1.5em;
  color:                          #FFF;
  margin:                         0 0 1em 0;
}

div.panes .mini-column h3 {
  font-size:1.2em;
  border-top:none;
}


div#content strong {
  font-weight: bold;
  color:#ccc;
}


/* HOMEPAGE -------- */

.mini-column {
  width:219px; /* mental size, allows for tight border and stuff */
  padding:0 10px;
  float:left;
}

h3.column-title,
.mini-column > h3 {
  text-transform:uppercase;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:0.5em 0 0.5em 0.5em;
  color:white;
  font-size:1.2em;
  margin-bottom:1em;
  text-align:left !important;
}

h3.twitter {
  background:url(/images/icons/twitter2.png) left center no-repeat;
  text-indent:1.75em;
}

h3.lastfm {
  background:url(/images/icons/lastfm.png) left center no-repeat;
  text-indent:1.75em;
}

.mini-column.shows {
  width:200px;
  padding:0;
  margin-left:20px;
  line-height:1.5em;
}

dt.show-time {
  display:none;
}

ul.tweets li {
  word-wrap: break-word;  
}

.shows dt {
  padding:5px 5px 0 5px;
}

ul.tweets li,
.shows dd {
  line-height:1.5em;
  font-size:0.9em;
  margin-bottom:0.5em;
  border-bottom:1px solid #222;
  padding-bottom:0.5em;
  color:#bbb;
}

.shows dd {
  padding-left:5px;
  padding-right:5px;
}

ul.tweets a {
  font-weight:bold;
}

ul.tweets li:last-child {
  border:0;
}

ul.clients li {
  margin-bottom:1em;
  padding-left:0.5em;
}

ul.news li {
  margin-bottom:1em;
  line-height:1.5em;
}

.shows dt {
  color:#eee;
  font-weight:bold;
}

.shows img.by-songkick {
  margin:5px 0;
}

a#powered-by-songkick {
  font-size:0.8em;
  text-transform:lowercase;
  font-style:italic;
  color:#555;  
}

div.shop {
  border-top:1px solid white;
  margin-top:10px;
  padding:10px 15px 20px 20px;
  background:#210505 url(/images/bg.shop.png) left -200px repeat-x;
  border:4px solid #321f1f;
}

div.shop a#poweredby {
  display:block;
  float:right;
  text-indent:-9999px;
  background:#321f1f url(/images/poweredby.im.png) center center no-repeat;
  width: 160px;
  height: 35px;
  position:relative;
  top:-10px;
  right:20px;
  border-right:1px solid #321f1f;
  border-bottom:1px solid #321f1f;
  border-left:1px solid #321f1f;
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px; 
}

div.shop p.release {
  margin:1em 0 0 0 !important;
  font-size:1.1em !important;
}

div.shop p.artist {
  margin:0 !important;
  font-size:0.9em !important;
}

div.shop p.artist a {
}

div.shop p.artist a:after {
  content: ' ▸';
  color:#ccc;
}

#elsewhere {
  margin-top:30px;
  padding-top:5px;
}

#elsewhere ul.tabs li a {
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;
  font-size:0.9em;
  font-weight:normal;
}

/* Headlines scrollable --*/

div.items img {
  margin-bottom:1em;
}

div.items p {
  font-size:1.2em;
}

p.date {
  color: #666;
  font-style: italic;
  /*font-size:0.9em !important;
  margin-bottom:0 !important;*/
}

/* RIGHT COLUMN ONLY */

#right h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight:bold;
}

/**
 * Blog headlines --------
 **/
div#blog-headlines img {
  margin-bottom:1em;
} 
 
div#blog-headlines div h3 a
{
  line-height:1.5em;
  color:white;
}

div#blog-headlines div h3 a:after {
  content: ' ▸';
  color:#ccc;
}

div#blog-headlines div h3 a:hover {
  color:#ccc;
  -moz-text-shadow:0 0 30px black;
  -webkit-text-shadow:0 0 30px black;
}

div#blog-headlines div
{
  border-bottom: 1px solid #2a2a2a;
  margin-bottom:1em;
}

div#blog-headlines p {
  font-size:1.1em;
  line-height:1.5em;
}

div#blog-headlines div p.date
{
  color:                          #666;
  font-style:                     italic;
}

/* STAFF TABS ------ */

#staff {
  float:left;
}

div.panes.homepage {
  background:#1a1a1a;
  width:470px;
  min-height:550px;
  -moz-box-shadow:0 0 40px black;
  -webkit-box-shadow:0 0 40px black;
  box-shadow:0 0 40px black;
  z-index:20;
  text-shadow:1px 1px 1px black;
  border:4px solid #222;
}

div.panes.homepage h3 {
}

div.panes p.date {
  font-size:1em !important;
}

div.panes .mini-column {
  width:210px;
}

/* root element for tabs  */
ul.css-tabs {  
  margin:0 !important; 
  padding:0;
  position:relative;
  top:-3px;
}

/* single tab */
ul.css-tabs li {  
  float:left;  
  padding:0; 
  margin:0;
  list-style-type:none; 
  -moz-box-shadow:0 10px 10px black;
  box-shadow:0 10px 10px black;
  -webkit-box-shadow:0 10px 10px black;
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
  float:left;
  z-index:10;
  display:block;
  padding:10px 15px;
  text-decoration:none;
  color:#ccc;
  position:relative;
  outline:0;
  background:transparent;
  font-style:italic;
}

ul.css-tabs a img {
  vertical-align: middle;
  margin-right:5px;
}

ul.css-tabs a:hover {
  color:#fff;
}
  
/* selected tab */
ul.css-tabs a.current {
  border-right:4px solid #222;
  border-left:4px solid #222;
  border-bottom:4px solid #222;
  background-color: #1a1a1a;
  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.27, rgb(51,51,51)),
      color-stop(0.64, rgb(26,26,26))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(51,51,51) 27%,
      rgb(26,26,26) 64%
  );
  font-weight:bold;
  color:#fff; 
  cursor:default;
  top:-1px;
}

  
/* tab pane */
.css-panes div {
  display:none;
  border:1px solid #666;
  border-width:0 1px 1px 1px;
  min-height:150px;
  padding:15px 20px;
  background-color:#ddd;  
}

/* HEADLINES SCROLLABLE --------- */

.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 692px;
  height:400px;
  float:left; 
  border:4px solid black;
  /*margin-bottom:5px;*/
/*  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
}

.scrollable h2 a {
  color:white;
}

/*
  root element for scrollable items. Must be absolutely positioned
  and it should have a extremely large width to accomodate scrollable items.
  it's enough that you set the width and height for the root element and
  not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
  clear:both;
}

.scrollable .items div {
  float:left;
  width:710px;
  background:#222 url(/images/bg.news.png) repeat-x;
}

/* position the headline image on the left */
.scrollable .items div img {
  float:left;
}

/* Headline text and teaser content positioning */
.scrollable .items div.headline_content {
  float:left;
  width:230px;
  padding:20px;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
  float:left; 
}

.scrollable-nav {
  text-align:left;
  background:#171717;
  padding:10px;
}

.navi {
  display:inline;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
  font-size:14px;
  cursor:pointer;
  text-transform: uppercase;
}

a.browse.next {
  background:transparent url(/images/icon.play.png) center right no-repeat;
  padding-right:0.75em;
}

a.browse.left {
  display:none;
} 

/* disabled navigational button */
a.disabled {
  visibility:hidden !important;   
}   

.navi a {
  width:8px;
  height:8px;
  float:left;
  margin:3px;
  background:url(/images/scrollable/arrow/navigator.png) 0 0 no-repeat;
  display:block;
  font-size:1px;
}

.navi a:hover {
  background-position:0 -8px;      
}

.navi a.active {
  background-position:0 -16px;     
}

/**
 * Last.FM list ----------
 */
.lfm-recent-tracks {
  font-size:0.8em;
  line-height:1.5em;
  color:#aaa;
}

.lfm-recent-tracks strong {
  color:#ccc;
  font-size:1.2em;
  font-weight:normal !important;
}

.lfm-artist-row-small          { }
.lfm-recent-track-small        { margin-bottom:15px; }
.lfm-recent-track-image-small  { padding-right:5px; width:34px; float:left }
.lfm-recent-track-info-small   { }

.lfm-image-small  { width:34px }
.lfm-image-medium { width:64px }
.lfm-image-large  { width:126px }
 
/**
 * Blog module -------
 */
div.blog-post {
  margin-bottom:4em;
}
 
div.blog-post div.body {
  margin-bottom:2em;
}
 
#blog-post-featured-image {
  margin-bottom:0.5em;
} 

div#blog-page-content div#gallery {
  margin-bottom:2em;
}

div.blog-post div.meta a {
  color:#999;
  text-decoration: underline;
}

div.blog-post-list-item div.meta,
div.blog-post div.meta {
  padding:0.5em !important;
  font-family:Arial, Helvetica, sans-serif !important;
  color:#707070;
  background:#1d1d1d;
  font-size:0.8em !important;
}

div.blog-post-list-item div.meta {
  padding:0.25em;
  border-top:0;
  background:none;
  margin:0 !important;
}

div.blog-post div.meta {
  margin:0 0 1.5em 0;
  background:none;
  border-bottom:1px solid #222;
}

div.blog-post div.meta p.byline,
div.blog-post-list-item div.meta p.byline {
  font-family:Arial, Helvetica, sans-serif !important;
  margin:0 !important;
  display:inline !important;
  font-size:0.9em !important;
}

div.blog-post-list-item div.meta a {
  color:#555;  
  text-decoration: underline;
}

ul.tags {
  list-style-type: none;
  display:inline;
}

div.blog-post-list-item ul.tags {
  display:block;
  margin-top:0.25em;
}

li.tag {
  padding:4px 4px 4px 12px;
  display:inline-block;
  background:transparent url(/images/bg.tag.png) no-repeat;
  line-height:15px;
  margin-bottom:0.5em;
}

div.blog-post-list-item div.meta li.tag a,
div.blog-post div.meta li.tag a,
li.tag a {
  text-decoration: none;
  text-shadow:0 0 2px black;
  color:#aaa;
  font-size:11px;
  padding:5px;
  font-family:Arial, Helvetica, sans-serif;
}

div.blog-post-list-item div.meta li.tag a:hover,
div.blog-post div.meta li.tag a:hover,
li.tag a:hover {
  color:white;
}

div.blog-post-list-item,
div.blog-post-list-item p,
div.blog-post,
div.blog-post p {
  line-height:1.5em !important;
  font-size:16px !important;
  font-family:Georgia, Times, Serif !important;
}

div.blog-post h2.title {
  padding:0.25em;
  margin-bottom:0 !important;
}

div.blog-post-list-item h3, 
div.blog-post h3 {
  font-weight:bold;
  color:white;
  font-size:1.1em;
  margin-bottom:0.5em;
}

div.blog-post-list-item h3 {
  font-size:1.5em;
  border-top:1px solid #222;
  line-height:1.2em;
  margin-bottom:0.25em;
  padding-top:0.5em;
} 

div.blog-post-list-item h3 a:after {
  content: ' ▸';
  color:#ccc;
}

div.blog-post-list-item {
  margin-bottom:2em;
}

div.blog-post-list-item img.blog-image {
  width:200px;
  height:200px;
  float:left;
  margin:0 20px 20px 0;
  border-top:1px solid #222;
}

ul.blog-artists,
ul.blog-categories,
ul.blog-posts {
  margin-bottom:2em;
}

ul.blog-artists li,
ul.blog-categories li,
ul.blog-posts li {
  list-style-type:square;
  line-height:1.5em;
  margin-left:1.5em;
}

div.blog-post .related {
  margin-top:2em;
}

div#blog-tag-cloud a:hover {
  background:#ddd;
  color:black !important;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}

div#blog-tag-cloud {
  margin-bottom:3em;
  line-height:1.5em;
}

a.tag_weight_negative_3 {
  font-size:11px;
  color:#555 !important;
}
a.tag_weight_negative_2 {
  font-size:13px;
  color:#6a6a6a !important;
}
a.tag_weight_negative_1 {
  font-size:15px;
  color:#999 !important;
}
a.tag_weight_0 {
  font-size:17px;
  color:#aaa !important;
}
a.tag_weight_1 {
  color:#bbb !important;
  font-size:19px;
}
a.tag_weight_2 {
  color:#eee !important;
  font-size:19px;
}
a.tag_weight_3 {
  color:#fff !important;
  font-size:21px;
}

/**
 * Band line-up
 */
#lineup dl { 
  font-size:1.1em;
  margin-left:0.5em;
} 

#lineup dt,
#lineup dd {
  line-height:1.5em;
}

#lineup dt {
  color:#eee;
}

#lineup dd {
  color:#888;
  margin-bottom:1em;
}
  
/**
 * External links
 */
ul.links li {
} 

ul.links li a {
  display:block;
  padding:0.8em 0;
  text-indent:3em;
  font-size:1.1em;
  border-bottom:1px solid #222;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-color:transparent;
}

ul.links li a:hover {
  background-color:#111;
}

li.official-site a {
  background-image: none;
  text-indent:0;
}

li.im-store a {
  background-image: url(/images/icons/im.png);
}

li.facebook a {
  background-image: url(/images/icons/facebook.png);
}

li.myspace a {
  background-image: url(/images/icons/myspace.png);
}

li.youtube a {
  background-image: url(/images/icons/youtube.png);
}

li.last-fm a {
  background-image: url(/images/icons/lastfm.png);
}

li.twitter a {
  background-image: url(/images/icons/twitter2.png);
}

li.itunes a {
  background-image: url(/images/icons/itunes.png);
}

li.songkick a {
  background-image: url(/images/icons/songkick.png);
}

li.flickr a {
  background-image: url(/images/icons/flickr.png);
}

li.soundcloud a {
  background-image: url(/images/icons/soundcloud.png);
}

li.spotify a {
  background-image: url(/images/icons/spotify.png);
}

li.other a {
}

/**
* Footer styles
**/
div#footer
{
  clear: both;
  border-top:2px solid #eee;
  margin-top:2em;
  padding:1em;
  color:#888;
}

div#footer ul {
  margin-bottom:1em;
}

div#footer ul li
{
  float:left;
  margin-right:1em;
  font-size:1.2em;
}

div#footer ul li a {
  color:#aaa;
}

/**
 * Pagination
 */
div.pagination {
  border-top:1px solid #333;
  padding:0.5em;
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.9em;
}

div.pagination p.links {
  float:right;
}
 
div.pagination span {
  background:#444;
  padding:0.25em;
  font-weight:bold;
  color:#181818;
}
/**
 * Sharing and social stuff
 */
div#share {
  margin-bottom:1em;
}

div.like {
  padding:0.5em;
  border:1px solid #000;
  background:#222;
}


/**
 * Tooltip, used on artist page and homepage
 */
div.tooltip-content {
  display:none;
  background:transparent url(/images/tooltip.png) no-repeat;
  width:369px;
  height:294px;
  padding:55px;
  z-index:9999;
  color:#333;
}

div.tooltip-content a.tooltip-close {
  position:absolute;
  top:40px;
  width:18px;
  height:18px;
  background:transparent url(/images/icon.close.png) no-repeat;
  left:350px;
  text-indent:-9999px;
}

div.tooltip-content h4 {
  color:white;
  font-size:1.5em;
}

div.tooltip-content > img {
  float:left;
}

div.tooltip-content div.info {
  margin-left:70px;
  font-size:11px;
  width:240px;
}

div.tooltip-content p {
  color:white;
}

div.tooltip-content p.date {
  color:#888;
}

div.tooltip-content p.preview-audio-description,
div.tooltip-content p.teaser {
  margin-bottom:2em !important;
  max-height:150px;
  margin-top:1em;
  padding-right:10px;
  overflow-y:auto;
}

a.listen,
a.buy {
  font-size:14px;
  padding:0.5em 1em;
  margin-right:0.5em;
}

.sc-player .sc-buy,
a.buy {
  font-weight:bold;
  background: #410 url(/images/icon.im.png) 10px center no-repeat;
  padding-left:32px;
  border-width: 0;
}

a.buy {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.sc-player .sc-buy:hover,
a.buy:hover {
  background: #520 url(/images/icon.im.png) 10px center no-repeat;
  color:white;
}

div.shop a.listen,
div.shop a.buy {
  font-size:13px;
}

div.tooltip-content a.listen {
  /*color:#ccc;
  background:#333 url(/images/icon.play.png) 10px 7px no-repeat;
  padding-left:20px;*/
}

/* 
 * Homepage tooltips
 */
div.shop div.tooltip-content img.thumbnail {
  display:none;
}

div.shop div.tooltip-content {
  box-shadow:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  border:0;
  border-radius:none;
  -webkit-border-radius:none;
  -moz-border-radius:none;
  width:322px;
  height:316px;
  padding:60px 10px;
  background:transparent url(/images/tooltip.vertical.png) no-repeat;
}

div.shop div.tooltip-content div.info {
  margin-left:40px;
  width:225px;
}

div.shop div.tooltip-content p.date {
  margin-bottom:0 !important;
}

div.shop div.tooltip-content p.teaser {
  max-height:90px;
  line-height:1em;
  color:#ccc;
  font-size:1.1em !important;
  margin-bottom:10px !important;
  margin-top:0 !important;
}

div.shop div.tooltip-content a.tooltip-close {
  position:absolute;
  top:50px;
  width:18px;
  height:18px;
  background:transparent url(/images/icon.close.png) no-repeat;
  left:270px;
  text-indent:-9999px;
}

div.shop .mini-column {
  width:200px;
  padding:0;
  margin-right:15px;
}

div.shop .mini-column.last {
  margin:0 !important;
}

div.shop .mini-column > h3 {
  border-color:#321f1f;
}

div.shop {
  color:#be2f2d;
}

/* HOMEPAGE PLAYER CONTROLS ---- */

ul.jp-controls {
  border:1px solid #333;
  padding:5px 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom:0.5em; 
}

ul.jp-controls li {
  float:left;
}

ul.jp-controls li a {
  display:inline-block;
}

a.jp-play,
a.jp-pause,
a.jp-stop {
  display:inline-block;
  width:25px;
  height:25px;
  text-indent:-9999px;
  margin-right:3px;
}

a.jp-play {
  background:url(/images/buttons/play.png) no-repeat;
}

a.jp-pause {
  background:url(/images/buttons/pause.png) no-repeat;
}

a.jp-stop {
  background:url(/images/buttons/stop.png) no-repeat;
}

.preview_track_name {
  font-size:11px;
  font-family:Helvetica, arial, sans;
  color:#888;
  line-height:25px;
  display:block;
  padding-left:5px;
  width:150px;
  height:25px;
}

/* ---- */

img#publishing-logo {
  margin-bottom:1em;
}

img#publishing-logo-big {
  padding:2em 0;
  margin-bottom:1em;
  border-bottom:1px solid #ccc;
  border-top:1px solid #ccc;
}

a#rss-feed {
  display:block;
  text-indent:30px;
  background:#a30 url(/images/icons/rss.png) left center no-repeat; 
  line-height:30px;
  margin-bottom:1.5em;
  text-decoration:none;
}

a#rss-feed {
  text-transform: uppercase;
  font-size:0.9em;
  font-family: Arial, Helvetica, sans-serif;
  color: #fdd;
  padding: 0.3em 1em;
  margin:0.25em 0 1em 0;
  display:block;
  background:
    url(/images/icons/rss.png) 5px center no-repeat,
    -moz-linear-gradient(top, #bb3300 0%, #330000);
  background:
    url(/images/icons/rss.png) 5px center no-repeat,
    -webkit-gradient(linear, left top, left bottom, from(#930), to(#300));
  border-radius: 0.5em;
  -moz-border-radius: 0.5em
  -webkit-border-radius: 0.5em;
  border: 1px solid #200;
  -moz-box-shadow:
    0px 2px 12px rgba(000,000,000,0.25),
    inset 0px -1px 3px rgba(0,0,0,0.7);
  -webkit-box-shadow:
    0px 2px 12px rgba(000,000,000,0.25),
    inset 0px -1px 3px rgba(0,0,0,0.7);
  text-shadow:
    -1px -1px 2px rgba(100,000,000,0.7),
    0px 1px 0px rgba(0,0,0,0.3);
}

h3.publishing {
  font-size:1.5em;
  margin:0.5em 0;
  font-weight:bold;
  color:#eee;
}

/* Blog page-specific */

body.studio #left h3 {
  margin-bottom:1em;
}

body.studio #left ul {
  margin-bottom:2em;
  line-height:1.5em;
}

body.studio #left li {
  display:inline;
  padding-right:0.75em;
}

/**
 *   Artist index page
 */
ul.artists li {
  float:left; 
  width:250px;
  height:250px;
  margin:1em;
  background:#1a1a1a;
  text-align:center;
  border:5px solid black;
}

ul.artists div.image {
  width:100%;
  height:200px;
  text-align:center;
  background:black;
  overflow:hidden;
  margin-bottom:1.25em;
}

ul.artists li img {
  background:black;
}
