/* reset */
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, font, 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 {margin:0; padding:0;}
ol, ul {list-style-image:none; list-style-position:outside; list-style-type:none;}

/* html5 */
article, aside, dialog, figure, footer, header, legend, nav, section, time {display:block;}

/* general */
html {
  background: #F1F1F1 url(/static/images/background.jpg);
}
body {
  max-width: 520px;
  margin: 0 auto;
  color: #000;
  font-family: proxima-nova, "proxima-nova-1","proxima-nova-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 17px 0;
}

/* links */
a, a:visited {
  color: #333;
}
header a, header a:visited {
  color: #000;
  text-decoration: none;
}

/* main header */
#blog-title {
  margin: 56px 0;
  margin-left: -4px;
  font: 84px adelle, "adelle-1","adelle-2", "Georgia", "Times New Roman", serif;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

/* articles */
.no-articles {
  margin: 0;
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid rgba(213, 213, 213, 1);
  -webkit-box-shadow: 0 1px 0 #FFF;
}
article {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(213, 213, 213, 1);
  -webkit-box-shadow: 0 1px 0 #FFF;
}
article h1 {
  margin: 34px 0 0;
  font: 26px adelle, "adelle-1","adelle-2", "Georgia", "Times New Roman", serif;
  font-weight: normal;
}
article h2 {
  margin-top: 30px;
  font-size: 20px;
}
time {
  font: 13px proxima-nova, "proxima-nova-1","proxima-nova-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
article ul {
  padding-left: 40px;
  list-style-type: circle;
}
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  color: #777777;
  border-left: 5px solid #CCCCCC;
}
figure{
  text-align: center;
}
figure img {
  border: none;
}
pre {
  margin: 0;
  padding: 10px;
  background-color: #F5F5F5;
  border: 1px solid silver;
  overflow: auto;
}
pre, code {
  color: #007000;
  font-family: monospace;
  font-size: 14px;
}
sup {
  position: relative;
  top: -5px;
  vertical-align: top;
}
sup a {
  text-decoration: none;
}

/* archives */
#archives {
  width: 100%;
  padding: 34px 0;
  border-bottom: 1px solid rgba(213, 213, 213, 1);
  -webkit-box-shadow: 0 1px 0 #FFF;
}
#archives h2 {
  text-align: center;
}
#archives a {
  text-decoration: none;
}
#archives article {
  border-bottom: none;
  -webkit-box-shadow: none;
}
#archives h1 {
  margin: 0;
  font-size: 24px;
}

/* main footer */
footer {
  padding-top: 17px;
}
.vcard {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(213, 213, 213, 1);
  -webkit-box-shadow: 0 1px 0 #FFF;
}
.bio {
  display: inline-block;
  font-size: 15px;
  width: 72%;
  padding-right: 7%;
}
.vcard img {
  display: inline-block;
  width: 20%;
  position: relative;
  top: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,.35);
  border-radius: 2px;
}
.vcard-more {
  display: none;
}
.search {
  padding: 40px;
  text-align: center;
}

/* responsive */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 800px)  {
  body {
    padding: 0 10px;
  }
  #blog-title {
    font-size: 60px;
    white-space: normal;
  }
  .bio {
    width: 100%;
  }
  .vcard img {
    display: none;
  }
}
