var vagrounded =
{
  src: './assets/sifr/fonts/vagrounded.swf'
};

sIFR.activate(vagrounded);

sIFR.replace(vagrounded,
{
  selector: 'h1',
  css: 	[	'.sIFR-root { font-weight:bold;, text-transform:uppercase; color:#E1001A;  }',
			'a { text-decoration: none; }',
			'a:link { color: #E1001A; }',
			'a:hover { color: #CCCCCC; }'],
  wmode: "transparent"
});

sIFR.replace(vagrounded,
{
  selector: 'li.menu',
  css: [	'.sIFR-root { font-weight:bold;, text-transform:uppercase; color:#E1001A;  }',
			'a { text-decoration: none; }',
			'a:link { color: #E1001A; }',
			'a:hover { color: #CCCCCC; }'],
  wmode: "transparent"
});

sIFR.replace(vagrounded,
{
  selector: 'h2',
  css: [	'.sIFR-root { font-weight:bold;, text-transform:uppercase; color:#E1001A;  }',
			'a { text-decoration: none; }',
			'a:link { color: #E1001A; }',
			'a:hover { color: #CCCCCC; }'],
  wmode: "transparent"
});

sIFR.replace(vagrounded,
{
  selector: 'h1.bestel',
  css: [	'.sIFR-root { font-weight:bold;, text-transform:uppercase; color:#E1001A;  }',
			'a { text-decoration: none; }',
			'a:link { color: #E1001A; }',
			'a:hover { color: #CCCCCC; }'],
  wmode: "transparent"
});

sIFR.replace(vagrounded,
{
  selector: 'li.active',
  css: [	'.sIFR-root { font-weight:bold;, text-transform:uppercase; color:#CCCCCC;  }',
			'a { text-decoration: none; }',
			'a:link { color: #CCCCCC; }',
			'a:hover { color: #CCCCCC; }'],
   wmode: "transparent"
});

sIFR.replace(vagrounded,
{ 
  selector: '.tweetMessage',
  css: [	'.sIFR-root { font-weight:bold;, text-transform:uppercase; color:#0183A7;  }',
			'a { text-decoration: none; }',
			'a:link { color: #009FE0; }',
			'a:hover { color: #CCCCCC; }'],
   wmode: "transparent"
});

sIFR.replace(vagrounded,
{ 
  selector: '#tweetDate',
  css: [	'.sIFR-root { font-weight:bold;, text-transform:uppercase; color:#0183A7;  }',
			'a { text-decoration: none; }',
			'a:link { color: #009FE0; }',
			'a:hover { color: #CCCCCC; }'],
   wmode: "transparent"
});

sIFR.replace(vagrounded,
{ 
  selector: '#tweetUser',
  css: [	'.sIFR-root { font-weight:bold;, text-transform:uppercase; color:#0183A7;  }',
			'a { text-decoration: none; }',
			'a:link { color: #009FE0; }',
			'a:hover { color: #CCCCCC; }'],
   wmode: "transparent"
});
