// var gothbl = {
//  src: 'wp-content/themes/b3/sifr/flash/gotham-black.swf'
    //,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
// };

 
  //sIFR.domains = ['brightbold.com'] 
  // sIFR.useStyleCheck = true;
  sIFR.activate(gothbl);
  sIFR.activate(gothexl);

  sIFR.replace(gothbl, {
    selector: 'h1.entry-title, h2.entry-title'
    ,css: [
      '.sIFR-root { color: #000000;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #57A8DC; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(gothbl, {
    selector: '.slug-home h3'
    ,css: [
      '.sIFR-root { color: #ed0f69;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ed0f69; }'
      ,'a:hover { color: #FFB200; }'
    ]
	,wmode: 'transparent'
  });
  
sIFR.replace(gothbl, {
    selector:  '.sf-menu li.current_page_item'
    ,css: [
      '.sIFR-root { color: #FFB200; list-style-type: none; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff8000; }'
      ,'a:hover { color: #ffffff; }'
    ]
	,wmode: 'transparent'
  });
  
sIFR.replace(gothbl, {
    selector: '.sf-menu li'
    ,css: [
      '.sIFR-root { color: #FFB200; list-style-type: none; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFB200; }'
      ,'a:hover { color: #ffffff; }'
    ]
	,wmode: 'transparent'
  });
  
sIFR.replace(gothexl, {
    selector: '.slug-work dt'
    ,css: [
      '.sIFR-root { color: #000000; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #ed0469; }'
    ]
	,wmode: 'transparent'
  });
  