First I want to say I love your theme! I have used it for a couple of sites and have been really pleased at how easy it is to work with.
I find myself today with an issue that can be solved by knowing where the css lives exactly.
I want to use this border-radius.htc that allows rounded corners in IE.
The information I am follow is from here http://jonraasch.com/blog/css-rounde...n-all-browsers
He states "The path to border-radius.htc works differently than you may expect—unlike background-image paths which are relative to the stylesheet, this path is relative to the page from which you call the CSS.
That’s why it’s a good idea to avoid relative paths like we did above."
and he demos this path in css
Code:
.rounded-corners { behavior: url(/css/border-radius.htc); border-radius: 20px; }


Any help integrating this would be very appreciated! the url to the site I am working on is http://50.22.80.91/~drblack/wp/
If this post sounds disjointed forgive me I have been awake working for a while!
Thank you for your time and a most excellent theme!
Bonnbonn