@CHARSET "UTF-8";
@import url(css.css);

blockquote:before, blockquote:after {
	color: #69c;
} 

div.header {
	background: url('../img/bg.niebieski.png') repeat-x;
}

div.footer, div.copyright {
	background: #092a68;
}

div.box {
	background: url('../img/box.niebieski.png') center bottom no-repeat;
}

div.box h1 {
	background: url('../img/menu.h1.niebieski.png') center bottom no-repeat;
}

div.box h1:hover {
	background: url('../img/menu.h1.niebieski.hover.png') center bottom no-repeat;
}

div.box div.inner {
	background: #d4dcea;
}

.menu ul a {
	background-image: url('../img/dots.small.niebieski.png');
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

.menu ul a:hover {
	background: #092a68;
	background-image: url('../img/dots.small.niebieski.hover.png');
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

.menu ul ul a {
	background-image: url('../img/subdots.small.niebieski.png');
	background-repeat: no-repeat;
	background-position: 20px 9px;
}


.menu ul ul a:hover {
	background: #092a68;
	background-image: url('../img/subdots.small.niebieski.hover.png');
	background-repeat: no-repeat;
	background-position: 20px 9px;
}

div.featured-gallery a {
	background-image: url('../img/oko.niebieski.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

div.featured-gallery a:hover {
	background-color: #092a68;
	background-image: url('../img/oko.niebieski.hover.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

div.promo img {
	border: 2px solid #092a68;
}

.footer ul li {
	background-image: url('../img/dots.niebieski.png');
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

.footer ul li:hover {
	background-image: url('../img/dots.niebieski.hover.png');
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

div.centercol h1 {
	background-image: url('../img/h1.niebieski.png');
	background-repeat-x: x-repeat;
	background-position: left bottom;
	color: #888;
}

div.long h1 {
	background-image: url('../img/h1.niebieski.long.png');
}

div.link:hover {
	background: #d4dcea;
}

a.readon {
	background:url("../img/readmore.niebieski.png") no-repeat 0 0 transparent;
	color:#FFFFFF;
}

a.readon:hover {
	background:url("../img/readmore.niebieski.png") no-repeat 0 -25px transparent;	
}

div.category-description {
	background: #e8ecf4;
	border: 1px solid #092a68;
}


div.blog_entry:hover {
	background: url(../img/niebieski.hover.transparent.png);
	background-repeat: repeat;
}