/**
 * vp.css
 *
 * Vauxhall Pleasure broadsheet supplemental stylesheet
 */
#page div {
  margin:3px;
  padding:5px;
}
p {
  padding:2px;
  margin:0px;
  text-indent:3em;
}
.bsimage {
  background-color:#000;
  padding:2px;
  color:#fff;
}
.text {
  background-color:#fff;
  color:#000;
}
.normal {
  font-weight:normal;
}
#page div.singer-left {
  background-image:url(/vauxhallpleasure/images/singer-left.gif);
  background-repeat:no-repeat;
  background-position:top left;
  padding:0px 0px 0px 55px;
}
#page div.singer-right {
  background-image:url(/vauxhallpleasure/images/singer-right.gif);
  background-repeat:no-repeat;
  background-position:top right;
  padding:0px 55px 0px 0px;
}
#page div.sources-left {
  background-image:url(/vauxhallpleasure/images/sources-left.gif);
  background-repeat:no-repeat;
  background-position:top left;
  padding:0px 0px 0px 65px;
}
#page div.sources-right {
  background-image:url(/vauxhallpleasure/images/sources-right.gif);
  background-repeat:no-repeat;
  background-position:top right;
  padding-right:65px;
  text-align:right;
}
div.text-centered, div.text-centered * {
  text-align:center;
  text-indent:0px;
}
p.bigdot {
  background-image:url(/vauxhallpleasure/images/bigdot.gif);
  background-repeat:no-repeat;
  background-position:top left;
  text-indent:20px;
}
p.credit {
  text-align:right;
  font-style:italic;
}
/* page width */
#page {
  width:6500px;
  margin-left:200px;
}
.column {
  float:left;
  width:500px;
}
.sources-left, .sources-right {
  width:380px;
}
.article {
  width:475px;
}
.table td {
  border:1px solid #ccc;
}
