i am starting with the default theme and slowly modifying my site to the look i want. looking at the style.css file included it appears that there is a LOT of repeated code in the multiple sections.
for example in page element, the following is repeated in both sections
background-color: white;
border: 1px solid #959596;
Is this really necessary, and if not, does anyone have a cleaned up style sheet that excludes it? I can't imagine why I need both, but maybe there is something I am missing.
thanks