var gotham = {
  src: '/js/gotham_medium.swf'
};

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: '#about h2'
  ,transparent: true
  ,css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'text-transform': 'uppercase' }
    }

});


sIFR.replace(gotham, {
  selector: '#home #story h2'
  ,transparent: true
  ,sCase: 'upper'
  ,css: [
        '.sIFR-root { text-transform: uppercase;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #044E86; }'
        ]
});

sIFR.replace(gotham, {
  selector: '#home #recent h2'
  ,transparent: true
  ,sCase: "upper"
  ,css: {
      '.sIFR-root': { 'font-size': '16px', 'color': '#FFFFFF', 'text-transform': 'uppercase' }
    }

});

sIFR.replace(gotham, {
  selector: '#home #secondary-content h3'
  ,transparent: true
  ,sCase: "upper"
  ,css: {
      '.sIFR-root': { 'font-size': '14px', 'color': '#FFFFFF', 'text-transform': 'uppercase' }
    }

});

sIFR.replace(gotham, {
  selector: '#interior #primary-content h1'
  ,transparent: true
  ,sCase: "upper"
  ,css: {
      '.sIFR-root': { 'font-size': '18px', 'color': '#FFFFFF', 'text-transform': 'uppercase' }
    }
});

sIFR.replace(gotham, {
  selector: '#interior #primary-content h2'
  ,transparent: true
  ,sCase: "upper"
  ,css: {
      '.sIFR-root': { 'font-size': '14px', 'color': '#FFFFFF', 'text-transform': 'uppercase' }
    }
});

sIFR.replace(gotham, {
  selector: '#interior #secondary-content h2'
  ,transparent: true
  ,sCase: "upper"
  ,css: {
      '.sIFR-root': { 'font-size': '14px', 'color': '#FFFFFF', 'text-transform': 'uppercase' }
    }
});

sIFR.activate(gotham);

/*
.sIFR-hasFlash #about h2 { visibility: hidden; font-size: 14px; margin-bottom: 8px; }
.sIFR-hasFlash #story h2,
.sIFR-hasFlash #recent h2 { visibility: hidden; font-size: 16px; margin-bottom: 14px; }
.sIFR-hasFlash #recent .readmore { visibility: hidden; font-size: 15px; }
.sIFR-hasFlash #secondary-content h3 { visibility: hidden; font-size: 14px; margin-bottom: 8px; }
*/
