@import url("960/960_24_col.css");
body {
  margin: 0;
  color: #333;
  background-color: #036;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 87.5%;
  /* 16px * 0.875 = 14px */
  line-height: 137.5%;
  /* 16px * 1.375  = 22px */ }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: #0085BD; }
  a:hover {
    color: #F78F1E; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

h1, h2, h3 {
  font-weight: normal; }

h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 150.0%; }

h2 {
  font-size: 137.5%; }

h3 {
  font-size: 125.0%; }

h4 {
  font-size: 112.5%; }

h5, h6 {
  font-size: 100%; }

h2#intro {
  color: #737373;
  margin-top: 0.5em; }

pre, code {
  font-family: "Inconsolata", monospace;
  /* font-size: 1.142em; */ }

.noul {
  border-bottom: 0;
  text-decoration: none; }

header, footer {
  display: block; }

header {
  height: 3em;
  font-size: 1.5em;
  padding: 0.3em 0; }
  header h1 {
    margin: 0;
    line-height: 2em; }
    header h1 a, header h1 a:link, header h1 a:visited {
      color: #FFF;
      text-decoration: none;
      border-bottom: none; }
  header #summary {
    font-size: 0.7em;
    color: #9AAAC1; }
    header #summary a, header #summary a:link, header #summary a:visited {
      color: #FFF;
      border-bottom: 1px dotted #FFF; }
    header #summary a:hover {
      border-bottom-style: none; }

.contentwrap {
  background-color: #F8F8F8;
  padding: 0.5em 0; }

footer {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  font-size: 0.8em;
  color: #9AAAC1; }
  footer a, footer a:link, footer a:visited {
    color: #FFF;
    border-bottom: 1px dotted #FFF; }
  footer a:hover {
    border-bottom-style: none; }
  footer p {
    margin: 0;
    line-height: 1.2em; }

ul.posts {
  list-style-type: none; }

.post {
  border-bottom: 1px solid #737373; }
  .post:last-child {
    border-bottom: 0; }
  .post .post_meta {
    text-align: right; }
  .post .imgright {
    float: right;
    margin: 0 0 5px 5px; }
  .post .imgcenter {
    display: block;
    margin: 0 auto; }
  .post img {
    display: block;
    max-width: 100% !important;
    max-height: 500px;
    height: auto !important;
    width: auto !important;
    margin: 0 auto;
    padding: 0.6em 0; }
  .post a img {
    border: none; }

/* resume styles */
#resume h1, #resume h2 {
  margin-bottom: 0.3em; }
#resume .adr, #resume .email, #resume .linkedin, #resume p {
  padding-left: 0.3em; }
#resume ul {
  padding-left: 0.3em; }
  #resume ul li {
    list-style: none; }
    #resume ul li.experience {
      margin-bottom: 0.8em; }
      #resume ul li.experience .org {
        font-size: 1.1em;
        font-weight: bold; }
    #resume ul li ul {
      padding-left: 2em; }
      #resume ul li ul li {
        list-style-type: disc; }
  #resume ul#skill-list li {
    list-style: none; }
    #resume ul#skill-list li .skillset-title {
      font-weight: bold; }
    #resume ul#skill-list li a {
      margin-left: 0.2em; }

/* end resume content */
/* Projects content */
#github-badge {
  padding: .2em;
  background-color: #F8F8F8; }
  #github-badge a {
    background-color: #F8F8F8; }
  #github-badge a {
    text-decoration: none; }
    #github-badge a:link, #github-badge a:visited {
      color: #0085BD; }
    #github-badge a:hover {
      color: #F78F1E; }
  #github-badge div.header {
    margin: 0.7em 0; }
    #github-badge div.header span {
      font-size: 1.1em; }

#projects .projects-list {
  padding: 0;
  margin: 0; }
#projects h2#intro {
  margin-bottom: 0; }
#projects .project {
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #737373; }
  #projects .project h2 {
    margin: 0.7em 0;
    font-size: 1.4em; }
  #projects .project dl.meta {
    margin: 1.5em 0; }
    #projects .project dl.meta dd {
      color: #67695C;
      margin: 0;
      margin-bottom: 5px; }
    #projects .project dl.meta dt {
      font-weight: bold;
      margin-bottom: 5px; }
  #projects .project .description {
    line-height: 1.3em; }
#projects .main-image {
  float: left; }
  #projects .main-image img {
    border: 1px solid #003366; }

/* end projects content */

/*# sourceMappingURL=screen.css.map */
