var museo700        = {src: sifr_path + 'museosans-700.swf'};
var museo500        = {src: sifr_path + 'museosans-500.swf'};
var museo500_italic = {src: sifr_path + 'museosans-500italic.swf'};
var museo300        = {src: sifr_path + 'museosans-300.swf'};

//sIFR.useStyleCheck = true;

sIFR.activate(museo700, museo500, museo500_italic, museo300);

sIFR.replace(museo700, {
  selector: '#navigation li.selected',
  css: [
      '.sIFR-root  { color: #C46624; font-size: 13px; }',
      'a       { color: #C46624; text-decoration: none; cursor: pointer; }',
      'a:hover { color: #C46624; text-decoration: none; cursor: pointer; }'
  ],
  fitExactly: true,
  forceSingleLine: true,
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: '#navigation li.last',
  css: [
      '.sIFR-root  { color: #8E5329; font-size: 13px; }',
      'a       { color: #8E5329; text-decoration: none; cursor: pointer; }',
      'a:hover { color: #8E5329; text-decoration: none; cursor: pointer; }'
  ],
  fitExactly: true,
  forceSingleLine: true,
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: '#navigation li',
  css: [
      '.sIFR-root  { color: #451D00; font-size: 13px; }',
      'a       { color: #451D00; text-decoration: none; cursor: pointer; }',
      'a:hover { color: #C46624; text-decoration: none; cursor: pointer; }'
  ],
  fitExactly: true,
  forceSingleLine: true,
  wmode: 'transparent'
});

/* Page headings */
sIFR.replace(museo700, {
  selector: 'h2',
  fixWrap: true,
  css: ['.sIFR-root  { color: #D65E0A; font-size: 18px; text-transform: uppercase; }'],
  wmode: 'transparent'
});

/* Pull quote text */
sIFR.replace(museo300, {
  selector: 'h3',
  fixWrap: true,
  css: ['.sIFR-root  { color: #D65E0A; font-size: 18px; leading: -3; }'],
  wmode: 'transparent'
});

/* Widget headings mostly. */
sIFR.replace(museo700, {
  selector: 'h4',
  fixWrap: true,
  tuneHeight: -3 ,
  css: [
    '.sIFR-root  { color: #451D00; font-size: 13px; text-transform: uppercase; }',
    'a { color: #451D00; text-decoration: none; }',
    'a:hover { color: #451D00; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: 'h5',
  fixWrap: true,
  tuneHeight: -7,
  css: ['.sIFR-root  { color: #441C00; font-size: 12px; }'],
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: '.faq_body strong',
  fixWrap: true,
  css: ['.sIFR-root  { color: #451D00; font-size: 12px; }'],
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: '.faq_heading h6',
  fixWrap: true,
  css: ['.sIFR-root  { color: #451D00; font-size: 12px; text-transform: uppercase; cursor: pointer; }'],
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: 'h6',
  fixWrap: true,
  css: ['.sIFR-root  { color: #451D00; font-size: 12px; text-transform: uppercase; }'],
  wmode: 'transparent'
});

sIFR.replace(museo500_italic, {
  selector: '#homepage_quote p',
  fixWrap: true,
  css: ['.sIFR-root  { color: #9F541F; font-size: 13px; }'],
  wmode: 'transparent'
});

sIFR.replace(museo500_italic, {
  selector: '.sidebar_navigation li li span',
  tuneWidth: 5,
  css: [
      '.sIFR-root  { color: #451D00; font-size: 12px; list-style: none; }',
      'a       { color: #451D00; text-decoration: none; list-style: none; leading: -3; cursor: pointer; font-style:italic; }',
      'a:hover { color: #C46624; text-decoration: none; list-style: none; cursor: pointer; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: '.sidebar_navigation span.selected',
  tuneWidth: 5,
  css: [
      '.sIFR-root  { color: #C46624; font-size: 12px; }',
      'a       { color: #C46624; text-decoration: none; leading: -3; cursor: pointer; }',
      'a:hover { color: #C46624; text-decoration: none; cursor: pointer; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: '.sidebar_navigation li span',
  tuneWidth: 6,
  fixWrap: true,
  css: [
      '.sIFR-root  { color: #451D00; font-size: 12px; list-style: none; }',
      'a       { color: #451D00; text-decoration: none; list-style: none; leading: -3; cursor: pointer; }',
      'a:hover { color: #C46624; text-decoration: none; list-style: none; cursor: pointer; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(museo700, {
  selector: '.donate_heading',
  fixWrap: true,
  tuneHeight: -7,
  css: ['.sIFR-root  { color: #684830; font-size: 12px; }'],
  wmode: 'transparent'
});

