.header {}
    .title {
        margin-right: 0.5em;
    }
    .title:hover {
    }
    .gallery {
        top: 5px;
        display: inline-block;
        margin-right: 2px;
        width: 32px;
        height: 32px;
        background: url(/cs/images/gallery.png) no-repeat;
    }
    .gallery:hover {
        background-position: 0px -32px;
    }
    .about_me {
        top: 5px;
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(/cs/images/avatar.png) no-repeat;
    }
    .about_me:hover {
        background-position: 0px -32px;
    }
.message {
    clear: both;
}
.main {
    float: left;
}
    .article {}
        .article .title {
            font-size: 1.5em;
            font-weight: normal;
            font-style: italic;
        }
        .article .title a, .article .title a:hover {
            text-decoration: none;
        }
            .article .title .date {
                float: right;
                font-style: italic;
                font-size: 0.8em;
            }
        .article .content {
            margin: 0.5em 0 1em 0;
            line-height: 1.2em;
            word-spacing: 0.1em;
        }
            .content p {
                padding: 0.5em 0;
            }
            .content p:first-child {
                padding-top: 0;
            }
            .content .mono, .content .code_text {
                font-family: "Courier New", serif;
                font-size: 0.9em;
            }
                .content .code_text {
                    padding: 1em;
                }
                    .content .code_text ul {
                        margin: 0;
                        padding: 0;
                    }
                    .content .code_text li {
                        list-style-type: none;
                    }
            .content iframe {
                background: #f1f1e8;
                border: 1px solid #CCCCCC;
            }
            .content .box {
                padding: 1em;
                background: #f1f1e8;
                border: 1px solid #CCCCCC;
            }
            .content .box ul {
                padding: 0;
            }
            .content .box li {
                margin: 0 0 0.5em 0;
                list-style-type: none;
            }
            .content .image {
                margin: 0.75em 0em;
                text-align: center;
                font-size: 0.9em;
            }
                .content .image img {
                    width: 100%;
                }

                .content .image span {
                    display: inline-block;
                    padding: 0.4em;
                }
        .article .divider {
            margin: 1.5em 0 1.5em 0;
            text-align: center;
        }
            .article .divider div {
                height: 0.20em;
                width: 75%;
                margin: auto;
            }
    .older_articles {
        margin-top: 3em;
        width: 100%;
        text-align: center;
    }
        .older_articles a {
            padding: 0.65em 1em 0.5em 1em;
            text-decoration: none;
        }
.side {
    float: left;
    background: url(/cs/images/side_bg.png) no-repeat;
    height: 1024px;
}
    .side .header {
        margin-bottom: 0.5em;
        padding-bottom: 0;
        font-size: 1.75em;
        font-weight: normal;
        font-style: italic;
        line-height: 1.625em;
    }
    /* 0 - Tweet, 1 - Quote, 2 - Photos */
    .entry, .entry_0, .entry_1, .entry_2 {
        margin: 0 0 0.5em 0;
    }
        .quote_char {
            padding: 0 0.1em 0 0.1em;
        }
        .entry_0 .quote {
            padding: 0.15em 0 0 0.5em;
        }
        .entry_1 .title {
            line-height: 1.2em;
        }
        .entry_1 .src {
            padding-top: 0.2em;
            font-size: 0.9em;
            font-style: italic;
            text-indent: 1.5em;
            line-height: 1.5em;
        }
        .entry_2 .border {
            margin-top: 1em;
            border: 1px solid #b4b4ab;
        }
        .entry_2 .title {
            padding: 0.35em 0 0.35em 0.35em;
            font-size: 0.9em;
        }
