/*****
** Default styles for the microcontent blog entries.  
**
** o Images are given relative to this file - stylesheet and images are expected in the same directory
** o By default, this stylesheet is included in html pages that have microcontent.
** o Stylesheet can be disabled on the Microcontent options page
**/

.x-wpxl-floatleft { float: left; margin: 5px 10px 10px 0px; }
.x-wpxl-image { margin: auto; text-align: center; }
.x-wpxl-metadata{ float: left; clear: left; margin: 0px 10px 10px 0px; padding: 4px; border: 1px solid #A0A0A0; background: #F9F9F9; }
.x-wpxl-label{ font-weight: bold; }
.x-wpxl-clearall{ clear: right; }
.x-wpxl-simple-event { background: url( "calendar.gif" ) center top no-repeat; }

/* no default for this one; rather, we have subtypes */
.x-wpxl-simple-review {}

/* subtypes for various review types */
.x-wpxl-review-book { background: url( "book.gif" ) center top no-repeat; }
.x-wpxl-review-dvd { background: url( "movie.gif" ) top; }
.x-wpxl-review-cd { /* background: url( "cd.gif" ) left top no-repeat; */}
.x-wpxl-review-movie { background: url( "movie.gif" ) top ; }

/* the rating, e.g. 3 out of 5 */
.x-wpxl-rating { font-weight: bold; }

/* for displaying "stars" in reviews (e.g. 4/5 stars), these styles use images.  if you take out the styles, the row should disappear. */
.x-wpxl-fullstar, .sb-fullstar { background: url( "full-star.gif" ) no-repeat; display: inline; width: 20px; height: 20px; float: left; }

/* this is the empty star, basically a placeholder */
.x-wpxl-emptystar, .sb-emptystar { background: url( "empty-star.gif" ) no-repeat; display: inline; width: 20px; height: 20px; float: left; }

/* end the row of stars (if displayed) */
.x-wpxl-endstars { clear: left; }

/* a bit of padding for the product name header in reviews. */
.x-wpxl-review-product { font-weight: bold; margin-top: 4px; padding-top: 4px; margin-bottom: 2px; padding-bottom: 2px; }

/* common headers for events */
.x-wpxl-event-location, .x-wpxl-event-date, .x-wpxl-event-information { font-weight: bold; }

/* add a bit of spacing for the role header */
.x-wpxl-event-role { padding-top: 4px; font-weight: bold; }