/*
   print.css
   
   Created by John van Dijk on 2008-10-01.
   Copyright 2008 Besides Purple. All rights reserved.
*/

/** @group font **/
body, table {
  font: 13px/1.231 Arial, Helvetica, clean, sans-serif;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

/** @group layout **/
#doc {
  width: 850px;
  margin: auto;
}
/* header */
.doc-header {
  background: url('../images/bg_hd_ft.png') no-repeat bottom;
  height: 7.46153846em;
}
.logobox {
  width: 193px;
  height: 47px;
  padding-top: 2.2em;
  float: left;
}
.logobox h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 182%;
}
.logobox a {
  color: #000000;
  text-decoration: none !important;
}
.logobox small {
  display: block;
  font-size: 52%;
  white-space: nowrap;
}
.masthead {
  display: none;
}

/* body */
.doc-body {
  padding-top: 1.4em;
}
#navigation {
  display: none;
}
#content {
  padding-bottom: 3em;
}
#content .visual {
  margin-bottom: 2em;
}
.main .sidebar {
  display: none;
}

/* footer */
.doc-footer {
  background: url('../images/bg_hd_ft.png') no-repeat top;
  padding-top: 1em;
  clear: both;
}
.doc-footer p {
  font-size: 85%;
}
.doc-footer p,
.doc-footer a {
  color: #82244E;
}
.legalbox {
  display: none;
}
.copyright {
  float: right;
}

/* misc */
.columns {
  width: 100%;
}
.left-column {
  width: 47%;
  float: left;
}
.right-column {
  width: 50%;
  float: right;
}






/** @group modules **/

/* teasers (front page) */
.teasers {
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
.teasers li {
  list-style-type: none;
  float: left;
}

/* page-teasers */
.page-teaser {
  padding: 2em 0 2em 130px;
}
.page-teaser img {
  float: left;
  margin-left: -130px;
}
.page-teaser h3 {
  font-size: 100%;
  text-transform: none;
  letter-spacing: 0.1em;
  padding: 0.4em 0;
  margin: 0;
  color: #000000;
}

/** @group miscellanious **/
.reader-skip {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}

/** @group textstyles **/
h1 {
  font-size: 138.5%;
  margin: 0 0 0.8em;
}
h2 {
  font-size: 138.5%;
  margin: 0 0 0.8em;
  text-transform: uppercase;
}
h3 {
  font-size: 123.1%;
  margin: 0 0 0.9em;
  text-transform: uppercase;
}
h4 {
  font-size: 108%;
  margin: 0 0 0.9em;
  text-transform: uppercase;
}
h5 {
  margin: 0 0 1em;
  text-transform: uppercase;
}
h6 {
  margin: 0 0 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
abbr,
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}
address {
  font-style: normal;
  margin-bottom: 10px;
}
em {
  font-style: italic;
}
blockquote {
  margin: 10px 40px 20px 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 108%;
  font-style: italic;
  color: #666666;
}
q {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 116%;
}
ul,
ol,
dl {
  margin: 1em;
}
ol,
ul,
dl {
  margin-left: 2em;
}
ol li {
  list-style: decimal outside;
}
ul li {
  list-style: square outside;
}
dl dd {
  margin-left: 1em;
}
th,
td {
  border: 1px solid #000000;
  padding: .5em;
}
th {
  font-weight: bold;
  text-align: center;
}
caption {
  margin-bottom: .5em;
  text-align: center;
}
p,
fieldset,
table,
pre {
  margin-bottom: 1em;
}
input.text,
input.password,
textarea {
  width: 12.25em;
}

/* classed */
.leader {
  font-weight: bold;
  color: #555555;
}
img.left {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
img.right {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

/** @group links **/
a {
  color: #666666;
}
a:link {
  text-decoration: underline;
}