/**
 * these styles controles the top bar on all sub-blogs on minblok.dk
 *
  * @author ulrik nielsen <un@bellcom.dk>
  * @copyright bellcom open source aps
 */

#jv-top {
  z-index: 1;
  background-color: #E2F2F0;
  border-bottom: 2px solid #fff;
  height: 29px;
  font-size: 0.85em;
  line-height: 0.85em;
  width: 100%;
  color: #000;
}
#jv-top a {
  color: #000;
}

#jv-top div.wrapper {
  padding: 5px;
}

#jv-top a.home,
#jv-top span.current,
#jv-top a.next {
  margin-left: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
  float: left;
  color: #000;
  border: 1px solid #fff;
  padding: 1px 5px;
}
#jv-top a.next {
  margin-left: 20px;
}

#jv-top a.new,
#jv-top a.spam,
#jv-top a.loginout {
  text-align: right;
  float: right;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
  border: 1px solid #fff;
  padding: 1px 5px;
  margin-right: 5px;
}

#jv-top a.home:hover,
#jv-top a.next:hover,
#jv-top a.new:hover,
#jv-top a.spam:hover,
#jv-top a.loginout:hover {
  border: 1px solid #000;
  text-decoration: none;
}
