/*
 * PVL UK
 *
 * Style sheet: typography.css
 * Typography and content styling
 * Read by all CSS browsers
 *
 * By Andy Smith, Preview Graphics
 * www.preview.co.uk
 */


/* Layout for v5+ browsers */
@import url(layout.css);


/*
 * Body font
 * (to ensure that the font remains resizeable in Internet Explorer,
 * the size is overridden in the IE-only style sheet ie.css)
 */
 
body, td, th, caption, input, textarea, select {
  font-family: "Verdana", "Arial", "Geneva", "Helvetica", sans-serif;
  font-size: 11px;
  line-height: 140%;
}


/*
 * Content styling
 */

div, span {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

p, blockquote, ul, ol, table {
  margin-top: 0;
  margin-bottom: 1em;
}

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}
 
ul li, ol li {
  margin: 0.3em 0;
  padding: 0;
}

samp {
  font-family: "Verdana", "Arial", "Geneva", "Helvetica", sans-serif;
}

samp.livery {
  text-transform: uppercase;
}

.pdf-note {
  font-size: 90%;
  color: #ccc;
}

.nb-note {
  font-size: 90%;
  color: #ccc;
  font-style: italic;
 }

/*
 * Headings
 */
 
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.75em 0;
}

h1 { font-size: 130%; }
h2 { font-size: 112%; }
h3 { font-size: 112%; font-style: italic; }
h4 { font-size: 100%; }
h5 { font-size: 100%; font-style: italic; }
h6 { font-size: 80%;  font-style: italic; }



/*
 * Abbreviations with expansions
 * (Get rid of the default styles - a dotted underline border in
 * Mozilla and Opera, and italics in Safari)
 */

abbr[title], acronym[title] {
  border: none;
  font-style: inherit;
}


/*
 * Separator HRs
 *
 * These are included to show some separation between sections
 * in non-CSS browsers. In all CSS browsers there will be
 * better ways of separating the sections (colours and borders)
 * so get rid of the rules.
 */
 
hr.separator {
  display: none;
}
