
var optima = { src: '/js/optima.swf' };

sIFR.activate(optima);

sIFR.replace( optima, 
	{
  		selector: '#site-nav .current',
		wmode: 'transparent',
		forceSingleLine: true,
		css: [ 
			'.sIFR-root { color: #000000; font-size: 18px; }',
			'.sIFR-root:hover { color: #da7654; }',
			'a { color: #da7654; text-decoration: none; }',
			'a:hover { color: #da7654; }'
			],
		filters: {
		        DropShadow: {
		           distance: 1
		          ,color: '#000000'
		          ,strength: 1
		          ,alpha: .5
		        }
		      }
	}
);

sIFR.replace( optima, 
	{
  		selector: '#site-nav li',
		wmode: 'transparent',
		forceSingleLine: true,
		css: [ 
			'.sIFR-root { color: #efeedc; font-size: 18px; }',
			'.sIFR-root:hover { color: #da7654; }',
			'a { color: #efeedc; text-decoration: none; }',
			'a:hover { color: #da7654; }'
			],
		filters: {
		        DropShadow: {
		           distance: 1
		          ,color: '#000000'
		          ,strength: 1
		          ,alpha: .5
		        }
		      }
	}
);

sIFR.replace( optima, 
	{
  		selector: '#page-title h1',
		wmode: 'transparent',
		forceSingleLine: true,
		css: [ 
			'.sIFR-root { color: #ffffff; font-size: 24px; font-weight: bold; }',
			]
	}
);

sIFR.replace( optima, 
	{
  		selector: '#main-content h1',
		wmode: 'transparent',
		css: [ 
			'.sIFR-root { color: #c4552d; font-size: 26px; }',
			]
	}
);
