/*** Global > Clear fixes ***/
/*** (This goes last!) ***/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear,
div#site-header,
div#site-body,
body#posts-index div.posts div.post{
  display:inline-block;
}
.clear:after,
div#wrapper:after,
div#site-header:after,
div#site-body:after,
body#posts-index div.posts div.post:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
* html .clear,
* html div#site-body,
* html body#posts-index div.posts div.post{
  height:1%;
}
.clear,
div#site-header,
div#site-body,
body#posts-index div.posts div.post{
  display:block;
}
