/* Reset from http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  background-color: #78B540;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

h1 {
  font-size: 37px;
  margin: 24px 0;
  line-height: 48px;
  background-color: transparent;
  overflow: visible;
}

h1 a,
h2 a {
  color: black;
  text-decoration: none;
}

h1 a {
 font-family: 'Sansita One', cursive;
 font-size: 72px;
 color: white;
 line-height: 90px;
 letter-spacing: -4px;
}

h1 a:hover,
h2 a:hover {
  text-decoration: none;
}

h3 {
  margin-bottom: 8px
}

p, ol, ul, li, pre, code, blockquote {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 14px 0;
}

code, pre {
  font-size: 14px;
  line-height: 20px;
}

ol, ul {
  margin-left: 40px;
}

li {
  margin-bottom: 8px;
}

pre {
  margin: 0;
}

div.highlight {
  float: left;
  margin-bottom: 14px;
}

p {
  clear: left;
}

p.date {
}

code {
  background-color: #eee;
  font-family: Bitstream Vera Sans Mono, Monaco, monospace;
}

a code {
  text-decoration: underline;
}

abbr {
  text-decoration: underline;
  cursor: help;
}

h1, div#body {
  padding: 0 0 0 26px;
  float: left;
  width: 960px;
}

div#body {
  background-color: white;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  margin-bottom: 26px;
  padding-bottom: 16px;
}

#footer {
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  background-color: white;
  float: left;
  width: 960px;
  padding: 0 0 0 26px;
}

div#content {
  width: 620px;
}

h2 {
  margin-bottom: 16px;
  margin-top: 22px;
  font-size: 24px;
  line-height: 30px;
}

.blog h2 {
  margin-bottom: 0;
  width: 675px;
}

a {
  color: #63A725;
}

p.intro {
  width: 500px;
  margin: 36px 0 56px 0;
  font-size: 37px;
  line-height: 1.2em;
}

img.home, img.saab {
  margin: 20px;
  float: right;
}

img.home {
  width: 400px;
}

#disqus_thread {
  margin: 30px 0;
}

ul#dsq-comments li a {
  font-size: 12px;
}

.dsq-options {
  display: none;
}

a.connect {
  background-color: #eee;
  padding: 8px 12px;
  font-weight: bold;
  text-decoration:none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 8px;
}

p.connect {
  margin: 24px 0;
}

a.connect:hover {
  text-decoration: underline;
}

sup {
  font-size: .83em;
  vertical-align: super;
}

p.notes {
  font-size: .9em;
}
