Button is red when in advert2 position. In template_css.php you have this:
.mp_advert2 .button, p.readmore a {
you can modify that line:
.button, p.readmore a {
so button always will be red.
or:
.item .button,.mp_advert2 .button, p.readmore a {
so buttons in content will also be red