#jamie {
}

#jamieedit {
 display: none;
}

/*   
Theme Name: Rooftop Pirate
Theme URI: www.rinse.fm
Description: Custom theme for rinse.fm, Design by Give Up Art, Build by Lundgren+Lindqvist
Author: Lundgren+Lindqvist
Author URI: www.lundgrenlindqvist.com
Version: 1.0
.
This theme, its design and all files included are protected under copyright laws. It is not a free theme.
.
*/


/* -------------------------------------------------- 
    Table of Contents
-----------------------------------------------------
  Reset & Standards
  ...
  Page - Start
  */


/* --------------------------------------------------
   Global Reset & Standards
   -------------------------------------------------- */

	/* 
		Eric Meyer's CSS Reset
		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: inherit;
        vertical-align: baseline;
      }
      html {
        font-size: 62.5%; 
      }
      /* 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;
      }
      blockquote:before, blockquote:after,
      q:before, q:after {
        content: '';
        content: none;
      }
      table {
        border-collapse: collapse;
        border-spacing: 0;
      }

      sub {vertical-align: sub;}
      sup {vertical-align: super;}

      body { background: #fff; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }


/* --------------------------------------------------
   Font Imports
   -------------------------------------------------- */
   @font-face {
    font-family: 'Rinse Mono Regular';
    src: url('fonts/mono/rinsemonoregular.eot?') format('eot'), url('fonts/mono/rinsemonoregular.woff') format('woff'), url('fonts/mono/rinsemonoregular.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Rinse Mono Bold';
    src: url('fonts/mono/rinsemonobold.eot?') format('eot'), url('fonts/mono/rinsemonobold.woff') format('woff'), url('fonts/mono/rinsemonobold.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Rinse Headline';
    src: url('fonts/headline/rinseheadline.eot?') format('eot'), url('fonts/headline/rinseheadline.woff') format('woff'), url('fonts/headline/rinseheadline.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Rinse Round Bold';
    src: url('fonts/round/rinseroundbold.eot?') format('eot'), url('fonts/round/rinseroundbold.woff') format('woff'), url('fonts/round/rinseroundbold.ttf') format('truetype');
  }

  @font-face {
    font-family: 'tstarregular';
    src: url('fonts/tstar-regular-webfont-webfont.eot');
    src: url('fonts/tstar-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tstar-regular-webfont-webfont.woff2') format('woff2'),
         url('fonts/tstar-regular-webfont-webfont.woff') format('woff'),
         url('fonts/tstar-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/tstar-regular-webfont-webfont.svg#tstarregular') format('svg');
}

@font-face {
    font-family: 'tstarbold';
    src: url('fonts/tstar-bold-webfont-webfont.eot');
    src: url('fonts/tstar-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tstar-bold-webfont-webfont.woff2') format('woff2'),
         url('fonts/tstar-bold-webfont-webfont.woff') format('woff'),
         url('fonts/tstar-bold-webfont-webfont.ttf') format('truetype'),
         url('fonts/tstar-bold-webfont-webfont.svg#tstarbold') format('svg');
}

@font-face {
    font-family: 'tstarheavy';
    src: url('fonts/tstar-heavy-webfont.eot');
    src: url('fonts/tstar-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tstar-heavy-webfont.woff2') format('woff2'),
         url('fonts/tstar-heavy-webfont.woff') format('woff'),
         url('fonts/tstar-heavy-webfont.ttf') format('truetype'),
         url('fonts/tstar-heavy-webfont.svg#tstarheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* --------------------------------------------------
   Links
   -------------------------------------------------- */
   a, a:link, a:visited, a:active, a:hover {text-decoration: none;}
   a:focus { outline: none; }


/* --------------------------------------------------
   Structure
   -------------------------------------------------- */

   /* Root ---------- */
   html, body {margin: 0;padding: 0;}
   body {color:#000; background:#f7f7f7;height: 100%;}
   #wrapper {position:relative;margin:0 auto -54px;min-height: 100%;height: auto !important;height: 100%;}
   #container {margin-bottom: 30px;position:relative;z-index:10;}
   #container2 {margin-bottom: 60px;position:relative;z-index:10;}

   /* Main Columns ---------- */
   .col {float:left; margin:10px;}
   .clear {clear: both;}
   .sidebar {float:left;width:240px;}
   .subtitle {float: left;margin:10px;}

   .box20 {padding:20px;}
   .box15 {padding:15px;}
   .box10 {padding:10px;}
   .box10 {padding:10px;}
   .box5 {padding:5px;}
   .box3 {padding:3px;}


   /* Sixteen Column Grid ---------- */
   .w1-16 {width:40px}
   .w2-16{width:100px}
   .w2-17{width:110px}
   .w3-16{width:160px}
   .w4-16{width:220px}
   .w5-16{width:280px}
   .w6-16{width:340px}
   .w7-16{width:400px}
   .w8-16{width:460px}
   .w9-16{width:520px}
   .w10-16{width:580px}
   .w11-16{width:640px}
   .w12-16{width:700px}
   .w13-16{width:760px}
   .w14-16{width:820px}
   .w15-16{width:880px}
   .w16-16{width:940px}

   .w2-16.box10 {width:80px}
   .w3-16.box10 {width:140px;}
   .w4-16.box5 {width:210px;}
   .w4-16.box10 {width:200px;}
   .w4-16.box20 {width:180px}
   .w6-16.box5 {width:330px;}
   .w6-16.box10 {width:320px;}
   .w8-16.box10 {width:440px;}
   .w8-16.box15 {width:430px;}
   .w8-16.box20 {width:420px}    
   .w16-16.box10 {width:920px;}

   /* Special ---------- */
   .w1-6 {width:140px}
   .w1-5 {width:172px}

   .w1-6.box10 {width:120px;}

   .w4-16.add20 {width:240px}
   .w4-16.minus10 {width:210px}
   .w4-16.minus20 {width:200px}
   .w6-16.minus10 {width:320px;}
   .w6-16.box10.add10 {width:340px;}
   .w8-16.box10.add10 {width:450px;}
   .w8-16.minus15 {width:430px;}
   .w8-16.minus20 {width:440px;}
   .w8-16.minus30 {width:430px;}
   .w8-16.add20 {width:480px;}
   .w12-16.minus20 {width:680px} 
   .w12-16.minus20.box5 {width:670px}  
   .w12-16.add20 {width:720px}  
   .w16-16.add20 {width:960px;}

   .w4-16.borderleft {width:219px}
   .w4-16.borderleft.minus15 {width:204px}

   .advice {width:300px;}

   /* Full Width ---------- */
   .w960 {width:960px;}
   .w970 {width:970px;}
   .w980 {width:980px;}
   .w800 {width:800px;}
   .w600 {width:600px;}
   .mauto {margin-left: auto; margin-right: auto;}

   .wfull {width:100%;}

   /* Floats ---------- */
   .left {float: left;}
   .right {float: right;}

   .col img { float: left; }
   .col iframe { float: left; }

   /* Inner ---------- */
   .w16-16.box10 .title {width:900px;}

   .box10 .w1-6 {width:133px;}
   .box10 .w1-6.box10 {width:113px;}

   .w960 .ms30.title {width:900px;}

   .w12-16.box10 {width: 680px;}
   .w12-16.box10.add20 {width: 700px;}
   .w12-16.box10 .title {width:660px;}

   .w12-16.box10 .subtitle {width:660px;}

   .w1-5.circle {height:128px;width: 172px;padding:44px 0 0;border-radius:86px;-moz-border-radius:86px;-webkit-border-radius:86px;text-align: center;}

   .w1-6.circle {height:108px;width: 140px;padding:32px 0 0;border-radius:70px;-moz-border-radius:70px;-webkit-border-radius:70px;text-align: center;}

   .w1-5.circle h3 {width: 160px;padding: 0 6px;}

   .w1-6.circle h3 {width: 132px;padding: 0 4px;}

/* --------------------------------------------------
   Margins and Paddings
   -------------------------------------------------- */
   .m0 {margin:0px;}
   .m5 {margin:5px;}
   .m7 {margin:7px;}
   .m10 {margin:10px;}
   .m15 {margin:15px;}
   .ms05 {margin:0 5px;}
   .ms30 {margin:10px 30px;}
   .ms35 {margin:10px 35px;}

   .mt0 {margin-top:0;}
   .mt1 {margin-top:1px;}
   .mt2 {margin-top:2px;}
   .mt3 {margin-top:3px;}
   .mt4 {margin-top:4px;}
   .mt6 {margin-top:6px;}
   .mt8 {margin-top:8px;}
   .mt10 {margin-top:10px;}
   .mt12 {margin-top:12px}
   .mt16 {margin-top:16px;}
   .mt17 {margin-top:17px;}
   .mt20 {margin-top:20px;}
   .mt24 {margin-top:24px;}
   .mt30 {margin-top:30px;}
   .mt40 {margin-top:40px;}
   .mt100 {margin-top:100px;}

   .ml5 {margin-left: 5px;}
   .ml9 {margin-left: 9px;}
   .ml10 {margin-left: 10px;}
   .ml15 {margin-left: 15px;}
   .ml20 {margin-left: 20px;}

   .mr2 {margin-right: 2px;}
   .mr5 {margin-right: 5px;}
   .mr10 {margin-right: 10px;}
   .mr20 {margin-right: 20px;}

   .mb0 {margin-bottom:0;}
   .mb2 {margin-bottom:2px;}
   .mb4 {margin-bottom:4px;}
   .mb6 {margin-bottom:6px;}
   .mb8 {margin-bottom:8px;}
   .mb10 {margin-bottom:10px;}
   .mb14 {margin-bottom:14px;}
   .mb16 {margin-bottom:16px;}
   .mb18 {margin-bottom:18px;}
   .mb20 {margin-bottom:20px;}
   .mb40 {margin-bottom:40px;}
   .mb80 {margin-bottom:80px;}
   .mb-10 {margin-bottom: -10px;}

   .p10 {padding:10px;}
   .pt0 {padding-top:0;}
   .pt6 {padding-top:6px;}
   .pt8 {padding-top:8px;}
   .pt9 {padding-top:9px;}
   .pt10 {padding-top:10px;}
   .pt11 {padding-top:11px;}
   .pt12 {padding-top:12px;}
   .pt20 {padding-top:20px;}
   .pb0 {padding-bottom:0;}
   .pb6 {padding-bottom:6px;}
   .pb10 {padding-bottom:10px;}
   .pb20 {padding-bottom:20px;}


/* --------------------------------------------------
   Roundings
   -------------------------------------------------- */
   .rounded {border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
   .rounded.tabscontent {border-top-right-radius:5px;border-top-left-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 0;border-bottom-right-radius:5px;border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;}
   .roundedtop {border-top-right-radius:5px;border-top-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;}
   .roundedbottom {border-bottom-right-radius:5px;border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;}
   .roundedleft {border-top-left-radius:2px;border-bottom-left-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-webkit-border-top-left-radius: 2px;-webkit-border-bottom-left-radius: 2px;}
   .roundedright {border-top-right-radius:2px;border-bottom-right-radius:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;-webkit-border-top-right-radius: 2px;-webkit-border-bottom-right-radius: 2px;}

/* --------------------------------------------------
   Shadings
   -------------------------------------------------- */
   .shaded-box {-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);box-shadow: 0 2px 8px rgba(0,0,0,0.2);}
   .shaded-text {text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);filter: dropshadow(color=#000000, offx=0, offy=1);}

   .shaded-box .shaded-box {-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}        

/* --------------------------------------------------
   Gradients
   -------------------------------------------------- */
   .nav_gradient {
    background: rgb(104,104,104); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(104,104,104) 0%, rgb(95,95,95) 50%, rgb(82,82,82) 51%, rgb(75,75,75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(104,104,104)), color-stop(50%,rgb(95,95,95)), color-stop(51%,rgb(82,82,82)), color-stop(100%,rgb(75,75,75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(104,104,104) 0%,rgb(95,95,95) 50%,rgb(82,82,82) 51%,rgb(75,75,75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(104,104,104) 0%,rgb(95,95,95) 50%,rgb(82,82,82) 51%,rgb(75,75,75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(104,104,104) 0%,rgb(95,95,95) 50%,rgb(82,82,82) 51%,rgb(75,75,75) 100%); /* IE10+ */
    background: linear-gradient(top, rgb(104,104,104) 0%,rgb(95,95,95) 50%,rgb(82,82,82) 51%,rgb(75,75,75) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#4b4b4b',GradientType=0 ); /* IE6-9 */   
  }

  .light-grey-gradient-highlight {
    background: #f3f3f3;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 2%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f3f3f3), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 2%,#ececec 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 2%,#ececec 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 2%,#ececec 100%);
    background: linear-gradient(top,  #ffffff 0%,#f3f3f3 2%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ececec',GradientType=0 );
  }

  .medium-grey-gradient-highlight {
    background: #6A6A6A;
    background: -moz-linear-gradient(top,  #848484 0%, #6A6A6A 1%, #4B4B4B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848484), color-stop(1%,#6A6A6A), color-stop(100%,#4B4B4B));
    background: -webkit-linear-gradient(top,  #848484 0%,#6A6A6A 1%,#4B4B4B 100%);
    background: -o-linear-gradient(top,  #848484 0%,#6A6A6A 1%,#4B4B4B 100%);
    background: -ms-linear-gradient(top,  #848484 0%,#6A6A6A 1%,#4B4B4B 100%);
    background: linear-gradient(top,  #848484 0%,#6A6A6A 1%,#4B4B4B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A6A6A', endColorstr='#4B4B4B',GradientType=0 );
  }

  .light-lavender-gradient-highlight {
    background: #f3f3f3;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6edfc 2%, #d1d7e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#e6edfc), color-stop(100%,#d1d7e3));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6edfc 2%,#d1d7e3 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e6edfc 2%,#d1d7e3 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6edfc 2%,#d1d7e3 100%);
    background: linear-gradient(top,  #ffffff 0%,#e6edfc 2%,#d1d7e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6edfc', endColorstr='#d1d7e3',GradientType=0 );
  }

  .light-mint-gradient-highlight {
    background: #f3f3f3;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5f4ed 2%, #c5d5ce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#e5f4ed), color-stop(100%,#c5d5ce));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5f4ed 2%,#c5d5ce 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e5f4ed 2%,#c5d5ce 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5f4ed 2%,#c5d5ce 100%);
    background: linear-gradient(top,  #ffffff 0%,#e5f4ed 2%,#c5d5ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f4ed', endColorstr='#c5d5ce',GradientType=0 );
  }

  .orange-gradient {
    background: #F36630;
    background: -moz-linear-gradient(top,  #F66A2D 0%, #F36630 1%, #D45825 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F66A2D), color-stop(1%,#F36630), color-stop(100%,#D45825));
    background: -webkit-linear-gradient(top,  #F66A2D 0%,#F36630 1%,#D45825 100%);
    background: -o-linear-gradient(top,  #F66A2D 0%,#F36630 1%,#D45825 100%);
    background: -ms-linear-gradient(top,  #F66A2D 0%,#F36630 1%,#D45825 100%);
    background: linear-gradient(top,  #F66A2D 0%,#F36630 1%,#D45825 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F36630', endColorstr='#D45825',GradientType=0 );
  }

  .lightblue-gradient {
    background: #00B4F3;
    background: -moz-linear-gradient(top,  #19BEEE 0%, #00B4F3 1%, #006F93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop19BEEE, color-stop(1%,#00B4F3), color-stop(100%,#006F93));
    background: -webkit-linear-gradient(top,  #19BEEE 0%,#00B4F3 1%,#006F93 100%);
    background: -o-linear-gradient(top,  #19BEEE 0%,#00B4F3 1%,#006F93 100%);
    background: -ms-linear-gradient(top,  #19BEEE 0%,#00B4F3 1%,#006F93 100%);
    background: linear-gradient(top,  #19BEEE 0%,#00B4F3 1%,#006F93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B4F3', endColorstr='#006F93',GradientType=0 );
  }

  .teal-split-gradient {
    background: #5ed2cc; /* Old browsers */
    background: -moz-linear-gradient(top, #5ed2cc 0%, #68d5cf 50%, #5ad1cb 51%, #62d3ce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ed2cc), color-stop(50%,#68d5cf), color-stop(51%,#5ad1cb), color-stop(100%,#62d3ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5ed2cc 0%,#68d5cf 50%, #5ad1cb 51%,#62d3ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5ed2cc 0%,#68d5cf 50%,#5ad1cb 51%,#62d3ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5ed2cc 0%,#68d5cf 50%,#5ad1cb 51%,#62d3ce 100%); /* IE10+ */
    background: linear-gradient(top, #5ed2cc 0%,#68d5cf 50%,#5ad1cb 51%,#62d3ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ed2cc', endColorstr='#62d3ce',GradientType=0 ); /* IE6-9 */      
  }

  .dark-teal-split-gradient {
    background: #60bdb9; /* Old browsers */
    background: -moz-linear-gradient(top, #60bdb9 0%, #69c1bd 50%, #50b9b3 51%, #57bab6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60bdb9), color-stop(50%,#69c1bd), color-stop(51%,#50b9b3), color-stop(100%,#57bab6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #60bdb9 0%,#69c1bd 50%, #50b9b3 51%,#57bab6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #60bdb9 0%,#69c1bd 50%,#50b9b3 51%,#57bab6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #60bdb9 0%,#69c1bd 50%,#50b9b3 51%,#57bab6 100%); /* IE10+ */
    background: linear-gradient(top, #60bdb9 0%,#69c1bd 50%,#50b9b3 51%,#57bab6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bdb9', endColorstr='#57bab6',GradientType=0 ); /* IE6-9 */      
  }

  .ministrygradient {
   background: #f24645; /* Old browsers */
   background: -moz-linear-gradient(-45deg,  #f24645 0%, #ebc08d 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f24645), color-stop(100%,#ebc08d)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(-45deg,  #f24645 0%,#ebc08d 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(-45deg,  #f24645 0%,#ebc08d 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(-45deg,  #f24645 0%,#ebc08d 100%); /* IE10+ */
   background: linear-gradient(135deg,  #f24645 0%,#ebc08d 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24645', endColorstr='#ebc08d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }

  .carnivalplayerbg {
    background-image: url('http://rinse.fm/wp-content/uploads/2015/08/carnival_playerbg3.png');
    background-color: #FFFF00;
  }

  /* 70% tints */

  .option-carnival {
    background: #f8ee06;
    background: -moz-linear-gradient(bottom left, #F8EE06 0%, #038148 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #F8EE06), color-stop(1, #038148));
    background: -webkit-linear-gradient(bottom left, #F8EE06 0%, #038148 100%);
    background: -o-linear-gradient(bottom left, #F8EE06 0%, #038148 100%);
    background: -ms-linear-gradient(bottom left, #F8EE06 0%, #038148 100%);
    background: linear-gradient(to top right, #F8EE06 0%, #038148 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ee06', endColorstr='#038148',GradientType=0 );
  }

  .option01-70 {
    background: #aeb3ea;
    background: -moz-linear-gradient(top,  #aeb3ea 0%, #4ccafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeb3ea), color-stop(100%,#4ccafa));
    background: -webkit-linear-gradient(top,  #aeb3ea 0%,#4ccafa 100%);
    background: -o-linear-gradient(top,  #aeb3ea 0%,#4ccafa 100%);
    background: -ms-linear-gradient(top,  #aeb3ea 0%,#4ccafa 100%);
    background: linear-gradient(top,  #aeb3ea 0%,#4ccafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb3ea', endColorstr='#4ccafa',GradientType=0 );
  }

  .option02-70 {
    background: #8adfda;
    background: -moz-linear-gradient(top,  #8adfda 0%, #4ccafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8adfda), color-stop(100%,#4ccafa));
    background: -webkit-linear-gradient(top,  #8adfda 0%,#4ccafa 100%);
    background: -o-linear-gradient(top,  #8adfda 0%,#4ccafa 100%);
    background: -ms-linear-gradient(top,  #8adfda 0%,#4ccafa 100%);
    background: linear-gradient(top,  #8adfda 0%,#4ccafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8adfda', endColorstr='#4ccafa',GradientType=0 );
  }

  .option03-70 {
    background: #fc8c5a;
    background: -moz-linear-gradient(top,  #fc8c5a 0%, #f37870 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8c5a), color-stop(100%,#f37870));
    background: -webkit-linear-gradient(top,  #fc8c5a 0%,#f37870 100%);
    background: -o-linear-gradient(top,  #fc8c5a 0%,#f37870 100%);
    background: -ms-linear-gradient(top,  #fc8c5a 0%,#f37870 100%);
    background: linear-gradient(top,  #fc8c5a 0%,#f37870 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8c5a', endColorstr='#f37870',GradientType=0 );
  }

  .option04-70 {
    background: #ffd84c;
    background: -moz-linear-gradient(top,  #ffd84c 0%, #fc8e5b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd84c), color-stop(100%,#fc8e5b));
    background: -webkit-linear-gradient(top,  #ffd84c 0%,#fc8e5b 100%);
    background: -o-linear-gradient(top,  #ffd84c 0%,#fc8e5b 100%);
    background: -ms-linear-gradient(top,  #ffd84c 0%,#fc8e5b 100%);
    background: linear-gradient(top,  #ffd84c 0%,#fc8e5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd84c', endColorstr='#fc8e5b',GradientType=0 );
  }

  .option05-70 {
    background: #ffd84c;
    background: -moz-linear-gradient(top,  #ffd84c 0%, #4ccafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd84c), color-stop(100%,#4ccafa));
    background: -webkit-linear-gradient(top,  #ffd84c 0%,#4ccafa 100%);
    background: -o-linear-gradient(top,  #ffd84c 0%,#4ccafa 100%);
    background: -ms-linear-gradient(top,  #ffd84c 0%,#4ccafa 100%);
    background: linear-gradient(top,  #ffd84c 0%,#4ccafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd84c', endColorstr='#4ccafa',GradientType=0 );
  }

  .option06-70 {
    background: #aeb3ea;
    background: -moz-linear-gradient(top,  #aeb3ea 0%, #f37a72 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeb3ea), color-stop(100%,#f37a72));
    background: -webkit-linear-gradient(top,  #aeb3ea 0%,#f37a72 100%);
    background: -o-linear-gradient(top,  #aeb3ea 0%,#f37a72 100%);
    background: -ms-linear-gradient(top,  #aeb3ea 0%,#f37a72 100%);
    background: linear-gradient(top,  #aeb3ea 0%,#f37a72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb3ea', endColorstr='#f37a72',GradientType=0 );
  }

  .option07-70 {
    background: #eaeaea;
    background: -moz-linear-gradient(top,  #eaeaea 0%, #919191 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#919191));
    background: -webkit-linear-gradient(top,  #eaeaea 0%,#919191 100%);
    background: -o-linear-gradient(top,  #eaeaea 0%,#919191 100%);
    background: -ms-linear-gradient(top,  #eaeaea 0%,#919191 100%);
    background: linear-gradient(top,  #eaeaea 0%,#919191 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#919191',GradientType=0 );
  }

  .option08-70 {
    background: #919191;
    background: -moz-linear-gradient(top,  #919191 0%, #4c4c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(100%,#4c4c4c));
    background: -webkit-linear-gradient(top,  #919191 0%,#4c4c4c 100%);
    background: -o-linear-gradient(top,  #919191 0%,#4c4c4c 100%);
    background: -ms-linear-gradient(top,  #919191 0%,#4c4c4c 100%);
    background: linear-gradient(top,  #919191 0%,#4c4c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#4c4c4c',GradientType=0 );
  }

  .option09-70 {
    background: #a1de52;
    background: -moz-linear-gradient(top,  #a1de52 0%, #ffd74b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1de52), color-stop(100%,#ffd74b));
    background: -webkit-linear-gradient(top,  #a1de52 0%,#ffd74b 100%);
    background: -o-linear-gradient(top,  #a1de52 0%,#ffd74b 100%);
    background: -ms-linear-gradient(top,  #a1de52 0%,#ffd74b 100%);
    background: linear-gradient(top,  #a1de52 0%,#ffd74b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1de52', endColorstr='#ffd74b',GradientType=0 );
  }

  /* 50% tints */

  .option01-50 {
    background: #c5c9ef;
    background: -moz-linear-gradient(top,  #c5c9ef 0%, #80d9fb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c9ef), color-stop(100%,#80d9fb));
    background: -webkit-linear-gradient(top,  #c5c9ef 0%,#80d9fb 100%);
    background: -o-linear-gradient(top,  #c5c9ef 0%,#80d9fb 100%);
    background: -ms-linear-gradient(top,  #c5c9ef 0%,#80d9fb 100%);
    background: linear-gradient(top,  #c5c9ef 0%,#80d9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c9ef', endColorstr='#80d9fb',GradientType=0 );
  }

  .option02-50 {
    background: #ace8e6;
    background: -moz-linear-gradient(top,  #ace8e6 0%, #80d9fb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ace8e6), color-stop(100%,#80d9fb));
    background: -webkit-linear-gradient(top,  #ace8e6 0%,#80d9fb 100%);
    background: -o-linear-gradient(top,  #ace8e6 0%,#80d9fb 100%);
    background: -ms-linear-gradient(top,  #ace8e6 0%,#80d9fb 100%);
    background: linear-gradient(top,  #ace8e6 0%,#80d9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ace8e6', endColorstr='#80d9fb',GradientType=0 );
  }

  .option03-50 {
    background: #fdaf8b;
    background: -moz-linear-gradient(top,  #fdaf8b 0%, #f79f9b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdaf8b), color-stop(100%,#f79f9b));
    background: -webkit-linear-gradient(top,  #fdaf8b 0%,#f79f9b 100%);
    background: -o-linear-gradient(top,  #fdaf8b 0%,#f79f9b 100%);
    background: -ms-linear-gradient(top,  #fdaf8b 0%,#f79f9b 100%);
    background: linear-gradient(top,  #fdaf8b 0%,#f79f9b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdaf8b', endColorstr='#f79f9b',GradientType=0 );
  }

  .option04-50 {
    background: #ffe37f;
    background: -moz-linear-gradient(top,  #ffe37f 0%, #fdaf8b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe37f), color-stop(100%,#fdaf8b));
    background: -webkit-linear-gradient(top,  #ffe37f 0%,#fdaf8b 100%);
    background: -o-linear-gradient(top,  #ffe37f 0%,#fdaf8b 100%);
    background: -ms-linear-gradient(top,  #ffe37f 0%,#fdaf8b 100%);
    background: linear-gradient(top,  #ffe37f 0%,#fdaf8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe37f', endColorstr='#fdaf8b',GradientType=0 );
  }

  .option05-50 {
    background: #c5c9ef;
    background: -moz-linear-gradient(top,  #c5c9ef 0%, #f79f9b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c9ef), color-stop(100%,#f79f9b));
    background: -webkit-linear-gradient(top,  #c5c9ef 0%,#f79f9b 100%);
    background: -o-linear-gradient(top,  #c5c9ef 0%,#f79f9b 100%);
    background: -ms-linear-gradient(top,  #c5c9ef 0%,#f79f9b 100%);
    background: linear-gradient(top,  #c5c9ef 0%,#f79f9b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c9ef', endColorstr='#f79f9b',GradientType=0 );
  }

  .option06-50 {
    background: #f0f0f0;
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #b1b1b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#b1b1b1));
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#b1b1b1 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#b1b1b1 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#b1b1b1 100%);
    background: linear-gradient(top,  #f0f0f0 0%,#b1b1b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#b1b1b1',GradientType=0 );
  }

  .option07-50 {
    background: #b0b0b0;
    background: -moz-linear-gradient(top,  #b0b0b0 0%, #7f7f7f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0b0b0), color-stop(100%,#7f7f7f));
    background: -webkit-linear-gradient(top,  #b0b0b0 0%,#7f7f7f 100%);
    background: -o-linear-gradient(top,  #b0b0b0 0%,#7f7f7f 100%);
    background: -ms-linear-gradient(top,  #b0b0b0 0%,#7f7f7f 100%);
    background: linear-gradient(top,  #b0b0b0 0%,#7f7f7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#7f7f7f',GradientType=0 );
  }



/* --------------------------------------------------
   Borders
   -------------------------------------------------- */
   .bordertop {border-top:1px solid #d8d8d8;}
   .bordertopdark {border-top:1px solid #a1a1a1;}
   .borderbottom {border-bottom:1px solid #d8d8d8;}
   .borderbottomdark {border-bottom:1px solid #a1a1a1;}
   .title.borderbottom {padding:0 0 10px;}
   .title.borderbottom.pb20 {padding:0 0 20px;}

   .borderleft{border-left:1px solid #d8d8d8;padding:0 0 0 10px;}
   .col.borderleft {margin:10px 10px 10px 0;}

   .borderright{border-right:1px solid #d8d8d8;padding:0 10px 0 0;}
   .col.borderright {margin:10px 0 10px 10px;}

   hr {border:none;}

/* --------------------------------------------------
   Fonts
   -------------------------------------------------- */
   body { font: normal 11px/1.5em 'Helvetica', Arial, sans-serif; }

   strong, b {font-weight: bold;}

   em, i {font-style: italic;}

   .caps {text-transform: uppercase;}

   .headline { font-family: 'Rinse Headline', sans-serif;letter-spacing: 1px; }

   .mono { font-family: 'Rinse Mono Regular', 'Courier New', mono-space; }

   .monobold { font-family: 'Rinse Mono Bold', 'Courier New', mono-space; }

   .roundbold { font-family: 'Rinse Round Bold', sans-serif;text-transform: uppercase;}

   .tstarheavyupper { font-family: 'tstarheavy', sans-serif; text-transform: uppercase; letter-spacing: 0.035em;}

   .tstarboldupper { font-family: 'tstarbold', sans-serif; text-transform: uppercase; letter-spacing: 0.035em;}
   
   .tstarregularupper { font-family: 'tstarregular', sans-serif; text-transform: uppercase; letter-spacing: 0.035em;}

   .tstarheavy { font-family: 'tstarheavy', sans-serif; letter-spacing: 0.035em;}
   
   .tstarbold { font-family: 'tstarbold', sans-serif; letter-spacing: 0.035em;}
   
   .tstarregular { font-family: 'tstarregular', sans-serif; letter-spacing: 0.035em;}

   .entry p {margin:0 0 1.5em;line-height: 1.5em;}

   .entry.px13 p {margin:0 0 1.3em;line-height: 1.3em;}

   .entry ul { list-style: none; padding:0; margin:0 0 1.3em; }

   .entry li { padding-left: 1.3em;margin-bottom: 0.75em; text-indent: -1.3em; }

   .entry li:before { content: '• '; color: #00B3F7; }

   .px9 { font-size: 9px;line-height: 1em; }

   .px10 { font-size: 10px;line-height: 1em; }

   .px11 { font-size: 11px;line-height: 1em; }

   .px12 { font-size: 12px;line-height: 1.5em; }

   .px13 { font-size: 13px;line-height: 1em; }

   .px14 { font-size: 14px;line-height: 1e,; }

   .px15 { font-size: 15px;line-height: 1em; }

   .px16 { font-size: 16px;line-height: 1em; }

   .px16a { font-size: 16px;line-height: 1.1em; }

   .px17 { font-size: 17px;line-height: 1.1em; }

   .px18 { font-size: 18px;line-height: 1em; }

   .px19 { font-size: 19px;line-height: 1em; }

   .px20 { font-size: 20px;line-height: 1em; }

   .px22 { font-size: 22px;line-height: 1em; }

   .px24 { font-size: 24px;line-height: 1em; }

   .px30 { font-size: 30px;line-height: 1em; }

   .px36 { font-size: 36px;line-height: 1em; }

   .px36 { font-size: 36px;line-height: 1em; }

   .px216 { font-size: 216px;line-height: 1em; }

   .h2 { height:2em; }

   .h3 { height:3em; }

   .h3-6 { height:3.6em; }

   .lh1 { line-height:1em; }

   .lh1-2 { line-height:1.2em; }

   .lh1-5 { line-height:1.5em; }

   .lh19 {line-height: 19px;}

   .lh20 {line-height: 20px;}

   .lh13em { line-height: 1.3em;}

   .ls1 { letter-spacing: 1px; }

   .two-columns {
     -moz-column-count: 2;
     -webkit-column-count: 2;
     column-count: 2;
   }

   .two-columns.px13 {
     -moz-column-gap: 1.3em;
     -webkit-column-gap: 1.3em;
     column-gap: 1.3em;
   }

   .center {
    text-align: center;
  }

   .underline {
    text-decoration: underline;
  }

/* --------------------------------------------------
   Colours
   -------------------------------------------------- */
   .black {color: #000;}
   .bgblack {background: #231f20;}

   .neg {color: #fff;}
   .bgwhite {background: #fff;}

   .rinsecyan {#00aeef;}

   .bgwhite30 {background-color: transparent;background-color: rgba(255, 255, 255, 0.3); }

   .bgblack70 {background: rgb(0, 0, 0);background: rgba(0, 0, 0, 0.7); }

   .bgsoundcloudorange {background-color: #f50;}

   .lightgrey {color:#ECECEC;}
   .bglightgrey {background-color: #ECECEC;}

   .grey {color: #a1a1a1;}
   .bggrey {background-color: #a1a1a1;}

   .mediumgrey {color: #686868;}
   .bgmediumgrey {background-color: #686868;}

   a.mediumgrey,
   a.mediumgrey:link,
   a.mediumgrey:visited,
   a.mediumgrey:active { color: #686868; }
   a.mediumgrey:hover { color: #a1a1a1; }

   .darkgrey {color: #383838;}
   .bgdarkgrey {background-color: #383838;}

   .orange {color: #f65e1c;}
   .bgorange {background-color: #f65e1c;}

   .blue {color:#2dafe6;}
   .bgblue {background-color:#2dafe6;}

   .lightblue {color:#00b3f7;}
   .bglightblue {background-color:#00b3f7;}

   a.lightblue,
   a.lightblue:link,
   a.lightblue:visited,
   a.lightblue:active { color: #00b3f7; }
   a.lightblue:hover { color: #2dafe6; }

   .bgbabyblue {background-color: #BBCEF9;}

   .turquoise {color: #C5EBEC;}
   .bgturquoise {background-color: #C5EBEC;}

   .darkturquoise {color: #5ad1cb;}
   .bgdarkturquoise {background-color: #5ad1cb;}

   .bgpurple {background-color: #3E5B95;}

   .bgred {background-color: #ee4136;}

   .bgpink {background-color: #e7008d;}

   .bglavender {background-color: #8c93e0;}

   .bgteal {background-color: #4BD5BE;}

   .bgemerald {background-color: #27ab6d; }

   .bglightgreen {background-color: #7bd00b;}

   .cover {display: none; position: absolute;}

   .cover.w1-16 {height:}
   .cover.w2-16{height:}
   .cover.w3-16{height:}
   .cover.w4-16{height:220px}
   .cover.w4-16.p10{width:200px;height:200px;}
   .cover.w5-16{height:}
   .cover.w6-16{height:}
   .cover.w7-16{height:}
   .cover.w8-16{height:508px}
   .cover.w9-16{height:}
   .cover.w10-16{height:}
   .cover.w11-16{height:}
   .cover.w12-16{height:}
   .cover.w13-16{height:}
   .cover.w14-16{height:}
   .cover.w15-16{height:}
   .cover.w16-16{height:}

   .cover.w1-6 {height:140px;}
   .cover.w1-6.p10 {height:120px;width:120px;}
   .cover.w1-5 {height:172px}

   select {
    border: 1px solid #e4e4e4;
    color: #383838;
    background: #ffffff;
    padding: 5px;
    margin:0;
  }

  .entry a:link,
  .entry a:visited,
  .entry a:hover,
  .entry a:active {
    color: #00b3f7;
  }


/* --------------------------------------------------
   Backgrounds
   -------------------------------------------------- */

   #rinse-logos {position: fixed;top:10000;left:0;top:0;width:100%;height:100%;overflow: hidden;z-index: -1;}

   .logo {position: absolute;top:0;width:135px;height:135px;}

   .logo .circle {position: absolute;margin:0;z-index:1;width:135px;height:135px;}

   .logo .rinse-r {position: absolute;margin:0;z-index:2;width:135px;height:135px;}

   #rinse-gradient {position: fixed;top:0;left:0;width:100%;height:100%;overflow: hidden;z-index: -1;}

   #rinse-background {position: fixed;top:0;left:0;width:100%;height:100%;overflow: hidden;z-index: -1;}

   #background-link {position: fixed;top:0;left:0;width:100%;height:100%;overflow: hidden;z-index: 0;} 

/* --------------------------------------------------
   Icons
   -------------------------------------------------- */

   .icon.rinse a {float: left;width:20px;height: 20px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;display: block;cursor: pointer;margin:0 5px 0 0;background-image:url('images/icons/rinse_white_20px_trans.png');background-position: 0 0;background-repeat: no-repeat;}

   .icon.listen a {float: left;width:20px;height: 20px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;display: block;cursor: pointer;margin:0 5px 0 0;background-image:url('images/icons/listen_20px_trans.png');background-position: 0 0;background-repeat: no-repeat;}

   .icon.download a {float: left;width:20px;height: 20px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;display: block;cursor: pointer;margin:0 5px 0 0;background-image:url('images/icons/download_24px_trans.png');background-position: 0 0;background-repeat: no-repeat;}

   .podcasts .icon a, .podcast .icon a {float: left;width:24px;height: 24px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;display: block;cursor: pointer;margin:0 4px 10px 3px;background-position: 0 0;background-repeat: no-repeat;}
   .w1-5.podcast .icon.listen { margin:10px 0 0 56px; }
   .w1-6.podcast .icon.listen { margin:10px 0 0 40px; } 
   .podcast .icon.download { margin:10px 0 0 0; }

   .podcasts .icon.listen a, .podcast .icon.listen a {background-image: url('images/icons/listen_24px_trans.png');}
   .podcasts .icon.download a, .podcast .icon.download a {background-image: url('images/icons/download_24px_trans.png');}
   .podcasts .icon.soundcloud a, .podcast .icon.soundcloud a {background-image: url('images/icons/soundcloud_20px_trans5.png'); background-position: center center;}

   .podcasts .icon.spinner a, .podcast .icon.spinner a {background-image: url('images/icons/spinner_24px_cyan.gif');}
   .podcasts .icon.caret-up a, .podcast .icon.caret-up a {background-image: url('images/icons/caret-up_24px_trans.png');}

   .footer .icon.rinse a {background-image: url('images/icons/rinse_darkgrey_20px_trans.png');}

   .podcasts .icon.listen a {border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}

   .search-results .icon.listen a, .search-results .icon.download a {width:24px;height: 24px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}
   .search-results .icon.listen a {background-image: url('images/icons/listen_24px_trans.png');}


/* --------------------------------------------------
   Social
   -------------------------------------------------- */
   .social ul li {float: left;}

   .social ul li a {display: block;width:14px;height: 14px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;display: block;cursor: pointer;text-indent: -100000px;}
   .social ul li .icon.facebook a {background: #395B9B url('images/icons/facebook_14px_trans.png') 0 0 no-repeat;}
   .social ul li .icon.twitter a {background: #46C9F3 url('images/icons/twitter_14px_trans.png') 0 0 no-repeat;}
   .social ul li .icon.soundcloud a {background: #f65e1c url('images/icons/soundcloud_14px_trans.png') 0 0 no-repeat;}

   .single-artist .social ul li a {display: block;width:20px;height: 20px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;display: block;cursor: pointer;text-indent: -100000px;}
   .single-artist .social ul li .icon.facebook a {background: #395B9B url('images/icons/facebook_20px_trans.png') 0 0 no-repeat;}
   .single-artist .social ul li .icon.twitter a {background: #46C9F3 url('images/icons/twitter_20px_trans.png') 0 0 no-repeat;}
   .single-artist .social ul li .icon.soundcloud a {background: #f65e1c url('images/icons/soundcloud_20px_trans.png') 0 0 no-repeat;}

/* --------------------------------------------------
   Header (padding top was 34px)
   -------------------------------------------------- */
   #top-bar{position:fixed;top:0;background:#fff; height: 34px;z-index: 110; margin:0;}

   .top-bar-static #top-bar {
    position: static;
   }
   .top-bar-static #header {
    padding-top: 0;
   }

   #top-bar #searchform {float: right;margin:9px 10px;}

   #top-bar #searchform input {float:left;border:1px solid #e8e8e8;line-height: 14px;height:14px;margin:0;padding:0;display: block;}

   #top-bar #searchform input#s {outline: none;font-size: 9px;}

   #top-bar #searchform input#searchsubmit{background: transparent url('images/icons/search_14px_trans.png') 0 0 no-repeat;border-left:0;text-indent: -100000px;width:16px;height: 16px;cursor: pointer;}

   #header{background:#fff;padding-top: 34px;margin:0 auto 10px;position:relative;z-index: 100;}

   #logo, 
   #logo:hover, 
   #logo:visited, 
   #logo:active, 
   #logo:link { background:url('images/rinselogo.jpg'); height:57px; display: block; text-decoration:none; background-repeat: no-repeat; }

   #logorotator, 
   #logorotator:hover, 
   #logorotator:visited, 
   #logorotator:active, 
   #logorotator:link { background:url('images/rinse20/rotator.php'); height:57px; display: block; text-decoration:none; background-repeat: no-repeat; }

   #nav{
    height: 26px;
    display: block;
    float: left;
    position: relative;
    z-index: 100;
  }

  #mainmenu {
    float: left;
    height: 26px;
    border-right: 1px solid #777777;
  }

  #mainmenu li {
    float: left;
  }

  #mainmenu li a,
  #mainmenu li a:link,
  #mainmenu li a:visited,
  #mainmenu li a:active {
    display: block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    padding:0 11px;
    border-right: 1px solid #444444;
    border-left: 1px solid #777777;
    font-size: 14.5px;
  }

  #mainmenu li.first a {
    border-left:none;
  }  

  #mainmenu li a:hover {
    cursor: pointer;
    background: #424242; /* Old browsers */
    background: -moz-linear-gradient(top,  #424242 0%, #3c3c3c 50%, #343434 51%, #2f2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(50%,#3c3c3c), color-stop(51%,#343434), color-stop(100%,#2f2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424242 0%,#3c3c3c 50%,#343434 51%,#2f2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424242 0%,#3c3c3c 50%,#343434 51%,#2f2f2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424242 0%,#3c3c3c 50%,#343434 51%,#2f2f2f 100%); /* IE10+ */
    background: linear-gradient(top,  #424242 0%,#3c3c3c 50%,#343434 51%,#2f2f2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-9 */ 
  } 

  #mainmenu li:hover > a {
    background: #424242; /* Old browsers */
    background: -moz-linear-gradient(top,  #424242 0%, #3c3c3c 50%, #343434 51%, #2f2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(50%,#3c3c3c), color-stop(51%,#343434), color-stop(100%,#2f2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424242 0%,#3c3c3c 50%,#343434 51%,#2f2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424242 0%,#3c3c3c 50%,#343434 51%,#2f2f2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424242 0%,#3c3c3c 50%,#343434 51%,#2f2f2f 100%); /* IE10+ */
    background: linear-gradient(top,  #424242 0%,#3c3c3c 50%,#343434 51%,#2f2f2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-9 */ 
  }

  #mainmenu li:hover ul {
   display: block;
 }

 #mainmenu ul {
   display: none;
   margin: 0 0 0 1px;
   padding: 0;
   position: absolute;
   z-index: 500;
   background: #2f2f2f;
   border: none;
 }

 #mainmenu li.first ul {margin:0;}

 #mainmenu ul li {
  border: none;
  float: none;
}

#mainmenu ul li a,
#mainmenu ul li a:link,
#mainmenu ul li a:visited,
#mainmenu ul li a:hover,
#mainmenu ul li a:active {
  border: none;
}

#mainmenu ul li:last-child a {
  border: none;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}




#header-radio #large-player {
  width:340px;
  height: 40px;
  position: absolute;
  margin: 34px 0 0;
  z-index: 1;
}

#header-radio #listen-button {
  float: left;
  width:50px;
  height: 40px;
  margin:0 1px 0 0;
}

#header-radio #listen-button a {
  display: block;
  width:50px;
  height: 40px;
  background: transparent url('images/icons/listen_white_50x40px_shadow_trans.png') 0 0 no-repeat;
}

#header-radio #player-details {
  width: 269px;
  height: 30px;
  float: left;
  padding:5px 10px;
}

#switch-now {
  width: 269px;
  height: 30px;
  left: 60px;
  position: absolute;
}

#switch-up-next {
  width: 269px;
  height: 30px;
  left: 60px;
  position: absolute;
}

#player-top {
  position: relative;
}

#png {

}

#player-top #switch-now {
  left: 0px;
}

#player-top #switch-up-next {
  left: 0px;
}

#header-radio #on-air-dj {
  position: absolute;
  margin:6px 0 0 244px;
  width: 92px;
  height: 92px;
  z-index: 2;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#header-radio #on-air-dj img.artist-trans-small {
  width: 86px;
  height: 86px;
}

#header-radio {
  height: 92px;
  float: right;
  width:340px;
  right: 0px;
  position: absolute;
  margin:0 10px 10px 0;
}


/* --------------------------------------------------
   Footer
   -------------------------------------------------- */
   #push {clear: both; height: 30px;}

   #footer-wrapper {clear: both;width: 100%;min-width: 980px;height: 40px;padding:0 0 30px;position: relative;z-index: 10;left: 0;}

   #footer-wrapper.fixed {position: fixed;bottom: 13px;}

   #sticky-footer {position: fixed;bottom:0;left:0;width: 100%;height: 40px;z-index:1000;}

   .footer {width: 960px;height: 100%;margin: auto;}

   .footer .social-links-footer {float: right;margin:0 0 4px;}

   .footer .social-links-footer li {float: right;width:auto;margin:0 0 0 10px;}

   .footer .social-links-footer li .icon a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -100000px;
    background: red;
    border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
  }

  .footer .social-links-footer li .icon.facebook a {background: #395B9B url('images/icons/facebook_20px_trans.png') 0 0 no-repeat;}
  .footer .social-links-footer li .icon.twitter a {background: #46C9F3 url('images/icons/twitter_20px_trans2.png') 0 0 no-repeat;}
  .footer .social-links-footer li .icon.youtube a {background: #FF0206 url('images/icons/youtube_20px_trans4.png') 0 0 no-repeat;}
  .footer .social-links-footer li .icon.soundcloud a {background: #f65e1c url('images/icons/soundcloud_20px_trans2.png') 0 0 no-repeat;}
  .footer .social-links-footer li .icon.instagram a {background: #555555 url('images/icons/instagram_20px_trans2.png') 0 0 no-repeat;}
  .footer .social-links-footer-wide li .icon.france a {background: #555555 url('images/icons/flag_france.png') 0 0 no-repeat;}

  .footer .social-links-footer li.facebook-like {
    width: 46px;
    overflow: hidden;
  }

  .credits {clear: right;text-align: right;}

  .spotifyfooter {
    -ms-transform: scale(0.95,0.95); /* IE 9 */
    -webkit-transform: scale(0.95,0.95); /* Safari */
    transform: scale(0.95,0.95); /* Standard syntax */
}


/* --------------------------------------------------
   Podcasts
   -------------------------------------------------- */

   .podcast {text-align:center;display: block;}

   .podcast .icon {display: none;}

   .podcast:hover .icon {display: block;}

   .podcasts {float: left;width:100%;}
   .podcast-list-item {float: left;margin:0 10px 10px;}

   .w12-16.box10 .podcasts .podcast-list-item {width:660px;}

   .w12-16.box10 .podcasts .social li { width: 20px; float: right;margin:0 0 0 5px;}

   .podcasts .date {text-align: right;}

   .podcasts .cat-tags a {color:#00b3f7;}

   .podcasts .social ul {width: 220px;float: right;}

   .podcasts .social li a {width:20px;height:20px;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;margin:0;}

   .podcasts  .social li .icon.twitter a { background: #46C9F3 url('images/icons/twitter_20px_trans.png') 0 0 no-repeat; }

   .podcasts  .social li .icon.facebook a { background: #395B9B url('images/icons/facebook_20px_trans.png') 0 0 no-repeat; }

   .podcasts .soundcloud-player {clear:both;}

   #fullpage-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    background-color: rgba(255,255,255,0.6);
    z-index: 999999999;
   }

   .highlighted-podcast > .left {
            animation: pop 2s;
            transform-origin: top left;
    -webkit-animation: pop 2s;
    -webkit-transform-origin: top left;
   }

   @-webkit-keyframes pop {
    0% {
      -webkit-transform: scale(1);
    }
    25% {
      -webkit-transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
    }
   }
   @keyframes pop {
    0% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
   }

/* --------------------------------------------------
   Modules
   -------------------------------------------------- */
   .module-nav a.icon {display: block;height: 12px;text-align:center;width:12px;line-height: 12px;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;font-weight: bold;cursor: pointer;color: #fff;padding: 0 2px 2px 0;}
   .module-nav a:hover.icon {opacity: 0.9;color: #fff;}
   .module-nav a.icon.next {padding: 0 1px 2px 1px;}

   /* Latest podcasts */
   .latest-podcasts .podcast {margin:10px 14px 10px 34px;}

   /* Schedule */
   .days li {float: left;margin:0 7px 0 0;}
   .shows-in-schedule li {float: left;width:100%;border-top:1px solid #7E7C7D;}
   .shows-in-schedule li h5 {width:50px;}
   .shows-in-schedule li h3 {width:150px;}

   /* News */
   .tabs {position: relative;z-index:2;}
   .tabscontent {position: relative;z-index:1;}

   .news-item {border-top:1px solid #9AA4A3;}
   .news-item:first-child {border-top:none;}

   /* Twitter */
   ul#twitterfeed li {width:100%;float: left;margin:0 0 5px;padding:0 0 5px;border-bottom: 1px solid #ccc;word-break: break-word;}
   ul#twitterfeed li a {color: #383838;}

   /* Newsletter Sign-Up */
   .signup {cursor: pointer;}
   .newsletterpop {display:none;width:280px;height: 350px;padding:110px 90px 0;border-radius:230px;-moz-border-radius:230px;-webkit-border-radius:230px;position: fixed;z-index: 10000;top: 50%;left: 50%;margin:-240px 0 0 -230px;text-align: center;}
   .full.cover {display:none;position: fixed;z-index: 9000;width:100%;height: 100%;top: 0;left: 0;cursor: pointer;}

   .newsletterpop input {float: left;clear: left;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;outline: none;}

   .newsletterpop input[type=email], .newsletterpop input[type=text] {width: 240px;border: none;margin-left:10px;margin-right:10px;padding: 4px 10px;font-size: 12px;}

   .newsletterpop input[type=submit] {width: 100px;border: none;margin:20px 90px 0;padding: 4px 0;text-align: center;}

  #gallery {height:334px;}

  #gallery > div {position:absolute;margin:0;}

  #gallery > div:hover > .cover {display: block;}
  .gallery-slide-nav {text-align: left;margin:15px 0 0;}
  .gallery-slide-nav a {height:10px;width:10px;background:#c8c8c8;cursor:pointer;margin:0 1px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;display: -moz-inline-stack;display: inline-block;vertical-align: top;zoom: 1;*display: inline;}
  .gallery-slide-nav a.active {background: #999999;}
  .gallery-slide-nav a:hover {background: #666666;}

/* --------------------------------------------------
   Page - Start
   -------------------------------------------------- */
   #start-gallery {height: 360px;margin:0 0 10px;}
   .w960 .slide-nav {text-align: center;width:100%;float: left;margin:10px 0;}
   .slide-nav a {height:10px;width:10px;background:#c8c8c8;cursor:pointer;margin:0 1px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;display: -moz-inline-stack;display: inline-block;vertical-align: top;zoom: 1;*display: inline;}
   .slide-nav a.active {background: #999999;}
   .slide-nav a:hover {background: #666666;}

   .slider .slide {position: absolute;margin:0;}

   .start-box.w4-16 {height: 220px;}
   .start-box.w4-16.box10 {height: 200px;}
   .start-box.w4-16.box20 {height: 180px;}

   .news-teaser {float: left;text-align: center;}
   .news-teaser.w4-16.box10 {height: 200px;}

   .teaser-top {float: left;width:100%;height:64px;padding:8px 0;}

   a:link.signup-banner,
   a:visited.signup-banner,
   a:active.signup-banner {
    background: #00aef3 url('images/banner_newsletter_2.gif') 0 0 no-repeat;
    height: 44px;
  }

  a:hover.signup-banner {
    background: #00aef3 url('images/banner_newsletter_2.gif') 0 -84px no-repeat;
    height: 44px;
  }

  a:link.latest-podcast,
  a:active.latest-podcast,
  a:visited.latest-podcast {
    background: #8994e3 url('images/podcasts_banner_2.gif') 0 0 no-repeat;
    height: 44px;
  }

  a:hover.latest-podcast {
    background: #8994e3 url('images/podcasts_banner_2.gif') 0 -84px no-repeat;
    height: 44px;
  }

  figure.square-image-container {
    height:100%;
    width:100%;
    background-size:cover;
    position: relative;
    margin:0;
    padding:0;
    display: block;
  }
  figure.square-image-container:before {
    content:"";
    display: block;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image:linear-gradient(to top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 33%, rgba(0,0,0,0) 100%);
    border-radius: 5px;
  }

  figure.square-image-container figcaption {
    padding:5px;
    position:absolute;
    bottom:0;
    left:0;
    color:white;
    font-family: 'tstarbold', sans-serif;
    letter-spacing:-0.10ex;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
  }
  figure.square-image-container figcaption h3 {
    line-height: 100%;
  }
  figure.square-image-container figcaption .showtitle {
    font-size: 24px;
    margin-bottom: 3px;
    text-transform: capitalize;
    display: block;
    margin-right:2em;
  }
  figure.square-image-container figcaption .listenback {
    font-size: 20px;
    border-bottom:1px solid white;
    display: inline-block;
  }

  .rosette {
    background-color: rgba(240,90,40,0.9);
    height: 70px;
    width:70px;
    border-radius:70px;
    line-height: 70px;
    text-align: center;
    font-family: tstarheavy, sans-serif;
    font-size:15px;
    color:#ffffff;
    text-transform: uppercase;
    position:absolute;
    top:5px;
    right:5px;

            transform:rotate(6deg);
    -webkit-transform:rotate(6deg);
  }

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/* --------------------------------------------------
   Page - Radio
   -------------------------------------------------- */
   .family {height: 176px;}

   .family .dj-cut-out {position: absolute;margin:0;background-position: bottom center;background-repeat: no-repeat;width:133px;height:133px;z-index:1}

   .family .label {position: absolute;margin:128px 0 0;z-index:2;}

   a:hover.family .label {background-color: #fb5e17;}

   .artist-slider {width:918px;height:220px;}

   .artist-slide {width:918px;height:196px;position: absolute;margin:0;}

   .artist-slide-nav {text-align: center;width:918px;margin:200px 0;}
   .artist-slide-nav a {height:10px;width:10px;background:#c8c8c8;cursor:pointer;margin:0 1px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;display: -moz-inline-stack;display: inline-block;vertical-align: top;zoom: 1;*display: inline;}
   .artist-slide-nav a.active {background: #999999;}
   .artist-slide-nav a:hover {background: #666666;}

/* --------------------------------------------------
   Page - Family
   -------------------------------------------------- */
   a:hover.artist .label {
    background: #00B4F3;
    background: -moz-linear-gradient(top,  #19BEEE 0%, #00B4F3 1%, #006F93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop19BEEE, color-stop(1%,#00B4F3), color-stop(100%,#006F93));
    background: -webkit-linear-gradient(top,  #19BEEE 0%,#00B4F3 1%,#006F93 100%);
    background: -o-linear-gradient(top,  #19BEEE 0%,#00B4F3 1%,#006F93 100%);
    background: -ms-linear-gradient(top,  #19BEEE 0%,#00B4F3 1%,#006F93 100%);
    background: linear-gradient(top,  #19BEEE 0%,#00B4F3 1%,#006F93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B4F3', endColorstr='#006F93',GradientType=0 );
    filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%);
  }

  a:hover.artist .cover {
    display: block;
  }

  .page-template-page-family-php a:hover.artist .label {
    background: #6A6A6A;
    background: -moz-linear-gradient(top,  #848484 0%, #6A6A6A 1%, #4B4B4B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848484), color-stop(1%,#6A6A6A), color-stop(100%,#4B4B4B));
    background: -webkit-linear-gradient(top,  #848484 0%,#6A6A6A 1%,#4B4B4B 100%);
    background: -o-linear-gradient(top,  #848484 0%,#6A6A6A 1%,#4B4B4B 100%);
    background: -ms-linear-gradient(top,  #848484 0%,#6A6A6A 1%,#4B4B4B 100%);
    background: linear-gradient(top,  #848484 0%,#6A6A6A 1%,#4B4B4B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A6A6A', endColorstr='#4B4B4B',GradientType=0 );
  }

   .desaturate { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); }

/* --------------------------------------------------
   Page - Label
   -------------------------------------------------- */

   #label-slider { height: 300px; }

   .release-details {width:105px;}

   #tempa-releases {
    float: left;
    margin: 10px;
  }

  #tempa-releases .box {        
    width: 210px;
    background-color: #ECECEC;
    margin-bottom: 2px;
    float: left;
    padding: 5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size: 11px;
    line-height: 1em;
  }

  #tempa-releases .box a {
    float: left;
    color: #A1A1A1;
  }

  #tempa-releases .box img {
    float: left;
    margin:0 15px 0 0;
  }

  #tempa-releases .box .artist,
  #tempa-releases .box .title,
  #tempa-releases .box .cat {
    float: left;
    width: 105px;
  }

  #tempa-releases .box .cat {
    margin:4px 0 8px;
    color: #A1A1A1;
  }

/* --------------------------------------------------
   Page - Releases
   -------------------------------------------------- */    
   a.listen-link {padding:0 0 0 20px;background: url('images/icons/listen_grey_12px_trans.png') 0 2px no-repeat;}

   a.buy {
    display: block;
    height: 29px;
    line-height: 29px;
    width: 29px;
    padding:1px 0 0 1px;
    text-align: center;
  }

  .tracklist .icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('images/icons/listen_20px_trans.png');
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  a.cover1-6 img {
    width: 63px;
    height: 63px;
  }

  #tooltip {
    position: absolute;
    margin:0;
    top:0;
    left:0;
    width: 170px;
    height: auto;
    z-index: 10;
  }

  .player #jp_container_1 {
    float: left;
    width: 430px;
    margin:0 0 20px;
  }

  .player .jp-controls {
    float: left;
    width: 20px;
    height: 20px;
    position: relative;
  }

  .player .jp-controls li {
    position: absolute;
    width: 20px;
    height: 20px;
    margin:0;
  }

  .player .jp-controls li a {
    position: absolute;
    margin:0;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -100000px;
    z-index: 10;
  }

  .player .jp-controls li a.jp-play {
    background: url('images/inpage-player-play.png') 0 0 no-repeat;
  }

  .player .jp-controls li a.jp-stop {
    background: url('images/inpage-player-stop.png') 0 0 no-repeat;
  }

  .player .jp-controls li a.jp-pause {
    background: url('images/inpage-player-stop.png') 0 0 no-repeat;
  }

  .player .jp-progress {
    float: left;
    margin:8px 10px 8px 8px;
    width: 373px;
    height: 4px;
    background: #a1a1a1;
    cursor: pointer;
  }

  .player .jp-seek-bar {
    height: 4px;
    background: #d2d2d2;        
  }

  .player .jp-play-bar {
    height: 4px;
    background: #6d6d6d;        
  }

  .player .jp-volume-bar {
    float: left;
    margin:3px 0 0;
    width: 19px;
    height: 13px;
    background: #d2d2d2;
    cursor: pointer;
  }

  .player .jp-volume-bar-grid {
    background: url('images/inpage-player-volume-grid.gif') 0 0 no-repeat;
    height: 13px;
    width: 19px;
    position: absolute;
    margin:0;
    z-index: 15;
  }

  .player .jp-volume-bar-value {
    height: 13px;
    position: relative;
    z-index: 1;
    background: #6d6d6d;
  }

  .player .jp-no-solution {
    width: 320px;
    padding:10px;
    float: left;
  }

  .player .jp-no-solution a {
    color: #fff;
    text-decoration: underline;
  }

/* --------------------------------------------------
   Page - Rinse TV
   -------------------------------------------------- */  
   #top-video .slide-nav {margin:10px 0 20px;}


/* --------------------------------------------------
   Page - News
   -------------------------------------------------- */
   #news-ticker {position: relative;}
   .slide-info {position: absolute;margin:0;z-index:2;}
   .image-slides {position: relative;z-index:1;}
   #news-ticker .slide-nav {text-align: left;margin:0;}

   #news-posts {float: left;}

   .news-post-excerpt {word-wrap: break-word;}
   .news-post-excerpt:last-child {border:none;}
   /* .news-post-excerpt .right .tags {margin:34px 0 0;} */

   .excerpt {margin:0 0 1em;}

   .excerpt p {margin:0 0 1em; font-size: 11.5px;}

   .col.entry iframe {
    float: none;
  }

/* --------------------------------------------------
   Page - Events
   -------------------------------------------------- */

   .icon.tickets a {background: #27AB6D;height: 12px;line-height:12px;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;padding:1px 5px 0;}

   /* Date picker */

   #datepicker {float:left;width:100%;height:auto;margin:0;color:#fff;font-family: 'tstarbold', 'Courier New', mono-space;}

   #datepicker .ui-datepicker {
    background: #6A6A6A;
    background: -moz-linear-gradient(top,  #6A6A6A 0%, #4B4B4B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6A6A6A), color-stop(100%,#4B4B4B));
    background: -webkit-linear-gradient(top, #6A6A6A 0%,#4B4B4B 100%);
    background: -o-linear-gradient(top, #6A6A6A 0%,#4B4B4B 100%);
    background: -ms-linear-gradient(top, #6A6A6A 0%,#4B4B4B 100%);
    background: linear-gradient(top, #6A6A6A 0%,#4B4B4B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A6A6A', endColorstr='#4B4B4B',GradientType=0 );
  }

  #datepicker td, #datepicker th {}

  #datepicker th span {width:20px;height:20px;padding:2px;display:block;text-align:center;line-height:20px;font-size:11px;font-weight:normal;}

  #datepicker td a {width:19px;height:19px;padding:2px;display:block;background:#979797;text-align:center;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;line-height:20px;font-size:11px;color:#fff;margin: 1px;}

  #datepicker td a:hover {text-decoration:none;background:#88D5EA;color:#fff;}

  #datepicker td.ui-datepicker-current-day a,
  #datepicker td.ui-datepicker-current-day.ui-datepicker-highlight a,
  #datepicker td.ui-datepicker-current-day.ui-datepicker-today a {color:#fff;background-color:#00B3F7;}

  #datepicker td.ui-datepicker-current-day a:hover,
  #datepicker td.ui-datepicker-current-day.ui-datepicker-highlight a:hover,
  #datepicker td.ui-datepicker-current-day.ui-datepicker-today a:hover {background-color:#2AB3D8;}

  #datepicker td.ui-datepicker-highlight a {color:#fff;background-color:#5AD1CB;}

  #datepicker td.ui-datepicker-highlight a:hover {background-color:#88D5EA;}

  #datepicker td.ui-datepicker-today a {background:#ddd;color:#FFF;}

  .ui-datepicker {float:left;width:100%;background:#E6E7E8;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}

  .ui-datepicker-header {float:left;width:176px;margin:12px 12px 0;}

  a.ui-datepicker-prev {float:left;width:24px;height:24px;margin:1px;}

  a.ui-datepicker-prev:hover {cursor:pointer;text-decoration:none;}

  a.ui-datepicker-prev span {width:18px;height:20px;padding:2px 4px 2px 2px;display:block;text-align:center;line-height:17px;font-size:20px;color:#777;font-weight:normal;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;background:#bdbebf;}

  a.ui-datepicker-next {float:right;width:24px;height:24px;margin:1px;}

  a.ui-datepicker-next span {width:18px;height:20px;padding:2px 2px 2px 4px;display:block;text-align:center;line-height:17px;font-size:20px;color:#777;font-weight:normal;background:#bdbebf;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}

  a.ui-datepicker-next:hover {cursor:pointer;text-decoration:none;}

  .ui-datepicker-title {float:left;width:124px;height:24px;line-height:24px;text-align:center;}

  .ui-datepicker-month {letter-spacing: 1px; font-size: 120%;}

  .ui-datepicker-year {}

  .ui-datepicker-calendar {margin:0 12px 12px;}

  .ui-datepicker-week-end {}

  .ui-datepicker-week-end.ui-datepicker-other-month {}

  .ui-datepicker-buttonpane{}

  .ui-datepicker-current {}

  .ui-datepicker-close {}


/* --------------------------------------------------
   Page - Single Artist
   -------------------------------------------------- */
   .video-ui li .icon a {display: block;height: 36px;width: 36px;border-radius:18px;-moz-border-radius:18px;-webkit-border-radius:18px;}

   .icon.play a {background-image:url('images/icons/play_36px_trans.png');text-indent: -100000px;}
   .icon.more a {background-image:url('images/icons/more_36px_trans.png');text-indent: -100000px;}
   .icon.share a {background-image:url('images/icons/share_36px_trans.png');text-indent: -100000px;}

   .show-time {height: 235px;}

   .related-shows {float: left;height: 336px;}

   #artist-releases {height:329px;}

   #rinse-events {height:329px;}

   #rinse-events li {height:90px;}

/* --------------------------------------------------
   Page - Radio
   -------------------------------------------------- */

   #radio-wrapper { width:360px;margin:19px auto; }
   #radio-wrapper .podcasts li { margin:0 0 10px; }
   #radio-wrapper .podcasts li .left { clear: left; }
   #radio-wrapper .podcasts .icon a, #radio-wrapper .podcast .icon a { margin: 0 0 10px 5px; }
   #radio-wrapper a:hover.podcast-button { background-color: #686868; color: #fff; }
   #radio .roundedtop .w4-16 {height: 70px;}

/* --------------------------------------------------
   Page - Schedule
   -------------------------------------------------- */
   .schedule-days li {
    cursor: pointer;        
  }

  .w12-16 .schedule-days li {
    float: left;
    border-right: 1px solid #444;
    border-left: 1px solid #777;
    width: 98px;
    padding:10px 0;
  }

  .w12-16 .schedule-days li.active {
    border: none;
    width: 100px;
  }

  .w12-16 .schedule-days li.monday {
    border-left: none;
    width: 99px;
  }

  .w12-16 .schedule-days li.sunday {
    border-right: none;
    width: 99px;
  }

  .day .icon-arrow {
    width: 18px;
    height: 20px;
    padding: 2px 2px 2px 2px;
    display: block;
    text-align: center;
    line-height: 17px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #BDBEBF;
  }

  .day .left .icon-arrow {
    padding: 2px 4px 2px 2px;
  }

  .day .right .icon-arrow {
    padding: 2px 2px 2px 4px;
  }


/* --------------------------------------------------
   Page - Player
   -------------------------------------------------- */

   #radio .right.w2-16 a, #radio .right.w2-16 a img { float: left; }

   #radio .artist-trans-small {
    margin:10px 0 -10px;
  }

  #radio .player {
    background: rgb(54, 54, 54);
    background: rgba(0, 0, 0, 0.5); 
  }

  #radio .player #jp_container_1 {
    margin: 0;
    width: 340px;
  }

  #radio .player .jp-controls {
    float: left;
    width: 36px;
    height: 36px;
    display: block;
  }

  #radio .player .jp-controls li {
    width: 36px;
    height: 36px;
    position: absolute;
    margin:0;
  }

  #radio .player .jp-controls li a {
    position: absolute;
    display: block;
    background-color: rgb(33, 33, 33);
    background-color: rgba(0, 0, 0, 0.5); 
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    z-index: 10;
  }

  #radio .player .jp-controls li a.jp-play {
    background-image: url('images/icons/listen_24px_trans.png');
    background-position:  6px 6px;
    background-repeat: no-repeat;
    text-indent: -100000px;
  }

  #radio .player .jp-controls li a.jp-stop {
    background-position: 8px 8px; 
  }

  #radio .player .jp-controls li a.jp-stop {
    display: block;
  }

  #radio .player .jp-controls li a:hover {
    color: #999;
  }

  #radio .player .jp-progress {
    float: left;
    margin:15px 10px 15px 15px;
    width: 240px;
    height: 6px;
    background: #000;
  }

  #radio .player .jp-seek-bar {
    height: 6px;
    background: #fff;        
  }

  #radio .player .jp-play-bar {
    height: 6px;
    background: #999999;        
  }

  #radio .player .jp-volume-bar {
    float: left;
    margin:10px 4px;
    width: 27px;
    height: 16px;
    background: rgba(0,0,0,0.5);
  }

  #radio .player .jp-rinse-volume-bar-grid {
    width: 27px;
    height: 16px;
    background: url('images/rinse-player-volume-grid.png') 0 0 no-repeat;
    position: absolute;
    z-index: 2;
  }

  #radio .player .jp-volume-bar-value {
    height: 16px;
    background: rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
  }



/* --------------------------------------------------
   Page - Search
   -------------------------------------------------- */

   .search-results tr {
    padding:10px 0;
    border-bottom: dashed #D8D8D8 1px;
  }

  .search-results tr:nth-child(even) {
    background-color: #fafafa;
  }

  .search-results tfoot tr {
    border-bottom: none;
  }

  .search-results tfoot tr .view-all {
    cursor: pointer;
  }

  .search-results td {
    vertical-align: middle;
  }

  .search-results td.borderleft {
    border-left: dashed #D8D8D8 1px;
    text-align: center;
  }

  a.podcast.w40 {float: left;width:40px;height: 40px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;display: block;cursor: pointer;}



/* --------------------------------------------------
   Page - Shop
   -------------------------------------------------- */

   a.buy-large {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 38px;
    padding:0;
    text-align: center;
    letter-spacing: -0.5px;
  }

  #rinse-checkout {
    cursor: pointer;
  }

  div#TSCart_header_wrap {
    display: none!important;
  }

  .rinse-pop-up-left {
    float: left;
    width: 400px;
    height: auto;
  }

  .rinse-pop-up-right {
    float: left;
    width: 360px;
    height: auto;
    margin:0 0 0 20px;
  }

  .album-bundle {
    float: left;
    width: 360px;
    margin: 20px 0 0;
  }

  .individual-tracks {
    float: left;
    width: 360px;
    margin: 20px 0;
  }

  .album-bundle th {
    font-family: 'Rinse Headline', sans-serif;
    font-weight: normal;
    font-size:14px;
    line-height:14px;
    text-transform: uppercase;
    padding:0 0 14px;
  }

  .album-bundle tr,
  .individual-tracks tr {
    border-bottom: 1px dashed #333;
  }

  .album-bundle tr:last-child,
  .individual-tracks tr:last-child {
    border: none;
  }

  .album-bundle tr:first-child {
    border: none;
  }

  .individual-tracks th {
    font-family: 'Rinse Headline', sans-serif;
    font-weight: normal;
    font-size:14px;
    line-height:14px;
    text-transform: uppercase;
  }

  .album-bundle td,
  .individual-tracks td {
    font-family: 'Rinse Mono Bold', 'Courier New', mono-space;
    font-size: 11px;
    padding: 2px 0;
  }

  .individual-tracks th .price {
    font-family: 'Rinse Mono Bold', 'Courier New', mono-space;
    font-size: 11px;
  }

  .small-buy-button {
    background-color: #27AB6D;
    color: white;
    text-decoration: none;
    padding: 0;
    display: block;
    width: 24px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-family: 'Rinse Headline', sans-serif;
    font-weight: normal;
    font-size:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }



/* --------------------------------------------------
   Page - Playlist
   -------------------------------------------------- */


   .new a {
    background: #00B3F7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding:0px 5px ;
    margin-bottom: 5px;
    height:21px;
  }
  .itunes {
    line-height:12px;
    height:20px;
    width:60px;
    margin-top:-2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: url('images/itunes_badge_small_60x20.png'); 
  }
  .spotify {
    line-height:12px;
    height:20px;
    width:60px;
    margin-top:-2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: url('images/spotify_badge_small_60x20.png'); 
  }

  .circular {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  }
  .rounded-art {border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
  .fflightblue {background-color:#00b3f7;}
  .icon.fflisten a {float: left;width:20px;height: 20px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;display: block;cursor: pointer;margin:0 5px 0 0;background-image:url('images/icons/listen_20px_trans.png');background-position: 0 0;background-repeat: no-repeat;}

  .shaded-art {-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);box-shadow: 0 2px 8px rgba(0,0,0,0.2);}



/* --------------------------------------------------
   Hompage 728x90 and Sidebar Vice Ads 
   -------------------------------------------------- */
   .sidebar-ad a img {
    border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
    width: 220px;
    height: auto;
  }

   .sidebar-advice a img {
    border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
    width: 300px;
    height: auto;
  }
  
  .rinse-vice-ad {
      float: left;
      text-align: center;
  }
  
  .rinse-vice-ad.wide {
      width: 100%;
  }
  
  .horizontal-vice-banner {
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 6px;
	  width: 728px;
	  height: 90px;
  }

/* --------------------------------------------------
   970x250 Top Ad 
   -------------------------------------------------- */
   #top-ad {
    margin: 0 auto;
    max-width: 980px;
    background-color: #ffffff;
    text-align: center;
   }
   #top-ad img {
    display: block;
    margin: 0 auto;
   }