/* These styles control type styles on the front-end of a site as well as the editor on the back-end, allowing consistent typographic display in both places and elimintaing the need to edit 2 stylesheets. If you prefer to have a single.css file, just comment out the @import in style.css and add your type styles to your preferred stylesheet.  */

p, ul, ol, table, blockquote {
  margin-bottom: 1em;
  line-height: 1.5;
  }

p, li, dt, dd, table { font-size: 1.2em; }

li *, dt *, dd *, td *, th * { font-size: 1em !important; }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: #ddd; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @group Headings (H1-H6)
=================================================== */

h1 { 
  font-size: 1.5em;
  margin-bottom: 1em; 
  color:#F68712;
}
h1 a {
  display: block;
  }

h1 img { display: none; } /* hide for screen. Show for printing in print.css */

h2, h3, h4, h5, h6 {
  margin: 0 0 .5em;
  line-height: 1.2;
  font-weight: bold;
  text-transform:uppercase;
  }

h2 { font-size: 1.3em; margin: 0 0 .5em; }

h3 { font-size: 1.4em; margin: 0 0 .25em; }
.sidebar h3 { font-size: 1.6em; }

h4 { font-size: 1.2em; margin: 0 0 .35em; }
.sidebar h4 { font-size: 1.4em; }

h5 { font-size: 1.em; }
.sidebar h5 { font-size: 1.2em; }

h6 { font-size: 0.9em; }
.sidebar h6 { font-size: 1em; }

/* extra top margin for headings preceded by other text-based elements */
p + h3, ul + h3, ol + h3, dl + h3, table + h3, blockquote + h3, hr + h3 { margin-top: 1em; }
p + h4, ul + h4, ol + h4, dl + h4, table + h4, blockquote + h4, hr + h4 { margin-top: 1.2em; }
p + h5, ul + h5, ol + h5, dl + h5, table + h5, blockquote + h5, hr + h5 { margin-top: 1.4em; }
p + h6, ul + h6, ol + h6, dl + h6, table + h6, blockquote + h6, hr + h6 { margin-top: 1.8em; }

/* @end Headings (H1-H6)
---------------------------------------------- */
