body {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { text-decoration: underline; }
h4 { margin-bottom: -0.5em; }
#page { 
    width: 530px;
    clear: both;
    margin: 0 auto;
    padding-right: 170px;
}

#content { 
    position: relative;
    float: left;
    width: 100%;
    padding: 0 10px;
}

#sidebar {
  position: relative;
  float: left;
  width: 130px;
  padding: 0 10px;
  margin-right: -100%;

  font-size: 65%;
}

#content h1 {
    text-align: center;
}

.blogpost { 
  font-size: 100%;
}

.blogpost h2 {
    margin: 0;
    padding-top: 0.2em;
    font-size: 170%;
}
.postheader {
    padding-bottom: 0.2em;
}
.postfooter, .postheader {
    font-size: 75%;
}

.blogpost .postbody {
    margin-bottom: 0.1em;
}
div.blogpost {
    padding-bottom: 0.1em;
    margin-bottom: 0.5em;
}

.blogpost .postbody pre {
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.3em;
    border-left: 0.5em solid;
}

.blogpost img { 
  border: 1px solid;
  padding: 3px;
}

.postfooter {
    text-align: right;
    clear: both;
    border-top: 1px solid;
}

ul.attachedtaglist { 
  list-style: none;
  display: inline; 
  margin-left: 0em;
  padding-left: 0em;
}
ul.attachedtaglist li { 
    display: inline;
}

div.comments {
    margin-top: 1em;
    font-size: 90%;
}
.comment-gravatar { 
    float: left;
    margin-top: 0.5em;
    margin-right: 1em;
    margin-bottom: 0.5em;
    display: block;
}
.comment-author { font-weight: bold; }
.comment-author a { text-decoration: none; }
.comment-time { text-decoration: none; font-size: 80%; }
.commentbody {
    margin-bottom: 0.5em;
    overflow: auto;
}
.comment { 
    border-bottom: dotted 1px;
    margin-bottom: 0.5em;
}

.comments th {
    text-align: left;
    font-weight: normal;
}
.comments form input, .comments form textarea { border: 1px solid; }
.formhelp { font-size: 90%; }

#blogtitle { 
    margin:0; padding: 0;
    position:relative;
    width:700px; height:80px;
    overflow:hidden;
    text-align: center;
    margin-bottom: 0.5em;
    margin-left: auto; margin-right: auto;
}

#blogtitle span { 
    display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:700px; height:80px;
    margin:0; padding:0;
    background:url(/static/blogheader.jpg) top left no-repeat;
}

#footer { 
  margin: 1em auto;
  text-align: center;
  font-size: x-small;
}




#sidebar h2 {
  font-size: 150%;
  font-weight: normal;
  text-align: left;
  padding: 0;
  font-variant: small-caps;
}

#footer { clear: both; } 

#footer {
    margin:0; padding: 0;
    position:relative;
    width:780px; height:20px;
    overflow:hidden;
    text-align: center;
}

#sidebar ul { 
  padding-left: 0;
  margin-left: 1.5em;
  list-style-type: square;
}
#sidebar ul.tagcloud,
#sidebar ul.filterlist { 
  list-style: none;
  display: inline; 
  margin-left: 0em;
  padding-left: 0em;}

ul.tagcloud li, ul.filterlist li { 
  display: inline;  
}
ul.filterlist li:after { 
  content: ", "
}
ul.filterlist li.last:after { 
  content: ". "
}
ul.tagcloud li a { text-decoration: none; }
ul.tagcloud li a:hover { text-decoration: underline; }

.commentadmintoggle { display: block; float: right; }
div.commentadmin {
  padding-left: 0.5em;
  border: 1px solid;
}
/*div.commentadmin ul { 
  list-style: none;
  margin: 0;
  padding-left: 0;
}
div.commentadmin ul li { 
  display: inline;
}
div.commentadmin ul li:before {
  content: "\0020 \0020 \0020 \00BB \0020 ";
}*/
div.commentadmin form { 
  display: inline;
}
ol.commentlist { 
  list-style: none;
  margin-left: 0;
  padding-left: 0em;
}
table.commentlist { 
  font-size: 80%;
}
span.warning { 
  font-weight: bold;
}

ul.paginator { 
  list-style: none;
  margin-left: 0em;
  padding-left: 0em;
  clear: both;
  height: 1em;
}
ul.paginator li { 
  margin-top: 1px;
  font-size: smaller;
  display: inline;
}
li.nextpage { 
  float: right;
}
li.prevpage { 
  float: left;
}

.feed-list {
  list-style-image: url("/static/feed-icon-14x14.png");
}

.comment { 
  font-size: 90%;
}

img.mms { 
  width: 265px;
  float: right;
}

form p { 
  margin: 0.2em 0 0 0;
}
p.ashf { display: none; }

blockquote { 
  font-style: italic;
  border-left: 0.3em solid;
  padding-left: 0.5em; margin-left: 1em;
}

ul.expandable li {
  list-style-type: none;
}

ul.expandable > li {
  margin-left: -1em;
}

ul.archivelist a { text-decoration: none; }
ul.archivelist a:hover { text-decoration: underline; }

.clearer { clear: both; }
