/* Welcome to Susy. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* @group reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

/* @end */
/* @group defaults */
/* @group FONTS */
body {
  font-size: 100%;
  /* 16px */
  line-height: 1.5;
  /* 24px */
  font-family: "gill sans", futura, sans-serif;
}
body #page {
  font-size: 0.875em;
  /* 14px */
  line-height: 1.5;
  /* 21px */
}

/* @end */
/* @group LINKS */
a {
  color: #c02328;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:link, a:visited {
  color: #c02328;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:focus, a:hover, a:active {
  color: #dd0000;
  border-bottom: none;
}
a.nav_skip {
  border-bottom: none;
  text-indent: -9999px;
}

/* @end */
/* @group HEADERS */
h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1;
  color: #c02328;
  margin: 1em 0em;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
}

h4 {
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 1.5em;
}

/* @end */
/* @group TAGS */
/* remember to style defaults! */
p {
  margin: 1.5em 0em;
}

ul, ol {
  margin: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

/* @end */
/* @group FORMS */
form ul {
  margin: 0;
  list-style: none;
}
form li {
  overflow: hidden;
  margin-bottom: 0.75em;
}

label {
  display: block;
}

input, textarea {
  border: 1px solid #cccccc;
  width: 96%;
  padding: 0.25em;
  color: #999999;
  font-size: 1.5em;
  line-height: 1em;
  float: right;
  display: inline;
}

form li.compact label {
  float: left;
  display: inline;
  width: 40%;
  padding: 0.5em 0em;
}
form li.compact input {
  float: right;
  display: inline;
  width: 40%;
}

input:focus, textarea:focus {
  border-color: #c02328;
}

.submit input {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  overflow: hidden;
  padding: 0.75em 1.5em;
  margin-top: 1em;
  float: right;
  display: inline;
  background: #d6d7d9 url('http://media.phamaly.org/static/images/grad_hor_84.gif') repeat-x scroll top;
  color: #c02328;
}
.submit input:focus, .submit input:hover {
  background-position: bottom;
  background-color: white;
  cursor: pointer;
}

.errorlist {
  background: #c02328;
  color: white;
  text-transform: uppercase;
}
.errorlist li {
  padding: 0.25em 0.25em 0.125em;
}

form span.hidden {
  position: absolute;
  left: -999em;
}

/* @end */
/* @end */
nav {
  display: none;
}

* {
  float: none !important;
}

body {
  font-family: Baskerville, Palatino, serif;
  font-size: 12pt;
  background: white;
  color: black;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
}

