/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.blurb {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 
 margin-left:0px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.blurb .content,
.blurb .t,
.blurb .b,
.blurb .b div {
 background:transparent url('../img/bkg/bkg_round.png') no-repeat top right;
}

.blurb .content {
 position:relative;
 zoom:1;
 padding:0px 12px 0px 0px;
}

.blurb .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:top left;
}

.blurb .b {
 /* bottom */
 position:relative;
 width:100%;
}

.blurb .b,
.blurb .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.blurb .b {
 background-position:bottom right;
}

.blurb .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.blurb .hd,
.blurb .bd,
.blurb .ft {
 position:relative;
}

.blurb h1,
.blurb p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.blurb h1 {
 padding-bottom:0px;
}