var rockwell = {
	src: globalServer+'flash/rockwell.swf'
}

sIFR.activate(rockwell);

sIFR.replace(rockwell, {
	selector:	'.channel_overview h1',
	wmode:		'transparent',
	css: [
		'.sIFR-root { color: #ffffff; font-size: 17px; }'
	]
});

sIFR.replace(rockwell, {
	selector: 	'.account h1, .profile h1, .signup h1, .signin h1, .article h1, .view h1, .forum h1,'+
				'.forum_view h1, .forum_thread h1, .forum_post h1, .calendar h1, .search h1',
	wmode:		'transparent',
	
	css: [
		'.sIFR-root { font-size: 22px; color: #191919; }',
		'.grey { color: #7f837d; }'
	]
});

sIFR.replace(rockwell, {
	selector:	'h1',
	wmode:		'transparent',
	css: [
		'.sIFR-root { color: #ffffff; font-size: 17px; }'
	]
});
/*
sIFR.replace(rockwell, {
	selector:	'#global_menu .active, #right_global_menu .active',
	wmode:		'transparent',
	css: [
		'.sIFR-root { font-size: 12px; color: #ffffff; text-align: center; }',
		'a { color: #ffffff; text-decoration: none; }',
		'a:hover { color: #ffffff; text-decoration: none; }'
	]
});

sIFR.replace(rockwell, {
	selector:	'#global_menu .item, #right_global_menu .item',
	wmode:		'transparent', forceSingleLine: true, preventWrap: true, forceWidth: true, fitExactly: true,
	css: [
		'.sIFR-root { font-size: 12px; color: #6a7263; text-align: center; }',
		'a { color: #6a7263; text-decoration: none; }',
		'a:hover { color: #6a7263; text-decoration: none; }'
	]
});
*/

sIFR.replace(rockwell, {
	selector:	'h2.red',
	wmode:		'transparent',
	thickness:	200,
	sharpness:	200,
	css: [
		'.sIFR-root { font-size: 13px; color: #f42e0b; }',
		'a { color: #f42e0b; text-decoration: none; }',
		'a:hover { color: #f42e0b; text-decoration: none; }'
	]
});

sIFR.replace(rockwell, {
	selector:	'.calendar #entryModifyCalendar h2',
	wmode:		'transparent',
	fitExactly:	true,
	thickness:	100,
	sharpness:	200,
	offsetTop:	-2,
	css: [
		'.sIFR-root { font-size: 13px; color: #505050; }',
		'a { color: #505050; text-decoration: none; }',
		'a:hover { color: #505050; text-decoration: none; }'
	]
});

sIFR.replace(rockwell, {
	selector:	'h2, .forumCategory .categoryTitle',
	wmode:		'transparent',
	fitExactly:	true,
	thickness:	100,
	sharpness:	200,
	offsetTop:	-2,
	css: [
		'.sIFR-root { font-size: 13px; color: #ffffff; }',
		'a { color: #ffffff; text-decoration: none; }',
		'a:hover { color: #ffffff; text-decoration: none; }'
	]
});

sIFR.replace(rockwell, {
	selector:	'.forumCategory .forumView .forumTitle',
	wmode:		'transparent',
	offsetTop:	-2,
	thickness:	100,
	sharpness:	200,
	css: [
		'.sIFR-root { font-size: 13px; color: #686868; }',
		'a { color: #686868; text-decoration: underline; }',
		'a:hover { color: #686868; text-decoration: underline; }'
	]
});
