html, body {
	margin: 0;
	padding: 0;
}

body {
	font-style: normal;
	font-family: "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	font-size: 62.5%;
	color: #222222;
	background-image: url("img/background.gif");
	background-repeat: repeat;
}

h1 {
	font-size: 2em;
}

p, a, li {
	font-size: 1.3em;
	font-family: "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
}

a {
	text-decoration: none;
	color: #D24956;
	font-size: 1em;
}

a:hover {
	border-bottom: 1px solid #D24956;
}

a.back {
	font-weight: bold;
}

#shadow {
	margin-left: auto;
	margin-right: auto;
	background-image: url("img/wrapper_shadow.jpg");
	background-repeat: repeat-y;
	width: 832px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	font-family: Arial,Helvetica,Verdana,"Free Sans","FreeSans",sans-serif;
}

#header a:hover {
    border: none;
}

#header a img{
    border: none;
}

#header_img {
    height: 183px;
}

#header_nav {
	width: 800px;
	height: 65px;
	background-image: url("img/header_nav.jpg");
	background-repeat: repeat-x;
	position: relative;
}

#header_nav img {
	right: 155px;
	top: 9px;
	position: absolute;
}

#header_nav input {
	position: absolute;
	right: 10px;
	top: 0.8em;
	border: 0px;
	background-image: url("img/header_input.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 5px;
	width: 135px;
}

#header_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 45px;
}

#header_nav li {
	display: block;
	height: 45px;
	float: left;
	font-size: 1.1em;	
}

#header_nav li a.arrow {
	background-image: url("img/arrow.jpg");
	background-repeat: no-repeat;
	background-position: 50% 90%;
}

#header_nav li.on {
	background-image: url("img/header_nav_hover.jpg");
	background-repeat: repeat-x;
}

#header_nav li a {
	height: 35px;
	padding-top: 1.1em;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	font-family: verdana, sans-serif;
	border: none;
}

#header_nav a:hover {
	background-image: url("img/header_nav_hover.jpg");
	background-repeat: repeat-x;
}

#header_nav li a.sub_active {
	border-bottom: 1px solid #ffffff;
}

#konkurs {
    height: 28px;
    width: 129px;
    background-image: url("img/konkurs.jpg");
    background-repeat: no-repeat;
    position: absolute;
    top: 45px;
    right: 100px;
    z-index: 8;
    color: white;
    text-align: center;
}

#konkurs a {
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	font-family: verdana, sans-serif;
	padding-top: 4px;
	right: 60px;
	position: absolute;
}

#konkurs a:hover {
    border-bottom: 1px solid #ffffff;
    background: transparent;
}

#newsletter {
	height: 28px;
	width: 129px;
	background-image: url("img/newsletter.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: 45px;
	right: 10px;
	z-index: 9;
	color: white;
	text-align: center;
}

#newsletter a {
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	font-family: verdana, sans-serif;
	padding-top: 4px;
	right: 32px;
	position: absolute;
}

#newsletter a:hover {
	border-bottom: 1px solid #ffffff;;
	background: transparent;
}

#header_nav_sub_ksiazki {		
	height: 30px;
	width: 539px;
	margin-top: -15px;
	background-image: url("img/nav_sub_ksiazki.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 10;
	color: white;
}

#header_nav_sub_ksiazki ul {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	margin-top: 3px;
	padding: 0;
	height: 30px;
}

#header_nav_sub_ksiazki li {
	display: block;
	float: left;
	height: 100%;
}

#header_nav_sub_ksiazki li a {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	font-size: 0.9em;
	display: inline;
	height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana, sans-serif;
}

#header_nav_sub_ksiazki li a:hover {
	background: transparent;
	border-bottom: 1px solid #ffffff;
}

#header_nav_sub_wydarzenia {
	background-image: url("img/nav_sub_wydarzenia.jpg");
	background-repeat: no-repeat;
	height: 27px;
	width: 537px;
	margin-top: -10px;
	position: absolute;
	top:55px;
	left: 35px;
	z-index: 15;
	color: white;
}

#header_nav_sub_wydarzenia ul {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	margin-top: 3px;
	padding: 0;
	height: 30px;
}

#header_nav_sub_wydarzenia li {
	display: block;
	float: left;
	height: 100%;
}

#header_nav_sub_wydarzenia li a {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	font-size: 1.1em;
	display: inline;
	height: 1.3em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	font-family: verdana, sans-serif;
}

#header_nav_sub_wydarzenia li a:hover {
	border-bottom: 1px solid white;
	background: transparent;
}

#content {
	width: 800px;
	min-height: 400px;
	margin-top: 5px;
	line-height: 1.6em;
	background-image: url("img/content_bg.jpg");
	background-repeat: repeat-y;	
	position: relative;
}

#links {
    background: #fff none;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #ccc;
}

#links h2 {
    display: inline;
    font-size: 1.2em;
}

#links span {
    font-size: 1.2em;
}

div.post {
	padding-bottom: 10px;
    cursor: pointer;
}

div.mark {
	background-image: url("img/mark.jpg");
	background-repeat: no-repeat;
	width: 126px;
	height: 41px;
	margin: auto;
	padding-bottom: 10px;
}	

div.text {
	margin: 10px;
	text-align: justify;
	float: none;
}

span.autor {
	color: #777777;
	font-size: 1em;
}

div.text ul {
    list-style-image: url("img/list_style_image.jpg");
	padding-bottom: 30px;
	padding-left: 20px;
	margin-left: 0px;
}

div.text h1 {
	text-align: left;
	color: #d24945;
	line-height: normal;
	font-weight: normal;
}

div.text h2 {
	text-align: left;
	color: #696969;
	line-height: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1.5em;
}

div.text img {
	
	margin-right: 10px;
}

div.text li {
	padding-bottom: 2px;
}

ul.ostatnio a {	
	font-size: 1em;
	color: #D24956;
	text-decoration: none;
}

ul.ostatnio a:hover {
	border-bottom: 1px solid #D24956;
}

.red {
	color: #D24945;
	float: right;
	font-size: 1em;
	border-bottom: 1px solid #ffffff;
}

a.red:hover {
	border-bottom: 1px solid #D24956;
}

div.clear {
	clear: both;
}

#left {
	width: 315px;
	float: left;
	padding-bottom: 160px;
}

#right {
	width: 315px;
	float: left;
}

#all {
	float: left;
	width: 630px;
	border-right: 1px solid #eee;
}

#adverts {
	width: 160px;
	float: right;
	text-align: center;
	margin-top: 10px;
}

#adverts a img {
    padding: 0px;
    border: none;
}

#adverts a:hover {
    border: none;
    text-decoration: none;
}
/*
#adverts img {
	padding: 5px;
}
*/
#footer {
	width: 800px;
	clear: both;
}

#footer_top {
	height: 109px;
	background-image: url("img/footer_top.jpg");
	background-repeat: repeat-x;
	color: #ffffff;
	position: relative;
}

#footer_top div.info {
	position: absolute;
	height: 24px;
	width: 100%;
	bottom: 14px;
	text-align: center;
}

#footer_top div.info p {
    padding-bottom: 5px;
}

div#pager {
    text-align: center;
    padding: 10px;
}

#pager a {
    border-bottom: 1px solid #fff;
    padding: 4px;
}

#pager a:hover {
    padding-top: 6px;
    padding-bottom: 6px;
}

#footer_top p {
	margin: 0px;	
	font-size: 11px;
}

#footer_top span {
	font-size: 12px;
}

#footer_top a {
	font-size: 11px;
	color: #ffffff;	
}

#footer_top a:hover {
	border-bottom: 1px solid #ffffff;
}

#footer_bottom {
	/*height: 86px;
	background-image: url("img/footer_bottom.jpg");
	background-repeat: no-repeat;*/
	background-color: #ffffff;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}

#footer_bottom a {
    padding-left: 10px;
    padding-right: 10px;
}

#footer_bottom a img {
	border: none;
	vertical-align: middle;
}

#footer_bottom_advert {
	position: absolute;
	left: 30px;
	top: 5px;
}

#footer_bottom_partners {
	position: absolute;
	right: 150px;
	top: 15px;
}

h2.komentarz {
	color: #D24945;
}

span.com_data {
	font-size: 0.8em;
	color: #777777;
}

textarea.komentarz {
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	width: 500px;
}

input.komentarz {
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
}

fieldset.komentarz {
	padding: 10px;
	font-size: 1.2em;
	margin-bottom: 20px;
	width: 530px;
	text-align: left;
}

fieldset.komentarz legend {
	font-size: 1.2em;
	font-weight: bold;
}

span.error {
	color: #D24945;
	font-size: 1.2em;
	font-weight: bold;
}

fieldset {
	text-align: right;
	margin: 0px;
}

fieldset img {
	float: left;
	width: 150px;
	margin-top: 75px;
}

legend {
	font-size: 1.3em;
}

.column {
    width: 300px;
    float: left;
    margin-left: 10px;
    text-align: left;
}
.tag_article .intro {
  width: 100%;
  overflow: hidden;
}
.tag_article h1 {
  font-size: 15px;
}
.tag_article h1 span {
  display: block;
  float: right;
  font-size: 11px;
  color: #666;
}
p.tags {
  padding: 3px;
  text-align: right;
}
p.tags span {
  font-weight: bold;
}
div.sledzik {
  text-align: right;
}
div.sledzik a:hover {
  border: none;
  outline: none;
}

.ksiazki_stos {
	position: absolute; bottom: 0px; left: 400px;
}

.poligraf {
	position: relative;
	width: 160px;
	height: 600px;
	z-index: 1;
}

.poligraf .flash_advert {
	width: 160px;
	height: 600px;
	z-index: 2;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
