@charset "utf-8";
/* Wzór zaczerpnięty z reset.css Magento */

* { margin:0; padding:0; }

body { background:#3d669c url(http://nowyformat.eu/blog/images/bg-city.jpg) fixed repeat-y; color:#FFF; font:10px "Century Gothic", "Segoe UI", sans-serif; text-shadow: #ccc 0 0px 0px; height:100%; }

a { color:#ec008c; text-decoration:none; text-shadow:none; }
a:hover { text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Headings */
h1, h2, h3, h4, h5, h6 { margin-bottom:1.6em; }
h1 { font-size:2.5em; } 
h2 { font-size:1.8em; }
h3 { font-size:1.6em; } 
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
h6 { font-size:.9em; }

/*Paragraph */ 
p { font-size:1.2em; margin-bottom:1em; line-height:1.5em; }
blockquote { font-style:italic; border-left:7px #666 solid; padding-left:18px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/* Lists */
dt { display:block; font-weight:bold; }
ul,li { list-style:none; }
ol li { list-style:decimal; margin-left:18px; }

/* Forms */
input { font:10px/1em "Century Gothic", "Segoe UI", sans-serif; text-shadow: #ccc 0 -1px 1px; }

/* Size */
big { font-size:1.2em; }
small { font-size:.9em; }

.clearfix { clear:both; font-size:0; height:0; margin:0; padding:0; line-height:0; }