var insignia = { src: '/sifr/insignia-lt.swf' };
var myriad = { src: '/sifr/myriad-pro.swf' };

sIFR.activate(insignia);
sIFR.activate(myriad);

//	Difference Block
//	Location: Home
sIFR.replace(myriad, {
  selector: '#main-two-column .block-feature-difference h1',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #FFFFFF; font-style: italic; }'
});

sIFR.replace(myriad, {
  selector: '#main-two-column .block-feature-difference-1 h1, .block-feature-difference-2 h2',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #FFFFFF; font-style: italic; }'
});

sIFR.replace(myriad, {
  selector: '.block-feature-difference-2 h1',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { font-weight: bold; color: #FFFFFF; }'
});

//	Tagline Block
//	Location: Header Region
sIFR.replace(myriad, {
  selector: '#block-1 h2',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { font-style: italic; color: #008AD0; }'
});

//	Phone Block
//	Location: Header Region
sIFR.replace(insignia, {
  selector: '#block-2 h3',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #2D3F8F; }'
});

//	Phone Block
//	Location: Header Region
sIFR.replace(insignia, {
  selector: '#block-2 h4',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #008AD0; }'
});

//	Find a Tour Block Regions, Request A Brochure Block, E-Newsletter Block, Latest News Block
//	Location: Right Sidebar
sIFR.replace(insignia, {
  selector: '#views--exp-tour_search-page_1 h2, #block-3 h2, #block-4 h2, #views-news_articles-block_1 h2',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #2D3F8F; text-transform: uppercase; }'
});

//	Main Content Region
//	Location: Content Region
sIFR.replace(myriad, {
  selector: '#main-one-column h1, #main-two-column h1, #main-three-column h1',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #2D3F8F; font-style: italic; }'
});

sIFR.replace(myriad, {
  selector: '#main-one-column h2, #main-two-column h2, #main-three-column h2',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #008ad0; font-weight: bold; font-size: 14pt; }'
});

//	Slideshow Block
//	Location: Home
sIFR.replace(myriad, {
  selector: '#views-Slideshow-block_1 h3',
  filters: {
  	DropShadow: {
		distance: 0,
		color: '#000000',
		strength: 2,
		alpha: .8,
		blurX: 10,
        blurY: 10
	}
  },
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #FFFFFF; font-style: italic; }'
});

//	Call To Action Block
//	Location: Home
sIFR.replace(myriad, {
  selector: '#block-6 h3, .block-cta h3',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { font-style: italic; color: #008AD0; }'
});

// Comment to be added...

sIFR.replace(myriad, {
  selector: '#main-one-column h3, #main-two-column h3, #main-three-column h3',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #2D3F8F; font-weight: normal; }'
});

