// JavaScript Document
  //<[CDATA[
  var humanist = {
    src: 'http://digi.ltd.uk/humanist.swf'
	,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 15, 1.3, 19, 1.28, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 48, 1.24, 52, 1.23, 53, 1.24, 73, 1.23, 76, 1.22, 77, 1.23, 81, 1.22, 82, 1.23, 1.22]
	
  };
    var humanistLight = {
    src: 'http://digi.ltd.uk/humanistLight2.swf'
	,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 15, 1.3, 19, 1.28, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 48, 1.24, 52, 1.23, 53, 1.24, 73, 1.23, 76, 1.22, 77, 1.23, 81, 1.22, 82, 1.23, 1.22]
	
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
   sIFR.useStyleCheck = true;
   sIFR.activate(humanist);
  
 
 // sIFR.debug.ratios({ src: 'humanistLight.swf', selector: '.introBig' });


  
/*    sIFR.replace(humanist, {
    selector: '.navContainer li'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #ffffff; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4d4d4d; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent',
	forceSingleLine: true
  });
    sIFR.replace(humanist, {
    selector: '.headerContainer li'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #ffffff; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4d4d4d; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent',
	forceSingleLine: true
  });
      sIFR.replace(humanist, {
    selector: '.subNavContainer li'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4d4d4d; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent',
	forceSingleLine: true
  });*/
  
      sIFR.replace(humanistLight, {
    selector: '.introBig'
    ,css: [
      '.sIFR-root {  color: #ffffff; text-transform: uppercase; font-size:25px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4d4d4d; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent'
	
  });
    
/*      sIFR.replace(humanist, {
    selector: '.introSmall'
    ,css: [
      '.sIFR-root {  color: #ffffff;  font-size:19px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4d4d4d; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent'
	
  });*/
        sIFR.replace(humanistLight, {
    selector: '.projectHeader'
    ,css: [
      '.sIFR-root {  color: #ffffff;  font-size:28px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff;text-decoration: underline; }'
    ],
	wmode: 'transparent'
	
  });
		/*
		        sIFR.replace(humanistLight, {
    selector: '.catTitle'
    ,css: [
      '.sIFR-root {  font-size:30px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4d4d4d; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent'
	
  });
  */
  
  

  
  //]]>