/*

Theme Name: Child of TwentyFourteen
Discription: Tom's site specific style changes
Author: Lisa
Version: 0.0.1
Template: twentyfourteen

*/

@import url('../twentyfourteen/style.css');

/* from http://www.positioniseverything.net/easyclearing.html */
<style type="text/css">

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->
