.blog_title, .blog_title_short {
    font-size:40px;
    font-family: 'Century Schoolbook', Georgia, Serif;
    word-spacing:-0.05em;
}

.blog_title_short {
    margin-bottom:5px;
}

.blog_title a, .blog_title_short a {
    border:none;
    width:600px;
    display:block;
}

.blog_title a:hover, .blog_title_short a:hover {
    color:red;
}

.blog_body p {
    line-height:18px
}

.blog_body h1, .blog_body h2, .blog_body h3 {
    font-family:  'Century Schoolbook', Georgia, Serif;
}

.blog_footer {
    margin-bottom:10px;
    font-size:80%;
}

.blog_footer, .blog_footer a {
    color:gray;
}

.blog {
    width:450px;
}

.blog_year_archive ul {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    list-style: none;
    font-size:20px;
}

.blog_year_archive li {
    display: inline;
    
}

.tag_title_short {
    margin-bottom:10px;
}

.tag_title_short a{
    border:none;
}

.tag_title_short a:hover {
    color:red;
}

.tag_collection {
    margin-top:10px;
    margin-bottom:20px;
}

.preview a {
    background-color:yellow;
}

#updated {
    position:relative;
    display:block;
    float:right;
    right:150px;
    width:50px;
    height:50px;
    background-image:url('update.png');
}

#updated:hover {
    background-image:url('update_hover.png');
}