/* California Strawberry Festival stylesheet */
/* sub.css */
/* defines sub page styles */

/* BEGIN LAYOUT STYLES */

#content {
  text-align: left;
  padding: 10px 0;
  font-size: 1.2em;
  line-height: 1.1em;
}

#col1 {
  width: 175px;
  margin-left: 25px;
  float: left;
  display: inline;
}

#col2 {
  width: 650px;
  margin-right: 25px;
  float: right;
  display: inline;
}

#breadcrumb {
  font-size: .9em;
  margin-bottom: 1em;
}

#breadcrumb a {
  color: #00A87A;
}

.article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #CDCDCD;
}

#article_title {
  font-size: 2em;
  line-height: 1em;
  color: #00A87A;
  margin-bottom: 1em;
}

#articlenav {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #CDCDCD;
}

#articlenav td {
  padding: .5em;
  width: 33%;
}

#related {
  margin: 1em 0;
}

#related h4 {
  font-size: 1.2em;
  line-height: 1em;
}

#related ul {
  margin-left: 2em;
}

#related li {
  list-style: disc;
}
  

/* END LAYOUT STYLES */

/* end sub.css */