Code not working (else with no previous if)

When you make changes to your posted code, please post the new version so that we can keep up. Make sure to post with code tags as the forum guidelines instruct.

else if (digitalRead(buttonred)== HIGH);

Statements like if, else if and else DO NOT end with semi colons.