I have the following HTML:
<div id="footer">
<div class="wrapper clear">
<!-- stuff -->
</div>
<div>
What do I put in the css file to format the div that has a class of wrapper and clear, but only when within the footer?
This is for use with wordpress.com, so I can't alter the HTML.