/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  ======================================
  Header and Nav
  ======================================
*/

header {
  height: 650px;
  background: url("https://s3.us-east-2.amazonaws.com/mikesboyle.com/img/header-img");
  background-size: cover;
}

.title-block {
  position: relative;
  top: 494px;
  background: rgba(0,0,0,.1);
  color: #fff;
  text-align: center;
  font-family: Futura, Helvetica, Arial, sans-serif;
}

.title-block a {
  color: #fff;
  text-decoration: none;
}

#title {
  font-size: 80px;
  font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

#subtitle {
  font-size: 28px;
}

.primary-nav {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #aaa;
}

.primary-nav a {
  color: #000;
  font-size: 24px;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px;
}

.primary-nav a:hover {
  color: #6174B7;
}

.primary-nav img {
  height: 24px;
  margin-top: 5px;
  margin-bottom: -5px;
}
/*
img#fb-nav-icon {
  margin-top: 2px;
  margin-bottom: -9px;
  height: 40px;
}*/

/*img#twitter-nav-icon {
  height: 29px;
}*/

.fixed {
  position: fixed;
  top: -10px;
  z-index: 1;
  width: 100%;
  min-width: 300px;
  box-shadow: 0 3px 3px #aaa;
}

/*
  ===========================
  Post content
  ===========================
*/

article {
  margin-top: 70px;
  margin-bottom: 40px;
}

.post-body img {
  margin-bottom: 20px;
  max-width: 500px;
  box-shadow: 2px 2px 2px #ccc;
}

.content {
  width: 600px;
  margin: 0 auto;
}

/*
  ===========================
  Post title and buttons
  ===========================
*/

.post-title-block {
  margin-top: 25px;
  font-family: Futura, Helvetica, Arial, sans-serif;
}

.post-title a {
    color: #000;
    text-decoration: none;
}

.post-title a:hover {
    color: #6174B7;
}

.post-title {
  font-size: 28px;
}

.post-head-links {
    font-family: Futura, Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 10px 0 10px 0;
  color: #999;
  font-style: italic;
  font-weight: 200;
}

.post-head-links li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.post-head-links li:nth-child(2) {
    margin-left: 40px;
}

#post-date {
  margin-left: -5px;
  margin-top: -6px;
}

.post-head-links img {
  margin-bottom: 10px;
}

#twitter-button {
  height: 22px;
}

#fb-button {
  height: 30px;
}

.like-reblog {
    margin-top: -8px;
}

#linkedin-button {
  height: 24px;
}

/*
  =============================
  Global post styles
  =============================
*/

h2, h3 {
  font-family: Futura, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

h2 {
  font-size: 28px;
  margin-top: 30px;
}

h3 {
  font-size: 22px;
  margin-top: 20px;
}

p {
  font-family: Palatino, "Palatino Linotype", serif;
  font-size: 17px;
  line-height: 24px;
  /*line-height: 21px;*/
  /*margin-bottom: 10px;*/
  margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

em {
    font-style:italic;
}

blockquote {
    margin-left: 30px;
    margin-bottom: 10px;
    font-style: italic;
    color: #666;
    border-left: 4px solid #ccc;
    padding-left: 10px;
}

pre.prettyprint {
    margin-left: 20px;
    margin-bottom: 15px;
    border: none !important; */ to override prettify.css */
    border-radius: 3px !important;
    overflow-x: auto;
    background: #DDDDF5;
    border-radius: 3px;
}

code {
  font-family: Monaco, "Droid Sans Mono", "Inconsolata", Courier, monospace;
  font-size: 14px;
}

}
.post-body ol {
    list-style-type: decimal;
    font-family: Palatino, "Palatino Linotype", serif;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.post-body ul {
    font-family: Palatino, "Palatino Linotype", serif;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
    list-style-type: square;
    margin-left: 30px;
}

.post-body tr {
    font-family: Palatino, "Palatino Linotype", serif;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
}

.post-body th {
    font-weight: bold;
    padding-right: 10px;
}

.post-body a {
  font-family: Palatino, "Palatino Linotype", serif;
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
  color: #6174B7;
}

.post-body a:hover {
  color: #4E5D92;
}

#continue {
    font-style: italic;
}

.post-body li {
  padding: 2px;
}

/*
  ====================
  Video posts
  ====================
*/

.media-player {
    margin-bottom: 10px;
}

/*
  ====================
  Link posts
  ====================
*/

.link-info {
    font-family: Palatino, "Palatino Linotype", serif;
  font-size: 17px
  line-height: 21px;
}

.link-info p {
    margin-top: 10px;
}

.link-info a {
    font-family: Futura, Helvetica, Arial, sans-serif;
    font-size: 20px;
}

/*
  ====================
  Notes / comments
  ====================
*/

.postnotes h3 {
    font-family: Futura, Helvetica, Arial, sans-serif;
    color: #999;
    font-size: 20px;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 10px;
}

.postnotes {
    margin-bottom: 40px;
}

.postnotes ol {
  list-style: decimal;
  font-family: Palatino, "Palatino Linotype", serif;
  color: #999;
  font-size: 17px
  line-height: 30px;
  margin-left: 20px;
}

.postnotes li {
    padding: 5px;
}

.postnotes img {
    margin-bottom: 0;
    margin-right: 10px;

}

.postnotes a {
  font-family: Palatino, "Palatino Linotype", serif;
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
  color: #6174B7;
}

.postnotes a:hover {
  color: #4E5D92;
}

/*
  ====================
  Footer / page navigation
  ====================
*/

.pagenav {
    font-style:italic;
    margin: 20px 0;
    border-top: 1px solid #aaa;
}

.pagenav a {
    font-family: Futura, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-decoration: none;
  color: #999;
  font-weight: 200;
}

.pagenav a:hover {
  color: #6174B7;
}

.newer {
    border: none;
    display: inline-block;
    float: left;
}

.older {
    border: none;
    display: inline-block;
    float: right;
}

/*
  ===========================
  Projects page
  ===========================
*/

.projects h1 {
  font-family: Futura, Helvetica, Arial, sans-serif;
  font-size: 42px;
  text-align: center;
  /*margin-bottom: 20px;*/
}

/*.projects h2 {
  font-family: Futura, Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 30px;
}*/

.projects a {
    color: #000;
    text-decoration: none;
}

.projects a:hover {
    color: #6174B7;
}

.projects img {
  width: 500px;
  /*margin: 0 auto;*/
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px #ccc;
  opacity: 0.9;
}

.projects img:hover {
  opacity: 1.0;
}

.projects ul {
    font-family: Palatino, "Palatino Linotype", serif;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
    list-style-type: square;
    margin-left: 30px;
}

.projects ul a {
  font-family: Palatino, "Palatino Linotype", serif;
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
  color: #6174B7;
}

.projects ul a:hover {
  color: #4E5D92;
}
