/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
article, 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;
}
/* HTML5 display-role reset for older browsers */
article, 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;
}

/* KyleConroy.com */
body {
  font-family: "Helvetica", arial, serif;
  font-size: 13px;
  line-height: 1.5em;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, blockquote, p, ul, ol, pre, img {
  margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

ul ul, ol ul {
  margin-bottom: 0px;
}

h1 {
   font-size: 30px;
}

h2 {
   font-size: 26px;
   color: #000;
   font-weight: bold;
}

h3 {
   color: #666666;
   font-size: 20px;
   font-weight: bold;
}

h4 {
   color: #5c8b3f;
   font-weight: bold;
   font-size: 18px;
}

h5 {
   color: #000;
   font-weight: bold;
   font-size: 16px;
}

h6 {
   color: #666666;
   font-weight: bold;
   font-size: 14px;
}

a {
  color: #2e6810;
  text-decoration: none;
}

a:hover {
 text-decoration: underline;
}


p {
  line-height: 1.5em;
}

ul, ol {
  padding-left: 30px;
}

ul li, ol li {

}

ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

pre {
  padding: 18px 30px;
  background: #DEDEDE;
}

code {
  font-family: Consolas, Menlo, 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
}

blockquote {
  margin: 18px 30px 18px 16px;
  padding-left: 10px;
  border-left: solid 4px #DEDEDE;
}

img {
  max-width: 100%;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
/* Header */
header {
  height: 124px;
  position: relative;
  background: #DEDEDE;
  border-right: 1px #5F5F5F solid;
  border-left: 1px #5F5F5F solid;
  margin-bottom: 10px;
}

#subscribe {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  padding-right: 30px;
  background: url("/images/feedicon.png") no-repeat;
  background-position: right center;
  height: 21px;
  line-height: 23px;
}

#home {
  display: block;
  z-index: 99;
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  height: 100px;
  width: 100px;
  background-color: #5c8b3f;
  border: 1px #2e6810 solid;
  text-decoration: none;
  overflow: hidden;
  line-height: 1;
}

#welcome {
  font-family:Times,Times New Roman,sans-serif;
  left:125px;
  line-height:1.2em;
  position:absolute;
  top:10px;
  font-size: 16px;
}

.green {
  color:#5c8b3f;
}

#home:hover {
  border: 1px #000000 solid;
}

#home > span {
  position: absolute;
  top: 54px;
  left: -4px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 60px;
}

#grey {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  background-color: #666666;
  border-top: 1px #5F5F5F solid;
  border-bottom: 1px #5F5F5F solid;
  border-right: 1px #5F5F5F solid;
}

nav {
  width: 210px;
  padding: 12px;
  float: right;
}

nav h2:first-child {
  display: none;
}

#info {
  margin-bottom: 18px;
}

#info dd, #info dt {
  display: block;
}

#info dt {
  width: 50px;
  text-align: right;
  font-weight: bold;
  margin-right: 5px;
  float: left;
}

#info dd {
  margin-bottom: 5px;
}

#projects dd {
  color: #666;
  margin-bottom: 10px;
}

#projects dd {
  color: #666;
  margin-bottom: 10px;
}

#projects dt a {
  color: #333;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

#projects dt a:hover {
  text-decoration: underline;
}


section {
  padding: 12px;
  width: 620px;
  float: left;
}

section .title {
  margin: 0 0 6px 0;
}

section .title a {
   color: #5C8B3F;
}

article {
}

article h1, section .title {
  color: #5C8B3F;
  font-size: 28px;
}

article h1 a {
  color: #5C8B3F;
  text-decoration: none;
}

article h1 a:hover {
  text-decoration: underline;
}

article footer {
  margin-bottom: 50px;
}

@media all and (max-width: 900px) {
  #wrapper {
    width: 100%;
  }

  nav {
    padding-top: 0px;
    float: none;
    width: auto;
  }

  nav h2:first-child {
  display: block;
  }

  section {
    float: none;
    width: auto;
    max-width: 620px;
    margin: 0 auto;
  }
}

table.pretty {
  width: 100%;
  margin-bottom: 20px;
}

table.pretty thead {
  border-bottom: 2px solid black;
  font-weight: bold;
}

table.pretty td, table.pretty th{
  text-align: left;
  padding: 5px;
}

table.pretty td {
  border-bottom: 1px solid #ddd;
}


