/* PLUME CMS Style Sheets for 1.2 version */

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #BABABA url("img/tlo.gif") repeat-y 50% 0;
	font: .9em Optima, "Trebuchet MS", Lucida, Arial, Geneva, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	text-align: center;
}

div
{
	margin: 0px;
	padding: 0px;
}

p, blockquote, li, h2, h3, dd, dt
{
	font-weight: normal;
}

h1
{
	margin: 0px;
}

h2, h3
{
	font-size: 1em;
	font-weight: bold;
	color: #EB2A0D;
}

form, fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

a
{
	text-decoration: none;
	color: #6887A4;
}
h2 a {
	color: #EB2A0D;	
}

h2.restitle {
	font-size: 1.2em;	
}
hr
{
	display: none;
}

pre
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	background-color: #eee;
	padding: 5px;
	margin: 10px;
	overflow: auto;
}

abbr, acronym
{ 
	font-style: normal;
	border-bottom: dotted 1px #ccc;
	cursor: help;
}

blockquote, cite
{
	color: #666;
	padding: 0 20px 0 20px;
	font-style: italic;
	border-left: 1px dotted #ccc;
}

code
{
	margin: 10px;
	display: block;
}

q
{
	font-style: italic;
	color: #666;
}

/*===
DODATKI

-----*/
#banner h1, #banner p {
	display: none;	
}
#search #q 
{
	width: 100px;
	height: 14px;
	vertical-align: middle;
}
ul.extra
{
	margin: 0;
	padding: 0;
}

ul.extra li
{
	display: inline;
	list-style-type: none;
	padding-right: 1em;
	padding-left: 0;
}

.feeds, .sitemap
{
	font-size: .9em;
	padding-left: 18px;
	color: #ccc;
}

.feeds
{
	background: transparent url("img/feeds.png") 4% 40% no-repeat;
}

.sitemap
{
	background: transparent url("img/sitemap.png") 0% 40% no-repeat;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#page {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
}
#banner
{
	margin: 0px 0 10px 0;
	height: 100px;
	background: url(img/header.gif) no-repeat;
}
#content {
	float: right;
	width:  500px;	
	background: white;
	padding-right: 10px;
}
#menuright {
	float: left;
	width: 230px;
	text-align: right;
}
#menuright h2
{
	text-align: right;
	text-transform: uppercase;
	background: transparent url("img/h2-left.png") 100% 100% no-repeat;
}

#footer {
	clear: both;
	text-align: left;
	padding: 10px 0px;	
	font-size: small;
}
#footer p {
	background: #ddd;	
	padding: 0 10px;
}
div.col-content
{
	padding: 0 10px;
}

div.col-content h2, div.col-content h3
{
	padding-bottom: 0;
	margin-bottom: 0.2em;
}

div.col-content li
{
	list-style: none;
}

div.col-content ol li
{
	list-style-type: decimal;
	margin-left: 1.2em;
}

div.col-content a
{
	text-decoration: underline;
}

div.col-content ul, div.col-content ol
{
	margin-top: 0;
	margin-left: 7px;
	padding-left: 0;
	margin-right: 10px;
	padding-right: 0;
}
/* resource */
div.resource h2 {
	font-size: 1.2em;
	color: #EB2A0D;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.resource p.modified {
	padding-top: 0;
	padding-left: 14px;
	margin: 0px;
	color: #999;	
	font-style: italic;
	background: url("img/p-modified.png") 0% 50% no-repeat;
}
div.resource p {
	margin-left: 6px;	
}
/* recent news */

.recent-news
{
	background-color: #FFF7E0;
	border: 1px solid #DBE1E5;
	padding: 2px;
	margin: 4px 0 10px 0;
	color: #036;
	font-size: 90%;
	font-style: italic;
	text-decoration: none;
	text-align: left;
}

.recent-news h3
{
	margin: 0;
	padding-top:0px;
	font-size: 120%;
}

.recent-news h2
{
	margin: 0;
	font-size: 120%;
}

.recent-news .recent-news-date
{
	color: #91A8C0;
	text-align: right;
}

.recent-news p
{
	margin-top: 0;
}

.err404
{
	padding: 20px 0 0 60px;
	background: transparent url("img/err404.gif") 0% 80% no-repeat;
	font-weight: 100;
	font-size: 2.5em;
}

ol.tree
{
	margin: 0 0 0 0;
	padding: 0 0 10px 20px;
	color: #6887A4;
}

ol.tree li
{
	display: inline;
	list-style-type: none;
	padding-right: 0.7em;
	padding-left: 0;
}

ol.tree li:before
{
	content: ' \00bb  ';
}

ol li.current a
{
	text-decoration: none;
	color: #000;
}

form.px-comment
{
	padding: 10px 16px 10px 16px;
	margin-bottom: 20px;
	background-color: #FFF3F8;
	border: 1px solid #FFE3EE;
	font: .8em Verdana, "Lucida Grande", Tahoma, Helvetica, San-Serif;
}

form.px-comment p
{
	margin: 0;
}

form.px-comment textarea
{
	width:100%;
}

form.px-comment textarea, form.px-comment input
{
	background-color: #fff;
}

.input-submit
{
	text-align: right;
	padding-top: 8px;
}

/* ====================================================================
COMMENTS
-------------------------------------------------------------------- */

div.px-comment
{ 
	background-color: #FFFFF1;
	padding: 0 14px 0 16px;
	border: 1px solid #FFF2CB;
	margin-bottom: 6px;
	color: #666;
	font-style: italic;
}

div.px-comment a
{ 
	color: #666;
}

div.px-comment a:hover
{ 
	color: #000;
}

.px-comment-info
{ 
	font-weight: bold;
	padding-left:20px;
	background: url("img/comment-icon.png") 0% 70% no-repeat;
}

.px-comment .px-comment-info-website
{
	color: #ccc;
}

form.px-comment
{
	padding: 10px 16px 10px 16px;
	margin-bottom: 20px;
	background-color: #FFF3F8;
	border: 1px solid #FFE3EE;
	font: .8em Verdana, "Lucida Grande", Tahoma, Helvetica, San-Serif;
}

form.px-comment p
{
	margin: 0;
}

form.px-comment textarea
{
	width:100%;
}

form.px-comment textarea, form.px-comment input
{
	background-color: #fff;
}

.input-submit
{
	text-align: right;
	padding-top: 8px;
}

form.px-comment label
{
	float: left;
	display: block;
	width: 80px; 
	font-size: 110%;
}

.px-comment-add
{
	padding-bottom: 4px;
	border-bottom: 1px solid #E6E6E6;
	font-variant: small-caps;
	font-size: 120%;
}

form.px-comment submit
{
	margin:0;
	text-align: right;
}

.px-comment-error
{
	border: 1px dotted #FF8080;
	padding-bottom: 10px;
	width: 80%;
}

.px-comment-error ul
{
	padding-top: 6px;
}

.px-comment-error li
{
	color: red;
	list-style-type: none;
	background: url("img/errmsg.gif") 0% 50% no-repeat;
	padding-left: 20px;
}

.px-comment-preview
{
	padding: 0 20px 10px 40px;
	font-style: italic;
	color: #999;
	background: url("img/comment-preview.png") 0% 0% no-repeat;
}

.px-comment-validation
{
	padding-left: 16px;
	font-style: italic; 
	color: #999;
	background: url("img/comment-validation.gif") 0% 50% no-repeat;
}

span.px-comment-required-email
{
	font-size: 90%;
	font-style: italic;
	color: #666;
}

dl.firmy dt {
	color: #063;
	font-weight: bolder;
	border-bottom: 1px solid #999;
	padding: 3px;
}
dl.firmy dd {
	margin-left: 20px;
	padding: 5px 0px 10px 0px;
}

#ogloszenia p {
	border: 1px solid #999;
	padding: 3px;
}

#menuright ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#top-categories {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;	
}
#top-categories li {
	padding: 0;
	margin: 0;	
}
#top-categories li a {
	text-decoration: none;
	font-weight: bolder;
}
#top-categories li a:hover {
	color: red;
}
img.px-right {
	float: right;
	border: 1px solid #999;
	background: #fff;
	padding: 3px;
	margin: 4px;
}
img.px-left {
	float: left;
	border: 1px solid #999;
	background: #fff;
	padding: 3px;	
	margin: 6px;
}

.gallery-top {
	clear: both;
}
div.gallery-img {
	float: left;
	border: 1px solid #999;
	background: #eee;
	margin: 3px;
	padding: 3px;	
}
div.gallery-img img {
	border: none;	
}
p.gallery-legend {
	margin: 0;
	padding: 0;	
}
.gallery-bottom {
	clear: both;	
}
