/* The Archives @ BostonRadio.org -- main style */
body { 
  margin-left: 5em;
  margin-right: 5em;
  font-family: "Bitstream Vera Sans", sans
}

/* Used for captioned image thumbnails */
div.thumb {
  border: solid black 1px;
  float: right;
  margin-left: 1em;
  padding: 8px;
  text-align: center
}
:link img { border:none }

/* "Any Browser Campaign" button.  There should be a way to put the
   URI of the image itself into the style, too. */
div.trailer img {
  border: none;
  float: right;
  padding-left: 5em; 
  padding-top: 1ex
}

.twocolumn {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}

.twocolumn div {
  -moz-break-inside: avoid;
  -webkit-break-inside: avoid;
  break-inside: avoid;
}
