/****************************/
/* ie7-fixes.css
 * Copyright Theme.
 * Unauthorised use of this css file or any part of this css file is strictly prohibited/
/****************************/


/* Quick Ie7 Fixes */
#primary-menu, #navigation-right {
  height:1%;
}
#header-blocks {
  width:500px;
}
.white-bg h2.block-title .arrow, .gray-bg h2.block-title .arrow, .light-gradient h2.block-title .arrow {
  bottom:-5px;
}
.node .field-field-image {
  margin-top:13px;
}
#header-group-wrapper {
  position:relative;
  z-index:999;
}
.node h2.title {
  margin-left:-28px;
}
body.front .node h2.title span.title-arrow, body.not-front .node h2.title span.title-arrow {
  left:0px;
  width:20px;
  background-position:right top;
}
/* Block Title */
.title-bg h2.block-title, .white-bg h2.block-title span {
  line-height:1.2em;
}