p.date { font-weight: bold; display: block; }

div.leftH { 
         float: left;
         clear: left; 
         display: block; 
         margin: 10px 0px -2px 0px; 
         width: 120px; height: 90px;
         position: relative; left: -20px;
         border: 0px 0px 0px 0px;
         }

div.leftV {
         float: left;
         clear: left; 
         display: block; 
         margin: 10px 0px 0px 0px; 
         width: 90px; height: 120px;
         position: relative; left: -10px;
         border: 0px 0px 0px 0px;
         }

div.rightH { 
          float: right; 
          clear: right; 
          display: block; 
          margin: 10px 0px -2px 0px; 
          width: 120px; height: 90px; 
          position: relative; right: -20px;
          border: 0px 0px 0px 0px;
}

div.rightV { 
          float: right; 
          clear: right; 
          display: block; 
          margin: 10px 0px 0px 0px; 
          width: 90px; height: 120px; 
          position: relative; right: -10px;
          border: 0px 0px 0px 0px;
}

span.number {
  border:none;
  margin: 0px 2px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 10px;
  display: inline; text-align: right; 
  position: relative; right: 0px; bottom: 16px;
  color: white; 
  background-color: black;
  font-weight: bold; font-size: 10px; 
}

span.collage {
  border:none;
  display: inline; 
  position: relative; right: 20px;
}

A.nodec { text-decoration: none; color: navy; }
A.city { text-decoration: none; color: darkred; 
    background: url("images/icon-maps-16.gif") center right no-repeat;
    padding-right: 17px;
    // icon-star.gif
}
A.city:hover { text-decoration: none; }

.link-http {
    background: url("images/external.png") center right no-repeat;
    padding-right: 13px;
}
.link-https {
    background: url("images/lock_icon.gif") center right no-repeat;
    padding-right: 16px;
}
.link-mailto {
    background: url("images/mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}

.book { float: left; clear:left; width: 120px; list-style: none; text-align: center; border: 0px; padding: 0px; margin: 0px 10px 0px 0px; }


