/*  
THEME NAME: blog.txt
THEME URI: http://www.plaintxt.org/themes/blogtxt/
DESCRIPTION: Clean, easy to navigate, and content-centered. Offers a unique CMS-ish home page option. Widgets-friendly and for WordPress 2.0+
VERSION: 1.2
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
*/

/*
"blog.txt" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/

/*
 * Layout
 */

body {
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 0;

  /* Thank you minotaurshock.com :) */
  background: transparent url(images/background.jpg) repeat scroll 0 0;
}

div#wrapper {
  margin: 0;
  padding: 0;
}

table#bertha {
  margin-top: 5em;
  border-collapse: collapse;
}

table#bertha > tbody > tr > td {
  vertical-align: top;
  padding: 0;
}

table#bertha colgroup#leftcol {
  width: 67%;
}

div#container {
}

div#header {
  margin-left: -0.5em;
}

h1#title {
  margin: 0;
  padding-left: .1em;
  border-bottom: 3px solid #ccd0d6;
  z-index: 2;
}

p#description {
  margin: 0;
  padding: 0.5em;
}

div#content {
  padding-right: 4em;
}

.post {
  margin-top: 3em;
  margin-bottom: 5em;
}

.post-title {
  margin: 0;
}

.post-entry {
  margin: 0 2em;
}

.post-entry p {
  margin: 1em 0;
}

.post-entry blockquote,
.post-entry code,
.post-entry pre {
  margin-left: 2em;
  margin-right: 2em;
}

.post-entry .reference {
  margin-right: -2em;
}

div#col1 {
  border-left: 1px solid #ccd0d6;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

div.navigation {
  height: 1.5em;
  margin: 3em 0;
  clear: both;
  text-align: center;
  font-size: 0.9em;
}

div.navigation a.next_posts,
div.navigation a.previous_posts {
  font-size: 5em;
}

div.navigation a {
  color: #777;
}

div.navigation a:hover {
  border: none;
  color: #0d58b4;
}

div#footer {
  margin-bottom: 1em;
}

div#footer p {
  margin: 0;
}

/*
 * Text
 */

h1#title {
  font-size: 4em;
  letter-spacing: 1px;
  line-height: 65%;
}

p#description {
  color: #777;
  font-size: 1.2em;
}

.post-title,
.post-entry {
  font-family: "times new roman", times, serif;
}

.post-title {
  font-size: 170%;
}

.post-entry {
  font-size: 120%;
}

.post-entry blockquote .heading {
  text-decoration: underline;
}

.post-entry .reference {
  text-align: right;
}

.post-entry .book-title {
  font-style: italic;
}

.post-entry .math {
  font-style: italic;
  word-spacing: -0.25em;
  white-space: nowrap;
}

.post-entry .translated {
  color: #999;
}

.post-footer {
  color: #677284;
  font-size: .9em;
  text-align: center;
}

h1#title,
p#about-next,
div.sidebar ul li h2,
div.navigation,
.post-entry span.more-link {
  text-transform: uppercase;
}

.post-title,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
div.sidebar ul li h2 {
  color: #34425b;
}

div.sidebar ul li h2 {
  /*font: bold 1.1em/normal "times new roman", times, serif;*/
  font: bold 1.1em/normal "arial", helvetica, sans-serif;
  letter-spacing: 1px;
}

div.sidebar #search #s {
  width: 10em;
}

div#footer {
  text-align: center;
}

div#footer p {
  color: #9aa1ae;
  font-size: 0.9em;
}

code, pre {
  font: 1em/140% "courier new", courier, monospace;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: normal;
}

span.pre-title {
  color: #9aa1ae;
}

/*
 * Links
 */

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

a {
  color: #0d58b4;
}

a:hover {
  border-bottom: 1px solid #0d58b4;
}

div#header a {
  color: black;
}

div#header a:hover {
  color: #0d58b4;
  border-bottom: none;
}

.post-title a {
  color: #34425b;
}

.post-title a:hover {
  color: #0d58b4;
}

/*
 * Misc. (inside a post)
 */

.post-entry ul li {
  list-style: square;
  line-height: 150%;
}

.post-entry ul li ul {
  margin-bottom: 0.5em;
}

.post-entry ul li ul li {
  list-style: circle;
}

.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  font-size: 1.3em;
  margin: 1.5em 0 -0.7em 0;
}

.post-entry span.more-link,
.post-entry p.paged-link {
  font-size: 0.9em;
  font-weight: bold;
}

/*
 * Sidebar
 */

div.sidebar ul {
  margin-left: 2em;
  padding: 0;
}

div.sidebar ul li,
div.sidebar ul li p {
  list-style: none;
  margin-bottom: 2em;
  padding: 0;
}

div.sidebar ul li h2 {
  margin-bottom: .2em;
}

div.sidebar ul li ul,
form {
  margin: 0;
  padding: 0;
}

div.sidebar ul li ul li {
  color: #4d5663;
  margin: 0;
  padding-bottom: .1em;
}

div.sidebar ul li ul li ul li {
  color: #9aa1ae;
  list-style: disc inside;
  margin-left: 1em;
}

li#rss-links ul li.rss-link,
li#interact-links ul li.comment-link,
li#interact-links ul li.trackback-link {
  list-style: none;
  margin: 0;
  padding-left: 1.3em;
}

li#rss-links ul li.rss-link {
  background: url(images/feed.png) no-repeat left center;
}

li#interact-links ul li.comment-link {
  background: url(images/comment.png) no-repeat left center;
}

li#interact-links ul li.trackback-link {
  background: url(images/trackback.png) no-repeat left center;
}

/*
 * Comments
 */

div#comments {
  margin-top: 4em;
}

div#comments h3 {
  color: #4d5663;
  font-size: 1.4em;
  margin: 2em 0 0.5em 0;
}

ol.commentlist li {
  margin-bottom: 5em;
}

ol.commentlist li.trackback {
  border: 1px solid #ccd0d6;
  font-size: 0.9em;
  list-style: none;
  margin: 1em 0;
  padding: 0.5em;
}

ol.commentlist li.trackback p {
  color: #777;
  margin: 0.5em;
}

ol.commentlist li p {
  margin: 0.5em 0;
}

ol.commentlist p.comment-metadata {
  font-style: italic;
  margin: 0 0 2em 0;
}

div.formcontainer p {
  margin: 0 0 1em 2em;
}

input#author,
input#email,
input#url,
input#securitycode,
textarea#comment {
  font-size: 1em;
  line-height: 125%;
  padding: 0.3em;
}

input#author,
input#email,
input#url,
input#securitycode {
  width: 17em;
}

textarea#comment {
  height: 12em;
  overflow: auto;
  width: 23em;
}

/*
 * Search results
 */

ol.searchresults li {
  margin-bottom: 2em;
}

ol.searchresults li p {
  margin-bottom: .2em;
}

/*
 * Images
 */

div#content img.center,
div#content img.alignright,
div#content img.alignleft {
  border: 1px solid #9aa1ae;
}

div#content a:hover img.center,
div#content a:hover img.alignright,
div#content a:hover img.alignleft {
  border: 1px solid #2c384d;
}

div#content img.center {
  display: block;
  margin: 0.4em auto;
}

div#content img.alignright { margin: 0.4em 0 0.4em 1.1em; }
div#content img.alignleft  { margin: 0.4em 1.1em 0.4em 0; }

div#content img,
li a img {
  border: none;
}

/*
 * Misc.
 */

abbr, acronym {
  border-bottom: 1px dotted #4a5f82;
  cursor: help;
}

.clearer {
  clear: both;
  height: 0;
}

.alignright { float: right; }
.alignleft  { float: left; }

.hidden {
  display: none;
}
