

var archer_thin_italic = {
  src: 'http://www.noded.biz/wp-content/themes/noded/typefaces/archer_thin_italic.swf'
};

var archer_bold = {
  src: 'http://www.noded.biz/wp-content/themes/noded/typefaces/archer_bold.swf'
};

var archer_book = {
  src: 'http://www.noded.biz/wp-content/themes/noded/typefaces/archer_book.swf'
};
	

sIFR.activate(archer_thin_italic);
sIFR.activate(archer_book);
sIFR.activate(archer_bold);

sIFR.replace(archer_bold, {
  		selector: 'h1',
  		css: [
      '.sIFR-root { font-size: 84px; font-weight:normal; line-height: 14px; color:#000000; text-decoration: none; }',
      'a { color:#000000; text-decoration: none; }',
      'a:hover	{ color: #555555; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});

sIFR.replace(archer_bold, {
  		selector: 'h2',
  		css: [
      '.sIFR-root { font-size: 75px; font-weight:normal; line-height: 65px; color:#000000; }',
      'a { color:#000000; text-decoration: none; }',
      'a:hover	{ color: #555555; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
	
	sIFR.replace(archer_bold, {
  		selector: '.widgettitle',
  		css: [
      '.sIFR-root { font-size: 22px; font-weight:normal; line-height: 14px; color:#555555; text-decoration: none; }',
      'a { color:#555555; text-decoration: none; }',
      'a:hover	{ color: #333333; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
	sIFR.replace(archer_bold, {
  		selector: 'h3',
  		css: [
      '.sIFR-root { font-size:20px; text-transform: uppercase; font-weight:normal; line-height: 14px; color:#000000; text-decoration: none; }',
      'a { color:#cccccc; text-decoration: none; }',
      'a:hover	{ color: #464646; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
	
sIFR.replace(archer_bold, {
  		selector: 'h4',
  		css: [
      '.sIFR-root { font-size:38px; font-weight:normal; color:#63d1db; text-decoration: none; }',
      'a { color:#fff; text-decoration: none; }',
      'a:hover	{ color: #dddddd; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});

sIFR.replace(archer_book, {
  		selector: '.ingress',
  		css: [
      '.sIFR-root { font-size: 25px; font-weight:normal; leading: 10; color:#555555; text-decoration: none; }',
      'a { color:#555555; text-decoration: none; }',
      'a:hover	{ color: #464646; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(archer_bold, {
  		selector: '.headline_fact_small',
  		css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#000000; text-decoration: none; }',
      'a { color:#000000; text-decoration: none; }',
      'a:hover	{ color: #464646; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
	sIFR.replace(archer_bold, {
  		selector: '.headline_fact_large',
  		css: [
      '.sIFR-root { font-size:33px; font-weight:normal; color:#999999; text-decoration: none; }',
      'a { color:#999999; text-decoration: none; }',
      'a:hover	{ color: #464646; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});