/* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net *  * Copyright (c) 2008 - 2010 Janis Skarnelis * * Version: 1.3.1 (05/03/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: *   http://www.opensource.org/licenses/mit-license.php *   http://www.gnu.org/licenses/gpl.html */#fancybox-loading {position: fixed;top: 50%;left: 50%;height: 40px;width: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;display: none;}* html #fancybox-loading {/* IE6 */position: absolute;margin-top: 0;}#fancybox-loading div {position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url('img/fancybox/fancybox.png');}#fancybox-overlay {position: fixed;top: 0;left: 0;bottom: 0;right: 0;background: #000;z-index: 1100;display: none;}* html #fancybox-overlay {/* IE6 */position: absolute;width: 100%;}#fancybox-tmp {padding: 0;margin: 0;border: 0;overflow: auto;display: none;}#fancybox-wrap {position: absolute;top: 0;left: 0;margin: 0;padding: 20px;z-index: 1101;display: none;}#fancybox-outer {position: relative;width: 100%;height: 100%;background: #FFF;}#fancybox-inner {position: absolute;top: 0;left: 0;width: 1px;height: 1px;padding: 0;margin: 0;outline: none;overflow: hidden;}#fancybox-hide-sel-frame {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;}#fancybox-close {position: absolute;top: -15px;right: -15px;width: 30px;height: 30px;background-image: url('img/fancybox/fancybox.png');background-position: -40px 0px;cursor: pointer;z-index: 1103;display: none;}#fancybox_error {color: #444;font: normal 12px/20px Arial;padding: 7px;margin: 0;}#fancybox-content {height: auto;width: auto;padding: 0;margin: 0;}#fancybox-img {width: 100%;height: 100%;padding: 0;margin: 0;border: none;outline: none;line-height: 0;vertical-align: top;-ms-interpolation-mode: bicubic;}#fancybox-frame {position: relative;width: 100%;height: 100%;border: none;display: block;}#fancybox-title {position: absolute;top: 10px;left: 0;font-family: Arial;font-size: 12px;z-index: 1102;}.fancybox-title-inside {padding: 10px 0;text-align: center;color: #333;}.fancybox-title-outside {padding-top: 5px;color: #FFF;text-align: center;font-weight: bold;}.fancybox-title-over {color: #FFF;text-align: left;}#fancybox-title-over {padding: 8px 10px;background-image: url('img/bg.gif');display: block;font-weight: bold;}#fancybox-title-wrap {display: inline-block;}#fancybox-title-wrap span {height: 32px;float: left;}#fancybox-title-left {padding-left: 15px;background-image: url('img/fancybox/fancybox.png');background-position: -40px -90px;background-repeat: no-repeat;}#fancybox-title-main {font-weight: bold;line-height: 29px;background-image: url('img/fancybox/fancybox-x.png');background-position: 0px -40px;color: #FFF;}#fancybox-title-right {padding-left: 15px;background-image: url('img/fancybox/fancybox.png');background-position: -55px -90px;background-repeat: no-repeat;}#fancybox-left, #fancybox-right {position: absolute;bottom: 0px;height: 100%;width: 35%;cursor: pointer;outline: none;background-image: url('img/fancybox/blank.gif');z-index: 1102;display: none;}#fancybox-left {left: 0px;}#fancybox-right {right: 0px;}#fancybox-left-ico, #fancybox-right-ico {position: absolute;top: 50%;left: -9999px;width: 30px;height: 30px;margin-top: -15px;cursor: pointer;z-index: 1102;display: block;}#fancybox-left-ico {background-image: url('img/fancybox/fancybox.png');background-position: -40px -30px;}#fancybox-right-ico {background-image: url('img/fancybox/fancybox.png');background-position: -40px -60px;}#fancybox-left:hover, #fancybox-right:hover {visibility: visible;    /* IE6 */}#fancybox-left:hover span {left: 20px;}#fancybox-right:hover span {left: auto;right: 20px;}.fancy-bg {position: absolute;padding: 0;margin: 0;border: 0;width: 20px;height: 20px;z-index: 1001;}#fancy-bg-n {top: -20px;left: 0;width: 100%;background-image: url('img/fancybox/fancybox-x.png');}#fancy-bg-ne {top: -20px;right: -20px;background-image: url('img/fancybox/fancybox.png');background-position: -40px -162px;}#fancy-bg-e {top: 0;right: -20px;height: 100%;background-image: url('img/fancybox/fancybox-y.png');background-position: -20px 0px;}#fancy-bg-se {bottom: -20px;right: -20px;background-image: url('img/fancybox/fancybox.png');background-position: -40px -182px; }#fancy-bg-s {bottom: -20px;left: 0;width: 100%;background-image: url('img/fancybox/fancybox-x.png');background-position: 0px -20px;}#fancy-bg-sw {bottom: -20px;left: -20px;background-image: url('img/fancybox/fancybox.png');background-position: -40px -142px;}#fancy-bg-w {top: 0;left: -20px;height: 100%;background-image: url('img/fancybox/fancybox-y.png');}#fancy-bg-nw {top: -20px;left: -20px;background-image: url('img/fancybox/fancybox.png');background-position: -40px -122px;}/* IE */#fancybox-loading.fancybox-ie div{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_loading.png', sizingMethod='scale'); }.fancybox-ie #fancybox-close{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_close.png', sizingMethod='scale'); }.fancybox-ie #fancybox-title-over{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }.fancybox-ie #fancybox-title-left{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_title_left.png', sizingMethod='scale'); }.fancybox-ie #fancybox-title-main{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_title_main.png', sizingMethod='scale'); }.fancybox-ie #fancybox-title-right{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_title_right.png', sizingMethod='scale'); }.fancybox-ie #fancybox-left-ico{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }.fancybox-ie #fancybox-right-ico{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }.fancybox-ie .fancy-bg { background: transparent !important; }.fancybox-ie #fancy-bg-n{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }.fancybox-ie #fancy-bg-ne{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }.fancybox-ie #fancy-bg-e{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }.fancybox-ie #fancy-bg-se{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }.fancybox-ie #fancy-bg-s{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }.fancybox-ie #fancy-bg-sw{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }.fancybox-ie #fancy-bg-w{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }.fancybox-ie #fancy-bg-nw{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox//fancy_shadow_nw.png', sizingMethod='scale'); }/** RESET **/* { outline-color: #fff !important; outline-style: none !important; outline-width:0 !important;}div, span, ul, li, a, input, select, form, h1, h2, h3, h4, h5, h6, hr, p, ol, table, tr, td, th, tbody, body {margin: 0; padding: 0; }img {border: 0;}div.clr {clear: both;overflow: hidden;font-size: 1px;height: 1px;}/** BODY **/body {font-family: 'Trebuchet MS', Trebuchet, 'Helvetica Neue', Helvetica, sans-serif;font-size: 12px;background: url(img/body_bg.png) repeat;background-attachment: fixed;}a {text-decoration: none;color: #808f00;}a:hover {text-decoration: underline;}h1, h2, h3, h4, h5, h6 {font-weight: normal;font-family: 'Bitstream Charter','Century Schoolbook L','Liberation Serif',Georgia,Times,serif;}h1 {font-size: 28px;}h2 {font-size: 26px;}h3 {font-size: 24px;}h4 {font-size: 22px;}h5 {font-size: 20px;}h6 {font-size: 18px;}input {padding: 5px;border: 0;font-family: 'Trebuchet MS',Trebuchet,'Helvetica Neue',Helvetica,sans-serif;font-size: 14px;color: #5f5f53;background: #e7e7da;font-size: 12px;}textarea {padding: 5px;border: 0;font-family: 'Trebuchet MS',Trebuchet,'Helvetica Neue',Helvetica,sans-serif;font-size: 14px;color: #5f5f53;background: #e7e7da;}select {padding: 2px;border: 0;font-family: 'Trebuchet MS',Trebuchet,'Helvetica Neue',Helvetica,sans-serif;font-size: 12px;color: #5f5f53;background: #e7e7da;}input.submit {background: #a6ba00;color: #fff;font-weight: bold;font-size: 12px;border: 0;height: 28px;cursor: pointer;padding: 1px 5px;}input.submit.highlight {background: #b5c908;}/** OKNA DIALOGOWE **/#dialogs {display: none;}/** WIADOMOSCI **/.msg_success {color: green;}.msg_error {color: #dc241f;}.msg_default {padding: 20px 10px;text-align: center;background: #e7e7da;margin: 0 0 10px 0;overflow: hidden;}/** WRAPPER **/#wrapper {width: 970px;background: url(img/wrapper_bg.gif) repeat-y #202122;border-right: 20px solid #202122;border-left: 20px solid #202122;margin: 0 auto;}/** CONTENT **/#content {position: relative;z-index: 1;background: #f6f6e8;padding: 10px;border-left: 25px solid #a6ba00;border-top: 25px solid #a6ba00;margin-left: 270px;width: 655px;color: #5f5f53;}#content .header {overflow: hidden;}#content h1 {font-size: 26px;margin: 0 0 10px 0;background: #e7e7da;float: left;padding: 5px;}#content h1, #content h2, #content h3,#content h4, #content h5, #content h6 {color: #383831;}#menu {margin-left: 270px;list-style-type: none;height: 40px;position: relative;background: #202122;border-left: 25px solid #202122;position: relative;}#menu li {float: left;display: block;margin-right: 10px;position: relative;}#menu li a {display: block;padding: 10px 20px;color: #fff;height: 20px;font-weight: bold;font-size: 14px;}#menu li .active,#menu li .selected,#menu li a:hover {background: #a6ba00;text-decoration: none;}#menu .level-1 {display: none;position: absolute;top: 40px;left: 0;z-index: 1000;width: 170px;background: #a6ba00;}#menu .level-1 li {border: 1px solid #b5c908;border-top: 0;float: none;width: auto;margin-right: 0;}#menu .level-1 li a:hover {text-decoration: underline;}/** TOP **/#top {height: 46px;background: #202122;width: 700px;margin-left: 270px;}#top .search {float: right;height: 35px;margin: 10px 0 0 0;}#top .search input {float: left;display: block;}#top .search .text {width: 200px;margin-right: 4px;background: #fff;}#top .search .submit {width: 35px;}/** LEFT **/#side {float: left;width: 260px;background: #202122;padding: 25px 10px 0 0;}#side h5 {padding: 0 0 5px 0;color: #d8d8c7;margin: 25px 0 10px 0;border-bottom: 2px solid #a6ba00;}#side a {color: #848477;}#side .box {font-size: 12px;color: #848477;overflow: hidden;}#side .box p {padding: 0 0 10px 0;}#side .auth .msg {display: none;}#side .facebook {background: url(img/facebook-32.png) no-repeat left;padding: 6px 0 0 40px;height: 26px;font-size: 13px;color: #848477;display: block;margin-bottom: 10px;}#side .youtube {background: url(img/youtube-32.png) no-repeat left;padding: 6px 0 0 40px;height: 26px;font-size: 13px;color: #848477;display: block;margin-bottom: 10px;}#side .google_plus {background: url(img/google-32.png) no-repeat left;padding: 6px 0 0 40px;height: 26px;font-size: 13px;color: #848477;display: block;}#side .submit {width: 35px;}#side .auth .register {padding: 0;}#side .auth p {overflow: hidden;}#side .auth label {width: 50px;display: block;float: left;padding-top: 6px;}#side .auth input {width: 186px;display: block;float: right;}#side .auth .text {background: #fff;}#side .auth #auth_submit {width: auto;}#side .auth .account ul li {color: #e8e8e8;padding: 6px 0 0 0;}#side .shoutbox .list {height: 200px;overflow: auto;border: 1px solid #313131;padding: 5px;}#side .shoutbox .list .item {border-bottom: 1px solid #313131;padding: 10px 0;margin-right: 5px;}#side .shoutbox .list .item p {padding: 5px 0 0 0;clear: both;}#side .shoutbox .list .item span {color: #d8d8c7;display: block;padding: 5px 0 0 0;float: right;}#side .shoutbox .list .item a {padding: 1px 5px;background: #a6ba00;color: #fff;float: left;display: block;margin-top: 1px;}#side .shoutbox .list .item a:hover {background: #b5c908;text-decoration: none;}#side .shoutbox input {display: block;}#side .shoutbox #shoutbox_form {margin-top: 10px;}#side .shoutbox #shoutbox_form .msg {padding-bottom: 10px;display: none;}#side .shoutbox #shoutbox_message {width: 211px;float: left;background: #fff;}#side .shoutbox #shoutbox_submit {float: right;}/** FOOTER **/#footer {overflow: hidden;font-size: 11px;color: #848477;clear: both;background: #202122;padding: 20px 0 10px 0;}#footer a {color: #848477;}#footer .box {float: left;width: 224px;border-right: 1px solid #313131;padding-right: 10px;margin-right: 10px;margin-bottom: 10px;height: 142px;}#footer .box ul {list-style-type: none;}#footer .box ul li {padding: 4px 0 3px 10px;background: url(img/arrow.gif) no-repeat left;}#footer .box h6 {margin-bottom: 10px;color: #d8d8c7;}#footer .box.last {padding-right: 10px;margin-right: 0;border-right: 0;}#footer .box.newsletter {margin-bottom: 0;}#footer .box.newsletter p {padding-bottom: 10px;}#footer .box.newsletter .msg {padding-bottom: 10px;display: none;}#footer .box.newsletter input {display: block;}#footer .box.newsletter #newsletter_email {width: 175px;float: left;background: #fff;}#footer .box.newsletter #newsletter_submit {float: right;width: 35px;}#footer .social {float: left;width: 485px;height: 25px;padding: 15px 0 0 0;border-top: 1px solid #313131;}#footer .social a {display: block;float: left;margin-right: 10px;}#footer .copyright {float: right;width: 485px;text-align: right;padding: 15px 0 0 0;border-top: 1px solid #313131;}#footer .copyright a {color: #848477;}#footer .partners {clear: both;padding: 10px 0;border-top: 1px solid #313131;}#footer .partners h6 {color: #d8d8c7;}/** BOX Z WPISEM **/.item_list {overflow: hidden;}.item_list .item {overflow: hidden;margin-bottom: 20px;position: relative;}.item_list .item:last-child {margin-bottom: 0;}.item_list .item h3 {line-height: 31px;font-size: 22px;margin-bottom: 7px;}.item_list .item h3 a {color: #383831; padding: 2px;}.item_list .item h3 a:hover {background: #a6ba00;color: #fff;text-decoration: none;}.item_list .item .image {float: left;display: block;border: 5px solid #e7e7da; margin-right: 10px;margin-bottom: 10px;}.item_list .item .body {padding-bottom: 35px;}.item_list .item .links {position: absolute;bottom: 10px;right: 10px;}.item_list .item .links a {float: right;display: block;padding: 5px 10px;background: #e7e7da;color: #5f5f53;}.item_list .item .with_thumb {width: 494px;float: left;}/** STRONNICOWANIE **/.pagination {overflow: hidden;text-align: center;padding: 5px 0;margin: 10px 0 0 0;}.pagination a {padding: 5px 10px;background: #a6ba00;color: #fff;}.pagination a.current,.pagination a:hover {background: #b5c908;text-decoration: none;color: #fff;}/** OBRAMOWANIE TRESCI **/.border {padding: 0 10px 0 0;border-bottom: 1px solid #e7e7da;border-right: 1px solid #e7e7da;overflow: hidden;position: relative;}/** KOMENTARZE **/.comments_list {overflow: hidden;}.comments_list .item {overflow: hidden;margin-bottom: 10px;position: relative;}.comments_list .item .avatar {border: 10px solid #fff;border-right: 0;float: left;width: 75px;height: 75px;}.comments_list .item .comment {float: left;width: 539px;border: 10px solid #fff;background: #fff;min-height: 75px;}.comments_list .item .comment .author {margin-bottom: 10px;font-weight: bold;font-size: 13px;}.comments_list .item .comment .author i {font-size: 12px;font-weight: normal;}.comments_list .item_gray .avatar {border: 10px solid #e7e7da;border-right: 0;}.comments_list .item_gray .comment {border: 10px solid #e7e7da;background: #e7e7da;}.comment_add {overflow: hidden;}.comment_add form {padding: 10px;background: #e7e7da;margin: 0 0 10px 0;overflow: hidden;}.comment_add form .submit {overflow: hidden;}.comment_add form .submit input {float: right;}.comment_add form h5 {margin: 0 !important;border: 0 !important;}.comment_add form .msg {display: none;margin-bottom: 10px;}.comment_add form textarea {width: 614px;height: 150px;background: #fff;margin-bottom: 10px;}/** OPCJE ADMINISTRATORA **/.admin_actions {position: absolute;right: 10px;top: 10px;width: 16px;height: 16px;padding: 5px;}.admin_actions img {cursor: pointer;}.admin_actions .actions {background: #202122;display: none;right: 0;width: 125px;position: absolute;z-index: 100;padding: 5px 10px;}.admin_actions .actions a {font-size: 10px;color: #fff;}/** CK **/.ck {text-align: justify;}.ck ul {list-style-type: square;}.ck ul li {margin-left: 25px;}.ck ol {list-style-type: decimal ;}.ck ol li {margin-left: 25px;}
