/* CSS for the Easy Heads Up Bar Plug in */
/* http://wordpress.org/plugins/easy-heads-up-bar/ */

/* reset */
#ehu-bar div p,
#ehu-bar div H1,
#ehu-bar div H2,
#ehu-bar div H3,
#ehu-bar div H5,
#ehu-bar div H6,
#ehu-bar div > div {
  margin:4px 0;
  padding:0;
  line-height:normal;
}

#ehu-open-button,#ehu-close-button {
  cursor:pointer;
  display:block;
  font-size:1.4em;
  font-weight:700;
  width:30px;
  height:30px;
  line-height:0;
  overflow:hidden;
  text-indent:-1000px
}

#ehu-open-button {
  position:fixed;
  z-index:100001;
  right:16px;
  background:url(../images/open.png) no-repeat 0 0;
  visibility: hidden;
}

#ehu-close-button {
  background:url(../images/close.png) no-repeat 0 0;
  float:right;
  position:relative;
  margin-right:10px;
}
#ehu-bar-content:after {
  content:"";
  display:table;
  clear:both
}
div#ehu-bar.ehu-top-fixed,div#ehu-bar.ehu-bottom-fixed {
  position: fixed;
  left: 0;
  right:0;
  z-index: 100001;
}
div#ehu-bar.ehu-top-fixed {
  top: 0;
}
div#ehu-bar.ehu-bottom-fixed {
  bottom: 0;
}
.admin-bar div#ehu-bar.ehu-top-fixed {
  top: 30px;
  z-index: 10009;
}