/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
	cursor:pointer;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {

.sIFR-active .title p {
  font-size: 3.7em;
  line-height: 1em;
  font-family: "Knockout", Impact;
  color: #fff;
  text-transform: uppercase;
}

.sIFR-active .box h2 {
  color: #FFF;
  font-size: 2.7em;
  line-height: 1em;
  font-family: "Knockout", Impact;
  text-transform: uppercase;
}

.sIFR-active ul#secondarymenu li a {
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #a7abb3;
  font-size: 17px;
  text-transform: uppercase;
  font-family: Impact;
}

.sIFR-active .entry h2 {
  font-family: Impact;
  text-align: left;
  font-size: 29px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
}

.sIFR-active .entry h5 {
  font-family: Impact;
  text-align: left;
  font-size: 29px;
  color: #fff;
  line-height: 1em;
  letter-spacing: 45;
}

.sIFR-active .division2 h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 20px;
  font-weight: bold;
  color: #59636e;
  font-size: 13px;
}

.sIFR-active .division h2 {
  text-align: center;
  color: #a7abb3;
  text-transform: uppercase;
  font-size: 1.2em;
}

.sIFR-active #resources h3 {
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #59636e;
  font-size: 13px;
}

.sIFR-active .project h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}

.sIFR-active span#ancestor {
  line-height: 68px;
  font-family: Impact;
  font-size: 30px;
  text-transform: uppercase;
  color: #59636e;
}

.sIFR-active span#parent {
  line-height: 68px;
  font-family: Impact;
  font-size: 30px;
  text-transform: uppercase;
  color: #e2e2e2;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}

/* Uncomment this to remove sifr default bottom padding -- but it breaks text-align:center
.sIFR-active object {
  display: block;
}*/

#breadcrumbs p img { float:left; padding-top:26px; }

a {
z-index:999;
}

}
