/* Disclaier ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	|	Targeto.pl - styl CSS / CSS style

	|	Author / Autor: Tomek Buszewski
	|	Version / Wersja: 1.0
	|	Creation date / Data utworzenia: 2009-09-01
	|	Last modified / Data ostatniej modyfikacji: 2009-09-01

	| 	Mozesz wykorzystac fragmenty tego stylu do celow wlasnych, jednak
	|	unikalne polaczenie kolorow, typografii, obrazkow i pozycjonowania
	|	jest chronione prawem autorskim i nie moze byc powielane.
	
	| 	You can use fragments of this style for your purposes, but unique
	|	combination of colours, typography, images and positioning is 
	|	protected by copyrights and cannot be duplicate.
	|
	|						(C) 2008/2009 - Tomek Buszewski - Buszewski.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Reset and globals ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
*																			{ border:0; padding:0; margin:0; font-size: 100%; list-style: none; text-decoration: none; outline: 0; }
body																		{ background: #fff }

/* Containers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#wrap																	{ width: 960px; margin: auto; }
div#wrap.results															{ margin: 0 0 0 20px; }
div#top																		{ width: 960px; height: 125px; margin: 10px 0 }
div#searchField																{ width: 680px; height: 150px; background: url(images/bg.jpg); padding: 35px 60px 0; margin: auto; position: relative }
div#results																	{ width: 960px; clear: both; position: relative; }
div#floating																{ position: absolute; top: 0; left: 850px; z-index: 99999 }
div#footer																	{ width: 95%; margin: 0 10px; border-top: 1px solid #ffd42b; margin: 100px auto; clear: both; }

/* Top ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#top h1 a																{ width: 780px; height: 125px; display: block; background: url(images/top.jpg) center left; text-indent: -9999px }

/* Search Field ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#searchField form input#q												{ width: 610px; height: 33px; font: 22px Arial, sans-serif; letter-spacing: -1px; color: #d96212; padding: 8px 10px 0 10px; background: url(images/q.gif) }
div#searchField form button#sa												{ width: 114px; height: 56px; background: url(images/sa.gif); margin-left: 547px; cursor: pointer; }
div#searchField form p#desc													{ width: 500px; font: 20px/25px Arial, sans-serif; position: absolute; top: 90px; left: 70px; letter-spacing: -1px }

/* Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#footer ul																{ width: 600px; margin: auto }
div#footer ul li															{ float: left }
div#footer ul li a															{ font: 13px Arial, sans-serif; padding: 10px; color: #333; display: block }
div#footer p																{ clear: both; font: 11px/20px Arial, sans-serif; margin: 50px 0 0 20px }
div#footer p a																{ color: #d96313 }