var gothambold = { src: '/_sifr/gotham_bold.swf' };
var gothammed = { src: '/_sifr/gotham_med.swf'};
var gothambook = { src: '/_sifr/gotham_book.swf'};

sIFR.useStyleCheck = true;
sIFR.activate(gothambold, gothammed, gothambook);

//sIFR.replace(gothammed, {
 // selector: '#content h2',
//  css: '.sIFR-root { color: #46403f; }',
//  wmode: 'transparent'
//});

sIFR.replace(gothambold, {
  selector: '#latest-message h3',
  wmode: 'transparent',
  css: [
   '.sIFR-root { color: #1c1c1c; text-transform:uppercase; }'
   ,'a {color:#1c1c1c; text-decoration:none}']
});

sIFR.replace(gothambold, {
  selector: '#latest-news h3',
  css: [
	'.sIFR-root { color: #ffffff; text-transform:uppercase; }',
	'a { color: #ffffff; text-decoration:none; }',
	'a:hover { color: #ffffff; text-decoration: underline;}'],
  wmode: 'transparent'
});

sIFR.replace(gothambold, {
  selector: '#next-events h3',
  css: '.sIFR-root { color: #FFFFFF; text-transform:uppercase; }',
  wmode: 'transparent',
  filters: {
     DropShadow: {
        distance: 1
        ,color: '#c88460'
     }
  }
});

/*
sIFR.replace(gothambook, {
  selector: '#content .branch-text',
  css: '.sIFR-root { color: #595855; leading:8}',
  wmode: 'transparent'
});
*/
