body, h1, h2, h3, h4, h5, h6, p, form, hr {
  margin: 0;
  padding: 0;
}

hr {
  border: 1px solid #333333;
}

.mainheader {
  background: #33532e;
  color: #fff;
}

.topleft {
  padding: 8px 8px 8px 8px;
  font-size: 150%;
  font-family: Courier, Monaco, monospace;
}

.mainfooter {
  background: #33532e;
  color: #fff;
  font-size: 50%;
  text-align: center;
}

.publish-root {
  background: #fff;
}

.edit-root {
  background: #fff;
  max-width: 640px;
}

.content {
  background: #fff;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.base {
  text-align: left;
  color: #1b2e18;
  margin: 0;
  padding: 0 0;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.base p {
  margin: 0;
  padding: 0 0 15px;
}

.base pre, .base code {
  font-size: 0.9em;
  font-family: Courier, Monaco, monospace;
  line-height: 1.2em;
}

.base pre {
  overflow: auto;
  margin:0 0 18px 0;
  padding: 4px;
  border: 1px dashed #CCCCCC;
}

.base ul {
  margin: 0 0 0 1.4em;
  padding: 0 0 10px 0;
}

.base ul ul {
  padding: 0;
}

.base ol {
  margin-top: 5px;
  margin-bottom: 5px;
}

.base li {
  margin-bottom: 3px;
}

.base blockqote {
  background: #eee;
  border: 1px dashed #ccc;
  margin: 5px 0pt;
  padding: 8px 12px 8px 36px;
}

.post-title {
  border-bottom: 1px dotted #14568A;
  display: block;
  font-size: 1.7em !important;
  line-height: 1.2em;
  margin: 10px 0px 5px 0px !important;
  padding: 5px 0pt;
}

.base a {
  color: #4e52b4; text-decoration: none;
}

.base a:hover {
  color: #d00;
  text-decoration: none;
}

.topleft a {
  color: inherit;
}

.base h1, .base h2, .base h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.base h1 a, .base h2 a, .base h3 a, .base h4 a, .base h5 a, .base h6 a {
  font-weight: normal;
  margin: 1em 0 0.5em 0;
  color: #333333;
}

.base h1 {
   line-height: 1.2em;
   font-size: 2em;
   text-align: center;
   padding: 8px 8px 8px 8px;
}

.base h2 {
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1.5em;
}

.base h3 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 12px;
}

.base h4 {
  text-decoration: underline;
  font-weight: normal;
}

.base h5 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
}

.base h6 {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.4em;
}

.base img {
  max-width: 100%;
  height: auto;
  display: block;
}

.langlinks {
  text-align: right;
  padding-right: 1em;
}

.langlinks b {
  color: #0f0;
}

.langlinks a {
  color: #fff; text-decoration: none;
}

.langlinks a:hover {
  color: #fff;
  background-color: #ab9;
  text-decoration: none;
}

.nobreak {
  white-space: nowrap; /* This prevents line breaks, not only on white spaces */
}

.centered {
  text-align: center;
}

img.centered {
  display: block;
  margin: auto;
}

.seeoriginal {
  text-align: center;
  background-color: #bca;
}

.hljs-addition {
  color: #080;
}

.hljs-deletion {
  color: #f00;
}

.hljs-attribute, .hljs-symbol,
.hljs-template-tag, .hljs-template-variable, .hljs-variable {
  color: #909;
  font-weight: 700;
}

.hljs-type {
  color: #b2b;
  font-weight: 700;
}

.hljs-comment, .hljs-quote {
  color: #797;
  font-style: italic;
}

.hljs-link, .hljs-literal, .hljs-number, .hljs-string, .hljs-bullet {
  color: #050;
}

.hljs-meta, .hljs-regexp, .hljs-title {
  color: #44e;
  font-weight: 700;
}

.hljs-built_in, .hljs-doctag, .hljs-keyword, .hljs-name, .hljs-section,
.hljs-selector-tag, .hljs-tag {
  font-weight: 700;
  color: navy;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}

/* Other classes for <pre> */

.todo {
  background-color: #0ff;
}
.punch {
  font-weight: bold;
  color: #ff0000;
}

.yadayada {
  font-style: italic;
  color: #888888;
}

/* Internal styles */

.suggested {
  background-color: #ff0;
}

abbr, abbr .suggested {
  background-color: #cfb;
}

.keep {
  background-color: #f00;
}

abbr .keep {
  background-color: #383;
}
