Yes, this is normal.
If you want to change blog page only you need to use the following CSS code:
For single blog page:
------------------------------
Blog title
#idBlogContainer H3
{
color: your color;
}
Blog post list:
-----------------------
For page tite:
#idBlogContainer H3
{
color: your color;
}
For post title background:
.blogPostInList H4
{
background: #FF0000;
}
For post title text color:
div#idBlogContainer a.blogEntryTitle:link,
div#idBlogContainer a.blogEntryTitle:active,
div#idBlogContainer a.blogEntryTitle:visited,
div#idBlogContainer a.blogEntryTitle:hover
{
color: #CCCCCC;
}
Let me know if this helps
Denys Zlobin
Helpful Apricot
http://www.wildapricot.com