/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Print Stylesheet.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Layout Control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
:link,:visited {
  text-decoration:underline;
}
body {
  font-size:10pt;
  color:#000;
  background:#fff;
  min-width:0;
  padding:0;
}
#page {
  width:auto;
  margin:0 10%;
  background:#fff;
  color:#000;
  padding:0;
  border:none;
}
#header,
#header .main,
#wrap,
#wrap .main,
#footer {
  width:auto;
  background:#fff;
  color:#000;
  margin:0;
  padding:0;
}
#primary{
  width:auto;
  float:none!important;
  background:#fff;
  font-size:10pt;
  margin-left:0;
  margin-right:0;
}
#footer .main {
  width:auto;
  font-size:10pt;
  color:#000;
  margin:0 10%;
  background:#fff;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
  width:100%;
  height:auto;
  float:none;
  display:block;
  padding:15pt 0 5pt;
  margin:0 0 20pt;
  border-bottom:2px solid #eee;
  background:none;
  font:bold 26pt/1.5 georgia,sans-serif;
}
#logo a,
#logo a:visited {
  width:auto;
  height:auto;
  float:none;
  display:block;
  text-indent:0;
  color:#000;
}
#logo em {
  clear:both;
  width:auto;
  height:auto;
  text-indent:0;
  font:italic 1pc/1.5 georgia,sans-serif;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrap .product {
  border:none;
}
#wrap .main .inner,
#wrap .main .inner .inner{
  background:#fff;
  width:100%;
}
#primary a:link:after,
#primary a:visited:after {
  content:" (" attr(href) ") ";
  font-size:90%;
}
#primary a[href^="/"]:after {
  content:" (" attr(href) ") ";
}
#wrap .apost {
  padding:0 0 5pt;
  margin:0 0 15pt;
  border-bottom:2px solid #ddd;
  background:#fff;
  width:auto;
}
#wrap .apost blockquote {
  padding:0 15px;
  margin:5px 20px;
  color:#000;
  background:#fff;
}
#wrap .apost blockquote blockquote {
  color:#000;
  background:#fff;
}
#wrap .apost h1,
#wrap .apost h2 {
  font-size:18.5pt;
  background:#fff;
  color:#000;
}
#wrap .apost h3 {
  font-size:16.5pt;
}
#wrap .apost h4 {
  font-size:14.5pt;
}
#wrap .apost h5 {
  font-size:14pt;
}
#wrap .apost h6 {
  font-size:13pt;
}
#wrap .apost .content {
  padding:0;
  margin:0;
  border:none;
  background:#fff;
  width:auto;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Hidden
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo span,
#logo br,
#menu,
#searchform,
.more-link,
#wrap .lead,
#wrap .wp-pagenavi,
#wrap .secondary,
#commentBox,
#wrap .media,
#footer {
  display:none;
}