/* 

/* Override the blueprintcss.org box. */
div.box {
  padding: 1.5em 1.5em 0;
  background-color: transparent;
}

div.tightbox {
  padding: 1.5em 1em 0;
}

/* Use to overlay an image on the blueprintcss grid (showgrid on containter) */
img.onion {
  opacity: 0.5;
  filter:alpha(opacity=0.5);
}

/* Make links with images display them without underlines and extra line spacing. 
   Same as putting .block on the image itself. */
a.imagelink img { display: block; }
