@charset "utf-8";
/* =Reset defaults (based on Eric Meyer's) */
html, body, div, header, footer, nav, article, section, figure, aside, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

header, footer, nav, article, aside, section, figure, figcaption {
  display: block; }

blockquote, q {
  quotes: none; }

a:focus img {
  outline: inherit; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
li {
	list-style: none;
}

/* =Fonts */
body {
  font: 87.5%/1.5 Verdana, "Helvetica Neue", Helvetica, sans-serif;
  /* sets the base to 14px */
  /* text-rendering: optimizeLegibility; not compatible with early WebOS */ }

h3,
nav,
table,
footer,
aside,
li,
label,
legend {
  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif; }

#copyright {
  font-family: Georgia, Times, serif; }

.amp {
  font-family: "AGaramondAlt Italic", Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', Cambria, serif; }

/* =Sizes & Line Heights */
h1 {
  font-size: 2.8571em;
  line-height: 1.2; }

h2 {
  font-size: 2em;
  line-height: 1.2; }

h3 {
  font-size: 1.2857em;
  /* 18 / 14 */
  line-height: 1.2; }

/* =Alignments */
* {
  text-align: left; }

/* =Interface */
a,
button,
a span,
button span,
select,
.radio label,
.checkbox label {
  cursor: pointer; }

abbr {
  cursor: help; }

/* =Forms */

.radio input,
.checkbox input {
  border: 0; }

sup {
	font-size: 0.7em;
	vertical-align: super;
}

    
/*-------- notes
	content 960px
	content section article 720px / 0.75
	aside 240px / 0.25	
--------*/

/* =Spacing */
body {
  padding: 0 1em; }

h1 {
  margin: 0 0 .25em; }

h2, h3 {
  margin: .5em 0;
  padding: 0; }

p {
  margin: 0 0 1em; }

ol,
ul {
  margin: 0 0 1em;
  padding: 0; }


nav ul {
  list-style: none; }

small {
  display: block;
  margin-top: .5em; }

/* =Sections 
#logo {
  font-size: 1em;
  margin: 0;
  line-height: 15px; }
  #logo a {
    display: block;
    padding: .4em 0; }
  #logo img {
    display: block;
    vertical-align: middle;
    /* img Image Replacement 
    background: url(../logo.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding-top: 15px;
    height: 0;
    width: 198px;
    max-width: 100%;
    overflow: hidden;
    /* end img Image Replacement  }
     */

#wrapper {
  margin-left: -1em;
  margin-right: -1em; }
  
header > :first-child {
  margin-bottom: 0; }

/*
#jump,
#back {
  display: none; }

#top,
#bottom,
#salutation {
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em; }

#bottom {
  padding: 1.5em 1em 1em; }

#content {
  padding-bottom: 1em; }

#top > :first-child,
#bottom > :first-child,
#content > :first-child,
#salutation > :first-child {
  margin-top: 0; }

#top > :last-child,
#bottom > :last-child,
#content > :last-child,
#salutation > :last-child {
  margin-bottom: 0; }

#copyright {
  display: block;
  margin: 2em 0 1em;
  padding: 0; }
 
*/
