body {
  background-color: #222222;
  font-family: museo-sans, Univers, "Lucida Grande", Verdana, sans-serif;
  font-size: 95%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%; }

a {
  color: #0c89b1;
  text-decoration: none;
  -moz-transition: all 0.15s 0s ease;
  -webkit-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease; }
  a:hover, a:focus {
    color: #83bf42; }

i {
  font-family: museo-slab, Univers, Helvetica, Arial, sans-serif; }

ul {
  padding: 0; }
  ul li {
    margin-bottom: 10px; }

header {
  display: block;
  background: #2c3966;
  background-image: url(../images/header_grad.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 130px; }
  header .container {
    position: relative;
    background: url(../images/header_shine.png) center -70px no-repeat; }
  header h1 {
    margin: 0;
    padding: 0; }
    header h1 a {
      display: block;
      background: url(../images/white_logo.png) center center no-repeat;
      width: 456px;
      height: 110px;
      color: white;
      margin-bottom: 0;
      padding: 10px 0 10px;
      text-transform: uppercase;
      text-indent: -100000px;
      position: relative;
      left: -54px;
      top: 0px; }

header nav {
  position: absolute;
  bottom: 0;
  right: 0; }
  header nav ul {
    color: black;
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    list-style: none; }
    header nav ul li {
      margin-bottom: 0;
      margin-left: 6px;
      padding: 0;
      float: left; }
      header nav ul li a {
        color: #eeeeee;
        margin-bottom: -3px;
        text-decoration: none;
        font-family: museo-sans, Univers, Helvetica, Arial, sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 0.95em;
        text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 4px;
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        background-color: #aaaaaa;
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3), inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(255,255,255,0.2);
        -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3), inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(255,255,255,0.2);
        box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3), inset 1px 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(255,255,255,0.2);
        display: block;
        position: relative;
        height: 21px;
        padding: 4px 16px 6px 16px;
        -moz-transition: all 0.15s 0s ease;
        -webkit-transition: all 0.15s 0s ease;
        -o-transition: all 0.15s 0s ease;
        transition: all 0.15s 0s ease; }
        header nav ul li a:hover, header nav ul li a:focus {
          background-color: #777777;
          color: white; }
        header nav ul li a:active {
          top: 1px; }
    header nav ul li.current a {
      background-color: #e6e6e6;
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      color: #333333;
      text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 4px;
      top: -2px;
      -moz-transition: all 0.15s 0s ease;
      -webkit-transition: all 0.15s 0s ease;
      -o-transition: all 0.15s 0s ease;
      transition: all 0.15s 0s ease; }
      header nav ul li.current a:hover, header nav ul li.current a:focus {
        background-color: #d6d6d6;
        color: #333333; }

.no-cssgradients header nav ul li a {
  background-color: #6a6a6a;
  border: 1px solid #999999; }
  .no-cssgradients header nav ul li a:hover, .no-cssgradients header nav ul li a:focus {
    background-color: #515151;
    border: 1px solid #777777; }
.no-cssgradients header nav ul li.current a {
  background-color: white; }

section[role="main"] {
  background: white;
  padding-top: 1px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1; }

label:not(.error) {
  display: block;
  margin-top: 5px;
  float: left;
  width: 160px;
  padding-top: 5px; }

footer {
  display: block;
  font-family: museo-sans, Univers, Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #222222 url(../images/footer_shadow.png) top center repeat-x;
  font-size: 1em;
  padding-bottom: 80px;
  text-shadow: black 0 0 2px;
  border-top: 5px solid #f76f00; }
  footer #copyright {
    color: #555555;
    text-align: right;
    text-transform: uppercase; }
  footer ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: square inside; }
    footer ul li {
      display: inline;
      margin-right: 10px; }
      footer ul li a {
        font-family: museo-sans, Univers, Helvetica, Arial, sans-serif;
        font-weight: 300;
        text-decoration: none;
        text-transform: uppercase;
        color: #999999; }
        footer ul li a:hover, footer ul li a:focus {
          color: #b2e95e; }

h2 {
  font-family: museo-slab, Univers, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #69a30b;
  margin-top: 45px;
  margin-bottom: 20px; }

h3 {
  font-family: museo-slab, Univers, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 15px; }

h4 {
  font-family: museo-slab, Univers, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 15px; }

p, address, ul {
  font-family: museo-sans, Univers, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 12px; }

form ~ div {
  margin-top: 40px; }

form div {
  position: relative; }

label {
  font-family: museo-sans, Univers, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 24px; }
  label .required {
    color: #cc9944;
    font-size: 0.8em;
    float: right;
    margin-right: 20px; }

input[type="text"], input[type="email"], input[type="search"], textarea {
  font-family: museo-sans, Univers, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 1em;
  padding: 5px;
  border-color: #b0b0b0 #bfbfbf #bfbfbf #b0b0b0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.15s 0s ease;
  -webkit-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
    -webkit-box-shadow: 0px 0px 6px #69a30b, inset 1px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 6px #69a30b, inset 1px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px #69a30b, inset 1px 3px 6px rgba(0, 0, 0, 0.1);
    outline: none; }

input[type="text"], input[type="email"] {
  width: 220px; }

input[name="subject"] {
  width: 448px; }

input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 184px;
  padding-left: 26px;
  padding-right: 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  background: url(/images/input_search.png) 8px center no-repeat; }

textarea {
  height: 150px;
  width: 448px; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

#cf_submit {
  margin-left: 160px; }

input.error {
  -moz-outline-radius: 3px;
  -webkit-outline-radius: 3px; }

label.error {
  position: relative;
  float: none;
  display: inline-block;
  border: none;
  margin-left: 14px;
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 0.8em;
  padding: 0 10px 0 8px;
  height: 23px;
  background: #fbe9e2;
  color: #d05618;
  border-radius: 1px 3px 3px 1px;
  -moz-border-radius: 1px 3px 3px 1px;
  -webkit-border-radius: 1px 3px 3px 1px;
  -o-border-radius: 1px 3px 3px 1px; }
  label.error:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    height: 0;
    border-color: transparent #fbe9e2 transparent transparent;
    border-style: solid;
    border-width: 11px 11px 11px 0; }

textarea ~ label.error {
  position: absolute;
  right: 5px;
  top: -33px;
  padding-left: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px; }
  textarea ~ label.error:before {
    display: none; }
  textarea ~ label.error:after {
    content: "";
    display: block;
    position: relative;
    top: -1px;
    width: 0;
    border-color: #fbe9e2 transparent transparent transparent;
    border-style: solid;
    border-width: 11px 11px 0 11px; }

img.normal, img.left {
  margin-bottom: 5px;
  padding: 4px;
  background-color: white;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

img.hanging {
  position: relative;
  left: -4px; }

img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 3px; }

.no-boxshadow img.normal, .no-boxshadow img.left {
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd #bbbbbb #bbbbbb #dddddd;
  background: #fdfdfd; }

.home_image {
  position: relative; }
  .home_image a {
    padding: 0; }
    .home_image a .hover {
      position: absolute;
      display: none;
      top: 0px;
      left: 0px; }

.sitelink {
  text-align: right; }

.portfolio_links {
  padding-left: 0;
  list-style: none; }

code {
  font-size: 0.9em; }

pre {
  font-family: consolas, lucida console, monospace;
  padding: 8px 13px;
  overflow: auto;
  line-height: 1em;
  border: 1px solid black;
  background-color: #333333;
  color: #dddddd; }
  pre .typed {
    color: #99ff99; }

pre.shell {
  color: #558855;
  background-color: #112911;
  border: 1px solid black;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  text-shadow: rgba(100, 255, 100, 0.3) 0 0 5px; }

/* Blog Style */
.entry-comments {
  text-align: right;
  font-size: 0.9em;
  color: #999999; }

.entry-meta {
  font-size: 0.9em;
  padding-bottom: 10px;
  color: #999999; }

.entry-tags {
  float: left;
  font-size: 0.9em;
  color: #999999; }

.entry-tags a {
  color: #9999bb; }

.entry-meta .published, .comment-meta {
  color: #999999;
  font-style: italic;
  font-family: museo-slab, Univers, Helvetica, Arial, sans-serif;
  font-weight: 300; }

#page-selector {
  margin-top: 30px;
  text-align: center; }
  #page-selector a.current-page {
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px; }

#commentlist {
  position: relative;
  list-style: none;
  padding: 0;
  margin-right: 0; }
  #commentlist li {
    padding: 5px 15px;
    background: #eff2f4;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px; }
  #commentlist li.bypostauthor {
    background: #e9f6e0; }
  #commentlist .counter {
    display: none; }
  #commentlist .comment-content {
    margin-top: 10px; }

#pages ul {
  list-style: none;
  padding-left: 0; }

#primary {
  position: relative; }

.navigation {
  position: absolute;
  width: 100%;
  top: 5px;
  font-size: 0.9em; }
  .navigation a {
    color: #cccccc; }
  .navigation .left {
    float: left;
    visibility: hidden; }
  .navigation .right {
    float: right;
    margin-right: 80px;
    visibility: hidden; }
  .navigation:hover .left {
    visibility: visible; }
  .navigation:hover .right {
    visibility: visible; }

#twitter ul {
  list-style: none;
  padding-left: 0;
  margin-right: 0; }
  #twitter ul li {
    margin-bottom: 12px; }
  #twitter ul .twitter-message {
    font-style: italic;
    font-family: museo-slab, Univers, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    text-indent: -0.4em;
    word-wrap: break-word; }

blockquote {
  background: #f1f4f6 url(/images/quot.png) bottom right no-repeat;
  margin: 0 0 10px 0;
  padding: 20px 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  font-style: italic; }
  blockquote p, blockquote ul li {
    font-family: museo-slab, Univers, Helvetica, Arial, sans-serif;
    color: #777777; }

a#w3c {
  display: block;
  float: left;
  width: 75px;
  height: 40px;
  margin-top: 10px;
  margin-right: 20px;
  text-indent: -1000000px;
  background-image: url(/images/w3c.png);
  background-position: 0 0;
  background-repeat: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  a#w3c:hover {
    background-position: 0 -40px; }

a#wasp {
  display: block;
  float: left;
  width: 60px;
  height: 58px;
  text-indent: -1000000px;
  background-image: url(/images/wasp.png);
  background-position: 0 0;
  background-repeat: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  a#wasp:hover {
    background-position: 0 -58px; }

