/* 1. RESET ANDlic HTML5 SETTINGS 
------------------------------*/ 

  body,
  ul,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  fieldset,
  dd {
    margin:  0;
    padding: 0;
  }

  article,
  aside,
  dialog,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  nav,
  section,
  small {
      display: block;
  }

/* 2. LOCAL WEB FONTS 
------------------------------*/ 


  @font-face {
      font-family: 'open_sansregular';
      src: url('opensans-regular-webfont.eot');
      src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('opensans-regular-webfont.woff') format('woff'),
           url('opensans-regular-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;

  }


  @font-face {
      font-family: 'open_sansbold';
      src: url('opensans-bold-webfont.eot');
      src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
          url('opensans-bold-webfont.woff') format('woff'),
          url('opensans-bold-webfont.ttf') format('truetype'),
          url('opensans-bold-webfont.svg#open_sansbold') format('svg');
      font-weight: normal;
      font-style: normal;
  }

/* 3. VERTICAL RHYTHM - gridlover.net
--------------------------------------------*/


  body {
      font-size: 1.00000em;
      line-height: 1.62500em;
  }
  article, .page-created {
      margin: auto;
  }
  h1 {
      font-size: 2.87500em;
      line-height: 1.13043em;
      margin-top: 0.5652em;
      margin-bottom: 1.1304em;
  }
  h2 {
      font-size: 1.68750em;
      line-height: 1.13043em;
      margin-top: 1.9259em;
      margin-bottom: 0.963em;
  }
  h3 {
      font-size: 1.31250em;
      line-height: 1.23810em;
      margin-top: 1.2381em;
      margin-bottom: 0em;
  }
  p, ul {
      margin-top: 0em;
      margin-bottom: 1.625em;
  }
  small, aside {
      font-size: 0.75000em;
  }

  code{
    font-size: 1.31250em;
    font-weight: bold;
  }

  pre code{
    font-size: 1.1em;
    font-weight: normal;
  }


/* 4. BASIC STYLES - FONTS
--------------------------------------------*/

  html {
    background-color: #FFF;
    color: #444;
  }

  body {
    font-family: open_sansregular, calibri, arial, helvetica, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
    padding: 3em;
    padding-left: 6em;
  }
  
  strong, b {
    font-family: open_sansbold, calibri, arial, helvetica, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
  }

  h1{
    margin: 1em 0 1em 0;
    font-family:"Bliss ExtraBold", Calibri, 'Helvetica Neue', Arial, sans-serif; 
    font-size-adjust:0.47; 
    font-weight:800; 
    font-style:normal; 
    font-size: 2.2em;
  
  }

  h2{
    font-family:"Bliss ExtraBold", Calibri, 'Helvetica Neue', Arial, sans-serif; 
    font-size-adjust:0.47; 
    font-weight:800; 
    font-style:normal; 
    margin-top: 2em;
    margin-bottom: 0;

  }

  p{
    margin-top: 1em;
    margin-bottom: 1em;
  }

  ul, ol{
    margin: 1em;
    margin-left: 2em;
  }

  a{
    color: #0079C0;
    text-decoration: none;
  }

  a:hover, a:active {
    color: #FC0599;
    text-decoration: underline;
  }


/* 5. STRUCTURE 
--------------------------------------------*/

    .page-title{
      max-width: 45em;
      margin: auto;
    }

    article, .page-created {
      max-width: 45em;
      padding-top: 2em;
      padding-bottom: 2em;
    }


    footer{
      max-width: 45em;
      margin: auto;
      margin-top: 8em;
      margin-bottom: 4em;
      clear: both;
    }


/* 6. NAV
--------------------------------------------*/

  .rwd-menu {
    background: #302F2D;
    color: #999;
    position: fixed;
  }

  .rwd-menu,
  .rwd-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .rwd-menu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
  }

  .rwd-menu-left {
    left: -240px;
  }

  .rwd-menu-left.rwd-menu-open {
    left: 0px;
  }

  .rwd-menu a {
    display: block;
    padding: 0.5em;
    color: #999;
    font-size: 1em;
    text-decoration: none;
  }

  .rwd-menu a:hover {
    color: #fff;
    background-color: #666;
    text-decoration: none;
  }

  #showLeftPush{        
    top: 0.5em;
    left: 8.5em;
    display: block;
    position: absolute;
    font-size: 1.68750em;
    color: #ccc;
  }

  #left-menu-tab:hover{
    cursor: pointer;
  }

  nav ul{
    margin: 1.5em;
    font-size: 0.94em;
  }

  nav li{
    list-style: none;
  }

  nav li a i.fa{
    display: inline-block;
    text-align: center;
    width: 1.5em;
  }

  ul.content-menu{
    margin-top: 4em;
  }

  ul.meta-menu{
    border-top: 1px dotted #999;
    padding-top: 1.5em;
  }

  ul.meta-menu li a{
    padding-left: 2em;
  }    
  
  
  @media (min-width: 1000px) {
 
    .contents{
      margin-left: 240px;
    }
    
    .rwd-menu-left {
      left: 0px;
    }
    
    #showLeftPush{
      display: none;
    }
    
    
  }




/* 7. ARTICLE 
--------------------------------------------*/

  .intro{
    font-style: italic;
  }

  .dateline, .counts, .likes {
    text-transform: uppercase;
    color: #999;
    font-size: 0.75000em;
  }
  .counts{
    font-weight: bold;
  }

  .dateline a, .counts a {
    color: #999;
  }

  .dateline a:hover, .counts a:hover {
    color: #FC0599;
  }

  .h-feed .h-entry h2{
    line-height: 1.2em;
    padding-bottom: 0.72593em;
  }

  /* 8. NOTE 
--------------------------------------------*/

  .h-feed .h-as-note h2{
    margin-top: 0.2em;
    line-height: 1.2em;
    padding-bottom: 0.72593em;
  }

  .h-entry{
    word-wrap: break-word;
  }

  .syndication-interactions{
    text-transform: uppercase;
    font-size: 0.75000em;
  }

  .reply-to{
    color: #999;
    text-transform: uppercase;
    font-size: 0.75000em;
  }

  .shadowx{
    -webkit-box-shadow: 0px 5px 40px 20px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 5px 40px 20px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 5px 40px 20px rgba(50, 50, 50, 0.25);
    padding: 2em;
    word-wrap: break-word;
  }

  .shadow-bottom{
    background: #999999;
    background: -moz-linear-gradient(top,  #999999 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #999999 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #999999 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #999999 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #999999 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff',GradientType=0 );
  }

  .shadow-top{
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 1%, #999999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#999999));
    background: -webkit-linear-gradient(top,  #ffffff 1%,#999999 100%);
    background: -o-linear-gradient(top,  #ffffff 1%,#999999 100%);
    background: -ms-linear-gradient(top,  #ffffff 1%,#999999 100%);
    background: linear-gradient(to bottom,  #ffffff 1%,#999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 );
  }


/* 8. TAGS
--------------------------------------------*/

  .tags{
    margin-top: 4em;
  }

  .tags h2{
    margin-bottom: 0;
    line-height: 0;
  }

  .tags h2 i{
    width: 1.2em;
    display: inline-block;
  }

  .tags ul{
    margin-left: 0;
    display: inline;
  }

  .tags a{
    color: #000;
  }

  .tags li{        
    text-transform: lowercase;
    list-style: none;
    margin: 0;
    display: inline;
  }

  .tags li:after {
    content: ", ";
  }
   
  .tags li:last-child:after {
    content: "";
  }

  .tags li:last-child:before {
    content: 'and ';
  }


/* 9. COMMENT
--------------------------------------------*/

  .comments{
    margin-top: 4em;
  }

  .comment{
    padding: 1.5em;
    background-color: #f4f4f4;
  }

  .comments-hidden{
    height: 0;
    overflow: hidden;
  }

  #comments{
    border-top: solid 1px #b6b6b6;  
  }

  #comments .comment:nth-child(even){

  }

  #comments .comment:nth-child(odd){

  }

  .comments p.p-author{
    margin: 0;

  }

  .comments h2 i{
    width: 1.2em;
    display: inline-block;
  }

  #comments-title:hover{
    cursor: pointer;
    color: #FC0599;
  }

  .comments .message  {
    text-transform: uppercase;
    color: #999;
    font-size: 0.75000em;
  }



/* 10. CODE
--------------------------------------------*/

code{
  font-size: 1.31250em;
  font-weight: bold;
}

pre code{
  font-size: 1.1em;
  font-weight: normal;
}

  /* Pretty printing styles. Used with prettify.js. */

  .str { color: #85C5DC; }
  .kwd { color: #EDF0D1; }
  .com { color: #878989; }
  .typ { color: #F5896F; }
  .lit { color: #FFB17A; }
  .pun { color: #FFFFFF; }
  .pln { color: #FFFFFF; }
  .tag { color: #F5896F; }
  .atn { color: #F5896F; }
  .atv { color: #85C5DC; }
  .dec { color: #878989; }

  pre.prettyprint, pre.code  {
      background-color:#302F2D;
      border-radius: 0.6em;
      border: none;
      color: #fff;
      line-height: normal;
      font-family:  consolas, 'andale mono', 'courier new', monospace;
      padding: 2em;
      padding-top: 1em;
      overflow: hidden;
  }

  pre.block  {
      background-color:#302F2D;
      border: none;
      line-height: normal;
      border-radius: 0.6em;
      font-family:  consolas, 'andale mono', 'courier new', monospace;
      padding-top: 1em;
      overflow: hidden;
      color: #fff;
  }


  code{

  }

  /* Specify class=linenums on a pre to get line numbering */
  ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
  li.L0,
  li.L1,
  li.L2,
  li.L3,
  li.L5,
  li.L6,
  li.L7,
  li.L8 { list-style-type: none }
  /* Alternate shading for lines */
  li.L1,
  li.L3,
  li.L5,
  li.L7,
  li.L9 { background: #eee }

  @media print {
    .str { color: #060; }
    .kwd { color: #006; font-weight: bold; }
    .com { color: #600; font-style: italic; }
    .typ { color: #404; font-weight: bold; }
    .lit { color: #044; }
    .pun { color: #440; }
    .pln { color: #000; }
    .tag { color: #006; font-weight: bold; }
    .atn { color: #404; }
    .atv { color: #060; }
  }



/* 11. FOOTER
--------------------------------------------*/

  a.name{
    color: #000;
    display: block;
  }

  .strapline{
    padding-bottom: 1em;
    display: block;
    border-bottom: 1px dotted #999;
  }

  .licenses{
    margin-top: 3em;

  }

  .licenses, .licenses a, .mention-support{
    color: #999;
  }

  footer p, footer li {
    font-size: 0.94em;
  }

  footer li{        
    text-transform: lowercase;
    list-style: none;
    margin: 0;
    color: #999;
  }

  footer ul{  
    margin: 0;
  }

  .avatar {
    width: 6em;
    height: 6em;
    overflow: hidden;
    background-color: #f2f2f0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-bottom: 0.5em
  }



/* 12. CLEARFIX - The Magnificent Clearfix
--------------------------------------------*/

  .clearfix:before, .clearfix:after { 
    content: "\0020"; 
    display: block; 
    height: 0; 
    overflow: hidden; 
  }
  .clearfix:after { 
    clear: both; 
  }
  .clearfix { 
    zoom: 1; 
  }


















.hresume .experience{
  margin-top: 1em;
  margin-bottom: 3em;
}

.hresume .experience .dates{
  display: block;
}

.hresume .experience .description p{
  margin-top: 0;
}

.hresume .experience .title, .hresume .experience .org
{
    font-weight: bold;
    font-size: 1.2em;
}

.hresume #contactinfo p{
  margin: 0;
}


.project h3{
   padding-bottom: 0;
   padding-top: 2em;
   font-weight: bold
}

.project p{
  margin: 0
}

.project ul{
   margin-top: 0;
}

.h-paging{
  margin-top: 4em;
  text-align: center;
}

.h-paging h2{
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

.h-paging p, .sync-link {
    text-transform: uppercase;
    color: #999;
    font-size: 0.75000em;
}

.home{
  margin: 0;
  padding: 0;
}

.home-menu {
    background: #302F2D;
    color: #999;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
    margin: 0;
    text-align: center;
}

.home-menu a {
    display: block;
    padding: 0.5em;
    color: #999;
    font-size: 1em;
    text-decoration: none;
}

.home-menu a:hover {
    color: #fff;
    background-color: #666;
    text-decoration: none;
}

.home-menu li{
    list-style: none;
    display: inline-block;
}

.home-menu li i[class^="icon-"]{
    display: inline-block;
    text-align: center;
    width: 1.5em;
  }

.showcase{
  margin: 2em;
  padding: 2em;
}

.home footer{
   margin-left: 2em; 
   margin-right: 2em; 
}

.home .footer-wrap{
  max-width: 37em;
  margin: auto;
}

.home article{
   margin-left: 2em; 
   margin-right: 2em;  
}

.home article h1{
  margin-top: 0.5em;
}

.home section{
  max-width: 37em;
  margin: auto;
}

li.menu-icon a{
  padding-right: 1em;
}

.quote{
  font-size: 10em;
      font-family:"Bliss ExtraBold", Calibri, 'Helvetica Neue', Arial, sans-serif; 
    font-size-adjust:0.47; 
    font-weight:800; 
    font-style:normal; 
}

.logon{
  text-align: right;
  margin: 1em;
}

.note-post textarea{
  width: 45em;
  height: 10em;
  display: block;
}


.likes ul{
  margin: 0;
  padding: 0;
  padding-left: 1em;
  margin-left: 1em;
  display: inline-block;
  height: 1.5em; 
}

.likes li{
  list-style: none;
  margin: 0;
  margin-right: 1em;
  padding: 0;
  display: inline-block;
  height: 1.5em;  
}

.likes li a{
  margin: 0;
  padding: 0;
  height: 1.5em; 
  display: inline-block;
}

.likes li .u-like-of{
  display: none;
}

.likes li img{
  vertical-align: middle; 
}

.avatar-icon {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  border: 1px solid #fff; 
}

.p-in-reply-to img, .p-comment img{ 
  vertical-align: middle;
}

.p-in-reply-to, .p-comment{
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #999;
}

.p-in-reply-to:last-child, .p-comment:last-child{
  border-bottom: 0;
}

.p-in-reply-to .dateline, .p-comment .dateline{
  display: block;
}

.h-feed .h-as-photo .u-photo{
  width: 100%;
}


.map-container {
  border: solid 1px #ccc;
  padding: 6px;
  position: relative;
}


/* Tool interface - need sorting */

.tool-interface input[type="text"], input[type="url"] {
  width: 20em;
  padding: 0.4em;
  border: 1px solid #999;
  border-radius: 0.4em;
  color: #333;
  font-size: 1em
}

.tool-interface label {
  display: inline-block;
  width: 5em;
}

.tool-interface select {
  font-size: 1em;
  font-family: open_sansregular, calibri, arial, helvetica, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
}

.tool-interface textarea{
  width: 100%;
  height: 16em;
  border: 1px solid #999;
  border-radius: 0.4em;
  font-size: 1em;
  font-family: open_sansregular, calibri, arial, helvetica, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
}

.tool-interface .button{
  margin-left: 5.2em;
}

.tool-documentation{
  margin-top: 10em;
}

pre.documentation{
  padding-top: 2em;
}

.button {
  background: #33a0e8;
  background: -moz-linear-gradient(top,  #33a0e8 0%, #2180ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33a0e8), color-stop(100%,#2180ce));
  background: -webkit-linear-gradient(top,  #33a0e8 0%,#2180ce 100%);
  background: -o-linear-gradient(top,  #33a0e8 0%,#2180ce 100%);
  background: -ms-linear-gradient(top,  #33a0e8 0%,#2180ce 100%);
  background: linear-gradient(to bottom,  #33a0e8 0%,#2180ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a0e8', endColorstr='#2180ce',GradientType=0 );
  border-color: #2270AB #18639A #0F568B;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #83C5F1 inset;
  color: #FFFFFF;
  border-radius: 0.4em;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  overflow: visible;
  padding: 5px 16px;
  text-align: center;
}

.button:active, .button-down {
  background: #2180ce;
  background: -moz-linear-gradient(top,  #2180ce 0%, #33a0e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2180ce), color-stop(100%,#33a0e8));
  background: -webkit-linear-gradient(top,  #2180ce 0%,#33a0e8 100%);
  background: -o-linear-gradient(top,  #2180ce 0%,#33a0e8 100%);
  background: -ms-linear-gradient(top,  #2180ce 0%,#33a0e8 100%);
  background: linear-gradient(to bottom,  #2180ce 0%,#33a0e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2180ce', endColorstr='#33a0e8',GradientType=0 );
}


@media (max-width: 630px) {
  article, footer, .page-title, .home article, .home footer, .home article {
    margin-left: 1em; 
    margin-right: 1em; 
  }

  body{
    padding: 1em;
  }
}


@media (max-width: 720px) {
  body{
    padding: 2em;
  }

  .home h1{
    font-size:  1.6em;
    margin-top: 0;
  }

  .sub-menu{
    display: block;
  }
}


#map{
  height: 200px;
}

.comment-on {
  color: #bbb;
  text-transform: uppercase;
  font-size: 0.75000em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 3em; }


.in-replies, .comments {
  background-color: #F8F8F8;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  padding: 0 2em;
  margin-top: 0em; 
  margin-bottom: 3em;
  -webkit-box-shadow: inset 0 -8px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -8px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -8px 6px -6px rgba(0, 0, 0, 0.25); }
  .in-replies .dateline, .comments .dateline {
    padding-top: 0.5em; }
    .in-replies .dateline a, .comments .dateline a {
      color: #333333; }

.p-in-reply-to, .p-comment {
  position: relative; }
  .p-in-reply-to img, .p-comment img {
    position: absolute;
    left: 0;
    top: 2em;
    display: inline-block; }
  .p-in-reply-to .reply-to-text, .p-comment .reply-to-text {
    display: inline-block;
    margin-left: 2em; }

/* box-shadow: inset 0 16px 12px -12px rgba(0, 0, 0, 0.125);   for small high des screens */
.comments {
  -webkit-box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  margin-bottom: 0; }


ul.tag-list {
  display: inline;
  padding: 0;
  margin: 0;
  color: #bbb;
  text-transform: lowercase;
  font-weight: 300; }
  ul.tag-list li {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0; }
  ul.tag-list li:after {
    content: ", "; }
  ul.tag-list li:last-child:after {
    content: " "; }

.tag-icon {
  color: #bbb;
  margin-right: 0.25em; }


.webmention-form{
  margin-top: 4em;
}  

.webmention-form legend{
  display: inline-block;
}

.flex-container{
  display: flex;
}



button, input[type="submit"], input[type="button"], .button {
  display: inline-block;
  padding-top: 0.4em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #33a0e8;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  button:active, input[type="submit"]:active, input[type="button"]:active, .button:active {
    background-color: #fc0599; }


input[type="text"], textarea {
  font-size: 1em;
  font-family: Calibri, arial, helvetica, 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
  color: #404040;
  background-color: white;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  cursor: text;
  width: 100%;
  padding: 0.2em;
  padding-left: 0.4em;
  margin-bottom: 0.4em; }

input[type="text"].input-small{
    width: 20em;
    padding: 0.3em;
    margin: 0;
  }

.syndications {
  text-transform: uppercase;
  color: #bbb;
  font-size: 0.75000em;
  display: inline-block; }

.syndication-list {
  margin-left: 0;
  display: inline; }
  .syndication-list li {
    list-style: none;
    margin: 0;
    display: inline; }
    .syndication-list li a {
      font-size: 0.8em;
      font-weight: 100;
      background-color: #bbb;
      color: #fff;
      padding-top: 0.15em;
      padding-right: 0.5em;
      padding-bottom: 0.2em;
      padding-left: 0.5em;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
    .syndication-list li a:hover {
      background-color: #FC0599;
      color: #fff; }


.h-as-note h1.e-content{
  margin-bottom: 0.2em;
}

.tool-interface label.checkbox-label{
  width: auto;
}

.tool-interface .checkbox{
    margin-left: 5.2em;
}

select.indent {
  margin-left: 5em;
}  

.fit-container-width{
  width: 100%
}

