/*
    Author Name     : Matt Wheeler
    Author Site     : http://funkyhat.org
    Style Name      : funkystuff
    Style URI       :
    Version         : 0.1
    Comments        :

    Header Width    : 740px
    Header Height   : 130px

    Layout Widths   : 740, 740, 970
*/

body {
        background: #fff url('1.bmp') repeat-x 0 59px;
}

#page_wrapper {
    max-width: 860px;
    min-width: 740px;
}

#page {
    /* The entire design is contained within the 'page' id */
    background: none;
    border: #999 solid;
    border-width: 0 1px 0 0;
    padding-top: 60px;
    }

#skip {
    /* Skip to content link */
    display: none;
}
    
#header {
    /* Contains the H1 and menu */
    background: #333 url(logo.png) no-repeat top right;
    height: 130px;
    }

.blog-title {
    padding: 30px 40px 0pt;
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: normal;
    }

#header .description {
    margin: 0pt 40px;
    }

ul.menu li a {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0 0;
    -webkit-border-top-right-radius: 0 0;
    border: #f0f
    border-width: 0;
}

ul.menu li a:hover {
    border-width: 2px 0 0;
}

ul.menu li {
}

a {
    color: #c0c;
}

#primary {
    /* Contains the main column */
    }

.hentry {
    /* Each entry is contained within the 'hentry' class */
    }

.entry-content {
    /* The meat and potatoes of every entry */
    }

#sidebar-1 {
    /* The first sidebar */
    }

#sidebar-2 {
    /* The second sidebar */
    }

.secondary {
    /* Contains both sidebars */
    width: 155px;
    }
