/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
@import '_/css/defaults.css';

@import '_/typography/type.css';
/*   
Theme Name: Jeremiah Tolbert 2012
Theme URI: http://www.jeremiahtolbert.com/
Description: Custom Theme for my Personal website
Author: Clockpunk Studios
Author URI: http://www.clockpunkstudios.com/
Version: 1.0
*/
body {
  width: 100%;
  float: left;
}
/* Color Variables */
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
html {
  background-color: #006f6f;
}
/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
  font: 18px Georgia, "Times New Roman", Times, serif;
}
/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
/* we like off-black for text */
body,
select,
input,
textarea {
  color: #666;
}
a {
  color: #076386;
}
a:hover {
  color: #078663;
}
img, object, embed {
  max-width: 100%;
}
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) 
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 
*/
/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #bb4500;
  font-weight: normal;
  margin-top: 10px;
}
h1 {
  font-size: 32px;
  margin-bottom: 12px;
}
h2 {
  font-size: 28px;
  margin-bottom: 28px;
}
h2.entry_title, h2.page_title {
  font-size: 28px;
  margin-bottom: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  letter-spacing: -2px;
  text-shadow: 1px 1px #CCC;
  margin-top: 0;
}
h2.photo_title.entry_title {
  font-size: 22px;
  letter-spacing: -1px;
  text-align: right;
}
h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
h3.linktitle {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 22px;
}
h3.linktitle a {
  text-decoration: none;
  text-shadow: 1px 1px #CCC;
  margin-top: 0;
}
h3.linktitle a:hover, h2.entry_title a:hover {
  text-shadow: none;
}
#sidebar h3 {
  font-size: 36px;
  font-family: 'DinerFattRegular', sans-serif;
  letter-spacing: 3px;
  color: #FFF;
  background: #bb4500;
  line-height: 1em;
  padding: 3px 6px;
  margin-top: 0;
  position: relative;
  right: -10.5%;
  -webkit-box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900, 4px 4px 0 #6F2900, 5px 5px 0 #6F2900, 6px 6px 0 #6F2900, 7px 7px 0 #6F2900;
  -moz-box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900, 4px 4px 0 #6F2900, 5px 5px 0 #6F2900, 6px 6px 0 #6F2900, 7px 7px 0 #6F2900;
  box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900, 4px 4px 0 #6F2900, 5px 5px 0 #6F2900, 6px 6px 0 #6F2900, 7px 7px 0 #6F2900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
h4 {
  font-size: 20px;
  color: #6f2900;
  margin-bottom: 12px;
}
h4.date {
  font-family: 'Open Sans';
  font-size: 14px;
  text-align: right;
  color: #AAA;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h6.type {
  color: #13babb;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: right;
  margin: 6px 0;
}
/* And here begins the Wordpress fun. */
/* Layout */
#primary_column {
  display: inline;
  float: left;
  overflow: hidden;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
}
#full_column {
  display: inline;
  float: left;
  overflow: hidden;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
}
.post img {
  max-width: 99%;
  border: 1px solid #063c7c;
  margin: 0 auto;
}
#sidebar {
  display: inline;
  float: left;
  overflow: hidden;
  width: 29.166666666666668%;
  margin: 0 1.0416666666666665%;
  overflow: visible;
  display: none;
}
#page-wrap {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#footer {
  padding: 10px;
  color: #FFF;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 20px;
  padding-right: 2.5%;
}
#main {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFF;
  padding: 30px 0;
  width: 95%;
  -webkit-box-shadow: 1px 1px 0 #CCC, 2px 2px 0 #CCC,3px 3px 0 #CCC,4px 4px 0 #CCC,5px 5px 0 #CCC,6px 6px 0 #CCC;
  -moz-box-shadow: 1px 1px 0 #CCC, 2px 2px 0 #CCC,3px 3px 0 #CCC,4px 4px 0 #CCC,5px 5px 0 #CCC,6px 6px 0 #CCC;
  box-shadow: 1px 1px 0 #CCC, 2px 2px 0 #CCC,3px 3px 0 #CCC,4px 4px 0 #CCC,5px 5px 0 #CCC,6px 6px 0 #CCC;
  margin: 0 auto;
}
.clear {
  clear: both;
}
/* Header */
#header {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
#header h1 {
  font-family: DinerRegular, sans-serif;
  letter-spacing: 6px;
  color: #FFF;
  font-size: 32px;
  margin: 6px 0 10px;
  line-height: .9;
  position: relative;
  left: 1%;
  width: 100%;
}
#header h1 a {
  color: #FFF;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 0 #CCC, 2px 2px 0 #CCC, 12px 12px 16px #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header h1 a:hover {
  text-shadow: 1px 1px 0 #CCC, 2px 2px 0 #CCC, 3px 3px 6px #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .illustration {
  position: absolute;
  top: 25%;
  right: 0%;
  text-align: right;
  background: url(_/images/header_welcome.png) no-repeat;
  height: 146px;
}
.illustration .bubble {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 231px;
  height: 96px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}
.bubble h3 {
  margin: 0;
  font-size: 19px;
  text-align: center;
}
.aktt_tweet_time {
  font-style: italic;
  font-size: 12px;
}
#header h1 span {
  letter-spacing: 6px;
}
#searchform {
  font: 75% sans-serif;
  text-align: right;
}
#searchform #s {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #EEE;
  width: 50%;
  margin-bottom: 12px;
}
#searchsubmit {
  outline: none;
  border: none;
  background: #bb4500;
  color: #FFF;
  -webkit-box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900,4px 4px 0 #6F2900;
  -moz-box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900,4px 4px 0 #6F2900;
  box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900,4px 4px 0 #6F2900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  top: -9px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#searchsubmit:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: -7px;
  left: 2px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.mobile_menu {
  padding: 2px 0 0 5px;
}
.mobile_menu label {
  color: #FFF;
  font-family: Verdana, Geneva, sans-serif;
  padding-top: 1px;
  padding-right: 16px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Post Styles */
.post {
  margin-bottom: 40px;
  padding-left:10px;
}
.entry {
  margin-bottom: 18px;
}
.post p {
  line-height: 1.5;
  margin-bottom: 18px;
}
.post li {
  line-height: 1.4;
}
footer.postmetadata {
  margin: 0 0 15px;
  padding-top: 8px;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: right;
}
footer.postmetadata em {
  font: italic 1em Georgia, "Times New Roman", Times, serif;
  text-transform: none;
}
.post pre {
  width: 100%;
  overflow: auto;
  margin: 15px 0;
  display: block;
  background: #f5f3ee;
}
.post code {
  padding: 5px 18px;
  display: block;
  font-size: 1.2em;
}
.post ul, .post ol, #sidebar ul {
  margin: 15px 0;
}
.post ul, #sidebar ul {
  list-style-type: circle;
  margin-bottom: 12px;
}
.post ul {
  margin-left: 15px;
}
.post ul li {
  list-style-type: disc;
}
.post ol {
  list-style-type: decimal;
  margin-bottom: 12px;
}
.post ol li {
  margin: 0 0 8px 32px;
  padding-left: 20px;
}
.post ul li, #sidebar ul li {
  margin: 0 0 8px 24px;
  line-height: 1.4;
  padding-left: 24px;
}
.post h2 a {
  text-decoration: none;
  color: #006f6f;
}
.post h2 a:hover {
  color: #078663;
}
.post h3 {
  line-height: 1.1;
}
.post blockquote {
  font-style: italic;
  font-size: 15px;
  margin: 0 40px 14px;
  line-height: 1.4;
  background-color: #E7E7E7;
  padding: 10px 10px 1px;
}
.post blockquote p {
  font-size: 15px;
}
.post a.comments-link {
  float: right;
}
.entry-content {
  margin-bottom: 20px;
}
#tags {
  margin: 12px 0;
}
#tags span {
  padding: 3px 6px;
}
#tags a, #tags a:visited {
  text-decoration: none;
}
p#tags, p#wp-edit, p.nextpage {
  clear: both;
}
#respond {
  margin-bottom: 20px;
}
p.read_more {
  text-align: right;
}
.read_more a {
  text-decoration: none;
}
/* Form Elements */
#author,
#email,
#comment,
#url {
  background: #FFF !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
}
#author, #email, #url {
  width: 220px;
}
#commentform textarea {
  width: 98%;
  height: 250px;
}
/* Social Links */
#social_links {
  margin: 20px 0;
  padding: 0;
  list-style-image: none;
}
#social_links li {
  /*float:left;margin:0 4px 0 0;height:59px;width:71px;padding:0;*/
}
#social_links li a {
  /*display:block;height:59px;width:71px;text-indent:-9999em;*/
}
#social_links li a:hover {
  opacity: .7;
}
#rss_link a {
  background-image: url(images/icon-rss.png);
}
#twitter_link a {
  background-image: url(images/icon-twitter.png);
}
#facebook_link a {
  background-image: url(images/icon-facebook.png);
}
#youtube_link a {
  background-image: url(images/icon-youtube.png);
}
/*Images*/
.post img {
  display: block;
  margin: 15px 0;
}
.wp-caption {
  background: #f2f2f2;
  text-align: center;
  padding: 10px 5px 10px 10px;
}
img.alignleft {
  margin: 5px 15px 10px 0;
  float: left;
}
img.alignright {
  margin: 5px 0 10px 15px;
  float: right;
}
.wp-caption.alignleft {
  float: left;
  margin: 20px 22px 10px 0;
}
.wp-caption.alignright {
  float: right;
  margin: 20px 0 10px 22px;
}
.wp-caption.aligncenter, img.aligncenter {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  float: none;
}
p.wp-caption-text {
  margin: 0;
  text-align: center;
  padding: 5px 0;
}
.wp-caption img {
  float: none;
  margin: 0;
}
.gallery {
  margin: 15px 0;
  display: block;
}
.gallery img {
  border: 1px solid #999 !important;
  padding: 2px;
  margin: 0 auto;
}
.gallery-item {
  padding: 12px 0;
  text-align: center;
}
.gallery-caption {
  padding: 10px 0;
}
/* Search and Archives*/
.search-highlight {
  background: #ffff00;
}
#comment_pagination {
  margin-top: 22px;
  overflow: hidden;
}
#archive_pagination {
  overflow: hidden;
  padding: 20px;
  text-align: center;
  line-height: 2.2;
}
.current-numeric-page {
  padding: 5px 8px;
}
#archive_pagination a, #archive_pagination a:visited {
  border: 1px solid #CCC;
  padding: 5px 8px;
  text-decoration: none;
}
#archive_pagination a:hover {
  background: #f5f5f5;
}
#archive_pagination a:active {
  background: #e6e6e6;
  border-color: #bebebe;
}
#comment_pagination div {
  float: left;
  margin-right: 10px;
}
a #icon-rss {
  border: none;
}
.archive #icon-rss {
  vertical-align: middle;
  margin-left: 3px;
}
/*Sidebar and Widgets*/
.widget {
  margin-bottom: 24px;
}
.widget li {
  list-style: none;
  padding: 2px 0;
  line-height: 140%;
}
.widget li.current_page_item a,
.widget li.current_page_item a:visited,
.widget li.current-cat a,
.widget.current-cat a:visited {
  font-weight: bold;
}
.widget li.current_page_item li a,
.widget li.current_page_item li a:visited,
.widget li.current-cat li a,
.widget li-current-cat li a:visited {
  font-weight: normal;
}
.widget li li {
  margin-left: 34px;
  border: 0;
  list-style: disc;
}
.widget p {
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5 {
  padding-left: 20px;
}
#wp-calendar tr {
  background: #f2f2f2;
}
#wp-calendar td {
  text-align: center;
  padding: 3px;
}
#recentcomments {
  color: #787878;
}
#recentcomments a, #recentcomments a:visited {
  font-style: italic;
}
#recentcomments a.url, #recentcomments a.url:visited {
  font-weight: bold;
  font-style: normal;
}
a.rsswidget, a.rsswidget:visited {
  font-weight: bold;
}
.rssSummary {
  line-height: 160%;
}
#wp125adwrap_2c {
  overflow: hidden;
}
#wp125adwrap_2c .wp125ad {
  float: left;
  margin-right: 8px;
}
.wp125ad a img {
  border: none;
}
#wp125adwrap_2c div + div {
  margin: 0 !important;
}
/* Navigation Styles */
/*Top Page Navbar */
nav {
  background-color: #bb4500;
  margin-bottom: -10px;
  position: relative;
  -webkit-box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900, 4px 4px 0 #6F2900, 5px 5px 0 #6F2900, 6px 6px 0 #6F2900, 7px 7px 0 #6F2900, 8px 8px 0 #6F2900, 9px 9px 0 #6F2900;
  -moz-box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900, 4px 4px 0 #6F2900, 5px 5px 0 #6F2900, 6px 6px 0 #6F2900, 7px 7px 0 #6F2900, 8px 8px 0 #6F2900, 9px 9px 0 #6F2900;
  box-shadow: 1px 1px 0 #6F2900, 2px 2px 0 #6F2900,3px 3px 0 #6F2900, 4px 4px 0 #6F2900, 5px 5px 0 #6F2900, 6px 6px 0 #6F2900, 7px 7px 0 #6F2900, 8px 8px 0 #6F2900, 9px 9px 0 #6F2900;
  width: 98%;
  margin: 0 auto;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#menu-top-menu {
  list-style: none;
  z-index: 10;
  line-height: 1.0;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: bottom;
  font-family: Verdana, Geneva, sans-serif;
  display: none;
}
#menu-top-menu li {
  float: left;
  margin-right: 0px;
  position: relative;
  list-style: none;
}
#menu-top-menu a, #menu-top-menu a:visited {
  display: block;
  text-decoration: none;
  color: #fbd9c0;
  padding: 12px 9px 8px;
  height: 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  border-right: 1px solid transparent;
}
.ie6 #menu-top-menu a {
  float: left;
}
#menu-top-menu a:hover, #menu-top-menu li.sfHover a {
  color: #FFF;
  background: #942900;
  -webkit-box-shadow: inset 4px 0px 0 #702F00;
  -moz-box-shadow: inset 4px 0px 0 #702F00;
  box-shadow: inset 4px 0px 0 #702F00;
  position: relative;
  left: 2px;
  padding-top: 12px;
  padding-bottom: 8px;
  transition: padding .5s;
  border-top: 2px solid #006f6f;
  -webkit-transition: all .1s;
}
#menu-top-menu a:active {
  text-decoration: underline;
}
#menu-top-menu li.current_page_item a, #menu-top-menu li.current_page_item a:visited, li.current_page_parent a {
  font-weight: bold;
  color: #FFF;
}
/* Dropdown Menus */#menu-top-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
#menu-top-menu li:hover ul, #menu-top-menu li.sfhover ul {
  left: 6px;
}
ul#menu-top-menu li:hover li ul, ul#menu-top-menu li.sfhover li ul {
  top: -999em;
}
ul#menu-top-menu li li:hover ul, ul#menu-top-menu li li.sfhover ul {
  left: 150px;
  /* match ul width */
  top: 0;
}
ul#menu-top-menu li li:hover li ul, ul#menu-top-menu li li.sfhover li ul {
  top: -999em;
}
ul#menu-top-menu li li li:hover ul, ul#menu-top-menu li li li.sfhover ul {
  left: 150px;
  /* match ul width */
  top: 0;
}
#menu-top-menu li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 150px;
  z-index: 1 !important;
  line-height: 1;
  background: #942900;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#menu-top-menu li li {
  width: 240px;
  z-index: 1000;
  height: auto;
}
#menu-top-menu li li a,
#menu-top-menu li li a:visited,
#menu-top-menu li.current_page_parent li.current_page_item a,
#menu-top-menu li.current_page_parent li.current_page_item a:visited {
  color: #fff !important;
  padding: 8px 12px !important;
  background: transparent !important;
  height: auto;
  border: none;
}
#menu-top-menu li li a:hover,
#menu-top-menu li li a:active,
#menu-top-menu li.current_page_parent li.current_page_item a:hover,
#menu-top-menu li.current_page_parent li.current_page_item a:active,
#menu-top-menu li li.sfHover a,
#menu-top-menu li.sfHover li a {
  color: #fbd9c0 !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#menu-top-menu li:hover ul,
#menu-top-menu li li:hover ul,
#menu-top-menu li li li:hover ul,
#menu-top-menu li.sfhover ul,
#menu-top-menu li li.sfhover ul,
#menu-top-menu li li li.sfhover ul {
  top: 38px;
}
#menu-top-menu ul ul {
  margin: 0 !important;
}
#menu-top-menu a.sf-with-ul {
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
#menu-top-menu li .sf-sub-indicator {
  display: none;
  /* position: absolute; display: block; right: 	.6em; top: 	.8em;  width: 	16px; height: 	10px; text-indent: 	-999em; overflow: hidden; background: url(../images/arrow_nav.gif) no-repeat; */
}
#menu-top-menu li li .sf-sub-indicator {
  background-image: url(_/images/arrow_child.gif) !important;
}
ul#menu-top-menu li.page-item-245:hover ul {
  left: -240px;
}
#menu-top-menu li li a:hover {
  color: #FFF !important;
}
ol.commentlist {
  list-style: none;
  margin-bottom: 20px;
}
ol.commentlist li.comment {
  padding: 10px 0px 10px 10px;
  margin-bottom: 20px;
}
ol.commentlist li.comment div.vcard cite.fn {
  font-weight: bold;
  font-style: normal;
}
ol.commentlist li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 14px;
  margin-bottom: 12px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}
ol.commentlist li.comment p {
  font-size: 14px;
  margin-bottom: 12px;
}
ol.commentlist li.comment div.reply {
  font-size: 14px;
  text-align: right;
  overflow: hidden;
  line-height: 1.8;
}
ol.commentlist li.comment div.reply a {
  color: #616161;
  text-decoration: none;
  padding: 3px;
  border: 1px solid #bcbcbc;
  background: #dddcdc;
  text-transform: uppercase;
}
ol.commentlist li.comment div.reply a:hover {
  background: #616161;
  color: #dddcdc;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 1px solid #555;
  margin: 0 0 20px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 1px solid #999;
  margin: 0 0 20px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 1px solid #bbb;
  margin: 0 0 20px 10px;
}
ol.commentlist li.parent {
  border-left: 1px solid #111;
}
/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
  #header h1 {
    background: none;
    text-indent: 0em;
  }
  #sidebar,
  nav,
  #searchform,
  #social_links,
  #crest,
  #respond,
  #sidebar,
  .commentlist,
  #comments {
    display: none;
  }
  .featured_image {
    float: left;
    margin-right: 5em;
  }
  div {
    clear: both;
    width: 100%;
    float: none;
  }
  #primary_column {
    width: 100%;
  }
}
/* Media queries!
-------------------------------------------------------------------------------*/
/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (min-width:320px) {
  #header h1 {
    font-size: 54px;
  }
}
@media screen and (min-width:515px) {
  #menu-top-menu {
    display: block;
  }
  nav {
    height: 38px;
  }
  .mobile_menu {
    display: none;
  }
}
@media screen and (min-width:590px) {
  #header h1 {
    font-size: 124px;
    text-shadow: 1px 1px 0 #CCC, 2px 2px 0 #CCC,3px 3px 0 #CCC, 12px 12px 16px #000;
  }
}
@media screen and (min-width:650px) {
  #sidebar {
    display: block;
  }
  #primary_column {
    display: inline;
    float: left;
    overflow: hidden;
    width: 66.66666666666666%;
    margin: 0 1.0416666666666665%;
  }
}
@media screen and (min-width:674px) {
  #header h1 {
    width: 40%;
  }
  #header .illustration {
    width: 60%;
    display: block;
  }
  #header h1 span {
    letter-spacing: 14px;
  }
}
@media screen and (min-width:960px) {
  #header h1 span {
    letter-spacing: 6px;
  }
  #header h1 {
    font-size: 120px;
    margin: 6px 0 10px;
    line-height: .9;
    position: relative;
    left: 1%;
    width: 57%;
  }
  #header .illustration {
    width: 43%;
    position: absolute;
    top: 20px;
    right: 0%;
    height: 135px;
    overflow: hidden;
  }
}
@media all and (orientation: portrait) {
  
}
@media all and (orientation: landscape) {
  
}
