/* workshops.css
   styles specific to the workshop pages.

*/

#maincontent img {
  margin-bottom:10px;
  margin-top:0px;
}
#maincontent .thecontent {
  margin-top:10px;
}
#maincontent .thecontent h1{
  border:none;
}
#maincontent ul.learn {
  background-color:inherit;
  color:#66230D;
  font-family: "Times New Roman", Times, serif;
  font-size:1em;
  margin-left:75px;
  margin-top:0px;
}
#maincontent ul.learn li:first-child {
  margin-top:0px;
}
#maincontent .endnote p.quote {
  background-color: inherit;
  color: #66230D;
  float:right;
  font-family: "Times New Roman", Times, serif;
  font-size:1.2em;
  font-style:normal;
  /* height:150px; */
  margin:0 0 0 10px;
  padding:0;
  text-align:center;
  width:170px;
}
#maincontent .endnote span.author {
  line-height:30px;
}

#maincontent .endnote img {
  float:right;
  margin-right:0;
}

