

/* Styles overriding www site stylesheet */

#top-bar{
    width: 970px;
    text-align: center;
    background-image: none;
    background-color: white;
    margin: 10px auto 0px auto;
    border: 0px solid red;
    padding: 0;
    min-height: 104px;
    height: 104px;
}

strong{
    font-weight: bold;
}

em{
    font-style:italic;
}

.two-tone-heading{
    margin-top: 8px;
    font-size: 24px;
}

/* --------------------------------------- */

#menu-bar{
    width: 100%;
    text-align: center;
    min-height: 76px;
    height: 76px;
    background-image: url('images/menu-bar-bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: white;
    margin: 0px auto 0px auto;
    border: 0px solid orange;
    padding: 0;
}

#menu-bar div{
    padding-top: 15px;
    border: 0px solid green;
}

#menu-bar div div{
    padding: 0px 10px 0 10px;
    float: left;
    font-size: 19px;
    letter-spacing: -1.5px;
    margin: 0;
}

.post-date{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding-top: 2px;
}

.archive_header{
    color: #444444;
    letter-spacing: -1.9px;
    font-size: 34px;
    font-weight: normal;
}

.about-page-large-header{
    color: #444444;
    letter-spacing: -1.9px;
    font-size: 27px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin: 20px 0 25px 0;
}

.about-page-small-header{
    color: #444444;
    letter-spacing: -1.9px;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}


