#flickrlink, #flickrlink a {
  margin-top: 0.5em;
  text-align: center;
  color: #aaa;
}

.imgbanner{
  text-align: center;
  margin-bottom: 1em;
}

.frontphoto {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 2em;
  margin-bottom: 1em;
}

.frontphoto span {
  -moz-box-shadow: 3px 3px 3px #999;
  -webkit-box-shadow: 3px 3px 3px #999;
  box-shadow: 3px 3px 3px #999;
  border: 1px solid #ddd;
  width: 124px;
  height: 120px;
  padding: 0;
  padding-top: 4px;
  margin: 0;
  background: white;
  text-align: center;
  display: table-cell; 
  vertical-align: middle;
}

.frontphoto img {
}

.photopost a.postimage {
  float:left;
  text-align: center;
  margin-right: 2em;
  margin-bottom: 1em;
}

.photopost h2 {
  display: inline;
  font-size: 100%;
  font-style: normal;
}

.photopost {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  /* border-bottom: 1px solid #aaa; */
}

.photopost:last-child {
  border-bottom: 0px;
  padding-bottom: 1em;
}

.postmore {
  font-weight: bold;
}

.endphotopost {
  clear: both;
}


.textpost {
  padding: 1em;
  /* border-bottom: 1px solid #aaa; */
}

.textpost:last-child {
  border-bottom: 0px;
}

.textpost h2 {
  display: inline;
  font-size: 100%;
  font-style: normal;
}

a.posttitle {
}
