.PageContainer {
  width: full;
  max-width: 60em;
  text-align: center;
}

.Page {
  width: full;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  padding: 1em;
  border: 1px outset gray;
  background-color: #5cb85c;
}

.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;
}

.ArticleContainer {
  width: 65%;
  float: left;
  margin-bottom: 1em;
}

.Article {
  width: full;
  padding: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: left;
  border: 1px outset gray;
  background-color: white;
}

.WeedLaffsContainer {
  width: 35%;
  float: left;
  margin-bottom: 1em;
}

.WeedLaffs {
  width: full;
  padding: 1em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  border: 1px outset gray;
  background-image: url("/images/background_light.gif");
  background-color: #dddddd;
}

.ImageContainer {
  width: full;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  padding: 0.5em;
  border: none;
}

.Image {
  width: full;
  text-align: left;
  padding: 0.5em;
  border: 1px outset gray;
  background-image: url("/images/background_light.gif");
  background-color: #eeeeee;
}

.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;
}

li {
  margin-bottom: 0.6em;
  }

.caption {
  font-size: 0.7em;
}
