
var helveticaneue = {
      src: 'http://diary.chopard.com/fonts/helveticalneuelight.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };
	
	 var helveticaroman = {
      src: 'http://diary.chopard.com/fonts/helveticalneuelight.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };
	
	 var helveticaneueheavy = {
      src: 'http://diary.chopard.com/fonts/helveticalneuelight.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };
	
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(helveticaneue,helveticaroman,helveticaneueheavy);
	
	
	sIFR.replace(helveticaneue, {
		wmode: 'transparent',
		selector: '.content h2',
		css:['.sIFR-root {color: #ffde90; font-size:28px; 	font-weight: normal;}',
		'.sIFR-root a { color: #ffde90; text-decoration: none; display:block }',
		'.sIFR-root a:hover { color: #ffde90; text-decoration: underline; cursor:pointer }']
		
	});
	
	sIFR.replace(helveticaroman, {
		wmode: 'transparent',
		selector: '.sidebar h3',
		css:['.sIFR-root {color: #ffda82; font-size: 18px; font-weight:normal; text-align:left}',
		'.sIFR-root a { color: #ffda82; text-decoration: none; display:block}',
		'.sIFR-root a:hover { color: #ffde90; text-decoration: underline; cursor:pointer }']
		
	});

	sIFR.replace(helveticaneue,{
	selector:'.pagination li',
	wmode:'transparent',
	css:['.sIFR-root { color: #494949;font-size: 17px; font-weight:normal; text-align:center }',
	'.sIFR-root a { color: #494949; text-decoration: none; display:block; }',
	'.sIFR-root a:hover { color: #7b7b7b; text-decoration: none; cursor:pointer; display:block; }']
	});
		
//	sIFR.replace(helveticaneueheavy,{
//	selector:'.catlist ul li,.archlist ul li',
//	wmode:'transparent',
//	css:['.sIFR-root { color: #a0a0a0;font-size: 10px; font-weight:normal; text-transform:uppercase}',
//	'.sIFR-root a { color: #a0a0a0; text-decoration: none;  }',
//	'.sIFR-root a:hover { color: #a0a0a0; text-decoration: underline; cursor:pointer }']
//	});
