There are several places you'll need to change the CSS code -- but be sure you are using a child theme to modify the theme:
Change the padding-top to zero in the below:
.entry-title {
clear: both;
color: #222222;
font-size: 26px;
font-weight: bold;
line-height: 1.5em;
padding-bottom: 0.3em;
padding-top: 15px;
}
change the padding to zero in the below:
#main {
clear: both;
padding: 1.625em 0 0;
}
That should probably do it.