/* richardsorge.com - excerpt style sheet */

.excerptyear
{
  position: relative;
  border: dashed silver 1px;
  padding: 4px;
  background: #eee url(../img/fromthechronology.png) 6px 30px no-repeat scroll;
}

.year
{
  position: relative;
  top:0px;
  left:0px;
  font-weight: bold;
  color: gray;
  letter-spacing: 16px;
} 



.excerptitem
{
  position: relative;
  padding-right:10px;
  padding-left:30px;
  padding-top:10px;
  padding-bottom:10px;
}


.excerptitembody
{
  position: relative;
}



.date
{
  position: relative;
  top: 0px;
  color: black;
  font-weight: bold;
} 


.text
{
  position: relative;
  text-align: justify;
  width: 70%;
  left: 30%;
  top: -22px;
  line-height:140%;
} 


.excerptitemnote
{
  position: relative;
  font-size: 9pt;
  text-align: justify;
  color: dark gray;
  border-top:1px solid silver;
  line-height:140%;
}

.notenum
{
  font-style: italic;
  font-size: 70%;
}