/*!
 * davidturner
 * 
 * 
 * @author 
 * @version 1.0.0
 * Copyright 2013
 */

/*! Slate Framework v0.0.2 | MIT License | davidturner.name */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html, body {
  height: 100%;
  color: #222222;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga', 'dlig';
  -moz-font-feature-settings: 'liga=1, dlig=1';
  -moz-font-feature-settings: 'liga', 'dlig';
  -ms-font-feature-settings: 'liga', 'dlig';
  -o-font-feature-settings: 'liga', 'dlig';
  font-feature-settings: 'liga', 'dlig';
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #f9f9f9;
}

body {
  margin: 0;
  font-size: 130%;
  line-height: 1.618em;
}

html,
body,
button,
input,
select,
textarea {
  font-family: ff-meta-serif-web-pro, Georgia, serif;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
.doing h3,
.writing a h3,
h3,
h4,
h5,
h6 {
  font-family: ff-meta-web-pro, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 2.61792em;
  margin: 0.38198em 0;
}

h2, .doing h3, .writing a h3 {
  font-size: 1.618em;
  margin: 0.61805em 0;
}

h3 {
  font-size: 1em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1em 0;
}

h5 {
  font-size: 0.61805em;
  margin: 1.618em 0;
}

h6 {
  font-size: 0.61805em;
  margin: 1.618em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 2.61792em;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 90%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.doing .doing--single:after {
  content: '';
  display: table;
  clear: both;
}

.container, .pagination, .writing a h3, .writing a p {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

.avatar__large {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

a {
  color: #900606;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-shadow: none;
  font-weight: 700;
}
a:hover, a:active {
  color: #5e0000;
}

[data-icon-ss-gizmo]::before {
  position: relative;
  top: 4px;
  margin-right: 0.25em;
  white-space: nowrap;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

@font-face {
  font-family: "SSGizmo";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ss-gizmo.eot/index.html");
  src: url("../fonts/ss-gizmo.eot/index-.html#iefix") format("embedded-opentype"), url("../fonts/ss-gizmo.woff/index.html") format("woff"), url("../fonts/ss-gizmo.ttf/index.html") format("truetype"), url("../fonts/ss-gizmo.svg/index.html#SSGizmo") format("svg");
}
[data-icon-ss-gizmo]::before {
  content: attr(data-icon-ss-gizmo);
  font-family: SSGizmo;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

html {
  background: #f9f9f9;
}

body {
  font-size: 100%;
}
@media (min-width: 900px) {
  body {
    font-size: 130%;
  }
  body:after {
    content: 'sticky';
    display: none;
  }
}

a {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover {
  border-bottom: 1px solid;
}

.avatar {
  width: 3em;
  padding-bottom: 3em;
  margin-top: -0.75em;
  position: relative;
}

.avatar--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2) url("../img/davidturner.jpg") center center no-repeat;
  background-size: cover;
}

.avatar__large {
  width: 25%;
  padding-bottom: 25%;
  height: 0;
  display: block;
  margin: 0.61805em auto 0.38198em;
  overflow: hidden;
  position: relative;
}
@media (min-width: 900px) {
  .avatar__large {
    width: 5em;
    padding-bottom: 5em;
    display: inline-block;
    margin: 0 1em 0.61805em 0;
    float: left;
  }
}

.david-turner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.25em solid rgba(255, 255, 255, 0.2);
  margin: 0;
  overflow: hidden;
}
.david-turner:after {
  content: '';
  width: 110%;
  height: 110%;
  display: block;
  background: rgba(255, 255, 255, 0.2) url("../img/davidturner.jpg") center center no-repeat;
  position: absolute;
  top: -5%;
  left: -5%;
  background-size: cover;
}

h2.container, h2.pagination, .doing h3.pagination, .writing a h3.pagination, .doing h3.container, .writing a h3.container {
  padding: 1.618em 0;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}

ul {
  margin: 0;
}

.main--content {
  min-height: 10em;
  background: #f9f9f9;
  padding-bottom: 2.61792em;
  border-radius: 0.25em 0.25em 0 0;
}
.main--content .header--first {
  margin-top: 0;
}
@media (min-width: 900px) {
  .main--content {
    position: relative;
    z-index: 3;
  }
}

.post-template main {
  padding-top: 2.61792em;
}

article {
  margin-bottom: 4.2358em;
}
article > * {
  padding: 0 2%;
}
article > h1,
article > h2,
.doing article > h3,
.writing a article > h3,
article > h3,
article > h4,
article > h5,
article > h6 {
  width: 100%;
}
article img {
  padding: 0;
}
article h1 {
  width: 100%;
}
article img {
  margin: 1em 0;
  display: block;
  width: 108%;
  max-width: 108%;
  margin: 0 -4%;
}
article .pullquote {
  width: 50%;
  float: right;
  padding: 0;
}
article .pullquote blockquote {
  background: #e0e0e0;
  margin: 0;
  padding: 1.618em 4%;
  position: relative;
}
article .pullquote blockquote *:first-of-type {
  margin-top: 0;
}
article .pullquote blockquote *:last-of-type {
  margin-bottom: 0;
}
article .pullquote cite {
  padding: 1.618em 4%;
  padding-left: 20%;
  display: block;
  position: relative;
}
article .pullquote cite .avatar {
  float: left;
  margin-right: 0.5em;
}
article .pullquote cite:before {
  content: '';
  border: 1.3em solid transparent;
  width: 0;
  height: 0;
  border-right-color: #e0e0e0;
  border-top-color: #e0e0e0;
  display: block;
  position: absolute;
  top: 0;
  left: 7.5%;
}
article .pullquote p {
  padding: 0;
}

p {
  margin: 1em 0;
  padding: 0 2%;
}

.timestamp {
  margin-top: 0;
}

section {
  clear: both;
}

.archive-template .doing, .archive-template .sharing {
  display: none;
}

.pagination {
  width: 100%;
  display: block;
  float: none;
  margin-top: 1.618em;
}
.writing .pagination a {
  float: left;
  display: inline;
  width: 50%;
  height: auto;
  border-bottom: 0;
  padding: 1em 2%;
  color: #222222;
}
.writing .pagination a.older-posts {
  float: right;
  text-align: right;
}
.writing .pagination a:hover {
  border-bottom: 0;
}
.pagination span {
  width: 100%;
  display: block;
  text-align: center;
  color: #c6c6c6;
  clear: both;
}

pre {
  background: #222222;
  color: #f9f9f9;
  padding: 1em 2%;
  width: 100%;
}

.tag, .selector, .variable {
  color: #ac4142;
}

.punctuation, .property {
  color: whitesmoke;
}

.attr-name, .number, .boolean, .bool, .property {
  color: #d28445;
}

.attr-value, .string {
  color: #90a959;
}

.keyword {
  color: #aa759f;
}

.function {
  color: #6a9fb5;
}

header a {
  border-bottom: 0;
  padding: 0 2%;
}
header a:hover {
  border-bottom: 0;
}

.header--image {
  padding-top: 1px;
  margin-top: -1px;
}
@media (min-width: 900px) {
  .header--image {
    padding-top: 0;
    margin-top: 0;
    content: '';
    display: block;
    background: url("../img/speaker-1.jpg") center center scroll;
    background-size: cover;
    height: 100%;
  }
  .sticky .header--image {
    margin-bottom: 2.61792em;
  }
}

.site--header {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #900606;
  color: #f9f9f9;
  padding-top: 1px;
  margin-top: 0;
}
.site--header:after {
  content: '';
  height: 0.38198em;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  z-index: 2;
  display: block;
}
.site--header h2, .site--header .doing h3, .doing .site--header h3, .site--header .writing a h3, .writing a .site--header h3 {
  margin-bottom: 0;
  margin-top: 0.65em;
}
@media (min-width: 900px) {
  .site--header {
    height: 6.85353em;
    text-align: left;
    padding-top: 0;
    margin-top: -6.85353em;
    font-size: 90.90909%;
  }
  .sticky .site--header {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 5;
  }
  .site--header .brand {
    display: inline;
    float: left;
    width: 50%;
    padding-top: 1em;
  }
  .site--header h2, .site--header .doing h3, .doing .site--header h3, .site--header .writing a h3, .writing a .site--header h3 {
    font-size: 1.618em;
  }
}

nav {
  font-family: ff-meta-web-pro, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
nav li {
  display: inline;
}
nav a {
  color: #f9f9f9;
  border-bottom: 0;
  display: inline-block;
}
nav a:hover {
  color: #e0dada;
  border-bottom: 0;
}
@media (min-width: 900px) {
  nav {
    float: right;
    height: 6.85353em;
  }
  nav ul {
    margin: 0;
    height: 100%;
    height: 6.85353em;
  }
  nav li {
    display: inline;
    float: left;
    height: 100%;
    height: 6.85353em;
  }
  nav a {
    display: block;
    height: 6.85353em;
    padding: 2.61792em 0.5em;
  }
  nav a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  nav [data-icon-ss-gizmo] span {
    display: none;
  }
  nav [data-icon-ss-gizmo]:before {
    font-size: 1.618em;
    top: -4px;
    margin-right: 0;
  }
}

.doing h3 a {
  font-size: 0.61805em;
}
.doing .doing--logo {
  width: 90%;
  background: #f9f9f9 top center no-repeat;
  display: block;
  margin: 0 auto;
}
@media (min-width: 300px) {
  .doing .doing--logo {
    width: 60%;
  }
}
@media (min-width: 550px) {
  .doing .doing--logo {
    width: 11.08901em;
    float: left;
    display: inline;
    margin-right: 2.61792em;
    padding: 0 0 2.61792em;
  }
}
.doing .doing--single {
  clear: both;
  margin: 1.618em auto;
}
.doing p {
  padding: 0;
}

.status__active, .status__backburner {
  font-weight: 700;
}

.status__backburner {
  color: #888888;
}

.status__inactive {
  color: #eeeeee;
}

.writing li {
  list-style: none;
  padding: none;
}
.writing li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.writing a {
  padding: 2.61792em 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.writing a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.writing a h3 {
  display: block;
  font-family: ff-meta-web-pro, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.writing a p {
  font-size: 1em;
  padding: 1em 0;
  color: #222222;
  font-weight: 500;
}

.sharing {
  border-collapse: collapse;
  border-spacing: 0;
}
.sharing tr, .sharing td, .sharing th, .sharing thead, .sharing tbody {
  border-collapse: collapse;
  border-spacing: 0;
}
.sharing td:first-of-type {
  position: relative;
}
.sharing td:first-of-type:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1000%;
  right: -1000%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.sharing th, .sharing td {
  text-align: left;
  padding: 1em 0;
  vertical-align: top;
}
.sharing th {
  font-family: ff-meta-web-pro, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

footer {
  margin-top: 2.61792em;
  padding: 1.618em 0;
  background: #900606;
  color: #f9f9f9;
}

/*# sourceMappingURL=site.live.css.map */