/* griditems.css
   layout for picture lists
   used by events/talks & works/index
*/

.itemcell, .itemcellgrey {
  padding:12px 0 24px 0;
}
.itemcellgrey { color: #777; }

.itemimg {
  width: 118px;
  height: 118px;
  border: 1px solid #CCC;
  float:left;
  background-color: #555;
  background-position: top; 
  background-size:auto 120px;
  background-repeat: no-repeat;
}

.itemtxt {
  height: 120px;
  margin-left:140px;
  background:none;
  border-top: none; 
}

.itemtitle {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-size: 20px;
  background:none;
  margin-bottom:5px;
}

.itemdesc, .itemdesc2 {
  height: 57px;
  color: #777;
  background:none;
  overflow: hidden;
  line-height: 1.25;
}

.itemxspan {
  color: #777;
  font-weight: 400;
}

.itemlink {
}

