/*---------------------------------------------------------------
  >> Theme <<
  ---------------------------------------------------------------
  generic theme used throughout Zoe Murdcoh
  -------------------------------------------------------------*/
html, body {
  position: relative;
}

#dropShadow {
  position: relative;
  z-index: 10;
}

#pageFrame {
  position: relative;
  z-index: 20;
}

hr.cleaner {
 clear:both;
 visibility: hidden;
}

#navigation img {
  position: relative;
  z-index: 20;

}

#top {
  position: relative;
  z-index: 30;
}

#bottom {
  position: relative;
  z-index: 30;
}
