p {
  font-size: 1.2em;
  text-align: justify;
  }

/* column header */
h1 {
  margin: 0em;
  font-size: 2.8em;
  }

/* item header */
h2 {
  }

.sermon {
  float: left;
  padding-bottom: 2em;
}

.sermontext {
  float: right;
  font-size: 1.2em;
  text-align: justify;
  width: 20em;
}

.thumbnail {
  width: 5em;
  position: relative;
  float: left;
  margin-right: 1em;
  }
   
#content {
  position: static;
  width: 70em;
  z-index: 1;
  }

#left_col {
  width: 34em;
  position: relative;
  float: left;
  }

#left_col_img {
  width: 34em;
  position: relative;
  float: left;
  }

#right_col {
  width: 34em;
  position: static;
  float: right;
  }

#right_col_bullet {
  width: 2.2em;
  height: 2.2em;
  position: relative;
  float: left;
  top: 2.5em;
  left: 1em;
  background-color: #4aa2d9;
  }
  
#right_col_header {
  width: 25em;
  position: relative;
  top: 2em;
  left: 2em;
  color: #4aa2d9;
  }

#right_col_item {
  width: 30em; 
  position: relative;
  margin-top: 2em;
  left: 4.5em;
  color: #5b6061;
  }
