/* 
   Richardsons : Boat Details Print Stylesheet
   ===========================================
   Colin Watts, October 09
--------------------------------------------------------------------------------------------------------- */

@import url("reset.css");

body
{
  background-color: #FFF;
  font:             normal 62.5% Arial, Helvetica, sans-serif;
  color:            #444;
  }
a
{
  text-decoration:  none;
  color:            #444;
  }

.skiplink, ul#nav, ul#breadcrumb, div.heading, div.article dl dt span, div.article dl dd, a#print, div#tabbedInfo ul, div#FAQs, a.prev, div#secondary, p.links, hr
{
  display:          none !important;
  }

/* Printing CSS background images (sort of)
   http://www.web-graphics.com/mtarchive/001703.php */

div#header h1
{
  display:              list-item;
  width:                240px;
  height:               130px;
  list-style-image:     url("../img/common/richardsons_printable.jpg");
  list-style-position:  inside;
  letter-spacing:       -1000em;
  font-size:            1pt;
  color:                #FFF;
  }
div#header h2
{
  font-size:        1.4em;
  }
div.article dl img, div.article h1, ul.features, div#footer p
{
  display:          block;
  margin:           10px 0 0;
  }
div.article h1
{
  font-size:        1.6em;
  }
div.article p, ul.features
{
  font-size:        1.2em;
  }
div.article p
{
  margin:           .7em 0 0;
  }
table
{
  margin:           10px 0 0;
  width:            100%;
  font-size:        1.1em;
  }
thead th
{
  padding:          0 0 10px;
  }
thead td
{
  padding:          0 0 4px;
  }
th, td
{
  text-align:       left;
  }
td.center
{
  text-align:       center;
  }
div#footer p
{
  margin:           50px 0 0;
  font-size:        1.1em;
  color:            #888;
  }