/* -------------------------------------------------------------- 
  
   kill.pack CSS Framework
   * Version:   0.1
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typo.css';
@import 'lib/forms.css';
@import 'lib/layout.css';

/* general
-------------------------------------------------------------- */

/* Clearing floats without extra markup -
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* hr definition */

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.4em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}