/* SIFR */

@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;

    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;
  }
  
  .sIFR-alternate {
    visibility : visible !important;

    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}


h1 {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 34px;
  margin-bottom: 0px;
  padding: 0;
  color: #cc0000;
}

h2 {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 28px;
  margin-bottom: 0px;
  padding: 0;
  color: #cc0000;
}

h5 {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #cc0000;
}


/*****************************************************************************
    These styles should be at the bottom of `sifr.css`. Make sure that they're
    only applied for the screen media type!
    *****************************************************************************/
    
    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family: Verdana;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
    }
	
	
	
.post-title {width: 100%; height: 50px; float: left; margin-right: 0px; margin-top: 0px;
}

.side-nav {width: 170px; float: left; padding-bottom: 0px; margin-bottom: 0px; BORDER-bottom: #E5E6E6 1px solid;
}

  
.grey {color: #666666;}

em { font-style: normal}

/* END SIFR */