html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
  font-family: Consolas, 'Lucida Console', Monaco, monospace;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

#container {
  width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  #container {
    width: 300px;
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  #container {
    width: 460px;
  }
}

#site-header {
  margin-top: 50px;
  margin-bottom: 4em;
  text-transform: lowercase;
  font-size: 0.8em;
  color: #999;
}

#site-header a {
  color: #999;
  border-bottom: 1px solid #999;
}

#site-header a:hover {
  border: none;
}

#site-header h1 {
  color: #ccc;
  display: inline;
}

#site-header p {
  display: inline;
}

a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

a:hover {
  background-color: yellow;
  border: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

h2 {
  text-align: left;
  font-size: 2em;
  line-height: 1.2;
  text-transform: lowercase;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  letter-spacing: 1px;
}

h2 a {
  color: #333;
  text-decoration: none;
}

p.date {
  margin-bottom: 2em;
  text-transform: lowercase;
  font-size: 0.8em;
  letter-spacing: 1px;
}

p.date a {
  color: #666;
}

p {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}

ul, ol {
  line-height: 1.4;
  margin-bottom: 1em;
}

ul li, ol li {
  margin-bottom: 0.5em;
}

blockquote {
  font-style: italic;
  margin: 0 20px;
}

code {
  font-family: Consolas, 'Lucida Console', Monaco, monospace;
  font-size: 0.85em;
}

.post {
  padding-bottom: 1em;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 2em;
}

.post-header {
}

.entry-content {
  font-family: Palatino, 'Palatino Linotype', serif;
  color: #333;
}

#error-message p {
  font-size: 2em;
}

#footer {
  color: #999;
  margin-bottom: 3em;
}

#footer a {
  color: #999;
  border-bottom: 1px solid #999;
  font-size: 0.8em;
}

#footer .escape {
  text-transform: lowercase;
}

#cse-search-box .text {
  padding: 5px;
}
