.dashboard {
  background-color: #e2e2e0;
  border: #cbcbcb solid 1px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  _position: inherit;
  *position: inherit;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.dashboard .header {
  border-bottom: #cbcbcb solid 1px;
  display: inline-block;
  padding-bottom: 10px;
  min-height: 50px;
  margin-bottom: 10px;
}
.dashboard h1 {
  position: absolute;
  bottom: 25px;
  padding-bottom: 5px;
}
.dashboard h2 {
  position: absolute;
  bottom: 10px;
  height: 15px;
  font-weight: normal;
  line-height: 14px;
  overflow: hidden;
}
.dashboard a { color: #f3692f; }
.dashboard h3 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
}
.dashboard h3 a { color: #afafaf; }
.dashboard h3 a:hover { text-decoration: none; }
.dashboard .copy {
  font-size: 1.25em;
  color: #5b5b5b;
  line-height: 1.6em;
}
.dashboard .copy p { margin-top: 0.75em; }
.dashboard .daily .dailyReading {
  font-size: 1.2em;
  line-height: 1.4em;
  display: inline;
  font-weight: bold;
}
.dashboard .daily .dailyReading a { display: inline-block; }
.dashboard .daily {
  margin-top: 15px;
  margin-bottom: 100px;
}
.dashboard .count {
  float: right;
  margin-right: 5px;
  color: #5b5b5b;
}
.dashboard .currentlyReading {
  display: inline;
  font-size: 0.9em;
  border-color: #cbcbcb;
  padding-right: 20px;
  clear: right;
  float: right;
  margin-top: -10px;
  *border-top: #cbcbcb solid 1px;
  *margin-top: -11px;
}
.dashboard .currentlyReading a { color: #5b5b5b; }
.dashboard .currentlyReading .tip { background-image: url(/img/shareBgTip_lt.png); }
.dashboard .currentlyReading i { font-style: normal; }
.dashboard .share {
  position: absolute;
  top: 5px;
  right: 5px;
}
.dashboard .twitterfeeds a.shareicon img {
  position: relative;
  margin-bottom: -5px;
  *margin-bottom: -8px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.dashboard .twitterfeeds a.shareicon:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.dashboard .twitterfeeds img.thumb {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}
.dashboard .first img.thumb {
  width: 45px;
  height: 45px;
}
.dashboard .twitterfeeds .large { margin-top: 8px; }
.dashboard .twitterfeeds a { display: inline-block; }
.dashboard .twitterfeeds p {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #5b5b5b;
  float: left;
  display: inline-block;
  margin-left: 35px;
}
.dashboard .first p {
  margin-left: 55px;
  font-size: 1.4em;
  line-height: 1.5em;
}
.dashboard .greylinks a { color: #5b5b5b; }
.dashboard .menulinks a {
  color: #5b5b5b;
  font-weight: bold;
}
.dashboard .righttxt { text-align: right; }
.dashboard .ltgrey a { color: #afafaf; }
.dashboard .allLink a { color: #5b5b5b; }
.dashboard .dailypaginator {
  color: #8e8d8d;
  font-size: 0.9em;
  margin-bottom: 10px;
  border-top: #cbcbcb solid 1px;
}
.dashboard .dailypaginator a {
  margin: 0;
  color: #8e8d8d;
  padding: 5px 8px 5px 8px;
  display: inline-block;
  position: relative;
  float: right;
  border-right: #cbcbcb solid 1px;
}
.dashboard .dailypaginator a.today { font-weight: bold; }
.dashboard .dailypaginator a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #f3692f;
}
.dashboard .dailypaginator > a:first-child { border-right: none; }
.treply, .rt { background-color: #e2e2e0; }
