#leftmenu h3 {
    font-size:14px;
}
#leftmenu ul {
    margin-left:10px;
}
#top {
    border-bottom:dotted 1px #e1e1e1;
    height:auto;
}
#leftmenu {
    top:78px;
    border-right:dotted 1px #e1e1e1;
    padding-right:10px;
}
#main {
    margin-left:240px;
}
#main .date,#main .post {
    margin:2px 10px;
}
.post h5 {
    font-size:14px;
}
pre.code {
    font-family:Courier New;
    font-size:12px;
    border:solid 1px #cccccc;
    background-color:#e1e1e1;
    padding:5px;
}
#comments p {
    margin-left:10px;
}
.tagline a {
    font-size:12px;
}
#comments h4 {
    background-color:#F5F5F5;
    padding:4px;
}