.PageContainer {
  width: full;
  max-width: 60em;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  text-align: left;
}

.Page {
  width: full;
  padding: 1em;
  border: 1px outset gray;
  background-image: url("/images/background_dark.gif");
  background-color: #bbbbbb;
}

.TitleContainer {
  width: full;
  margin-bottom: 1em;
}

.Title {
  width: full;
  padding: 1em;
  border: 1px outset gray;
  background-image: url("/images/background_light.gif");
  background-color: #dddddd;
}

.MenuContainer {
  max-width: full;
  margin-bottom: 1em;
}

.Menu {
  width: full;
  padding: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: left;
  border: 1px outset gray;
  background-image: url("/images/background_light.gif");
  background-color: #dddddd;
}

.BodyContainer {
  width: full;
}

.ArticleContainer {
  float: left;
  width: 70%;
}

.Article {
  padding: 1em;
  border: 1px outset blue;
  background-color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  text-align: left;
}

.PostNavContainer {
  width: full;
  margin-top: 1em;
}

.PostNav {
  width: full;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: left;
  padding: 1em;
}

.SidebarContainer {
  float: left;
  width: 30%;
}

.Sidebar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: left;
  padding: 1em;
  border: 1px outset blue;
  background-image: url("/images/background_light.gif");
  background-color: #dddddd;
}

.AdContainer {
  width: full;
}

.Ad {
  padding: 1em;
  border: 1px outset gray;
  background-color: #dddddd;
}

.IndiciaContainer {
  width: full;
  margin-top: 1em;
}

.Indicia {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: left;
  padding: 1em;
  border: 1px outset gray;
  background-image: url("/images/background_light.gif");
  background-color: #dddddd;
}

.ItemContainer {
  width: full;
  border: none;
  margin-bottom: 1em;
}

.Item {
  width: full;
  padding: 1em;
  border: 1px outset gray;
}

li {
  margin-bottom: 0.4em;
  }

.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

.ImageContainer {
  width: 40%;
  float: right;
  padding: 0.5em;
}

.Image {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  text-align: left;
  padding: 0.5em;
  border: 1px outset gray;
  background-color: #eeeeee;
}

alt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

.VideoContainer {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  }

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  }
