h3 {
    color: #fff;
    background-color: #bf571a;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}

div#blogTitle {
    background: lightseagreen;
    height: 76px;
    padding: 0px;
}