var gotham = { src: '/swf/gotham.swf' };
sIFR.activate(gotham);


sIFR.replace(gotham, {
	selector: '#text h2',
	css : {
		'.sIFR-root':{'color':'#CC0033','font-size':'28px'},
		'a':{'color':'#CC0033','text-decoration':'underline'},
		'a:hover':{'color':'#CC0033','text-decoration':'none'}
	},
	wmode: 'transparent'
});

sIFR.replace(gotham, {
	selector: '#home_news .news_text .post h4',
	css: {'.sIFR-root':{'color':'#CC0033','font-size':'18px'}},
	wmode: 'transparent',
	tuneWidth: 2
});

sIFR.replace(gotham, {
	selector: '#sidebar_left h4',
	css: {'.sIFR-root':{'color':'#CC0033','font-size':'16px','text-transform':'uppercase'}},
	wmode: 'transparent',
	forceSingeLine: true,
	tuneWidth: 2
});

sIFR.replace(gotham, {
	selector: '#articles_heading, .petitions_heading',
	css: {'.sIFR-root':{'color':'#666666','font-size':'16px','text-transform':'uppercase'}},
	wmode: 'transparent'
});

