@charset "utf-8";

.sociable_tagline { font-size: 11px; }

/* rules to ensure consistent rendering for all browsers */
body,
h1, h2, h3, h4, h5, h6,
p, div, span,
ul, ol, dl,
img, fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
}
img, fieldset {
  display: block;
}
abbr, acronym {
  border: 0;
  text-decoration: none;
}
cite {
  font-style: normal;
}
  /* remove default system colors for links */
a         { color: inherit; text-decoration: none; cursor: pointer; }
a:link    { color: inherit; }
a:visited { color: inherit; }
a:hover   { color: inherit; }
a:hover   { color: inherit; text-decoration: underline; }
a:active  { color: inherit; }

/* site style */
html {
  /* invalid css */ overflow-y: scroll; /* always show vertical scrollbar */
}
body {
  width: 100%;
  background-color: #fff;
  color: #333;
  font: 100% "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
}
body .page {
  position: relative; /* for absolutely positioning children */
  margin: 0 auto;
  width: 1055px;
}
body .page a {
  color: #69bd45;
}
body .page .navigation li a {
  color: #69bd45;
  text-transform: lowercase;
}
body .page .navigation li {
  display: inline;
}

#header {
  background: #fff url("images/backgrounds/header.png") bottom left repeat-x;
  font-size: 80%;
}
#header img {
  margin: 24px 0 0 40px;
}
#header .navigation {
  position: relative; /* necessary for z-indexing */
  margin-left: 40px;
  width: 50%;
  height: 32px;
  z-index: 2;
}
#header .navigation li {
  display: block;
  float: left;
  padding: 0 0.75em;
  height: 32px;
  line-height: 26px;
}
  /* format current page link in navigation */
body#blog #header .navigation .blog,
body#jobs #header .navigation .jobs,
body      #header .navigation li:hover {
  background: url("images/current_page.png") bottom center no-repeat;
}
body#blog .navigation .blog a,
body#jobs .navigation .jobs a {
  color: #6c6d70;
  font-weight: bold;
}

#content {
  background-color: #fafafa;
  color: #333;
  font-size: 110%;
  line-height: 110%;
}
#content .page {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #fff;
}
#content .page .text {
  overflow: auto;
  padding: 3.1em 48px 1em 48px;
}
#content .page #posts {
  float: left;
  width: 500px;
}
#content .page #postList {
  float: right;
  margin-top: -68px;
  width: 350px;
}
#content .page #postList h2 {
  margin-top: 14px;
}
#content .page #postList ul {
  margin: 0.5em 0;
}
#content .page #postList a img {
  margin-bottom: 32px;
}
#content .page h1 {
  color: #6c6d70;
  font: 500 190% "Myriad Pro", Tahoma, sans-serif;
}
#content .page h2 {
  margin: 1em 0 0.3em;
  color: #6c6d70;
  font: 120% "Lucida Grande", Tahoma, sans-serif;
}
#content .page h3 {
  padding-top: 0;
  color: #6c6d70;
  font-size: 80%;
}
#content .page .noNav {
  margin-top: 20px;
}
#content .page .wordpressNavigation {
  height: 20px;
}
#content .page .wordpressNavigation span {
  padding: 0 0.5em;
}
#content .page #date {
  margin-left: 0;
}
#content .page p {
  margin: 0 1em 1em;
  font-size: 75%;
}
#content .page p h3 {
  color: #6cbd70;
  font-size: 110%;
}
#content .page p p {
  font-size: 95%;
}
#content .page ul,
#content .page ol,
#content .page dl {
  margin: 0 2em 1em;
  font-size: 75%;
}
#content .page ul {
  list-style-type: disc;
}
#content .page ul.bullet li {
  margin: 8px 0;
  padding: 0 12px;
  list-style: none;
  background: url("images/bullets/green.png") 0 0.4em no-repeat;
}
#content .page ol {
  margin: 0 0 6px;
}
#content .page dl dt {
  margin-top: 1em;
  font-size: 110%;
  font-weight: bold;
  color: #007ea6;
}
#content .page dl dt span {
  margin-left: 8px;
}
.sociable ul {
  overflow: auto;
}
.sociable ul li {
  float: left;
  margin: 2px;
  list-style: none;
}

#footer {
  background: #fff url("images/backgrounds/footer.png") top left repeat-x;
  color: #666;
  font-size: 65%;
  line-height: 50px;
}
#footer #copyright {
  padding-left: 40px;
}
#footer .navigation {
  display: inline;
  position: absolute;
  top: 0; /* for ie */
  right: 70px;
}
#footer .navigation li {
  margin-left: 1em;
}
