/***References***
* Author: StinguMedia
* Created: 27/10/2009
* Last Modified: 27/10/2009
* Theme Name: kreskowka.pl theme
* Description: style kreskowki
* Image used: 
* Color used: 
* Font used:  
***************/

* { margin: 0; padding: 0; outline:none;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:100%;
	background: transparent;
}
body { line-height: 1; }

a 		 { cursor:pointer; text-decoration: none; }
a img    { border:0; }
a:active { outline: none;}
a:focus  { outline: 0; }

ol, ul   { list-style: none; }
table    { border-collapse: separate; border-spacing: 0; }

caption, 
th, td   { text-align: left; font-style:inherit; font-weight:inherit; }

input[type=submit],label,select,.pointer { cursor:pointer; }

.clearF:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearF       { display: inline-block; }
 
html[xmlns] .clearF { display: block; }
* html .clearF      { height: 1%; }

.clf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clf {
	display: inline-block;
}
 
html[xmlns] .clf {
	display: block;
}
 
* html .clf {
	height: 1%;
}
.fll { float: left; }
.flr { float: right; }
