var orbit = {
	src: '/flash/orbit.swf'
};

// var orbitbold = {
// 	src: '/champion/dev_site/flash/orbitbold.swf'
// };

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(orbit);
// sIFR.activate(orbitbold);

sIFR.replace(orbit, {
	selector: 'h1',
	css: '.sIFR-root { background-color: transparent; color: #ffffff; font-size: 30px; text-transform: uppercase}',
	wmode: 'transparent'	
});

// sIFR.replace(orbit, {
// 	selector: '#nav li.item',
// 	css: ['.sIFR-root { background-color: transparent; color: #e55317; font-size: 9px; text-transform: uppercase; width: auto; line-height: 1em}',
// 	'a { text-decoration: none; }',
// 	'a:link { color: #ffffff;}',
// 	'a:hover { color: #e55317;}',
// 	'a:active { color: #e55317;}'
// 	],
// 	offsetTop: '2px',
// 	wmode: 'transparent',
// 	ratios: [9, 1.16, 17, 1.09, 24, 1.05, 26, 1.06, 29, 1.03, 30, 1.05, 31, 1.03, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
// 	
// });
// 
// sIFR.replace(orbit, {
// 	selector: '#nav li.active',
// 	css: ['.sIFR-root { background-color: transparent; color: #e55317; font-size: 9px; text-transform: uppercase; width: auto; line-height: 1em}',
// 	'a { text-decoration: none; }',
// 	'a:link { color: #e55317;}',
// 	'a:hover { color: #e55317;}',
// 	'a:active { color: #e55317;}'
// 	],
// 	offsetTop: '3px',
// 	wmode: 'transparent',
// 	ratios: [9, 1.16, 17, 1.09, 24, 1.05, 26, 1.06, 29, 1.03, 30, 1.05, 31, 1.03, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
// 	
// });

// sIFR.replace(orbitbold, {
// 	selector: '#nav li.call',
// 	css: ['.sIFR-root { background-color: transparent; color: #e55317; font-size: 9px; text-transform: uppercase;}'],
// 	offsetTop: '2px',
// 	wmode: 'transparent'
// });

sIFR.replace(orbit, {
	selector: '#sidebar_nav li.current_page_item',
	css: ['.sIFR-root { background-color: transparent; color: #e55317; font-size: 11px; text-transform: uppercase;}',
	'a { text-decoration: none; }',
	'a:link { color: #e55317;}',
	'a:hover { color: #e55317;}',
	'a:active { color: #e55317;}'
	],
	offsetTop: '2px',
	wmode: 'transparent'
});

sIFR.replace(orbit, {
	selector: '#sidebar_nav li',
	css: ['.sIFR-root { background-color: transparent; color: #ffffff; font-size: 11px; text-transform: uppercase;}',
	'a { text-decoration: none; }',
	'a:link { color: #ffffff;}',
	'a:hover { color: #e55317;}',
	'a:active { color: #e55317;}'
	],
	offsetTop: '2px',
	wmode: 'transparent'
});


