/******************************************************************

Stylesheet: IE9 Stylesheet

To fix opacity issue with IE9
Had to make opacity settings lower to see correctly

******************************************************************/


.header {
background-color: rgba(255,255,255,0.4)!important;

}


.footer {
  background: none repeat scroll 0 0 rgba(10, 61, 105, 0.4)!important;

}

#main {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4)!important;
}

h1.post-title {
  background-color: rgba(255, 255, 255, 0.4);
}

.opaqueblock {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
















