body {
  border-right: 1px solid #ff9900;
  margin: 0px 230px 0px 0px;
  font-family: "Bitstream Vera Sans", sans-serif;
  padding: 0px 20px;
}

h1 {
  margin: 15px -20px 10px;
  padding: 5px 13px;
  font-weight: normal;
  letter-spacing: -2px;
  background-color: #ff9900;
  color: white;
  font-size: 23px;
}

h2 {
  font-weight: normal;
  color: grey;
  margin-left: -20px;
}

h3 {
  font-weight: normal;
  background-color: #ff9900;
  border-color: white;
  border-style: none none none dotted;
  border-width: 0px 0px 0px 3px;
  padding: 5px 13px;
  margin-right: -20px;
  margin-left: -3px;
}

h4 {
  font-weight: bold;
}

h4 a {
  text-decoration: none;
  color: inherit;
}

.main-blurb {
  clear: both;
}

img.face {
  float: right;
  margin-top: -3em;
}

.banner {
  float: right;
  margin-top: -15px;
  margin-right: 50px;
}

.entry {
  margin-bottom: 2em;
}

.entry .date {
  color: grey;
}

.entry .date a {
  text-decoration: none;
  color: inherit;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  background-color: transparent;
  color: black;
  border: 0px none transparent;
  border-top: 1px solid #ff9900;
  margin: 1.5em 30px 0.5em;
  font-weight: normal;
}

.entry h1 {
  font-size: 23px;
}

.entry h2 {
  font-size: 20px;
}

.entry h3 {
  font-size: 18px;
}

.entry h4 {
  font-size: 16px;
}

.entry h5 {
  font-size: 14px;
}

.entry h6 {
  font-size: 12px;
}

.sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 230px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-left: 0px;
  font-size: 85%;
}

.sidebar h2 {
  font-size: 110%;
  font-weight: bold;
  color: black;
  padding-left: 5px;
  margin-left: 0px;
}

.sidebar ul {
  padding-left: 1em;
  margin-left: 0px;
  list-style-type: none;
}

.sidebar ul li:hover {
  color: grey;
}

.sidebar ul li a {
  text-decoration: none;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}

.sidebar ul li a img {
  border: 0;
}

.sidebar p,
.sidebar div {
  padding: 10px 5px 0px 5px;
  margin: 0px;
}

.sidebar div {
  border-top: 1px solid #ff9900;
  margin-top: 10px;
  clear: both;
}

.sidebar h2 {
  margin: 0px;
}

.sidebar .message {
  cursor: help;
  border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
  cursor: help;
  background-color: #ff0000;
  color: #ffffff !important;
  text-decoration: none !important;
}

a:link, a:visited, a:active {
  color: #ff9900;
}

a:hover {
  text-decoration: underline !important;
  color: #ff9900 !important;
}

h3 a,
h3 a:hover {
  text-decoration: none;
  color: black !important;
}

#music-player {
  border: 0px;
  width: 145px;
  height: 158px;
  float: right;
  overflow: visible;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  color: #ff9900;
  font-size: 16px;
  line-height: 17px;
}

#music-player object {
  float: right;
  width: 132px;
  height: 158px;
}

