/* Site overrides for static Green Carnation Prize restore (Twenty Ten base) */
body {
  background: #f1f1f1;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#site-title {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 18px 0;
}
#site-title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#site-description {
  color: #666;
  font-size: 14px;
  margin: 0 0 18px 0;
  font-style: italic;
}
#branding img {
  display: block;
  max-width: 100%;
  height: auto;
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
}
#access .menu:after {
  content: "";
  display: table;
  clear: both;
}
#content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-list li {
  margin: 0 0 14px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.archive-list .date {
  color: #888;
  font-size: 13px;
  display: block;
}
.note-box {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  padding: 12px 16px;
  margin: 0 0 24px 0;
  font-size: 14px;
}
#colophon {
  border-top: 4px solid #000;
  margin-top: 20px;
  overflow: hidden;
  padding: 18px 0;
  font-size: 12px;
  color: #666;
}
@media (max-width: 960px) {
  #access .menu-header,
  div.menu,
  #colophon,
  #branding,
  #main,
  #wrapper {
    width: auto;
    max-width: 940px;
  }
  #access { width: 100%; }
  #container { float: none; margin: 0; width: 100%; }
  #content { margin: 0 20px; }
  #primary { float: none; width: auto; margin: 20px; }
}

/* Layout harden: keep Twenty Ten sidebar aligned beside content */
#wrapper {
  overflow: hidden;
}
#main {
  overflow: hidden;
  min-height: 1px;
}
#primary {
  float: right;
  width: 220px;
  margin: 0 0 24px 0;
  clear: right;
}
#container {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%;
}
#content {
  margin: 0 280px 0 20px;
}
