@import "default.css";

/***************
 * Blue rhythm *
 ***************/

div.cover img
  {
  width: 480px;
  height: 624px;
  }
div.colofon img
  {
  width: 480px;
  height: 208px;
  }
div.newsletter img
  {
  width: 640px;
  height: 480px;
  }

/***********
 * Boersma *
 ***********/

div.bio
  {
  margin: 0 0 1.5em 1em;
  border-left: 2px dotted #000;
  padding: 0 0 0 1em;
  }
div.boersma
  {
  float: right;
  width: 144px;
  margin: 0 0 0.5em 1em;
  border: 1px solid #000;
  padding: 5px;
  color: #000;
  background: #eee;
  }
div.boersma img
  {
  width: 144px;
  height: 251px;
  }
div.boersma div.caption
  {
  margin: 0;
  padding: 0 2px;
  font-size: 12px;
  }

