/**
 * Reset CSS.
 *
 * via: http://meyerweb.com/eric/tools/css/reset/
 */
html, body, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
/*
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;
}

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;
}
i, em {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}
hr {
  border: 0;
}
*/

/* General
------------------------------- */
html, body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
}

body {
  background-color: #d3d1c6;
  color: #504f48;
}

a, a:visited, .link {
  color: #369;
  text-decoration: none;
  cursor: pointer;
}

/* Header
------------------------------- */
h1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-size: 16vw;
  color: #ccc;
  margin: 60px auto 0px;
  text-align: center;
  padding: 0;
  margin-top: 16%;
  text-transform: uppercase;
}

.single-post h1,
.single h1 {
  margin-top: 3%;
}

.scroll-dist-header {
  background-color: rgba(39, 39, 39, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../_imgs/2014/kempt-small.jpg);
  color: #ccc;
}

.scroll-dist-header .scroll-dist-content {
  overflow: auto;
  width: 100%;
  background: rgba(120,170,0,0.76);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.scroll-dist-header .border {
  float: right;
  border-bottom: 1px solid #ccc;
  height: 1px;
  margin-top: 1.46em;
  width: 100%;
  overflow: hidden;
  display: none;
}

.scroll-dist-header h2 {
  margin: 12px auto 48px;
  max-width: 349px;
  text-align: center;
  padding: 0;
  font-size: 2.3vh;
}

/* Top links
------------------------------- */
#nav-main {
  padding: 3px 0 0 21px;
}

.navigation {
  padding: 0;
  line-height: 130%;
  font-family: Trebuchet MS, Verdana, sans-serif;
  margin: 0;
  overflow: hidden;
}

.navigation a {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  margin: 0 1px;
}

.navigation a:hover {
 -webkit-transition: color .3s ease-in-out .1s;
 -moz-transition: color .3s ease-in-out .1s;
 -o-transition: color .3s ease-in-out .1s;
 -ms-transition: color .3s ease-in-out .1s;
 transition: color .3s ease-in-out .1s;
 color: #fff;
}

.navigation ul {
  margin: 0;
  padding: 0;
}

.navigation li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation li.current a {
  color: rgba(255,255,255,0.35);
}


/* Lifestream
------------------------------- */
.lifestream {
  margin: 0 17px 0 0;
  padding: 2em 3px 0;
}

.lifestream h3 {
  font-size: 110%;
  margin: 0 0 9px;
  color: #aaa;
  font-weight: 100;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}


/* Lifestream from Twitter
------------------------------- */
.lifestream .twtr-hd {
  display: none;
}

.lifestream .twtr-timeline {
  height: 100% !important;
}

.lifestream .twtr-widget .twtr-tweet {
  border: 0;
  margin: 18px 0 30px;
}

.lifestream .twtr-widget {
  font-size: 90% !important;
  font-family: 'Ubuntu', sans-serif !important;
  margin-right: 12px;
}

.lifestream .twtr-widget .twtr-tweet-wrap {
  padding: 0 !important;
}

.lifestream .twtr-avatar {
  display: none !important;
}

.lifestream .twtr-widget em {
  color: transparent;
  margin-top: 6px;
}

.lifestream .twtr-widget .twtr-user:before {
  content: "- @";
}

.lifestream .twtr-widget .twtr-user {
  display: block !important;
  margin: 0 0 3px;
  font-size: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.lifestream .twtr-widget .twtr-tweet-text {
  margin-left: 0 !important;
  position: relative;
  padding-bottom: 12px;
  font-size: 110%;
}

.lifestream .twtr-widget .twtr-timestamp {
  position: absolute;
  bottom: 6px;
  right: 0;
  display: block;
}

.lifestream .twtr-widget .twtr-reply,
.lifestream .twtr-widget .twtr-rt,
.lifestream .twtr-widget .twtr-fav {
  display: none !important;
}

.lifestream .twtr-ft {
  display: none;
}

#twtr-widget-1 .twtr-doc,
#twtr-widget-1 .twtr-hd a,
#twtr-widget-1 h3,
#twtr-widget-1 h4 {
  background-color: transparent !important;
}

#twtr-widget-1 .twtr-new-results,
#twtr-widget-1 .twtr-results-inner,
#twtr-widget-1 .twtr-timeline {
  background: none !important;
}

body #twtr-widget-1 .twtr-bd,
body #twtr-widget-1 .twtr-timeline i a,
body #twtr-widget-1 .twtr-bd p {
  color: rgba(255,255,255,0.5) !important;
}

/* Lifestream from FriendFeed
------------------------------- */

.friendfeed.widget, div.friendfeed.widget div, div.friendfeed.widget span, div.friendfeed.widget img, div.friendfeed.widget table, div.friendfeed.widget tr, div.friendfeed.widget td {
  font-size: 98%;
}

.friendfeed.widget .feed .entry .likes,
.friendfeed.widget .feed .entry .expandcomment,
.friendfeed.widget .feed .entry .comment .quote {
  margin-left: 4px !important;
}
.friendfeed.widget .feed .entry .comment .content {
  margin-left: 23px !important;
}

.friendfeed.widget {
  border: 0 !important;
  font-size: 90%;
}

.friendfeed .feed {
  padding: 0 !important;
}

.friendfeed.widget img.icon {
  display: none;
}

.friendfeed.widget .feed .cluster .body {
  margin-left: 0 !important;
}

.friendfeed.widget .feed .entry {
  position: relative;
  margin-bottom: 3em !important;
}

.friendfeed.widget .feed .entry .info {
  color: #000 !important;
  font-size:90%;
  font-weight: bold;
  display: none;
}

.friendfeed.widget .feed .entry .title {
  font-size: 140%;
  margin-bottom: .7em !important;
  color: #333;
}
.friendfeed.widget .feed .entry .title a {
  text-decoration: none;
  border-bottom: 1px dotted #369;
  color: #369;
}

.friendfeed.widget .feed .entry .comment .quote {
  background: none !important;
}
.friendfeed.widget .feed .entry .info a {
  display: none;
}

.friendfeed .feed .entry .comment {
  white-space: normal !important;
}

.friendfeed .feed .cluster .body .summary {
  display: none;
}
.friendfeed.widget, div.friendfeed.widget div, div.friendfeed.widget span, div.friendfeed.widget img, div.friendfeed.widget table, div.friendfeed.widget tr, div.friendfeed.widget td {
  background-color: transparent !important;
}

/* Content area
------------------------------- */
.main-header {
  margin-top: 3em;
}

.main-text {
  padding: 0 13% 18%;
  font-size: 90%;
  line-height: 150%;
}

.main-description {
  display: block;
  margin: 1em 0;
}

#bug {
  font-size: 13px;
  line-height: 140%;
  color: #555;
  padding: 1em 0;
  position: absolute;
  top: 2em;
  left: 23%;
  margin: 0;
  display: none;
  clear: both;
}

#bug em {
  float: left;
  display: block;
  margin-right: 143px;
}

#bug .pic {
  display: block;
  position: absolute;
  right: 8px;
}

.main-text h2,
.main-text h3,
.main-text h4 {
  font-weight: bold;
  margin: 1.5em 0;
}
.main-text h2 {
  font-size: 26px;
}
.main-text h3 {
  font-size: 22px;
  line-height: 32px;
}
.main-text h4 {
  font-size: 18px;
}

.main-text ul li {
  padding-left: 1em;
  padding-right: 2em;
  text-indent: -.7em;
  line-height: 1.6em;
}

.main-text ul li:before {
  content: "• ";
  color: #ccc;
}​

.video-figure {
  margin: 0;
}


/* Images
------------------------------- */
#recent-photos {
  margin-bottom: 1.2em;
  overflow: auto;
  width: 100%;
  padding: 0 0 12px;
}

#recent-photos img {
  width: 81px;
}

.pic img {
  border: 0;
}

.pic a {
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
  width: 99px;
  background-color: #fff;
  box-shadow: 3px 3px 12px #aaa;
  padding: 9px 0;
  margin: 0 9px 9px 0;
  /*
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 13px;
  padding-bottom: 30px;
  margin-bottom: .4em;
  z-index: 10;
  margin: .4em 9px .4em 8px;
  background-color: #fff;
  box-shadow: 3px 3px 12px #aaa;
  */
}

/* Bloggin'
------------------------------- */
#Weblog .title {
  font-size: 344%;
  line-height: 116%;
  font-weight: normal;
  margin: .5em 0 .8em 0;
  text-align: left;
  padding: .5em 0 0 0;
}

#Weblog .title a {
  text-decoration: none;
}

#Weblog {
  font-size: 100%;
  position: relative;
  overflow: auto;
  zoom: 1;
}

#Weblog .front-blog-page .title {
  margin-right: 4.5em;
}

#Weblog .front-blog-page-top-shim {
  height: 8em;
  width: 100%;
  overflow: auto;
  display: none;
}

#Weblog .post {
  margin: 0 0 1em;
  border-bottom: 1px solid #333;
}

#Weblog .post ol {
  list-style: decimal;
  margin: 9px 0;
}

#Weblog .post ol li {
  margin-left: 18px;
}

#Weblog .entry-utility {
  margin: 1em 0 0;
}

#Weblog blockquote {
  color: #999;
  font-size: 92%;
  line-height: 140%;
  margin: 2em 3em;
}

#Weblog h5 {
  padding: .2em 0;
  margin: 1em 0;
  display: block;
}

#Weblog h5 .comment-link {
  font-size: 150%;
  margin-left: 2em;
}

#Weblog .previous-post {
  font-size: 70%;
  margin-top: 2em;
  display: none;
}

.more-about-this-post {
  background-color: rgba(0,0,0,0.1);
  padding: 15px;
  margin: 0 0 24px;
}

#next-post, #profile-container { display: none; }

#recently {
  padding: .3em 1em 1em;
  margin: 0 0 3em;
  background: rgba(0,0,0,0.1);
  font-size: 80%;
}

#recently h3 {
  margin: 1em .3em;
}

.iter-next-link {
  font-size: 110%;
  background-color: rgba(0,0,0,0.1);
  padding: 1em;
  margin: 1em 0;
  text-align: left;
}
.iter-next-link a {
  display: block;
}

#nav-above {
  display: none;
}

#nav-below {
  margin: 36px 0 60px;
}

#nav-below a {
  display: block;
  padding: 2px 10px;
  font-size: 13px;
  background-color: #eee;
  background-color: rgba(0,0,0,0.1);
}


/* Comments
----------------------------------------------- */
#comments {
  margin: 0;
  padding: 20px 10px 15px;
  /*font:normal 12px/15px Lucida Grande, sans-serif;*/
}

#comments ul li::before {
  content: "";
  color: inherit;
}

#comments h4 {
  margin:0 0 10px;
  padding:0 14px 2px 0;
  font-size:120%;
  line-height:1.4em;
  color:#333;
}

#comments-block {
  margin:0 15px 0 9px;
}

.comment-data {
  background:url("http://www.blogblog.com/rounders/icon_comment.gif") no-repeat 2px .3em;
  margin:.5em 0;
  padding:0 0 0 20px;
  color:#666;
}

.comment-poster {
  font-weight:bold;
}

.comment-body {
  margin:0 0 1.25em;
  padding:0 0 0 20px;
}

.comment-body p {
  margin:0 0 .5em;
}

.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  color:#666;
}

.comment-timestamp a:link {
  color:#666;
}

.deleted-comment {
  font-style:italic;
  color:gray;
}

#comments ul li {
  list-style: none;
  text-indent: inherit;
  padding: 0;
}

#comments #reply-title {
  margin: 12px 0 0;
  padding: 6px 12px;
}

#comments .comment-header img {
  width: 18px;
  height: 18px;
}

#comments .comment-header a {
  text-decoration: none;
}

#commentform {
  margin:10px 0;
  padding:10px;
  border-bottom:#ddd 1px solid;
}

.commentnum {
  font-size:1.5em;
  font-weight:bold;
  margin:0 5px 0 0;
}

.commentlist {
  margin: 0 0 0 17px;
  padding: 0;
}

.commentlist li {
  list-style:none;
  padding: 12px;
  border-bottom:#333 1px solid;
}

.commentlist .comment-body {
  padding: 6px 0 0;
}

.comment-form-comment {
  display: block;
}

/*.commentlist li.thread-alt{background:#f9f9f9;}*/
.commentlist li .cmtinfo{font-size:1em;}
.commentlist li cite{font-style:normal;font-weight:bold;}
.commentlist li .cmtinfo em{float:right;margin:0;padding:0;font-style:normal;font-size:0.9em;color:#999;}
.commentlist .children li{border-bottom:0px;}
#content-main .commentlist .children{
  margin:10px 0 10px 10px;
  padding:0;
  border-left:1px solid #333;
}


/* Search
------------------------------- */
#search {
  font-family: arial;
  position: absolute;
  top: 0;
  right: 24px;
  height: 2.2em;
  padding: 0;
  z-index: 11;
  background: #eee;
  width: 248px;
  box-shadow: 0 0 3px #aaa;
  display: none;
}

#search .search-form {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-top: .3em;
  vertical-align: middle;
  font-size: 90%;
}

#search form {
  margin: 0 0 0 .2em;
  display: inline;
}

#search form input {
  font-size: 90%;
}

#search form input[type="text"] {
  border: 1px solid #ddd;
  padding: 3px;
  width: 140px;
}

#search form input[type="button"] {
  padding: 3px;
  width: 60px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#d5d5d5));
  background: -moz-linear-gradient(-90deg, #f4f4f4, #d5d5d5);
}

/* Smaller screens */

@media (max-width: 640px) {
  .scroll-dist-header {
    background-size: 241%;
  }
  .scroll-dist-header h1 {
    padding-left: 0px;
    font-size: 16vw;
  }
  .scroll-dist-header h2 {
    max-width: 60%;
    font-size: 5vw;
    padding-left: 0px;
  }

  #nav-main {
    padding-left: 3px;
  }

  .navigation a {
    font-size: 3.6vw;
    padding-right: 9px;
    padding-left: 9px;
  }

  .main-text {
    padding: 0 3% 18%;
  }

  #Weblog {
    overflow: hidden;
  }

  #Weblog .title {
    font-size: 206%;
  }
}
