table {
  border: none;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

td {
  text-align: center;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}

td.notes {
  border: none;
}

body {
  font-family: Arial, Helvetiva, sans-serif;
}

body.Blog {
  margin: 0px;
  font-size: 14px;
  background-color: #adf;
}

img {
  border: none;
}

img.blogthumb {
  float: left;
  margin: 4px;
}

.Comments {
  font-family: Arial, Helvetiva, sans-serif;
  color: blue;
  font-size: 12px;
}

.YouTube {
  font-family: Arial, Helvetiva, sans-serif;
  font-size: 10px;
}

.Thumbs {
  text-align: center;
  vertical-align: top;
  border: 1px solid grey;
  padding-top: 5px;
  padding-bottom: 5px;
}

.Left {
  text-align: left;
}

.TitleBar {
  position: relative;
  background-color: #bba;
  border-bottom: 1px solid #9a;
  width: 100%;
  height: 45px;
  margin: 0px;
  padding: 0px;
}

.RestOfPage {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.PageTitle {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  font-size: 32px;
  font-weight: bold;
  margin-left: 10px;
  padding: 0px;
  width: 50%;
}

.PageSubTitle {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #adf;
  padding: 5px;
  font-size: 10px;
  width: 50%;
  margin: 4px;
}

.BlogEntry {
  border: 1px solid;
  width: 70%;
  margin-left: 10px;
  padding: 10px;
  background-color: white;
  margin-bottom: 20px;
}

.BlogTitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.BlogTitleDate {
  padding-left: 5px;
  font-style: italic;
  font-size: 10px;
}

.BlogText {
}

.BlogFooter {
  position: static;
  background-color: #adf;
  padding: 10px;
}

.BlogFooterSmall {
  position: static;
  background-color: #adf;
  padding: 10px;
  font-size: 8px;
}

.BlogPageFooter {
  font-style: italic;
  font-size: 12px;
  padding: 5px;
}

.HistoricPostList {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 4px;
  width: 24%;
  background-color: #adf;
  font-size: 10px;
  border: 1px solid #69a;
  border-top: none;
}

.HistoricTitle {
  padding-left: 10px;
  background-color: #bba;
  border: 1px solid #69a;
  border-left: none;
  border-right: none;
  font-size: 12px;
  font-weight: bold;
}

.HistoricDate {
  font-style: italic;
}

.HistoricEntry {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

