/*--------------------------------------------------------------
WOW Website Print CSS file

Created by Aaron Gustafson (aaron@easy-designs.net)

Colors (please use shorthand whenever possible):
#000     Black
#fff     White
#005cb3  Bright Blue
#7fadd9  Aqua
#d9e4f3  Lt Blue
#d9e4f3  Faint Blue
#335d99  Dk Blue


Please list revisions:
2004-09-29  Aaron G     Initial Creation

--------------------------------------------------------------*/
body
{
  background: #fff;
  color: #000;
  font-family: Times, "Times New Roman", serif;
  font-size: 12pt;
  font-weight: normal;
  padding: 10px;
  width: 520px;
}
a:link, a:visited
{
  color: #c00;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}
a:link:after, a:visited:after
{
  content: " (" attr(href) ") ";
  font-size: 90%;
}
a[href^="/"]:after
{
  content: " (http://www.bertuccis.com" attr(href) ") ";
}
address
{
  font-style: normal;
  margin-bottom: .5em;
}
.alt, .hidden
{
  display: none;
}
a#logo
{
  display: block;
  font-size: 24pt;
  text-decoration: none;
}
a#tagLine
{
  display: block;
  font-size: 12pt;
  margin-bottom: 1em;
  text-decoration: none;
}
a#logo:after
{
  content: "" !important;
}
h1, h2, h3, h4
{
  margin: .5em 0 0;
  padding: 0;
}
h1
{
  font-size: 16pt;
}
h2
{
  font-size: 14pt;
}
h3
{
  font-size: 12pt;
}
h4
{
  font-size: 11pt;
}
h5
{
  font-size: 10pt;
}
h6
{
  font-size: 9pt;
}
img
{
  display: block;
  border: 0;
}
p
{
  color: #000;
  font-size: 10pt;
  margin: 0 0 1.5em;
}
sup
{
  font-size: 70%;
  position: relative;
  top: -.5em;
}
a sup
{
  text-decoration: none;
}



/* HIDE THIS */
#accessNav, #mainNav, #search, #foot ul
{
  display: none;
} 