html {
  color: #000;
  background: #FFF; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit; }

del,
ins {
  text-decoration: none; }

li {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%; }

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible; }

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%; }

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0; }

article, section, nav, header, footer {
  display: block; }

#grid18 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  opacity: 0.5;
  background: url(../images/18grid.png) top left repeat;
  cursor: pointer; }

#grid18.active {
  height: 6000px;
  width: 100%; }

html {
  background: #10374f;
  font: 100% Helvetica, Arial, Sans-serif;
  color: #fff;
  padding: 0; }

body {
  background: #10374f url(../images/background_gradient.png) top left no-repeat;
  padding: 0;
  margin: 0;
  font-size: .75em;
  /* 0.75em */
  line-height: 1.5em;
  color: #fff; }

a {
  color: #8ac761; }
  a:hover {
    color: #c2e2ac; }

h1.page-title {
  font-size: 2.25em;
  line-height: 3em;
  font-weight: 300;
  margin: 0;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  font-family: "museo-1","museo-2", Arial, Verdana, Sans-serif; }

h2.sub-title {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 200;
  margin: 0 0 .5em 0;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  font-family: "museo-sans-1","museo-sans-2", Arial, Verdana, Sans-serif; }

#wrapper {
  padding: 1.5em 0;
  background: url(../images/splat.png) right -200px no-repeat; }

#page {
  padding: 0 1.5em; }

#page, header, footer {
  margin: 0 auto;
  max-width: 93.75em; }

header {
  padding: 0 1.2em; }

footer {
  margin-top: 1.5em; }
  footer #colophon {
    background: #0e3147;
    padding: .75em;
    color: #fff; }
  footer #colophon p {
    margin: 0;
    color: #497590;
    text-align: right; }

#intro {
  float: none;
  clear: both;
  width: 100%;
  padding: 1.5em 0; }
  #intro h2 {
    font-size: 1.5em; }
  #intro p {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 1.2em; }
    #intro p span {
      color: #c7eafb; }
  #intro p:last-child {
    margin-bottom: 0; }

header h1 {
  /*		float: left;*/
  height: 144px;
  /* Image is 145px but to fit into 18px vertical grid I've chopped 1px off! */
  width: 150px;
  margin: 0 auto;
  padding: 0;
  background: url(../images/logo.png) top left no-repeat; }
  header h1 a {
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    height: 144px;
    width: 150px; }
header h2 {
  font-family: "museo-sans-1","museo-sans-2", Arial, Verdana, Sans-serif;
  display: block;
  float: left;
  /*		margin-top: 60px;  54px is on grid, but 60px aligns with text in logo */
  margin-top: 0.75em;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 100;
  color: #427da2;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
  header h2 a {
    color: #a5c9df;
    text-decoration: none; }
    header h2 a:hover {
      color: #fff; }

section h2, section h3, section h2.sub-title {
  font-family: "museo-1","museo-2", Arial, Verdana, Sans-serif;
  font-size: 1.5em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 0.75em 0; }
section h2 a {
  text-decoration: none;
  color: #fff; }
section h2 a:hover {
  text-decoration: underline; }

article .entry-content {
  *display: inline-block;
  padding: 1.5em; }
  article .entry-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
article .entry-content p {
  margin: 0 0 1.5em 0; }

#posts, #post, #column {
  width: 100%;
  float: none;
  margin: 0; }

#posts h2.light-title {
  color: #427da2;
  font-size: 1.5em;
  line-height: 2em;
  text-shadow: none;
  margin: 0;
  font-weight: lighter;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
#posts .highlight {
  position: relative; }
  #posts .highlight h3 {
    font-size: 2em;
    line-height: 1em;
    text-shadow: none;
    margin: 0 70px 0.75em 0; }
    #posts .highlight h3 a {
      color: #0f344b;
      text-decoration: none; }
      #posts .highlight h3 a:hover {
        color: #0a2637;
        text-decoration: underline; }
  #posts .highlight p {
    color: #565656;
    margin: 0 0 1.5em 0;
    font-size: 1em;
    line-height: 1.5em; }
  #posts .highlight .entry-content-wrapper {
    background: white url(../images/boxes/white/bg.gif) top repeat-x;
    padding: 1.5em;
    color: #565656;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); }
  #posts .highlight .entry-content {
    padding: 0; }
  #posts .highlight .entry-meta {
    padding: 0.75em;
    background: rgba(12, 47, 69, 0.8); }
    #posts .highlight .entry-meta img {
      height: 20px;
      width: 20px; }
    #posts .highlight .entry-meta img, #posts .highlight .entry-meta p {
      float: left;
      font-size: 1em;
      color: #fff;
      margin: 0 10px 0 0; }
    #posts .highlight .entry-meta p {
      margin-top: 0;
      line-height: 1.5em;
      color: #305973; }
      #posts .highlight .entry-meta p a {
        color: #5489ab; }
        #posts .highlight .entry-meta p a:hover {
          color: #7baccc; }
  #posts .highlight .entry-utility {
    font-size: 1em;
    line-height: 1.5em;
    color: #bdbdbd; }
    #posts .highlight .entry-utility a {
      color: #f5813e; }
      #posts .highlight .entry-utility a:hover {
        color: #fac09f; }
  #posts .highlight .entry-social {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 20px;
    width: 55px; }
#posts .posts-columns {
  margin-top: 1.5em; }
  #posts .posts-columns article {
    float: none;
    width: 100%;
    /*			margin: 0 3% 1.5em 0;	*/
    margin: 0; }
    #posts .posts-columns article .entry-content-wrapper {
      background: #0e3045 url(../images/boxes/dark_blue/bg.jpg) top left no-repeat;
      /*				padding: .75em;*/ }
    #posts .posts-columns article .entry-title {
      margin: 0;
      padding: 0.6em;
      /* 9px */
      line-height: 1.2em;
      font-size: 1.25em;
      text-shadow: none; }
      #posts .posts-columns article .entry-title a {
        text-decoration: none; }
    #posts .posts-columns article .entry-meta {
      padding: 0.9em;
      font-size: 0.83334em;
      line-height: 1em; }
      #posts .posts-columns article .entry-meta img {
        float: left;
        height: 15px;
        width: 15px;
        margin: 0 10px 0 0; }
      #posts .posts-columns article .entry-meta p {
        color: #305973;
        margin-top: 0; }
        #posts .posts-columns article .entry-meta p a {
          color: #5489ab; }
        #posts .posts-columns article .entry-meta p a:hover {
          color: #7baccc; }
    #posts .posts-columns article .entry-content {
      padding: 0 0.75em 0.75em 0.75em;
      /* 9px */
      font-size: 1em;
      /* 12px */
      line-height: 1.5em;
      /* 18px */ }
      #posts .posts-columns article .entry-content p + p {
        margin-bottom: 0; }
    #posts .posts-columns article:nth-of-type(2n) {
      margin-right: 0; }
    #posts .posts-columns article .entry-utility {
      padding: 0 .9em .9em .9em;
      /* 9px */
      font-size: 0.83334em;
      /* 10px */
      line-height: 1.8em;
      /* 18px */
      color: #305973; }
      #posts .posts-columns article .entry-utility a {
        color: #487591;
        text-decoration: none; }
        #posts .posts-columns article .entry-utility a:hover {
          text-decoration: underline;
          color: #7baccc; }
#posts.list article {
  background: #0c2f45;
  padding: 1.5em;
  margin-bottom: 1.5em;
  /*			margin-bottom: 1.5em;*/ }
  #posts.list article .entry-content-wrapper {
    background: #0c2f45;
    /*				padding: 1.5em;*/ }
  #posts.list article h2.entry-title {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 .5em 0; }
    #posts.list article h2.entry-title a {
      color: #8AC761; }
  #posts.list article .entry-utility {
    margin: .9em 0 0 0;
    padding: 0;
    /* 9px */
    font-size: 0.83334em;
    /* 10px */
    line-height: 1.8em;
    /* 18px */
    color: #305973; }
    #posts.list article .entry-utility a {
      color: #487591;
      text-decoration: none; }
      #posts.list article .entry-utility a:hover {
        text-decoration: underline;
        color: #7baccc; }
  #posts.list article .entry-content, #posts.list article .entry-summary {
    padding: 0;
    font-size: 1em;
    /* 14px */
    line-height: 1.5em;
    /* 18px */ }
    #posts.list article .entry-content p, #posts.list article .entry-summary p {
      margin-bottom: 1.5em; }
    #posts.list article .entry-content p:last-child, #posts.list article .entry-summary p:last-child {
      margin: 0; }
  #posts.list article .entry-meta {
    padding: 0.9em 0 0 0;
    font-size: 0.83334em;
    line-height: 1em; }
    #posts.list article .entry-meta img {
      float: left;
      height: 27px;
      width: 27px;
      margin: 0 10px 0 0; }
    #posts.list article .entry-meta p {
      color: #305973;
      margin-top: 0.75em; }
      #posts.list article .entry-meta p a {
        color: #5489ab; }
      #posts.list article .entry-meta p a:hover {
        color: #7baccc; }

#post {
  margin-top: 3em; }
  #post article {
    background: white url(../images/boxes/white/bg.gif) top repeat-x;
    padding: 1.5em;
    color: #565656;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    position: relative; }
  #post h1 {
    color: #0f344b;
    font-size: 2em;
    line-height: 1.5em;
    text-shadow: none;
    margin: 0 70px 0 0;
    font-family: "museo-1","museo-2", Arial, Verdana, Sans-serif; }
  #post .entry-content {
    padding: 0;
    font-size: 1em;
    /* 13px */
    line-height: 1.5em;
    /* 18px */ }
    #post .entry-content p {
      margin-bottom: 1.5em; }
    #post .entry-content h1 {
      font-size: 3em;
      line-height: 1.5em;
      margin-bottom: .25em;
      font-family: "museo-1","museo-2", Arial, Verdana, Sans-serif; }
    #post .entry-content h2 {
      font-size: 1.5em;
      line-height: 1em;
      margin-bottom: 1em;
      color: #004f72;
      font-family: "museo-sans-1","museo-sans-2", Arial, Verdana, Sans-serif;
      font-weight: 600;
      text-shadow: none; }
    #post .entry-content h3 {
      font-size: 1.25em;
      line-height: 1em;
      margin-bottom: 1em;
      color: #f5813e;
      text-shadow: none;
      font-family: "museo-sans-1","museo-sans-2", Arial, Verdana, Sans-serif;
      font-weight: 500; }
    #post .entry-content h4 {
      font-size: 1.0833em;
      /* 13px */
      line-height: 1.3846em;
      /* 18px */
      margin-bottom: .692em;
      /* 9px */
      font-weight: bold;
      color: #6c6c6c;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      font-family: "museo-sans-1","museo-sans-2", Arial, Verdana, Sans-serif; }
    #post .entry-content img {
      margin: .75em 1.5em;
      border: 0.4166em solid #d3eec1; }
      #post .entry-content img.alignleft {
        float: left;
        margin-left: 0; }
      #post .entry-content img.alignright {
        float: right;
        margin-right: 0; }
    #post .entry-content blockquote {
      background: #f1f1f1;
      -moz-border-radius: 0.5em;
      -webkit-border-radius: 0.5em;
      -o-border-radius: 0.5em;
      border-radius: 0.5em;
      /*		@include box-shadow(0, 1px, 3px, rgba(0,0,0,0.2));*/
      padding: 1.5em 4em;
      margin: 3em 1.5em 1.5em 1.5em;
      position: relative; }
      #post .entry-content blockquote p {
        font-size: 1.25em;
        margin-bottom: 1.2em; }
      #post .entry-content blockquote p:last-child {
        margin-bottom: 0; }
      #post .entry-content blockquote span.quote-open, #post .entry-content blockquote span.quote-close {
        position: absolute;
        display: block;
        text-indent: -999em;
        height: 27px;
        width: 27px;
        background-position: top left;
        background-repeat: no-repeat; }
      #post .entry-content blockquote span.quote-open {
        top: 0.75em;
        left: 0.75em;
        background-image: url(../images/quote-open.png); }
      #post .entry-content blockquote span.quote-close {
        bottom: .75em;
        right: .75em;
        background-image: url(../images/quote-close.png); }
    #post .entry-content ol, #post .entry-content ul {
      margin: 1.5em 0;
      padding-left: 1.5em; }
      #post .entry-content ol li, #post .entry-content ul li {
        margin-bottom: .75em;
        font-size: 1em;
        color: #707070; }
        #post .entry-content ol li:last-child, #post .entry-content ul li:last-child {
          margin-bottom: 0; }
    #post .entry-content ul li {
      list-style: none;
      background: url(../images/bullet_2.png) 0 2px no-repeat;
      padding-left: 25px; }
    #post .entry-content ol {
      padding-left: 3em; }
      #post .entry-content ol li {
        list-style: decimal outside; }
  #post .entry-meta {
    margin-bottom: 1.5em;
    /* 18px */ }
  #post .entry-utility {
    border-top: 0.0833em solid #e6e6e6;
    padding-top: 1.4166em; }
  #post .entry-social {
    position: absolute;
    top: 1.5em;
    right: 1.5em; }
  #post .entry-meta p, #post .entry-utility p {
    margin: 0;
    font-size: .8333em;
    /* 10px */
    line-height: 1.8em;
    /* 18px */
    color: #a0a0a0; }
    #post .entry-meta p a, #post .entry-utility p a {
      color: #727272; }
      #post .entry-meta p a:hover, #post .entry-utility p a:hover {
        color: #000; }
  #post .navigation {
    height: 1.5em;
    line-height: 1.5em;
    margin-top: 1.5em; }
    #post .navigation .nav-previous, #post .navigation .nav-next {
      float: left;
      width: 50%; }
    #post .navigation .nav-next {
      float: right;
      text-align: right; }
    #post .navigation a {
      color: #305973;
      text-decoration: none; }
      #post .navigation a:hover {
        color: #8ac761; }
  #post #comments {
    margin-top: 2.25em; }
  #post #comments h3#comments-title {
    font-size: 1.5em;
    margin-bottom: 1em; }
  #post ol.commentlist .comment {
    background: #0c2f45;
    padding: 1.5em;
    margin-bottom: 1.5em;
    position: relative; }
    #post ol.commentlist .comment .comment-reply-link {
      font-size: 1em;
      line-height: 2.15em;
      display: inline-block;
      padding: .1em 1em 0 1em;
      background: #36b0d2 url(../images/button-white-gradient.png) bottom repeat-x;
      -moz-border-radius: 1em;
      -webkit-border-radius: 1em;
      -o-border-radius: 1em;
      border-radius: 1em;
      cursor: pointer;
      color: #10374f;
      text-decoration: none;
      font-weight: bold;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      outline: none;
      vertical-align: baseline;
      position: absolute;
      top: 1.5em;
      right: 1.5em; }
      #post ol.commentlist .comment .comment-reply-link:hover {
        background-color: #8ac761;
        color: #122009; }
    #post ol.commentlist .comment .children {
      margin: 1.5em 0 0 0;
      padding: 0;
      list-style: none; }
    #post ol.commentlist .comment .comment-meta {
      border-bottom: 0.0833em solid #072232;
      margin-bottom: 0.6667em;
      /* 8px */
      padding-bottom: 0.75em;
      /* 9px */ }
      #post ol.commentlist .comment .comment-meta h3 {
        font-size: 1.3333em;
        margin: 0 0 0.5em 0; }
      #post ol.commentlist .comment .comment-meta .comment-avatar {
        height: 3.75em;
        width: 3.75em;
        float: left;
        margin-right: 10px; }
        #post ol.commentlist .comment .comment-meta .comment-avatar img {
          height: 100%;
          width: 100%; }
      #post ol.commentlist .comment .comment-meta p {
        margin: 0;
        color: #305973; }
      #post ol.commentlist .comment .comment-meta a {
        text-decoration: none;
        color: #36b0d2; }
        #post ol.commentlist .comment .comment-meta a:hover {
          color: #fff;
          text-decoration: underline; }
    #post ol.commentlist .comment .comment {
      background: #082537; }
      #post ol.commentlist .comment .comment .comment {
        background: #051b29; }
    #post ol.commentlist .comment:last-child {
      margin-bottom: 0; }
  #post #respond {
    background: #123d58;
    padding: 1.5em;
    margin-top: 1.5em; }
    #post #respond h3#reply-title {
      color: #f5813e;
      font-size: 1.5em;
      margin-bottom: .5em;
      line-height: 1.5em;
      position: relative; }
      #post #respond h3#reply-title small {
        position: absolute;
        top: 0;
        right: 0;
        text-shadow: none;
        font-size: 0.6666em;
        font-family: Helvetica, Arial, Sans-serif;
        line-height: 1.2em; }
        #post #respond h3#reply-title small a {
          font-size: 1em;
          line-height: 2.15em;
          display: inline-block;
          padding: .1em 1em 0 1em;
          background: #36b0d2 url(../images/button-white-gradient.png) bottom repeat-x;
          -moz-border-radius: 1em;
          -webkit-border-radius: 1em;
          -o-border-radius: 1em;
          border-radius: 1em;
          cursor: pointer;
          color: #10374f;
          text-decoration: none;
          font-weight: bold;
          -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          outline: none;
          vertical-align: baseline; }
          #post #respond h3#reply-title small a:hover {
            background-color: #8ac761;
            color: #122009; }
    #post #respond .comment-notes {
      font-size: 0.8333em;
      /* 10px */
      line-height: 1.8em;
      color: #5c88a4;
      margin-bottom: 1.8em; }
    #post #respond .comment-field {
      padding: 0.75em;
      width: 100%; }
      #post #respond .comment-field label {
        float: left;
        display: block;
        width: 7.5em;
        line-height: 2.25em;
        padding: 0 1.2em;
        display: block;
        margin-right: 10px;
        text-align: left; }
        #post #respond .comment-field label.error {
          float: none;
          width: auto;
          text-align: left;
          padding: 0;
          color: #f1b6b6; }
      #post #respond .comment-field input, #post #respond .comment-field textarea {
        font-size: 1.25em;
        /* 15px*/
        height: 1.8em;
        width: 20em;
        /* 240px */
        padding: 0 .6em;
        border: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-family: Arial, Sans-serif; }
        #post #respond .comment-field input.error, #post #respond .comment-field textarea.error {
          background-color: #ffecec;
          color: #6c1e1e; }
      #post #respond .comment-field textarea {
        font-family: Arial, Sans-serif;
        font-size: 1.25em;
        /* 15px*/
        height: 9em;
        padding: .6em; }
      #post #respond .comment-field .field {
        float: left;
        width: 220px; }
    #post #respond .form-allowed-tags {
      margin-left: 14em;
      width: 20em;
      padding: 0.75em 0;
      font-size: 0.8333em;
      /* 10px */
      line-height: 1.8em;
      color: #5c88a4; }
    #post #respond .logged-in-as {
      margin-left: 12em;
      padding: 0;
      color: #5c88a4; }
      #post #respond .logged-in-as a {
        color: #36b0d2; }
    #post #respond .form-submit {
      padding: 0.75em 0;
      margin-left: 11.6666em;
      height: 3em;
      /*  Setting height as button doesn't support line-heights and we 
      	want to maintain are vertical grid. */ }
      #post #respond .form-submit button {
        font-size: 1em;
        line-height: 2.15em;
        display: inline-block;
        padding: .1em 1em 0 1em;
        background: #36b0d2 url(../images/button-white-gradient.png) bottom repeat-x;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        -o-border-radius: 1em;
        border-radius: 1em;
        cursor: pointer;
        color: #10374f;
        text-decoration: none;
        font-weight: bold;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        outline: none;
        vertical-align: baseline;
        border: 0;
        padding: 0.75em !important; }
        #post #respond .form-submit button:hover {
          background-color: #8ac761;
          color: #122009; }

#sidebar {
  width: 100%;
  float: none; }
  #sidebar .column {
    width: 100%;
    float: none; }
    #sidebar .column.left {
      margin-right: 0; }
  #sidebar .sidebar {
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 1.5em; }
    #sidebar .sidebar h2 {
      padding: 0.5em;
      margin: 0;
      font-size: 1.5em;
      line-height: 1em; }
    #sidebar .sidebar .content {
      padding: 0 0.75em 0.75em 0.75em;
      /* 9px */
      font-size: 1em;
      /* 12px */
      line-height: 1.5em;
      /* 18px */ }
    #sidebar .sidebar.twitter-widget ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #sidebar .sidebar.twitter-widget ul li {
        padding: 0.75em;
        margin: 0 0 0.75em 0;
        background: #0e3045; }
        #sidebar .sidebar.twitter-widget ul li a.twitter-date {
          /*						margin-top: 0.9em;*/
          margin: 0;
          font-size: 0.8333em;
          color: #305973;
          display: block;
          clear: both;
          text-decoration: none; }
        #sidebar .sidebar.twitter-widget ul li:last-child {
          margin-bottom: 0; }
    #sidebar .sidebar.widget_recent_jobs {
      background: #a5dcf5 url(../images/boxes/blue/bg.gif) top repeat-x;
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
      border-bottom: 0.05555em solid #ddf4fe; }
      #sidebar .sidebar.widget_recent_jobs .content {
        padding-bottom: 0.6666em; }
      #sidebar .sidebar.widget_recent_jobs h2 {
        color: #10374f;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); }
        #sidebar .sidebar.widget_recent_jobs h2 a {
          color: #10374f; }
      #sidebar .sidebar.widget_recent_jobs ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #sidebar .sidebar.widget_recent_jobs ul li {
          padding: 0.75em;
          margin: 0 0 0.75em 0;
          background: #bae7fb;
          color: #4d7d9b; }
          #sidebar .sidebar.widget_recent_jobs ul li h4 {
            font-weight: bold;
            font-size: 1em;
            margin: 0; }
            #sidebar .sidebar.widget_recent_jobs ul li h4 a {
              color: #004f72;
              text-decoration: none; }
              #sidebar .sidebar.widget_recent_jobs ul li h4 a:hover {
                text-decoration: underline; }
          #sidebar .sidebar.widget_recent_jobs ul li section.entry-content {
            font-size: 0.8333em; }
          #sidebar .sidebar.widget_recent_jobs ul li:last-child {
            margin-bottom: 0; }
    #sidebar .sidebar.widget_quickflickr .content {
      padding-bottom: 0; }
      #sidebar .sidebar.widget_quickflickr .content a {
        display: block;
        height: 4.5em;
        width: 4.5em;
        float: left;
        line-height: 1.5em;
        margin: 0 0.75em 0.75em 0;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        outline: none; }
        #sidebar .sidebar.widget_quickflickr .content a img {
          width: 100%;
          height: 100%;
          border: 0; }
    #sidebar .sidebar.widget_archive ul, #sidebar .sidebar.widget_rss ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #sidebar .sidebar.widget_archive ul li, #sidebar .sidebar.widget_rss ul li {
        padding-bottom: 0.75em;
        border-bottom: 0.08333em solid #123650;
        padding-top: 0.6666em; }
        #sidebar .sidebar.widget_archive ul li a, #sidebar .sidebar.widget_rss ul li a {
          font-weight: bold;
          text-decoration: none; }
        #sidebar .sidebar.widget_archive ul li .rssSummary, #sidebar .sidebar.widget_rss ul li .rssSummary {
          display: block;
          font-size: 0.8333em; }
        #sidebar .sidebar.widget_archive ul li:last-child, #sidebar .sidebar.widget_rss ul li:last-child {
          border-bottom: 0;
          padding-bottom: 0; }
    #sidebar .sidebar#author .photo-wrapper {
      float: right;
      height: 7.5em;
      width: 7.5em;
      margin: 0 .75em .75em .75em; }
      #sidebar .sidebar#author .photo-wrapper img {
        width: 100%;
        height: 100%;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    #sidebar .sidebar#author .description {
      padding: 0 .75em .75em .75em; }
    #sidebar .sidebar#author h2 {
      font-size: 2em;
      line-height: 1.5em;
      margin: 0;
      padding: .375em; }
    #sidebar .sidebar#author h3 {
      color: #f5813e;
      margin: 0;
      line-height: 1.5em;
      padding: 0 0.5em; }
      #sidebar .sidebar#author h3 a {
        color: #F5813E;
        text-decoration: none; }
    #sidebar .sidebar#author .author-link {
      float: left;
      padding: .75em .75em 0 .75em;
      /* 9px */ }
      #sidebar .sidebar#author .author-link a {
        font-size: 1em;
        line-height: 2.15em;
        display: inline-block;
        padding: .1em 1em 0 1em;
        background: #36b0d2 url(../images/button-white-gradient.png) bottom repeat-x;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        -o-border-radius: 1em;
        border-radius: 1em;
        cursor: pointer;
        color: #10374f;
        text-decoration: none;
        font-weight: bold;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        outline: none;
        vertical-align: baseline; }
        #sidebar .sidebar#author .author-link a:hover {
          background-color: #8ac761;
          color: #122009; }
    #sidebar .sidebar#author .content {
      *display: inline-block;
      padding: 0 .75em 1.5em .75em;
      /* 9px */ }
      #sidebar .sidebar#author .content:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
  #sidebar.home-sidebar, #sidebar.single-sidebar, #sidebar.jobs-sidebar {
    margin-top: 3em; }

#about, #social {
  padding: 0.75em;
  margin-bottom: 1.5em; }
  #about p.empty, #social p.empty {
    margin: 0;
    color: #add0e5; }

#about, #social, #sidebar .sidebar {
  background: rgba(20, 67, 97, 0.5); }

#social {
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
  #social h2 {
    font-size: 1.2em;
    display: none; }
  #social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #social ul li {
      float: left; }
      #social ul li a {
        display: block;
        padding: 0.75em;
        padding-left: 55px;
        background-position: 10px center;
        background-repeat: no-repeat;
        text-decoration: none; }
        #social ul li a h3 {
          margin: 0;
          font-size: 1.33333em;
          line-height: 1.125em;
          color: #f5813e; }
        #social ul li a p {
          margin: 0;
          color: #fff; }
        #social ul li a:hover {
          background-color: #1e4f6e; }
      #social ul li.twitter a {
        background-image: url(../images/icons/twitter.png); }
      #social ul li.lastfm a {
        background-image: url(../images/icons/lastfm.png); }
      #social ul li.github a {
        background-image: url(../images/icons/github.png); }
      #social ul li.linkedin a {
        background-image: url(../images/icons/linkedin.png); }
      #social ul li.delicious a {
        background-image: url(../images/icons/delicious.png); }
      #social ul li.flickr a {
        background-image: url(../images/icons/flickr.png); }

#team {
  float: right;
  width: 33%; }
  #team ul, #team ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #team ul li {
    float: left;
    height: 3.125em;
    width: 3.125em;
    margin: 0 0.625em 0.625em 0; }
    #team ul li img {
      height: 100%;
      width: 100%; }
    #team ul li div.vcard {
      display: none; }

#tech {
  clear: both; }

#column #posts {
  width: 100%; }

#info {
  margin-bottom: 1.5em; }
  #info p {
    margin-bottom: 0.75em; }

#no-results {
  background: #0c2f45;
  padding: 1.5em;
  margin-bottom: 1.5em; }
  #no-results h2.entry-title {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 0.75em 0; }

/* 404 */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes anti-spin {
  from {
    -webkit-transform: rotate(360deg); }

  to {
    -webkit-transform: rotate(0deg); } }

body.error404 #the-final-frontier {
  width: 447px;
  height: 143px;
  margin: 10% auto;
  text-align: center; }
  body.error404 #the-final-frontier .four {
    font-family: "museo-sans-1","museo-sans-2", Arial, Verdana, Sans-serif;
    width: 112px;
    height: 143px;
    float: left;
    background: url(../images/four.gif) top no-repeat;
    color: #3FB2D3;
    text-indent: -9999em; }
    body.error404 #the-final-frontier .four.left {
      margin-right: 40px; }
    body.error404 #the-final-frontier .four.right {
      margin-left: 40px; }
  body.error404 #the-final-frontier #atmosphere {
    display: block;
    float: left;
    margin: 0 auto;
    width: 143px;
    height: 143px;
    position: relative; }
  body.error404 #the-final-frontier #oh {
    text-indent: -9999em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 143px;
    height: 143px;
    background-image: url("../images/404-globe.png");
    background-repeat: no-repeat;
    -webkit-animation-name: anti-spin;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; }
    body.error404 #the-final-frontier #oh #rocket {
      display: block;
      background-image: url("../images/404-rocket.png");
      background-position: left center;
      background-repeat: no-repeat;
      width: 200px;
      height: 200px;
      position: absolute;
      left: -29px;
      top: -29px;
      -webkit-animation-name: spin;
      -webkit-animation-duration: 10s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear; }
  body.error404 #the-final-frontier #gdname {
    display: block;
    background-image: url("../images/404-title.gif");
    background-position: center center;
    background-repeat: no-repeat;
    width: 143px;
    height: 143px;
    position: absolute;
    left: 0px;
    top: 0px; }
body.error404 #four-oh-msg {
  width: 100%;
  text-align: center; }
body.error404 #four-oh-msg h1 {
  font-family: "museo-1","museo-2", Arial, Verdana, Sans-serif;
  color: #c7eafb;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 4em;
  line-height: 1em;
  margin: 0; }
body.error404 .entry-content p {
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1em; }

@media (min-width: 600px) {
  header h1 {
    float: left;
    margin: 0; }
  header h2 {
    margin-top: 60px;
    /*54px is on grid, but 60px aligns with text in logo */
    width: 400px; }

  #posts, #post, #column {
    width: 58.3333%;
    float: left;
    margin-right: 3.125%; }

  #sidebar {
    width: 38.542%;
    float: right; }

  #posts .highlight .entry-meta img {
    height: 36px;
    width: 36px; }
  #posts .highlight .entry-meta p {
    margin-top: 0.75em; }
  #posts .posts-columns article .entry-meta img {
    height: 27px;
    width: 27px; }
  #posts .posts-columns article .entry-meta p {
    margin-top: 0.75em; } }
@media (min-width: 950px) {
  #intro {
    float: right;
    width: 38.542%;
    clear: none;
    margin: 0;
    padding: 0; }
    #intro p {
      padding: 0 0 0 .6em; }

  #sidebar .column {
    width: 48%;
    float: left; }
    #sidebar .column.left {
      margin-right: 4%; }

  #posts .posts-columns {
    margin-top: 1.5em; }
    #posts .posts-columns article {
      float: left;
      width: 48.5%;
      /*				margin: 0 3% 1.5em 0;	*/
      margin: 0 3% 0 0; } }

