﻿var philosopher = {
  src: 'flash/philosopher.swf'
};

sIFR.activate(philosopher);

sIFR.replace(philosopher, {
  selector: '#menucontainer li',
  css: [
      '.sIFR-root {font-size: 19px; color: #5e3109; text-transform: lowercase; text-decoration: none;}',
      'a {font-size: 19px; color: #5e3109; text-decoration: none;}', 
      'a:hover {font-size: 19px; color: #d87b26; text-decoration: none;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});

sIFR.replace(philosopher, {
  selector: '#contentcontainer h1',
  css: [
      '.sIFR-root {font-size: 35px; color: #ffffff;}', '.span {font-size: 35px; color: #d87b26;}',
      'a {font-size: 35px; color: #ffffff; text-decoration: none;}',
      'a:hover {font-size: 35px; color: #ffffff; text-decoration: none;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});

sIFR.replace(philosopher, {
  selector: '#contentmenucontainer h1',
  css: [
      '.sIFR-root {font-size: 35px; color: #ffffff;}', '.span {font-size: 35px; color: #d87b26;}',
      'a {font-size: 35px; color: #ffffff; text-decoration: none;}',
      'a:hover {font-size: 35px; color: #ffffff; text-decoration: none;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});


sIFR.replace(philosopher, {
  selector: '#contentcontainer #contenttopmenu li',
  css: [
      '.sIFR-root {font-size: 25px; color: #ffffff;}',
      '.span {font-size: 19px; color: #e8e3dc;}',
      'a {font-size: 25px; color: #d87b26; text-decoration: none;}',
      'a:hover {font-size: 25px; color: #d87b26; text-decoration: none;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});

sIFR.replace(philosopher, {
  selector: '.menuItem p',
  css: [
      '.sIFR-root {font-size: 18px; color: #ffffff;}',
      '.span {font-size: 18px; color: #ffffff;}',
      'a {font-size: 18px; color: #ffffff; text-decoration: none;}',
      'a:hover {font-size: 18px; color: #ffffff; text-decoration: none;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});