.image.pull-left {
  padding-left: 0;
}

.image.pull-right {
  padding-right: 0;
}

.image.full {
  padding: 0;
}

.image img {
  max-width: 100%;
}

.caption {
  text-align: center; 
  font-size: .9em;
  color: #333;
  background: #ddd;  
  padding: .75em .5em;
}

/*** Archive list ***/

.archive-list h2 a {
  text-decoration: none;
  display: block;
  position: relative;
  margin: 0 0 10px -10px;
  padding: 10px;
  border-radius: 5px;
}

.archive-list h2 a:hover {
  text-decoration: none;
  background-color: #eee;
}

.archive-list ul {
  list-style-type: none;
  padding-left: 1em;
  margin-bottom: 1em;
}

.archive-list ul li {
  margin-bottom: .75em;
}