@charset "utf-8";
/*****************************
  * www.ifon.pl  Copyright by GALINSKI Studio. Łukasz Galiński
  *
  * TABLE OF CONTENTS
  * 1. Base
  * 2. Headings
  * 3. Anchors
  * 4. Paragraphs
 */
 
/** Base **/
body{
	font-size:14px;
	line-height:1.133em;
}
/** END **/
 
/** Headings **/
h1{ font-size:1.600em; } /* 24px */
h2{ font-size:1.467em; } /* 22px */
h3{ font-size:1.333em; } /* 20px */
h4{ font-size:1.200em; } /* 18px */
h5{ font-size:1.067em; } /* 16px */
h6{ font-size:0.933em; } /* 14px */
h2, h3, h4, h5, h6{
  font-weight:400;
  line-height:1.1;
  margin-bottom:.8em;
}
/** END **/

/** Anchors **/
a{ outline:none; }
a img{
  border:0;
  text-decoration:none;
}
a:link, a:visited{
  padding:0 1px;
  text-decoration:none;
}
a:hover, a:active{
  color:#000;
  text-decoration:none;
}
/** END **/

/** Paragraphs **/
p{ margin-bottom:0; }
* p:last-child{ margin-bottom:0; }
p.last{ margin-bottom:0; }
strong, b{ font-weight:bold; }
em, i{ font-style:italic; }
/** END **/