var futura = {
    src: '/swf/futura-book.swf'
    ,ratios: [8, 1.43, 11, 1.38, 13, 1.33, 21, 1.32, 29, 1.29, 34, 1.28, 37, 1.27, 41, 1.28, 43, 1.27, 46, 1.26, 47, 1.27, 72, 1.26, 75, 1.25, 76, 1.26, 79, 1.25, 80, 1.26, 83, 1.25, 84, 1.26, 87, 1.25, 88, 1.26, 1.25]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(futura);



	//white
  sIFR.replace(futura, {
    selector: '#columns h1.showArtist'
    ,css: [
      '.sIFR-root { color: #FFFFFF; text-transform: uppercase; leading: -5; font-size: 24px; }'
      ,'a { text-decoration: none; color: #FFFFFF; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
    ],
	wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: '#highlights h2'
    ,css: [
      '.sIFR-root { color: #FFFFFF; text-transform: uppercase; leading: -5; font-size: 16px; }'
      ,'a { text-decoration: none; color: #FFFFFF; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
    ],
	wmode: 'transparent'
  });
  
  sIFR.replace(futura, {
    selector: '#columns h1'
    ,css: [
      '.sIFR-root { color: #AEAEAE; text-transform: uppercase; leading: -8; font-size: 30px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4B92D2; }'
      ,'a:hover { color: #123456; }'
    ],
	wmode: 'transparent'
  });
  
  
  
  sIFR.replace(futura, {
    selector: '#content h1'
    ,css: [
      '.sIFR-root { color: #A5C9E9; text-transform: uppercase; font-size: 30px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4B92D2; }'
      ,'a:hover { color: #123456; }'
    ],
	wmode: 'transparent'
  });
  
  
  // #333
  
  sIFR.replace(futura, {
    selector: '#title h2.genre'
    ,css: [
      '.sIFR-root { color: #333333; text-transform: uppercase; font-size: 24px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4B92D2; }'
      ,'a:hover { color: #123456; }'
    ],
	wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: '#title h2.section'
    ,css: [
      '.sIFR-root { color: #333333; text-transform: uppercase; font-weight: bold; leading: -7; font-size: 16px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4B92D2; }'
      ,'a:hover { color: #123456; }'
    ],
	wmode: 'transparent'
  });
