/* Global */

body {
  background-color: #FFF;
  width: 650px;
  font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  color: #222;
}

body, #header, #content, #footer {
  margin: 0 auto;
}

a {
  color: #555;
}

a:hover {
  color: #999;
}

p {
  font-size: 1em; /* 16px */
}

ul, ol {
  margin: 25px 0px;
}

li {
  margin-bottom: 10px;
}

#content img {
  border: 1px solid #DDD;
  margin: 10px 0px;
  background-color: #EEE;
  max-width: 100%;
}

/* Header */

#header {
  margin-bottom: 40px;
  border-bottom: 1px solid #AAA;
  padding: 50px 0 5px 0;
  overflow: hidden;
}

#header h1 {
  font-weight: bold;
  font-size: 0.875em; /* 14px */
  float: left;
}

#header a {
  color: #222 ;
  text-decoration: none;
}

/* Footer */

#footer {
  margin-top: 70px;
  margin-bottom: 40px;
}

#footer ul {
  list-style-type: none;
  padding-left: 0;
}

#footer table#paginator {
  font-size: 0.875em; /* 14px */
  border-top: 1px solid #AAA;
  padding: 20px 0;
  width: 100%;
}

#footer table#paginator td {
  vertical-align: top;
}

#footer table#paginator td.label {
  padding-right: 20px;
  font-weight: bold;
}

#copyright {
  font-size: 0.75em; /* 12px */
  border-top: 1px solid #AAA;
  padding-top: 20px;
  overflow: hidden;
  text-align: left;
}

#copyright, #copyright a {
  color: #999;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

#copyright ul {
  margin-top: 0px;
}

#copyright li {
  float:left;
  padding: 0 10px;
  border-right: 1px solid #AAA;
}

#copyright li.first {
  padding-left: 0;
}

#copyright li.last {
  border-right: 0 none;
}

/* Posts */

#post #header {
  margin-bottom: 40px;
}

#post #content h1 {
  font-size: 1.375em; /* 22px */
  margin-bottom: 50px;
}

#post #content h1 a {
  color: #222;
  text-decoration: none;
}

#post #content h1 a:hover {
  text-decoration: underline;
}

#post #content h2 {
  font-size: 1.125em; /* 18px */
  font-weight: bold;
  margin: 35px 0 20px 0;
  padding: 0;
}

/* Post listing */

ul#posts {
  list-style-type: none;
  padding-left: 0;
}

ul#posts li.post {
  padding: 0px 0px 30px 0px;
}

ul#posts li.post a {
  text-decoration: none;
}

ul#posts li.post a:hover {
  color: #555;
}

ul#posts li.post span.title:hover {
  color: #999;
}

ul#posts li.post span {
  display: block;
}

ul#posts li.post span.title {
  font-size: 1.125em; /* 18px */
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

ul#posts li.post span.preview {
  font-size: 0.875em; /* 14px */
  padding-right: 40px;
  padding-left: 20px;
  border-left: 1px solid #AAA;
}

#default #content {
  min-height: 400px;
}

/* @media queries */
@media screen and (max-device-width: 480px) {
  
  body {
  width: 98%;
  }
  #header, #content, #footer {
  width: 93.75%;
  }

  #header {
  padding-top: 10px;
  }

  #content img {
  max-width: 93.75%;
  }

  #default #content {
    min-height: 0px;
  }
  
  
}
