
var avenir = { src: '/js/sifr.swf' };
var avenir_bold = { src: '/js/avenir_bold.swf' };
var avenir_roman = { src: '/js/avenir_roman.swf' };

sIFR.activate(avenir);
sIFR.activate(avenir_bold);

sIFR.replace(avenir, {
  selector: '#content h1',
  css: '.sIFR-root { color: #858d40; }',
  wmode: 'transparent'
});
/*
sIFR.replace( avenir, 
	{
  		selector: '#quick-links li',
		wmode: 'transparent',
		css: [ 
			'.sIFR-root { color: #b3b562; font-size: 14px; }',
			'a { color: #b3b562; text-decoration: none; }',
			'a:hover { color: #b3b562; text-decoration: underline; }'
			]
	}
);
*/
sIFR.replace( avenir, 
	{
  		selector: '#feature-links h2',
		wmode: 'transparent',
		css: [ 
			'.sIFR-root { color: #d8c3a4; font-size: 19px; text-align: center; }',
			'a { color: #d8c3a4; text-decoration: none; }',
			'a:hover { color: #d8c3a4; }'
			]
	}
);
/*
sIFR.replace( avenir_roman, 
	{
  		selector: '#nav li',
		wmode: 'transparent',
		forceSingleLine: true,
		css: [ 
			'.sIFR-root { color: #e4d0b3; font-size: 22px; text-align: center; }',
			'a { color: #e4d0b3; text-decoration: none; }',
			'a:hover { color: #e4d0b3; }'
			]
	}
);
*/
sIFR.replace( avenir, 
	{
  		selector: '#post-comment-form h3',
		wmode: 'transparent',
		css: '.sIFR-root { color: #d8c3a4; font-size: 22px; }'
	}
);

sIFR.replace( avenir_bold, 
	{
  		selector: '.news-events-header h2',
		wmode: 'transparent',
		css: '.sIFR-root { color: #909943; font-size: 13px; text-align: center; font-weight: bold; text-transform: uppercase; }'
	}
);