/*
  Override default refinery homepage styles here.
  These only apply to the homepage of your site.
*/

#page_container {
  overflow: hidden;
}

.bgimg {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  min-width: 860px;
  min-height: 850px;
  background-position: center top;
}

#loading {
  width: 300px;
  margin: 175px auto;
  text-align: center;
  padding: 20px;
  height: 50px;
}

#loading h4 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#slides {
  height: 440px;
  position: relative;
}

#slides .slide {
  background: none !important;
  height: 530px;
}

#slides img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
  zoom: 1;
}

#pager {
  padding: 10px;
  padding-right: 0;
  width: 255px;
}

#pager a {
  border: 2px solid #aba196;
  display: block;
  float: left;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  opacity: 0.4;
  overflow: hidden;
}

#pager a:hover, #pager a.activeSlide {
  border-color: #827464;
  opacity: 1;
}

#pager a:last-child {
  margin-right: 0;
}

.factoid {
  background: url(/images/nubbin.png) no-repeat left top;
  min-width: 22px;
  min-height: 22px;
}

.factoid-content {
  display: none;
  background: url(/images/factoid.png) no-repeat left top;
  width: 162px;
  height: 135px;
  padding: 15px;
  font-size: 13px;
  position: relative;
  top: 5px;
  left: 5px;
  float: left;
  z-index: 998;
}

.factoid-image {
  display: none;
  background: url(/images/factoid_image.png) no-repeat left top;
  width: 110px;
  height: 135px;
  padding: 15px;
  float: right;
  position: relative;
  z-index: 999;
  top: -160px;
  left: 82px;
}

.factoid:hover {
  width: 250px;
}

.factoid p {
  line-height: 1.5;
  margin: 0;
}

.factoid h4 {
  font-size: 14px;
  margin: 0 0 6px 0;
}
