body {
  margin: 0;
  padding-bottom: 1em;
  background: #57acc0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #565151;
}

a.chirplink { display: none; }

#content, #menu {
  background: #fff;
  vertical-align: top;
}
#content {
  padding: 0 1em 1em 0;
  line-height: 1.4;
}
#content ul {
  margin: 0 0 0 2em;
  padding: 0;
  list-style-image: url(/images/arrow.png);
}
#content ul li {
  margin-bottom: 1em;
}

a.arrow {
  padding-left: 20px;
  background: url(/images/arrow.png) left no-repeat;
}
h3.arrow {
  padding-left: 1em;
  background: url(/images/arrow.png) left no-repeat;
}
h3.arrow:hover {
  color: #57acc0;
}

h1, h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
h1 {
  margin-top: 0;
  padding-top: 1em;
  font-size: 24px;
  color: #666;
}
h2 {
  font-size: 18px;
  color: #999;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}

a:link, a:visited {
  text-decoration: none;
  color: #57acc0;
}
a:hover, a:focus {
  text-decoration: underline !important;
}

.divider {
  margin: 2em 0;
  height: 1px;
  background: url(/images/divider.png) repeat-x;
}

#menu {
  background: #fafaf2 url(/images/menu_bg.jpg) right bottom no-repeat;
  border-left: 6px solid #fff;
}
#menu ul {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
  font-weight: bold;
}
#menu li {
  display: block;
}
#menu ul a:link, #menu ul a:visited {
  display: block;
  margin: 0 0 0 -6px;
  padding: 0 0 1px 36px;
  width: 200px;
  line-height: 30px;
  background: #fafaf2 url(/images/menu_link.jpg) left bottom no-repeat;
  text-decoration: none;
}
#menu li.current a:link, #menu li.current a:visited, #menu ul a:hover, #menu ul a:focus {
  background: #f4f4e9 url(/images/menu_hover.jpg) left bottom no-repeat;
  text-decoration: none !important;
}
#menu p {
  margin: 1em 1em;
}
#menu big {
  font-size: 18px;
}

table#resume {
  margin: 1em 1em 2em;
  font-weight: bold;
}

#footer td {
  border-top: 5px solid #b5e3ee;
  font-size: 11px;
  color: #fafaf2
}
#footer p {
  margin: 0;
  padding: 3px 0;
}
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #fafaf2;  
}

div.imagerow img {
  float: left;
  margin-right: 10px;
}

#contact_sent {
  padding: 0.5em 1em;
  background: #f4f4e8;
}

big {
  font-size: 15px;
}

.box {
  margin: 0 0 0.5em 0;
  padding: 0;
  border: 1px solid #f4f4e9;
  background-color: #fafaf2;
}
.box h4 {
  padding: 4px;
  background-color: #f4f4e9;
  border-bottom: 1px solid #fff;
}
.box ol {
  margin-left: 0;
  padding-left: 60px;
}

#follow {
  margin: 0 auto;
  width: 160px;
}

