/* typography.css - sets up some sensible default typography.*/

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {color: #fff; font-size: 86%; font-family: Cambria, Georgia, Times, "Times New Roman", serif; font-weight: normal}

/* Headings */
h1,h2,h3,h4,h5,h6 {color:#fff; font-family: "Olympian LT Std", "Book Antiqua", Cambria, Georgia, Times, "Times New Roman", serif; font-weight: normal; min-width: 1px}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#c36; text-decoration:none}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {background:transparent url("/images/layout/anchor_bg.gif") repeat-x -1000px 100%; color:#c79}
h1 a {padding:0 0 .05em 0}
h2 a {padding:0 0 .06em 0}
h3 a {padding:0 0 1% 0}
h4 a {padding:0 0 .1em 0}
h5 a {padding:0 0 .05em 0}
h6 a {padding:0 0 .05em 0}

h1 {font-size: 1.8em; line-height:1.8em; letter-spacing:-.06em; margin-bottom: 0.6em}
h2 {font-size: 1.6em; line-height:1.4em; letter-spacing:-.06em; margin-bottom: 0.5em}
h3 {font-size: 1.4em; line-height:1.4em; letter-spacing:-.05em; margin-bottom: .4em}
h4 {font-size: 1.2em; line-height:1em; letter-spacing:-.03em; margin-bottom: .4em}
h5 {font-size: 1em; font-weight: bold; letter-spacing:-.02em; line-height:1.1em; margin-bottom: .4em}
h6 {font-size: .8em; font-weight: bold; letter-spacing:-.02em; line-height:1.1em; margin-bottom: .4em}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0}
h1.bottom,h2.bottom,h3.bottom,h4.bottom,h5.bottom,h6.bottom {margin-bottom:.3em}

h2.title {font-weight:bold; margin-bottom: .3em}
.header {font-weight:bold}
.header em {font-weight:normal; font-style:italic; text-transform:none}
.entry-meta {font-size:.9em}
.large-header {font-size: 1.2em}
.small-header {font-size: .9em; text-transform:uppercase}

p {line-height:1.3em; margin: 0 0 1.5em 0}
p a {color:#c36; padding:0 0 0.3% 0; text-decoration:none; white-space:nowrap}
p a:focus, p a:hover {background:transparent url("/images/layout/anchor_bg.gif") repeat-x -1000px 100%; color:#c79}

.top {margin-top:0 !important; padding-top:0 !important}
.bottom {margin-bottom:0 !important; padding-bottom:0 !important}
