var font1 = {
src: 'fileadmin/fonts/univers.swf'
,ratios: [8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;

sIFR.replace(font1, {
selector: '.news-list-header'
,css: [
'.sIFR-root {color: #003873; }'
]
,transparent: true
});

sIFR.activate(font1);
sIFR.replace(font1, {
selector: 'h1.align-center'
,css: [
'.sIFR-root {color: #003873; text-align: center;}'
]
,transparent: true
});

sIFR.activate(font1);
sIFR.replace(font1, {
selector: 'h1'
,css: [
'.sIFR-root {color: #003873; }'
]
,transparent: true
});

sIFR.replace(font1, {
selector: 'h2.pointer'
,css: [
'.sIFR-root {color: #003873; cursor: pointer;}',
'a {color: #003873; text-decoration: none; }',
'a:hover {color: #1e1e1e; text-decoration: none; }'
]
,transparent: true
});


sIFR.replace(font1, {
selector: 'h2.align-center'
,css: [
'.sIFR-root {color: #003873; text-align: center;}'
]
,transparent: true
});

sIFR.replace(font1, {
selector: 'h2.align-right'
,css: [
'.sIFR-root {color: #003873; text-align: right;}'
]
,transparent: true
});

sIFR.replace(font1, {
selector: 'h2'
,css: [
'.sIFR-root {color: #003873; }',
'a {color: #003873; text-decoration: none; }',
'a:hover {color: #1e1e1e; text-decoration: none; }'
]
,transparent: true
});

sIFR.replace(font1, {
selector: 'h3.align-right'
,css: [
'.sIFR-root {color: #003873; text-align: right; }',
'a {color: #003873; text-decoration: none; }',
'a:hover {color: #1e1e1e; text-decoration: none; }'
]
,transparent: true
});

sIFR.replace(font1, {
selector: 'h3.align-center.pointer'
,css: [
'.sIFR-root {color: #003873; text-align: center; cursor: pointer;}',
'a {color: #003873; text-decoration: none; }',
'a:hover {color: #1e1e1e; text-decoration: none; }'
]
,transparent: true
});
sIFR.replace(font1, {
selector: 'h3.align-center'
,css: [
'.sIFR-root {color: #003873; text-align: center;}',
'a {color: #003873; text-decoration: none; }',
'a:hover {color: #1e1e1e; text-decoration: none; }'
]
,transparent: true
});

sIFR.replace(font1, {
selector: 'h3.pointer'
,css: [
'.sIFR-root {color: #003873; cursor: pointer; }',
'a {color: #003873; text-decoration: none; }',
'a:hover {color: #3b5d7d; text-decoration: none; }'
]
,transparent: true
});
sIFR.replace(font1, {
selector: 'h3'
,css: [
'.sIFR-root {color: #003873; }',
'a {color: #003873; text-decoration: none; }',
'a:hover {color: #3b5d7d; text-decoration: none; }'
]
,transparent: true
});

sIFR.replace(font1, {
selector: '.contenttable th'
,css: [
'.sIFR-root {margin-left: 12px; color: #003873; }'
]
,transparent: true
});

sIFR.replace(font1, {
selector: 'div.gluteus div.title'
,css: [
'.sIFR-root {color: #003873; }'
]
,transparent: true
});