@import "reset.css";
@import "pygments.css";

/*

959
678.16986068877736
479.57701767115299
339.13939443543808
239.82702385647275
169.59693363727655
119.93277253184114
84.8120872157847
59.976018114549682
42.412854900325073
29.99282575512699
21.2098336433965

*/

body {
    text-align: center;
    font-size: 76%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, li {
    line-height: 21px;
}
em {
    font-style: italic;
}
a:visited {
    color: #0000ff;
}
strong {
    font-weight: bold;
}
blockquote {
    margin: 0 21px;
    font-style: italic;
    color: #333;
}
pre {
  overflow-x: auto;
  width: 490px;
  font-size: 14px;
  line-height: 1.5;
  background: #efefef;
  margin-bottom: 14px;
  padding: 0 7px;
}
html>body pre {
  overflow: auto;
}
body.grid {
    background: url(grid.png) no-repeat top center;
}
#header {
    margin: 0 auto;
    width: 920px;
    height: 60px;
}
h1#title {
    float: right;
    text-align: left;
    width: 210px;
    padding-top: 21px;
    font-size: 24px;
    font-weight: bold;
}
h1#title a {
    color: #000;
    text-decoration: none;
}
h1#title .category, h1#title .archive {
    color: #999;
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
    display: block;
    float: left;
    margin-top: -42px;
    padding-left: 21px;
}
#header ul {
    margin: 0 115px;
    width: 400px;
    height: 27.5px;
    display: none;
}
#header li {
    float: left;
    text-align: center;
    background: #ccc;
    font-size: 11px;
    line-height: 1em;
    padding: 10px 20px;
    margin-right: 2px;
}
#header li.last {
    
}
#header li a {
    font-weight: bold;
    color: #333;
}

#page {
    width: 920px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 42px;
}
#content {
    text-align: left;
}
#content .middle {
    width: 520px;
    margin-left: 140px;
}
#content .left {
    float: left;
    width: 120px;
    text-align: right;
    margin-top: -20px;
    padding-top: 20px;
}
#content .dotted {
    border-top: 1px dotted #CCC;
}
#content .left p, #content .left li {
    line-height: 16px;
}


#content .right {
    float: right;
    width: 210px;
    margin-left: 30px;
    text-align: left;
    margin-top: 18px;
    color: #999;
}

#content .right a {
    color: #666;
} 

#content .meta {
    font-size: 11px;
}
.right h3 {
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 21px;
    clear: left;
}
h2.title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
    font: normal 20px Georgia, Times New Roman, serif;
    clear: left;
}
h2.title a, h2.title a:visited {
    color: #900;
    text-decoration: none;
}
#content div.entry {
    margin-bottom: 29px;    
}
.summary h4 {
    font-family: Georgia,Times New Roman,serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}
.summary img {
    float: right;
    margin-left: 6px;
}
.summary p.img-standalone img {
    float: none;
    margin: 0;
}
.summary p, .summary li {
    font-size: 14px;
    margin-bottom: 14px;
}
.summary li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 14px;
}
.meta p, .meta ul, .meta h3 {
    line-height: 21px;
    margin-bottom: 21px;
}
.meta ul {
    margin-top: -21px;
}
.summary ul {
    margin: 0 21px;
}
.middle h3, h3.middle {
    color: #999;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    margin-top: 21px;
}
h3#comments, h3#trackbacks {
    clear: left;
}
.comments li, .trackbacks li, #comment_form li {
    font-size: 12px;
    margin-bottom: 12px;
    clear: left;
}
.comments li .left, .trackbacks li .left {
    min-height: 63px;
}
.comments div.owner {
    background: #efefef;
}
#comment_form {
   /*  border: 1px solid red; */
}
#comment_form li {
    font-size: 11px;
    line-height: 1.5;
}
#comment_form .left {
    margin-top: 0;
    padding-top: 0;
}
#comment_form input, #comment_form textarea {
    border: solid 1px #ccc;
}
#comment_form .error {
    background: #ccc;
}
#comment_form #id_username, #comment_form #id_email, #comment_form #id_url {
    width: 240px;
}
#comment_form #id_content {
}

#comment_form ul.errorlist {
    float: right;
    width: 200px;
}
#comment_form ul.errorlist li {
    font-style: italic;
    background: #ccc;
    margin-bottom: 0;
}

#comment_form ul.errorlist li.normal {
    color: #999;
    background: #fff;
}

#paginator {
    margin: 0 auto;
    margin-left: 120px;
    text-align: left;
    padding-bottom: 100px;
    text-transform: lowercase;
}
#paginator a {
    font-size: 14px;
}
ul#tagcloud li {
    display: inline;
}
ul#category li {
    list-style-type: none;
    display: inline;
    margin: 0 0.25em;
    padding: 0;
}
#search {
    margin-top: -21px;
    margin-bottom: 21px;
}
#q {
    font-size: 11px;
    width: 180px;
    border: solid 1px #ccc;   
}
.arrow {
    font-family: "Arial Unicode MS", Verdana, Arial, Helvetica, sans-serif;
}
.nowrap {
    white-space: nowrap;
}

li.book h4 {
}
