/* @override http://pizzeriagiuseppe.pl/css/text.css */

@charset "UTF-8";

/* @group Ogolna typografia */

@font-face {  
font-family: " your FontName ";  
src: url( /location/of/font/FontFileName.eot ); /* IE */  
src: local(" real FontName "), url( /location/of/font/FontFileName.ttf ) format("truetype"); /* non-IE */  
}  

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }

body {
	font: 13px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FEE6C4
 url(../images/bg_repaet.jpg) repeat-x 0 0;
	
}

p {
	margin: 0px;
	padding: 0px;
	color: #824F15;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px; /*margines dolny do ustawienia */

}

small { font-size:85%; }

strong, th { font-weight: bold; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* @end */

/* @group Naglowki h1-h6 */

h1#logo {

	width: 141px;
	height: 86px;
	position: relative;
	float: left;
	top: 10px;
	left: 30px;
	font-size: 25px;
}

h1#logo a {
	display: block;
		background: brown url(../images/logo.jpg) no-repeat 0 top;
	width: 144px;
	/* larger than actual image */
    height: 86px;
	text-decoration: none;
	border: 0;
}

h1#logo a:hover

{
	background: brown url(../images/logo.jpg) no-repeat 0 bottom;
}

h2,h3,h4,h5,h6

{	clear: both;
	text-transform: uppercase;
	font: normal bold 14px/1.5 Georgia, "Times New Roman", Times, serif;
	text-rendering: optimizeLegibility;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {

	font-size: 17px;
}

h6 {

	font-size: 15px;
}

/* @end */

/* @group linki */

a:link {color: blue;}
a:visited {color: purple;}
a:hover {color: red;}
a:active {color: yellow;}

/* @end */


/* @group Listy */

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

a.skubacz

{
	position: absolute;
	left: 176px;
	top: 140px;
	color:#FEE6C4;
	font-size: 18px;
	text-transform: uppercase;	
}

a.skubacz:hover

{
	color: #824F15;
}

/* @end */
