var humanist = {
  src: '/sifr/humanist.swf'
};
var humanist_black = {
  src: '/sifr/humanist_black.swf'
};

sIFR.activate(humanist, humanist_black);

sIFR.replace(humanist_black, {
    selector: '#entries .right h1',
    css: [
      '.sIFR-root { color: #fffff0; }',
      '.sIFR-root a { color: #fffff0; text-decoration: none; }',
      '.sIFR-root a:hover { color: #fffff0; text-decoration: none; }'
    ],
    transparent: true
});

sIFR.replace(humanist_black, {
    selector: '#entries .left h1, .entry .left h1.link',
    css: [
      '.sIFR-root { color: #2d170b; text-align: right; }',
      '.sIFR-root a { color: #2d170b; text-decoration: none; }',
      '.sIFR-root a:hover { color: #2d170b; text-decoration: none; }'
    ],
    transparent: true,
    preventWrap: true,
    forceSingleLine: true
});


sIFR.replace(humanist_black, {
    selector: '.entry .right h1',
    css: [
      '.sIFR-root { color: #fffff0; }',
      '.sIFR-root a { color: #fffff0; text-decoration: none; }',
      '.sIFR-root a:hover { color: #fffff0; text-decoration: none; }'
    ],
    transparent: true
});

sIFR.replace(humanist_black, {
    selector: '#logo h1',
    css: [
      '.sIFR-root { color: #804424; text-align: right; }',
      '.sIFR-root a { color: #804424; text-decoration: none; }',
      '.sIFR-root a:hover { color: #804424; }'
    ],
    transparent: true,
    preventWrap: true,
    forceSingleLine: true,
    tuneHeight: 5
});

sIFR.replace(humanist_black, {
    selector: '.entry .left h1',
    css: [
      '.sIFR-root { color: #2d170b; text-align: right; }'
    ],
    transparent: true,
    preventWrap: true,
    forceSingleLine: true
});

sIFR.replace(humanist, {
    selector: '.entry .left h3.year',
    css: [
      '.sIFR-root { color: #64371e; text-align: right; font-weight: bold; }',
      '.sIFR-root a { color: #64371e; text-decoration: none; }',
      '.sIFR-root a:hover { color: #64371e; }'
    ],
    transparent: true,
    preventWrap: true,
    forceSingleLine: true,
    tuneHeight: -8,
    offsetTop: -2
});

sIFR.replace(humanist, {
    selector: '.entry .left h3',
    css: [
      '.sIFR-root { color: #462412; text-align: right; font-weight: bold; }',
      '.sIFR-root a { color: #462412; text-decoration: none; }',
      '.sIFR-root a:hover { color: #462412; }'
    ],
    transparent: true,
    preventWrap: true,
    forceSingleLine: true,
    tuneHeight: -6
});

sIFR.replace(humanist, {
    selector: '.tags li, .loc li',
    css: [
      '.sIFR-root { color: #462412; text-align: right; font-weight: bold; }',
      '.sIFR-root a { color: #462412; text-decoration: none; }',
      '.sIFR-root a:hover { color: #462412; }'
    ],
    transparent: true,
    tuneHeight: -5
});