/* Shared basic text defaults */
body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  line-height: 140%;
  color: #666666;
}
a {
  text-decoration: none;
  color: #971B1E;
}
a:hover {
  color: #971B1E;
  text-decoration: underline;
}
img {
  border-style: none;
}
p {
  margin-top: 0px;
}

/* Table defaults */
table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
table td {
  padding-top: 1em;
  padding-bottom: 1em;
}
table, th, tr, td {
/*  border: 1px solid black; */
  border: 0px;
}


/* Basic styling */
.indent {
  margin-left: 30px;
}
.center {
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.narrowcenter {
  margin-left:auto;
  margin-right:auto;
  width: 600px;
  text-align: center;
}
.vcenter {
  vertical-align: top;
}
.blockcenter {
  margin-left:auto;
  margin-right:auto;
  display: block;
}
.right {
  margin-right:0;
  text-align: right;
}
.blockright {
  margin-right:0;
  display: block;
}


/* Main index styles */
img.listing {
  display: block;
  margin-right: 20px;
  float: right;
}
p.listing_name {
  font-weight: bold;
}
p.listing_name a {
  color: #666666;
}
p.listing_name a:hover {
  color: #971B1E;
  text-decoration: none;
}


/* Main header needs to be right up against the top of the window. */
table.main_header {
  margin-top: -10px;
  padding-top: 0;
}
table.main_header td {
  padding-top: 0;
  padding-bottom: 0;
}
table.header {
  padding-top: 0;
}


/* Footer table should be snug with separator on top and have a bit of
   whitespace between it and the bottom of the page. */
table.footer td {
  padding-top: 0;
  padding-bottom: 2em;
}

/* Pattern page styles */
.pattern_header {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.pattern_description p {
  font-style: italic;
  max-width: 450px;
  text-align: left;
}
div.pattern_description {
  margin-left:auto;
  margin-right:auto;
  display: block;
  margin-top: 1em;
  margin-bottom: 3em;
  text-align: center;
  width: 450px;
}
table.pattern_summary {
  width: 500px;
}
table.pattern_summary td {
  padding-bottom: 1em;
  padding-left: 20px;
}
p.subhead {
  font-weight: bold;
  text-align: right;
}
table.pattern_summary p {
  font-size: 11px;
  line-height: 140%;
  color: #666666;
}


/* Auxiliary page styles */
table.narrow {
  width: 500px;
}
p.signature {
  text-align: right;
  padding-right: 12em;
}


