@charset "utf-8";
/* 
	dexterxx.pl
	by Dexterxx® 
	HTML5 addon
	10-05-12
*/
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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background: transparent;
}
/* remember to define focus styles! */
:focus {
outline: 0;
border:1px solid #999;
background-color:#FFC;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
display: block;
}

/* ...all history starts here .. by Dexterxx® */
@font-face{
	font-family: pixlkrud;
	src: url('pixlkrud.ttf')	
}
body{
	background:#737484;
	color:#000;
	font:16px Georgia, "Times New Roman", Times, serif;
	line-height:130%;
}
header, article{
	width:480px;
	overflow:hidden;
	margin:60px 0 0 120px;
}
article, section{
	text-align:justify;
	margin-top:20px;
	margin-bottom:20px;
}
section{
	background:url(images/flo.png) top left no-repeat;
	padding-left:70px;	
}
a{
	text-decoration:none;
	color:#111;
	font-weight:bold;
}
a:hover{
	color:#333;
}
h1, h1 > a{
	color:#a7a8bd !important;
}
h1{
	font:3em pixlkrud !important;	
}
h1, h2{
	padding-left:10px;
	font-size:1.4em;
	color:#FFF;	
}
h2{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left:-70px;
}
	h2 > small{
		float:right;	
	}
h3{
	text-align:right;	
}
small{
	font-size:0.7em;	
}
ul li{
	margin:0.5em 0;
	padding-right:10px	
}
ul li img{
	float:right;	
}
.sep{
	color:#666;	
}
.lInfo{
	cursor:help;
}
