            body {
                margin: 0;
                font-size: 11px;
                overflow: hidden;
            }

            h3 {
                margin: 0;
            }

            img {
                border: 0;
            }

            .clear {clear:both;}

                #header {
                    position: relative;
                    width: 820px;
                    height: 80px;
                    margin: auto;
                }

                    #title {
                        font-size: 24px;
                        position: absolute;
                        left: 28px;
                        bottom: 10px;
                        letter-spacing: 5pt;
                        text-transform: uppercase;
                    }

                #wrap {
                    background: rgba(0,0,0,.9);
                    border-top: solid 2px rgba(255,255,255,0.5);
                }

                        li.posts {
                            position: relative;
                            width: 400px;
                            height: 266px;
                            margin: 20px;
                            overflow: hidden;
                        }

                            li.posts .permalink {
                                position: absolute;
                                bottom: 0;
                                width: 400px;
                                height: 266px;
                                opacity: 0;
                            }

                                li.posts .permalink:hover {
                                    opacity: 1;
                                }

                                .permalink .date {
                                    position: absolute;
                                    bottom: 0;
                                    padding: 10px;
                                    width: 380px;
                                    background: rgba(0,0,0,0.9);
                                }

                                    .comment {
                                        margin: 0 0 0 10px;
                                        padding: 0 0 0 10px;
                                        border-left: dotted 1px;
                                        display: inline;
                                    }

                            img.mediahi {
                                display: none;
                            }

                            .caption {
                                display: none;
                            }

                            img.album {
                                max-width: 187px;
                                border: solid 10px white;
                            }

                #footer {
                    width: 760px;
                    margin: auto;
                    padding: 20px;
                }

                    div#pagination {
                        float: left;
                    }

                        a.previous, a.next {
                            padding: 5px;
                            border: solid 1px;
                        }

                        span.current_page, a.jump_page {
                            padding: 5px;
                            border: solid 1px;
                        }