var avant = {
src: 'http://dminsight.dmipartners.com/themes/DMinsight/sifr/AvantGarde.swf'
};

sIFR.activate(avant);

sIFR.replace(avant, {
    selector: 'h1'
   , css: [
   '.sIFR-root {font-size:20px; color:#00718f;}'
   ]
   , wmode: 'transparent'
   , tuneHeight: '-5px'
   , fitExactly: true

});

sIFR.replace(avant, {
    selector: '#tag'
   , css: [
   '.sIFR-root {font-size:16px; color:#00718f;}'
   ]
   , wmode: 'transparent'
   , tuneHeight: '-5px'
   , fitExactly: true

});


sIFR.replace(avant, {
    selector: 'h2 span'
   , css: [
   '.sIFR-root {font-size:15px; color:#00718f; leading:0px;}'
   
   ]
   , wmode: 'transparent'
   , tuneHeight: '-3px'

});


sIFR.replace(avant, {
    selector: '#SinglePost h2'
   , css: [
    '.sIFR-root {font-size:16px; color:#f89828; leading:4px;}',
   'a {color:#f89828; text-decoration:underline;}',
   'a:hover {color:#f89828; text-decoration:none;}'
   ]
   , wmode: 'transparent'
   , tuneHeight: '-3px'

});

sIFR.replace(avant, {
    selector: 'h2'
   , css: [
    '.sIFR-root {font-size:16px; color:#f89828; leading:4px;}',
   'a {color:#f89828; text-decoration:underline;}',
   'a:hover {color:#f89828; text-decoration:none;}'
   ]
   , wmode: 'transparent'
   , tuneHeight: '-3px'

});



sIFR.replace(avant, {
    selector: '.post h2'
   , css: [
   '.sIFR-root {font-size:16px; color:#f89828; leading:4px;}',
   'a {color:#f89828; text-decoration:underline;}',
   'a:hover {color:#f89828; text-decoration:none;}'
   ]
   , wmode: 'transparent'

});

sIFR.replace(avant, {
    selector: 'blockquote'
   , css: [
   '.sIFR-root {font-size:14px; color:#00718f; leading:4px;}'
   ]
   , wmode: 'transparent'

});

sIFR.replace(avant, {
    selector: '.timedate'
   , css: [
   '.sIFR-root {font-size:12px; color:#00718f; leading:4px; text-align:right;}'
   ]
   , wmode: 'transparent'
  

});





