/*
Page Title Box
css/hdn/modules/pagetitle.css
*/

.hst-pagetitle {
  height: 32px;
  background: url('/img/utils/rule_dots.gif') repeat-x bottom left;
  margin-bottom: 10px;
}

.hst-pagetitle div.hst-microbar {
  float: right;
  width: 88px;
}

.hst-pagetitle h1  {
  display: inline;
  float: left;
  margin: 8px 0 0 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 18px;
}
* html .hst-pagetitle h1  {margin-top: 6px;}

.hst-pagetitle p  {
  display: inline;
  float: left;
  margin: 9px 0 0 30px;
  font-size: .92em;
}

.hst-pagetitle img.rss {margin-bottom: -1px;}


.hst-pagetitle-report {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.hst-pagetitle-report h2 {
  font-size: 1.25em;
  font-weight: bold;
}

.hst-pagetitle-report .report {
  clear: both;
  display: inline;
  float: left;
}

.hst-pagetitle-report p.entry,
.hst-pagetitle-report p.rss {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  text-align: right;
  font-size: .92em;
}



/* end css/hdn/modules/pagetitle.css */
