body {
  margin: 0; padding: 0;
  border-top: 10px solid #DB2C00 !important;
}

.iphonenoshow {
  display: none;
}

.iphone-only {
  display: block;
}

#skiptonav {
  text-align: center;
  margin-top: 0px;
}

#skiptonav a {
  color: #0D6474;
  display: block;
  font-weight: bold;
  width: 320px;
  padding: 10px 0;
  font-size: 11px;
  background: #EBF6F8;
  text-decoration: none;
}

/* 960.gs reset */

.container_12 {
  width: 320px;
  float: none;
  display: block;
  position: static;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
}

.grid_7,
.grid_4 {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}

/* layout */

#site {
  min-width: 320px !important;
  max-width: 320px !important;
  position: static;
  margin-left: 0;
}

#content {
  width: 320px;
  max-width: 320px;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

#content .post {
  max-width: 320px;
  padding: 20px;
  margin-bottom: 0 !important;
  border-bottom: 1px dashed #bbb;
}

#content .post .timestamp {
  float: none;
  width: auto;
  padding-right: 0;
  text-align: left;
  display: block;
  position: static;
  margin-left: 0;
  font-size: 18px;
}

#content #comment-foot,
#content #archive-link {
  text-align: center;
  margin-bottom: 0 !important;
  padding: 20px 0;
}

/* hidden elements */

#misc {
  display: none;
}

#comments {
  display: none;
}

/* content typography */


#content .framed .caption {
  line-height: 1;
  display: block;
  padding: 0;
  float: none;
  text-align: center !important;
  color: #777;
}

.framed img {
  padding: 10px;
  border: 2px solid #ddd;
  background: #eee;
  margin: 0;
  width: 260px;
}

pre {
  padding: 10px;
  background: #EBF6F8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: scroll;
}

#content ul,
#content ol {
  width: auto !important;
  padding-left: 20px;
}

#content blockquote {
  padding: 10px 0;
}

/* archive */

#posts {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  width: auto;
}

#posts li.post {
  margin: 0 0 15px; 
  padding: 10px 0;
}

li.post a {
  margin: 0;
}

li.post .month {
  top: 0;
}

li.new_month {
  padding-top: 10px;
  border-top: none;
}

li .posted_on {
  font-size: 12px;
  color: #999;
}

/* sidebar */

#sidebar {
  position: static !important;
  border-top: 1px dashed #bbb;
}

#banner {
  padding: 20px;
}

#site .navigation {
  text-align: center;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  background: #EBF6F8;
  margin-bottom: 0;
}

#site .navigation li {
  display: inline;
  margin: 0;
  padding: 0 2px !important;
}

#twitter {
  padding: 20px;
}