How to change the full capitals font title of my WordPress Blog?

It is in your stylesheet

.entry-title {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

You need to remove text-transform: uppercase;