here is a small tip for all : when on blog , the body is classed as .blogBody this allows you to make different changes for blogs than for home page. example on box head:
.blogBody .boxHead {background-color: #eb8;}
body:not(.blogBody) .boxHead {background-color: #d53;}
that example is on this page,see the contacting box
another example is on flossie where the entire theme changes