/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/MT/mt-static/themes-base/blog.css);
@import url(/MT/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */
/*
#header {
    background: url(header.png) center top #fff;
    padding-top: 24px;
    position: static; 
    width: 100%; 
}

#header-name, #header-name a {
    font-size: 32px;
    text-align: center;
}
*/

#header {
    text-align: center;
    background-image: url('header.jpg');
}

#header-name, #header-name a {
    font-weight: 600;
    font-size: x-large;
    color: #eee;
}

#header-description {
    font-weight: 600;
    font-size: small;
    color: #eee;
}

#page-title {
    font-weight: 600;
        font-size: large;
}

html, body {
    margin: 0 -10px 0;
    padding: 0;
}

body {
    background-color: #faead3;
    font-family: Verdana, Arial, Sans-Serif;
}
