var gothammedium = {
	src: '/gothammedium.swf',
	wmode: 'opaque'
};

sIFR.activate(gothammedium);

sIFR.replace(gothammedium, {
	selector: '#page_body_header h1',
	css: ['.sIFR-root {background-color: #0089AD; color: #FFFFFF; text-transform: uppercase;}']
	/* New logo */
/*	filters: {
		GradientGlow: {
			type: 'outer',
			knockout: false,
			strength: 100,
			quality: 3,
			blurY: 4,
			blurX: 4,
			ratios: '0,128,255',
			alphas: '1,1,1',
			colors: '#e20200,#333333',
			angle: 255,
			distance: 4 
		},
  		DropShadow: {
    		knockout: false,
			distance: 1,
			color: '#330000',
			strength: 1
  		}
	}
*/});

sIFR.replace(gothammedium, {
	selector: '#homepage_whats_new_headline h2',
	css: ['.sIFR-root {background-color: #776a57; color: #FFFFFF; text-transform: uppercase; text-align:center;}']
});

sIFR.replace(gothammedium, {
	selector: '#sponsors_box_headline h2',
	css: ['.sIFR-root {background-color: #bacf30; color: #FFFFFF; text-transform: uppercase; text-align:center;}']
});

sIFR.replace(gothammedium, {
	selector: '#homepage_box_screening_headline h2',
	css: [
			'.sIFR-root {background-color: #33a1bd; color: #FFFFFF; text-transform: uppercase; text-align:center;}',	
			'a { text-decoration: none; }',
      		'a:link { color: #FFFFFF; }',
      		'a:hover { text-decoration: underline; color: #FFFFFF; }'
	]
});

sIFR.replace(gothammedium, {
	selector: '#header_standing_headline h2.text_blue',
	css: [
			'.sIFR-root {background-color: #f1f1f1; color: #0089ad; text-transform: uppercase;}',	
			'a { text-decoration: none; }',
      		'a:link { color: #0089ad; }',
      		'a:hover { text-decoration: underline; color: #0089ad; }'
	]
});

sIFR.replace(gothammedium, {
	selector: '#header_standing_headline h2.text_orange',
	css: [
			'.sIFR-root {background-color: #f1f1f1; color: #f47b20; text-transform: uppercase;}',	
			'a { text-decoration: none; }',
      		'a:link { color: #f47b20; }',
      		'a:hover { text-decoration: underline; color: #f47b20; }'
	]
});

sIFR.replace(gothammedium, {
	selector: '#header_dynamic_headline h3',
	css: [
			'.sIFR-root {background-color: #f1f1f1; color: #776a57; text-transform: uppercase;}',	
			'a { text-decoration: none; }',
      		'a:link { color: #776a57; }',
      		'a:hover { text-decoration: underline; color: #776a57; }'
	]
});

sIFR.replace(gothammedium, {
	selector: '.page_highlight_headline',
	css: ['.sIFR-root {background-color: #5d5040; color: #FFFFFF; text-transform: uppercase;}']
});

sIFR.replace(gothammedium, {
	selector: '#page_sections_box_green_headline',
	css: ['.sIFR-root {background-color: #b2d000; color: #FFFFFF; text-transform: uppercase; text-align:center;}']
});

sIFR.replace(gothammedium, {
	selector: '#page_sections_box_green_headline_title_case',
	css: ['.sIFR-root {background-color: #b2d000; color: #FFFFFF; text-transform: none; text-align:center;}']
});

sIFR.replace(gothammedium, {
	selector: '#page_sections_box_blue_headline',
	css: ['.sIFR-root {background-color: #008ab0; color: #FFFFFF; text-transform: uppercase; text-align:center;}']
});

sIFR.replace(gothammedium, {
	selector: '#page_sections_box_brown_headline',
	css: ['.sIFR-root {background-color: #7d6a56; color: #FFFFFF; text-transform: uppercase; text-align:center;}']
});

sIFR.replace(gothammedium, {
	selector: '#page_sections_box_orange_headline',
	css: ['.sIFR-root {background-color: #F47B20; color: #FFFFFF; text-transform: uppercase; text-align:center;}']
});

sIFR.replace(gothammedium, {
	selector: '#page_body_header .superheadline',
	css: ['.sIFR-root {background-color: #0089AD; color: #FFFFFF; text-transform: uppercase;}']
		/* New logo */
});

sIFR.replace(gothammedium, {
	selector: '#page_sections_box_get_moving_headline',
	css: ['.sIFR-root {background-color: #008ab0; color: #FFFFFF; text-transform: uppercase; text-align:center;}']
});

sIFR.replace(gothammedium, {
	selector: '.subhead',
	css: ['.sIFR-root {color: #008AB0; text-transform: none; text-align:left; margin-left: 12px;}']
});

sIFR.replace(gothammedium, {
	selector: 'legend span',
	css: ['.sIFR-root {color: #FFFFFF; text-transform: uppercase; background-color: #0089ad; padding: 8px 0 5px 12px; margin-top: 0.5em; }']
});

sIFR.replace(gothammedium, {
	selector: '#take_action_box_headline',
	css: ['.sIFR-root {background-color: #FFFFFF; color: #000000; text-transform: uppercase; text-align:center;}']
});