I am trying to use calendar in an existing website and make it look like other pages. the background colors and navbar look fine. i have declared an explicit size for the navbar (in pixels) so it looks fine. but i'm using relative sizes for other divs. i want most of text to be 'small'. but calendar is ignoring my sidebar text size and making text way too big. calendar grid itself looks fine, but list view looks too big.
i linked to the external stylesheet that i'm using for other pages in the site and know it works because the colors and top navbar are fine.
my div structure looks like this (abbreviated!):
body
div=wrap (wraps around entire page content)
div = navbar
/div
div = container
div = container2
div = left sidebar
/div (left sidebar
div = right sidebar
/div (right sidebar
div = main content - calendar output goes here
/div (main
/div container2
/div container
div footer
/div
/div wrap
/body
i can't figure out why my text is so big!!!
see www.kudzuartzone.org