Thanks to your help, my website is nearly perfect - the link is attached. I have two remaining questions:
- The menu items are still showing in all caps and I have not been able to figure out how to make them small-caps. I would really appreciate your help. Other than that, the website is looking nearly perfect.
- I have to maintain three copies of the template - one for default, the second for English (Canada) and the third for French. I think that there might be a more efficient way. You provide a note that, "Note: If you find you have a large amount of Custom CSS in the field above, you can copy it's contents to your templates custom.css (../templates/[YourTemplate]/css/custom.css) with the same effect. Ensure to first enable the custom.css option below." I am assuming that if there are updates, the custom.css file will not be replaced.
My current custom CSS looks as follows:
h1, h2, h3, h4, h5, h6, h3.mod_standard, h3.page-header {
text-transform: none;
font-variant: small-caps;
}
table {
width: 100%;
border-color: #536982;
border-style: solid;
margin-bottom: 1em;
}
th {
padding: 1em;
test-transform: none;
border-color: #536982;
border-style: solid;
font-variant: small-caps;
color: #536982;
vertical-align: bottom;
text-align: left;
}
td {
padding: 1em;
vertical-align: top;
border-color: #536982;
border-style: solid;
text-align: left;
}