﻿/************************************************
	Deklaracje główne (body, paragrafy, nagłówki...)
************************************************/
body { 
	background: #e5e5e5;
	font: 12px/20px Tahoma, Geneva, sans-serif;
}

h1, h2, h3 { 
	font-weight: bold; 
	margin: 0 0 10px 0; 
}

h1 { 
	font-size: 18px
}

h2 { 
	font-size:16px;
}

h3 {
	font-size:14px;
}

p { 
	margin: 0 0 10px 0;
}
a {
	color:#0a6bb4;
}
a:hover {
	color:#0290fb;
} 

blockquote {
	background:url(../images/l_quot.png) left top no-repeat;
	border:1px solid #cfcfcf;
	border-left:0;
	border-right:0;
	margin:10px 0;
	padding:5px 0 0 30px;
}
blockquote p {
	background:url(../images/r_quot.png) right bottom no-repeat;
	margin:0;
	padding:0 30px 5px 0;
}

cite {
	border-bottom:1px dotted;
	text-decoration:none;
}

ul, ol { 
	margin: 0 0 10px 20px; 
}

#content-left ol {
	margin-left:40px; 
}

ul {
	list-style-type:none;
}

#content-left ul li, #sidebar ul li {
	background:url(../images/ul-bullet.gif) left center no-repeat;
	padding-left:15px;
}

form { }

#content-left input, #sidebar input[type=text] {
	border:1px solid #0073ae;
	margin:5px 0 10px 0;
	padding:2px;
	width:230px;
}

select {
	border:1px solid #0073ae;
	margin:5px 0 10px 0;
	padding:2px;
	width:235px;
}

textarea {
	border:1px solid #0073ae;
	margin:5px 0 10px 0;
}

pre { }

code, tt { }

#footer a {
	color:#ffffff;
}

/************************************************
	Szkielet strony
************************************************/

#page-wrap { 
	background:#ffffff url(../images/page-wrap-bg.gif) top left repeat-y;
	margin: 0 auto;
	width: 996px;
}

#header {
	background:#f8fbfd url(../images/header-bg.gif) top left repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;
	padding:1px 10px 0;
}

#content-left {
	float:left;
	width:654px;
}

#sidebar {
	float:right;
	padding:7px 10px 10px 5px;
	width:320px;
}

#footer {
	background-color:#0a6bb4;
	border:1px solid #ffffff;
	clear:both;
	margin-top:10px;
	padding:10px;
}

/************************************************
	Elementy strony
************************************************/

/* Header */
#header h1 {
	float:left;
	font-size:14px;
	height:57px;
	margin:0;
	text-indent:-9999px;
	width:141px;
}

#header h1 a {
	background: url(../images/logo-trans.png) no-repeat;
	display:block;
	height:57px;
	overflow:hidden;
	text-decoration:none;
	text-indent:9999px;
	width:141px;
}

#header ul {
	float:right;
	margin:35px 50px 0 0;
}

#header ul li {
	display:inline;
}

#header ul a, #header ul a:visited {
	color:#0e436c;
	font-weight:bold;
	text-decoration:none;
}

#header ul li.current_page_item a {
	text-decoration:underline;
}

/* Top menu */

#top-menu {
	background:#2d7fbf url(../images/menu_top_bg.gif) left top repeat-x;
	border:1px solid #ffffff;
	height:44px;
	position:relative;
	z-index:1002;
}

#top-menu  ul {
	list-style-type:none;
	margin:0;
	padding-left:1px;
}

#top-menu li {
	background:url(../images/menu_top_separator.png) right top no-repeat;
	display:block;
	float:left;
	height:44px;
	padding-right:3px;
	position:relative;
}

#top-menu li a, #top-menu li a:visited {
	color:#ffffff;
	display:block;
	float:left;
	font:italic normal normal 1em/140% Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	margin-top:1px;
	padding:13px 13px 12px 12px;
	text-decoration:none;
}

#top-menu li.current-cat a, #top-menu li a:hover {
	background:url(../images/menu_top_hover.gif) left top repeat-x;
}

#top-menu li.current-cat span.indicator {
	background:url(../images/indicator-trans.png);
	display:block;
	height:22px;
	left:35%;
	position:absolute;
	top:31px;
	width:22px;
	z-index:1001;
}

/* Submenu */

#sub-menu-bar {
	background:#0c5b98 url(../images/submenu_bg.gif) top left repeat-x;
	border:1px solid #ffffff;
	color:#ffffff;
	height:31px;
	position:relative;
	width:652px;
	z-index:1000;
}

#sub-menu {
	background:#e5e5e5 url(../images/submenu_arrow.gif) right center no-repeat;
	border:1px solid #4f6678;
	font-weight:bold;
	height:20px;
	position:absolute;
	right:10px;
	text-align:center;
	top:5px;
	width:170px;
}

#sub-menu-btn a, #sub-menu-btn a:visited { 
	border-top:1px solid #ffffff;
	color:#000000;
	display:block;
	height:19px;
	text-decoration:none;
	width:170px;
}

#sub-menu-btn a:hover {
	text-decoration:underline;
}

#sub-menu ul {
	background-color:#e5e5e5;
	border:1px solid #4f6678;
	left:-1px;
	list-style-type:none;
	margin:0;
	padding:5px 10px 10px 10px;
	position:absolute;
	text-align:left;
	top:21px;
	width:170px;
	z-index:999;
}

#sub-menu li {
	border-bottom:1px solid #f1f1f1;
}

#sub-menu ul a, #sub-menu ul a:visited { 
	color:#000000;
	text-decoration:none;
}

#sub-menu ul a:hover {
	text-decoration:underline;
}

.breadcrumb {
	padding:5px 0 0 10px;
}

.breadcrumb a {
	color:#ffffff;
	letter-spacing:0.7px;
}

.breadcrumb strong a {
	text-decoration:none;
}

/* Wyszukiwarka */

#s {
	background-color:#599ed3;
	border:1px solid #9bc2e0;
	color:#ffffff;
	height:20px;
	padding:3px 3px 0 3px;
	position:absolute;
	right:43px;
	top:11px;
	width:193px;
}

#search-submit {
	position:absolute;
	right:9px;
	top:11px;
	width:34px;	
}

/* RSS */

#feed {
	display:block;
	height:40px;
	position:absolute;
	right:10px;
	top:-30px;
	width:43px;
}

/* Sidebar / Widget*/

.widget {
	border-bottom:1px solid #e2e2e2;
	margin-bottom:10px;
	padding-bottom:10px;
}

.widget h2 {
	color:#74a40a;
	font:bold 14px/20px Arial, sans-serif;
}

#footer .widget {
	color:#ffffff;
	border-bottom:0;
	border-right:1px solid #609fce;
	float:left;
	width:750px;
}

#footer .widget h2 {
	color:#ffffff;
}

#footer #balta {
	color:#ffffff;
	float:right;
	text-align:center;
	width:220px;
}

/* Featured - zakładki */
#featured {
	margin-top:10px;
	width:654px;
}

h3.featured_title {
	color:#f26522;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
	padding:5px 13px 4px 0;
	position:relative;
	text-align:right;
	width:115px;
}

h3.featured_title img {
	left:10px;
	position:absolute;
	top:7px;
}

ul.tabNavigation {
	float:left;
	list-style-type:none;
	margin:0;
}

#content-left ul.tabNavigation li {
	background:none;
	display:block;
	float:left;
	padding:0 0 0 1px;
}

ul.tabNavigation li a, ul.tabNavigation li a:visited {
	background:#e0e0e0 url(../images/featured_bg.gif) top left repeat-x;
	border:1px solid #e3e3e3;
	border-bottom:0;
	color:#000000;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:4px 10px 5px 10px;
	text-decoration:none;
}

ul.tabNavigation li a.selected {
	background:#f26822 url(../images/featured_bg_hover.gif) top left repeat-x;
	border:1px solid #e29571;
	border-bottom:0;
	color:#ffffff;
}

.tab-empty {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.tab {
	background-color:#f26822;
	border-bottom:1px solid #c74705;
	margin-left:1px;
	padding:20px 0;
}

.tab div.featured-item {
	border:1px solid #c95c26;
	float:left;
	height:168px;
	margin-left:9px;
	position:relative;
	width:203px;
}

.tab h3 {
	background:url(../images/featured_overlay-trans.png);
	bottom:0;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:3px 5px;
	position:absolute;
	left:0;
	width:193px;
}

.tab h3 a, .tab h3 a:visited {
	color:#ffffff;
	text-decoration:none;
}

.tab h3 a:hover {
	text-decoration:underline;
}

.tab img.attachment-post-thumbnail {
}

/* Lista postów */
.post {
	border-bottom:1px solid #d0d0d0;
	padding:15px 10px;
	position:relative;
}

.post-left {
	float:left;
	width:205px;
}

a.post-thumbnail-href {
	border:1px solid #d0d0d0;
	display:block;
	line-height:0;
}

.post-right {
	float:right;
	padding-bottom:10px;
	width:420px;
}
.post h2 {
	margin-bottom:15px;
}
.post h2 a, .post-right h2 a:visited {
	color:#15466c;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

.post h2 a:hover {
	color:#0A6BB4;
	text-decoration:none;
}

.post-right .entry {
	margin-top:5px;
}

.meta {
	background-color:#0a6bb4;
	color:#ffffff;
	font-size:10px;
	padding:3px 10px;
}

.meta a, .meta a:visited {
	color:#ffffff;
	text-decoration:none;
}

.meta a:hover {
	text-decoration:underline;
}

.postmetadata p {
	margin:5px 0;
	padding:0 0 1px 25px;
}

.post-comments-link {
	background:url(../images/comments_ico.gif) left center no-repeat;
}

.post-tags-link {
	background:url(../images/tags_ico.png) left center no-repeat;
}

.postmetadata p a, .postmetadata p a:visited {
	color:#000000;
	text-decoration:underline;
}

.postmetadata p  a:hover {
	text-decoration:none;
}

a.post-read-more, a.post-read-more:visited {
	background-color:#74a40a;
	bottom:1px;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	padding:2px 13px;
	position:absolute;
	right:10px;
	text-decoration:none;
}

a.post-read-more:hover {
	background-color:#4b670c;
}

/* copywright */

p.copyrights {
	border-top:1px solid #609fce;
	clear:both;
	color:#9ac2e0;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
}

ul#foot_menu {
	margin-left:0;
	border-top:1px solid #609fce;
	clear:both;
	color:#9ac2e0;
	padding-top:5px;
	text-align:center;
}

ul#foot_menu li {
	display:inline;
}

/* Single */

.single-meta {
	margin:25px 0;
	padding-left:70px;
	position:relative;
}

.single-meta-notn {
	margin:25px 0;
}

.single-meta img {
	border:1px solid #0a6bb4;
	left:5px;
	position:absolute;
	top:-14px;
}

/* postnavi */

.post-nav-list {
	background-color:#efefef;
	border:1px solid #cfcfcf;
	float:right;
	margin:0 0 10px 10px;
	padding:3px 5px;
}

#content-left .post-nav-list ol.contentlist {
	margin-left:20px;
}

.post-nav-bottom-list {
	text-align:center;
}

.post-nav-bottom-list a {
	margin:0 10px;
	text-decoration:none;
}

.post-nav-bottom-list span.contentjumplink {
	display:none;
}

.post-nav-bottom-list input {
	border:1px solid #cfcfcf;
}

/* pagenavi */
.wp-pagenavi {
	padding-top:10px;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #084979;
	color: #ffffff;
	background-color: #0a6bb4;	
}

.wp-pagenavi a:hover {
	background-color: #549cd2;
}
.wp-pagenavi a:active, .wp-pagenavi span.current {
	padding: 3px 4px 3px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #567a05;
	color: #ffffff;
	background-color: #74a40a;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	color: #000000;
}

/* Kalendarz */

#calendar_wrap {
	border:1px solid #0a6bb4;
	padding:1px;
	margin:0 auto;
	width:200px;
}

#wp-calendar {
	border-collapse: collapse;
	width:200px;
}

#wp-calendar td {
	padding:3px;
}

#wp-calendar  caption {
	background-color:#0a6bb4;
	color:#ffffff;
	font-weight:bold;
}

#wp-calendar thead tr, #wp-calendar tbody tr {
	text-align:center;
}

#wp-calendar tfoot {
	background:url(../images/separator_gray.gif) top left repeat-x;
}

#wp-calendar td#today {
	border:1px solid #0a6bb4;
}

#wp-calendar #prev {
	font-weight:bold;
	padding-left:10px;
}

#wp-calendar #next {
	font-weight:bold;
	padding-right:10px;
	text-align:right;
}

#wp-calendar #next a, #wp-calendar #prev a {
	text-decoration:none;
}

/* Komentarze */
#main-respond {
	margin-left:15px;
}
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

/************************************************
	Pomocnicze
************************************************/

.screen-reader-text { 
	left: -9999px; 
	position: absolute; 
	top: -9999px; 
}

.clear { 
	clear: both; 
	display:block;
	font-size:1px;
}

.group:after { 
	clear: both; 
	content: " "; 
	display: block; 
	font-size: 0; 
	height: 0; 
	visibility: hidden; 
}

/************************************************
	konkursowe
************************************************/

#konkurs_form div.konkurs_radio input {
	border:0;
	display:inline;
	float:left;
	margin-right:5px;
	width: 20px;
}

#konkurs_form div.konkurs_radio label {
	font-weight:normal;
}

#konkurs_form p.konkurs_pytanie {
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	margin:10px 0 7px 0;
}

#konkurs_form label {
	font-weight:bold;
}

#konkurs_form  input#konkurs_wyslij {
	background-color:#74A40A;
	font-weight:bold;
	color:#ffffff;
	width:auto;
	cursor:pointer;
}

#konkurs_form p {
	margin:0;
}

.konkurs_error {
	color:red;
	font-weight:bold;
}

.konkurs_success {
	color:#ffffff;
	float:left;
	margin:1px 0;
	padding:12px 10px 12px 50px;
	background:#b1bc16 url(../images/flash_ok_ico.gif) 5px center no-repeat;
	border:1px solid #717906;
	width:330px;
}