body {
  font-family: "Optima", "Garamond", "Trebuchet"; }

p {
  margin: 0em 0em 1em 0em; }

/* headers */
h1#title {
  font-size: 2em;
  margin: 10px 10px 25px 25px; }

h1 {
  font-size: 1em;
  font-weight: bold; }

h2 {
  font-size: 1em; }
  h2 span {
    font-size: 0.65em;
    text-transform: uppercase;
    margin-left: 10px; }

h3 {
  font-size: 0.75em;
  font-weight: 100;
  text-transform: uppercase; }

/* ---- CONTENT ---- */
div#content {
  line-height: 1.45em; }
  div#content .post {
    padding-bottom: 1em;
    border-bottom: 2px dotted #CCC; }
  div#content ol {
    margin: 10px 10px 15px 30px; }
  div#content ul {
    margin: 10px 10px 15px 30px; }

blockquote {
  font: 0.85em normal "Palatino Linotype", "Palatino", "Georgia", "Times New Roman", "Times", serif;
  padding: 10px;
  padding-top: 0px;
  line-height: 1.65em; }

pre {
  overflow: auto;
  padding-bottom: .5em;
  font-size: 0.75em;
  line-height: 1.55em; }

div.code {
  font-size: 90%;
  padding: .5em; }

code {
  font-family: "Monaco", "Consolas", "Lucida Sans Unicode",  "Courier New", "Courier", mono, serif; }

a {
  text-decoration: none; }
  a .next_page,
  a .prev_page {
    padding-right: 10px; }

span.pages {
  font-size: 75%; }

img#preview {
  margin-bottom: 15px;
  border: 5px solid #DDD; }

li.tagbar {
  list-style-type: none;
  padding-top: 0.5em;
  padding-left: 1em;
  height: 2em;
  margin: 5px; }

/* ---- SIDEBAR ---- */
div#sidebar {
  padding: 1em;
  font-size: 80%; }
  div#sidebar h1 {
    margin-bottom: 15px; }
  div#sidebar p#navigation {
    text-transform: uppercase;
    margin-bottom: 30px; }
  div#sidebar p#description {
    margin-bottom: 30px; }
  div#sidebar ul {
    padding: 0px;
    margin: 30px 10px 30px 0px;
    list-style-type: none; }
  div#sidebar #tags_list {
    border-top: 2px dotted #CCC;
    padding-top: 1em; }

/* ---- FOOTER ---- */
div#footer {
  text-align: left;
  margin-top: 50px; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

/* ---- FORM ---- */
form p {
  clear: both; }
form label {
  float: left;
  width: 200px;
  padding: 5px;
  padding-bottom: 4px;
  margin-right: 10px;
  border-bottom: 1px solid #DDD; }
form button {
  margin: 15px 10px 15px 10px; }
form #add_comment {
  clear: both;
  padding: 30px;
  border: 1px solid #DDD;
  border-top: 2px solid #DDD; }
form #add_comment label {
  float: left;
  width: 170px;
  padding: 5px;
  padding-bottom: 4px;
  margin-right: 10px;
  border-bottom: 1px solid #DDD; }
form #add_comment input[type="text"] {
  width: 170px;
  padding: 5px; }
form #add_comment textarea {
  width: 365px;
  padding: 5px;
  margin-top: 5px; }
form #add_comment button {
  margin: 15px 0px 0px 0px; }

input[type="text"],
input[type="password"] {
  width: 200px;
  padding: 5px; }

input[type="submit"] {
  margin: 15px 10px 15px 10px; }

/* ---- COMMENTS ---- */
div#content ol.comments {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border-top: 3px solid #DDD; }

div#content ol.comments li {
  border-bottom: 1px solid #DDD;
  padding: 15px; }

ol.comments li cite {
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase; }

/* controls */
div#controls {
  border-bottom: .1em solid #0f0f0f;
  padding: .2em 0 .3em;
  width: 100%; }
  div#controls ul {
    margin: 0 auto;
    padding: .4em;
    width: 660px; }
    div#controls ul li {
      background: none;
      display: inline;
      font-weight: bold;
      margin: 0;
      padding: 0; }
  div#controls ul li a:link,
  div#controls div#controls ul li a:visited {
    border: none;
    padding: .1em .6em; }
