body {
	margin: 0px;
	font-family: "Garamond", "Trebuchet";
	background:url(../images/bkg.png);
}

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

/* headers */
h1#title {
  font-size: 2em;
}

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

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

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

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

.post {
}

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: 1em 1em 1.5em 1em;
  line-height: 1.55em;
  font-size: 0.7em;
  white-space: pre-wrap;
}

pre code {
	display:block;
	padding:5px;
}

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

a {
  text-decoration: none; }

.next_page,
.prev_page {
	background-color: #D6D4D0;
  text-align: center;
  text-transform: small-caps;
}

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

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

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

dl { overflow:auto; }

dl dt {
	clear: left;
	float: left;
	width: 30%;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

dl dd {
	margin-left: 33%;
	padding: 5px;
}

dl.multiple-table dd.first { border-top: 1px solid #999; }
hr {height: 24px; background: url('../images/flourish_small.png') no-repeat 50% 50%; margin-bottom: 1em; border: 0;}
hr.endarticle {height: 114px; background: url('../images/flourish_large.png') no-repeat 50% 50%; margin-bottom: 1em; border: 0;}

/* ---- 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 { }

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

.clear { clear: both; }
.right { float: right; }
.left { float: left; }

/* ---- CONTROLS ---- */
div#controls {
  border-bottom: .1em solid;
  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; }

