@charset "utf-8";
/* CSS Document */

#main h3 {
  
}
#main p {
  margin-left: 2%;
  margin-bottom: 0.7em;
  text-align: justify;
}
#main a:link, #main a:visited {
  font-weight: bold;
}
#main a:hover {
  background: #666;
}
#main div.section {
  margin-bottom: 1em;
  float: left;
}
#main div.lastSection {
  margin-bottom: 0;
}
#previews a:link, #previews a:visited {
  font-weight: bold;
}
#previews a:hover {
  background: #666;
}
#previews p#firstLetter a:link, #previews p#firstLetter a:visited {
  padding: 0.4em 0;
  padding-left: 2.5em;
  background: url(/imgs/about/cameraLink.gif) left top no-repeat;
}
#previews p#firstLetter a:hover {
  background-position: left 103%;
}
#previews dl {
  float: left;
  width: 100%;
  margin-bottom: 2.5em;
}
#previews dt {
  float: left;
  width: 33%;
  color: #690;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 2em;
}
#previews dd {
  width: 66%;
  float: right;
  font-size: 1.2em;
  margin-bottom: 2em;
}
#previews .zero {
  margin-bottom: 0;
}
#previews div#photos {
  float: left;
  width: 100%;
  /*background: red;*/
  margin-top: 3em;
}
#previews div#photoWrap, #previews div#photos p#caption {
   width: 55%;
   max-width: 210px;
   margin-left: 7%;
}
#previews div#photoWrap {
  background: url(/imgs/about/sugar.jpg) center center no-repeat;
  height: 124px;
  border: #666 solid 2px;
  border-bottom: #999 solid 2px;
  border-right: #999 solid 2px;
  margin-bottom: 0.5em;
}
/*#previews div#photoWrap:hover {
  border-color: #ffc;
  cursor: pointer;
}
#previews div#photos img {
  border: #666 solid 5px;
  display: block;
}*/
#previews div#photos p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
#previews div#photos p#firstLetter {
  padding-top: 0.3em;/* so IE shows the top part of the 'big' first Letter*/
  width: 100%;
  line-height: 2em;
}
#previews div#photos p#caption {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: normal;
  text-align:justify;
}
#previews div#photos p span {
  color: #690;
  font-family: "Lithos Pro", "Eras Light ITC", "Eras Medium ITC", "Trebuchet MS", sans-srif;
  font-size: 2.6em;
  font-weight: bold;
}