
            html {
                background:#FFF;
            }
            body {
                background:#FFF url(http://www.jacobdehart.com/projects/tumblr/bg.png) 0 50px fixed repeat-x;
                font-family:'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
                margin:0;
                padding:0;
                color:#4e4e4e;
                font-size:1em;
                }
            a {
                color:#821717;
                }
            #logo {
                margin:0;
                padding:0;
                width:800px;
                height:138px;
                text-indent:-9999px;
                overflow:hidden;
                background:url(http://www.jacobdehart.com/projects/tumblr/jacob-dehart-text.png);
                position:fixed;
                top:12px;
                z-index:2;
                }
            #about {
                position:fixed;
                left:575px;
                top:175px;
                width:225px;
                }
                #about p {
                    font-size:.8em;
 
                    }
                #tweets {
                    background:url(http://www.jacobdehart.com/projects/tumblr/bg-tweet.png) 1px 1px no-repeat;
                    }
                    #tweets ol {
                        list-style:none;
                        margin:0;
                        padding:0;
                        }
                        #tweets ol li {
                            font-size:.7em;
                            margin-bottom:1em;
                            }
                            #tweets ol li a {
                                color:#AAA;
                                text-decoration: none;
                                }
                            #tweets ol li a:hover,
                            #tweets ol li a:active {
                                color:#831717;
                                }
            #posts {
                z-index:1;
                background:#FFF;
                width:550px;
                padding-top:150px;
                
                }
                .date {
                    height:50px;
                    background:url(http://www.jacobdehart.com/projects/tumblr/rarr.png) no-repeat;
                    line-height:50px;
                    font-size:25px;
                    padding-left:75px;
                    margin-bottom:25px;
                }
                .post {
                    padding:0 0 50px 50px;
                    width:500px;
                    }
                    .post p.postinfo {
                        margin:0;
                        padding:25px 0 0;
                        }
                .search {
                    padding:0 0 25px 50px;
                    }
                    .search form {
                        margin:0;
                        padding:0;
                        }
                        .search form * {
                            font-size:1.4em;
                            }
                    #q {
                        margin:0;
                        padding:0;
                        border-top:1px solid #851818;
                        border-left:1px solid #e1723e;
                        border-right:1px solid #e1723e;
                        border-bottom:1px solid #AAA;
                        padding: 0 10px;
                        width:390px;
                        }
                    #sub {
                        color:#555;
                        background:#FFF;
                        border:none;
                        padding-right:0;
                        cursor:pointer;
                        }
                    #sub:hover {
                        color:#000;
                        }
                .pagan {
                    padding:0 0 25px 50px;
                    position:relative;
                    height:38px;
                    }
                    .previous,
                    .next {
                        background:#4e4e4e;
                        color:#fff;
                        display:block;
                        float:left;
                        position:absolute;
                        top:0;
                        padding:10px;
                        width:230px;
                        text-decoration:none;
                    }
                    .pagan a:hover,
                    .pagan a:active {
                        background:#FFF;
                        color:#4e4e4e;
                        }
                    .previous {
                        left:50px;
                        }
                    .next {
                        right:0;
                        text-align:right;
                        }