body {
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f1f1f1 url("../images/header-bg.png") repeat-x; }

a {
  color: red;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:link {
    text-decoration: none; }
  a:hover, a:link, a:visited, a:active {
    color: red; }

strong {
  font-weight: bold; }

cite, em {
  font-style: italic; }

header {
  height: 80px; }
  header nav {
    text-align: center; }
    header nav a {
      display: inline-block;
      max-width: 362px;
      margin-top: 18px; }
      header nav a img {
        width: 100%;
        max-width: 362px;
        display: block; }

#wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px; }

#left {
  line-height: 1.5em;
  padding: 0 10px; }

section {
  margin-top: 10px; }

#posts time {
  display: block;
  text-transform: uppercase;
  font-size: 0.875em; }
#posts li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }
#posts h1 {
  font-size: 1.875em;
  color: red;
  line-height: 1.5em; }

article {
  color: #666;
  position: relative; }
  article h1 {
    font-size: 1.875em;
    color: red;
    line-height: 1.5em; }
  article h2 {
    font-size: 1.5em;
    color: black;
    margin-bottom: 1.25em; }
  article h3 {
    font-size: 1.25em;
    color: black;
    margin-bottom: 1.25em; }
  article p {
    margin-bottom: 1.5em; }
  article ul {
    margin: 0 0 18px 1.5em;
    list-style: square; }
  article ol {
    margin: 0 0 18px 1.5em;
    list-style: decimal; }
  article blockquote {
    font-style: italic;
    padding: 0 3em; }
  article hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em; }
  article footer {
    font-size: 0.875em;
    margin-bottom: 10px; }
  article #slideshare {
    width: 100%;
    max-width: 425px;
    height: 355px;
    overflow: hidden; }

aside {
  line-height: 1.25em;
  padding: 0 20px; }
  aside > img {
    display: none; }
  aside h2 {
    font-size: 1.25em;
    margin: 1.25em 0;
    color: #666; }
  aside li, aside p, aside > a {
    font-size: 0.875em; }
  aside p {
    color: #404040;
    margin-right: 5%; }
  aside li {
    margin-bottom: 8px; }
  aside img {
    max-width: 340px;
    width: 100%; }

#flickr_badge_uber_wrapper {
  margin-top: 1.5em;
  width: 100%; }

#flickr_badge_wrapper {
  width: 100%; }

.flickr_badge_image {
  display: inline-block;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 5%;
  max-width: 97px;
  max-height: 97px; }
  .flickr_badge_image img {
    border: 0px solid black !important;
    height: 100%;
    width: 100%;
    max-width: 97px;
    max-height: 97px; }

#error {
  text-align: center; }
  #error img {
    max-width: 340px;
    width: 100%; }
  #error h1 {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.75em;
    font-weight: bold; }

pre, code {
  font-family: Consolas, Menlo, 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; }

code {
  color: #666;
  font-size: .9em;
  padding: 2px;
  background: #F1F1F1;
  border: 1px solid #BBB;
  font-weight: 900; }

.highlight code {
  padding: 0px; }

section > article img {
  width: 100%; }

#sketches {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #sketches li {
    display: inline-block;
    padding: 0 2% 2% 2%;
    width: 46%; }

.auto-width {
  width: auto; }

@media screen and (min-width: 800px) {
  section {
    margin-top: 60px; }

  header nav a {
    margin-left: 37px; }

  article {
    padding-left: 90px; }

  .datebubble {
    background-image: url("../images/date-bubble.png");
    color: white;
    width: 74px;
    height: 56px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; }
    .datebubble .month {
      font-weight: bold;
      line-height: .95em;
      display: block; }
    .datebubble .day {
      font-family: "Arial Black", arial, sans-serif;
      display: block;
      font-size: 1.8125em;
      font-weight: 800; } }
@media screen and (min-width: 590px) {
  #left {
    float: left;
    width: 61.8627451%; }

  header nav {
    text-align: left; }

  aside {
    width: 33.3333333%;
    float: right;
    padding: 0px; }
    aside > img {
      display: block; }
    aside li, aside p, aside > a {
      max-width: 225px; } }
