/* -------------------------------------------------------------- 

   clears.css
   * List all clearing classes/id's
   
-------------------------------------------------------------- */


.project:after,
.director:after
{ content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; overflow:hidden; }