/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 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;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define visible focus styles!
:focus {
  outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* base setup */
body {
  font: 15px/1.3 "Helvetica Neue", Helvetica;
  -webkit-font-smoothing: antialiased;
  text-shadow: #eee 0 1px 1px; }

.clear {
  clear: both; }

#header h1 {
  display: none; }

header img {
  width: 100%;
  max-width: 600px;
  height: 100%; }

/* content */
section h1 {
  font-size: 20px;
  font-weight: 800;
  padding: 0 0 8px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px; }

aside li {
  list-style: none; }

.archive-year-link {
  background-color: #9e9e9e;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-shadow: none; }

/* article */
article h2 {
  font-size: 18px; }

article h2 a {
  color: #000; }

article .posted_at {
  display: inline;
  color: #9e9e9e;
  font-style: italic;
  font-size: 12px;
  margin-left: 5px; }

article .continue-reading {
  color: #666; }

article p {
  padding: 4px 0; }

article b, article strong {
  font-weight: 500; }

article img {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 10px 0; }

article ul, article ol {
  margin: 0 0 10px 20px; }

footer p.copyright {
  text-align: center;
  clear: both;
  padding: 20px; }
