
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, 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,
blog, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.extrastuff {
	margin: 0;
//	margin: 2em 2em 2em 2em;
	padding: 2em 2em 2em 2em;;
	border: 0;
	font-size: 80%;
	background-color: #eeeeee;
}

blog, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html {
  padding:0;
  margin:0;
  font:300 18px/1.5 Helvetica, Arial, sans-serif;
  background:#FFFFFF;
  color:#333333;
}

strong {
  font-weight:500;
  color:#727272;
}

em {
  font-style:italic;
}

i {
  font-style:italic;
}

a {
  text-decoration:none;
  color:#CC0000;
  transition:all 0.2s ease;
}

a:hover, a:focus {
  color:#330000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:600;
  line-height:1;
}

h1 {
  margin: 0 0 0.2em;
}

h2, h3 {
  margin: 0 0 0.4em;
}

h4, h5, h6 {
  margin: 0 0 0.5em;
}

p, ul, ol {
  margin: 0 0 0.6em;
}

h1 {
  font-size:1.6em;
  color:#222222;
}

h1 a {
  color:#222222;
}

h1 a:hover, h1 a:focus {
  color:#CC0000;
}

h2 {
  font-size:1.4em;
  color:#222222;
}

h3 {
  font-size:1.2em;
  color:#222222;
}

h4, h5, h6 {
  font-size:1.1em;
  color:#222222;
}

body {
  border-top:5px solid #CC0000;
  padding:50px 0;
}

.content {
  max-width:600px;
  margin:0 auto;
  padding:0 20px;
}

header, footer, section, blog {
  display:block;
  width:100%;
}

header {
  font-size:100%;
  text-align:right;
}

header h2 {
  font-size:100%;
  letter-spacing: 0;
  float:left;
  margin:0;
  line-height:1;
}

header h2 a {
  color:#222222;
}

header h2 a span {
  color:#CC0000;
}

header p {
  margin:0;
  line-height:1;
}

blockquote {
  margin:40px 0 40px -24px;
  padding:0 0 0 24px;
  font-size:1.8em;
  font-weight:300;
  line-height:1.3;
  color:#CC0000;
  border-left:3px solid #CC0000;
}

footer {
  font-weight:300;
  color:#A5A5A5;
  font-size:13px;
  margin:50px auto 0;
  padding-top:0;
}

blog {
  margin:50px 0;
}

.button {
  display:inline-block;
  font-weight:500;
  color:#333333;
  background-color:#DDDDDD;
  padding:0 1.5em;
  border-radius:1em;
  height:2em;
  line-height:2em;
  border:1px solid #E2E2E2;
  font-size:1em;
}

.button:hover {
  color:#CC0000;
}

@media print, screen and (max-width: 860px) {
  .pullquote-right {
    float:right;
    margin:0 -60px 20px 20px;
  }
  .pullquote-left {
    float:left;
    margin:0 20px -60px 20px;
  }
}

@media print, screen and (max-width: 640px) {
  .pullquote {
    display:none;
  }
}

@media print, screen and (max-width: 420px) {
  body {
    font-size:16px;
    padding:20px 0;
  }
  blockquote {
    font-size:24px;
    margin:20px 0;
    border:none;
    padding:0;
    font-weight:300;
  }
  blog {
    margin:24px 0;
  }
  blog + blog {
    padding-top:30px;
  }
  footer {
    font-size:11px;
  }
}

textarea {
	font-family: inherit;
	font-size: inherit;
}

.section-title {font-family:serif;font-style:italic;font-size:1.2em;margin:0 0 15px 0;position:relative;}

.section-title:after {border-top:2px solid #e7e7e7;content:" ";left:0;position:absolute;top:50%;width:100%;}

.section-title span {background:#ffffff;display:inline-block;padding:0 15px 0 0;position:relative;z-index:1;}
