In IE it is giving me the "some items on the page are not secure" message. I have tracked it down to this line:
<script type="text/javascript" src="lightbox/js/prototype.js"></script>
which is a lightbox script I downloaded. I tried making the src relative or absolute with https it happens either way. And only in IE.
Heres the page if you need to see it: Clicky
Thanks!