/*
Theme Name: Arclite
Theme URI: http://digitalnature.ro/projects/arclite
Description: Simple but elegant theme with lots of theme options. Designed by <a href="http://digitalnature.ro/">digitalnature</a>.
Version: 2.02
Author: digitalnature
Author URI: http://digitalnature.ro
Tags: light, brown, two-columns, flexible-width, right-sidebar, theme-options, threaded-comments, custom-header, translation-ready

  Arclite Wordpress theme
    http://digitalnature.ro/projects/arclite

  Design and coding by digitalnature
    http://digitalnature.ro

  The CSS, XHTML and design is released under GPL.
    http://www.opensource.org/licenses/gpl-license.php

*/


/* global prop. */
*{
  margin: 0;
  padding: 0;
}

/* try to use custom fonts trough css3 (opera 10+, safari 3.1+ and ff 3.5+) */
@font-face {
  font-family: "Union";
  src: url("fonts/union.ttf") format("truetype");
}

@font-face {
  font-family: "Share";
  src: url("fonts/share.ttf") format("truetype");
}


/*** COMMON ELEMENTS ***/

html, body{
  height:100%;
}

html{
  font-size: 100%;
}

body{
font-family:Tahoma,Arial,sans-serif;
font-size:11px;
line-height:16px;
  font-style: normal;
  color: #000;
  background: #ffffff;
  min-height:100%;
  height:auto !important; /* ie6 ignores it */
  height:100%; /* fix */
  position: relative;
}


/* links */

a:hover,
a.contentpagetitle:hover
{
	color:#B30000;
	text-decoration:underline;
}
.contentpagetitle a,
a, a:visited, a:hover
{
	color:#525252;
	text-align:left;
	text-decoration:none;
}


/* headings */

h1{
  font-family:Tahoma,Arial,sans-serif;
  font-weight: bold;
  font-size: 360%;
  letter-spacing: -0.04em;
  line-height: 100%;
  margin: .5em 0 .5em;
}

h2{
  font-family:Tahoma,Arial,sans-serif;
  font-weight: normal;
  font-size: 220%;
  letter-spacing: -0.04em;
  line-height: 110%;
  margin: .5em 0 .2em;
}

h3{
  font-family:Tahoma,Arial,sans-serif;
  font-size: 180%;
  font-weight: normal;
  letter-spacing: -0.04em;
  line-height: 110%;
  margin: .5em 0 .2em;
  text-shadow: #fff 1px 1px 1px;
}

h4{
  font-family:Tahoma,Arial,sans-serif;
  font-size: 200%;
  font-weight: normal;
  margin: .5em 0 .2em;
}

h5{
  font-family:Tahoma,Arial,sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin: .5em 0 .2em;
  letter-spacing: -0.02em;
}

h6{
  font-family:Tahoma,Arial,sans-serif;
  font-size: 125%;
  font-weight: normal;
  text-transform: uppercase;
  margin: .5em 0 .2em;

}
/* forms */


form label{
  font-weight: normal;
}

fieldset{
  padding: .8em;
  border: 1px solid #d2c7af;
}

legend{
  padding: 2px 15px 10px 15px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}


/* lists */

ul, ol{
  margin: .4em 0 0em;
  list-style: none;
}


ul li, ol li{
  list-style-position:outside;
}

dl{
  padding: .3em 0 .8em;
}

dt {
  float: left;
  clear: left;
  width: 9em;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin: 0 0 0 10em;
  padding: 0 0 0.5em 0;
}


/* other */
img{
  border: 0;
}

hr{
  color: #b4aca1;
  background: #b4aca1;
  border-bottom: 1px solid #f6f4eb;
}

small{ font-size: 80%; }

pre{
  overflow: auto;
  white-space: pre-wrap;       /* css3 */
  white-space: -moz-pre-wrap;  /* ff */
  word-wrap: break-word;       /* ie */
  font-size: 12px;
  font-family:Tahoma,Arial,sans-serif;
  background: #fff;
  padding: .4em;
  margin: 1em 0;
}

blockquote{
  margin: 1em 25% 1em 0;
  padding: .2em .2em .2em 5em;
  border: 1px dotted #937d68;
  font-style: italic;
  color: #937d68;
  background: #fff url(images/blockquote.png) no-repeat 4px top;
}

blockquote p{
  padding: 8px;
  margin: 2px;
}

/*** BASIC LAYOUT ***/

#page{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.block-content{
  width: 100% !important;
  width: 1000px; /* for ie 6 */
  margin: 0 auto;
  display: block;
  height:auto;
}

#main-wrap1
{
	margin:auto;
	position:relative;
	width:1000px;
}
#main-wrap2{
  border-top: 1px solid #fff;
}

#main{
  padding:0px;
  width:1000px;
  background-color:#fff;
}

.mask-main {
  clear:both;
  float:left;
  width:100%;
}

.mask-main .mask-right,
.mask-main .mask-mid,
.mask-main .mask-left {
  float:left;
  width:100%;
  position:relative;
}

#main .col1
{
	float:left;
	width:469px;
	position:relative;
	margin-left:10px;
}

#main .col2
{
	float:left;
	width:300px;
	position:relative;
	margin:0px 15px 0px 15px;
}
#main .col3
{
	float:left;
	width:170px;
	position:relative;
}
#baner
{
	overflow:hidden;
}

#main_pages .col1
{
	margin-left:0px;
	float:left;
	width:203px;
	position:relative;
}

#main_pages .col2
{
	float:left;
	width:624px;
	position:relative;
	margin:0px;
}
#main_pages .col3
{
	float:left;
	width:167px;
	position:relative;
}
#tech_content,
#page_cont
{
	margin:0px 13px 0px 13px;
}

#tech_content p
{
	padding:4px 0px 12px 0px;
	text-align:justify;
}

#main-content .ikonki,
#page_cont .ikonki,
.ikonki
{
	float:right;
	height:40px;
}
#page_cont .ikonki img
{
	cursor:pointer;
}

#page_cont .content
{
	clear:both;
}
#post .col1
{
	width:634px;
	position:absolute;
	left:203px;
	top:0px;
	border-left:1px solid #B30000;
	border-right:1px solid #B30000;
}

#post .col2
{
	float:left;
	width:203px;
	position:relative;
}
#post .col3
{
	float:right;
	width:170px;
	position:relative;
	border-right:1px solid #B30000;
}

.clear-content{
  height: 1px;
  clear: both;
  display: block;
}

.post-content p
{
	text-align:justify;
	padding:5px 0px;
}
.post-content ul
{
	margin-left:20px;
}
/*** HEADER ***/

#header{
  height: 190px;
  position: relative;
  z-index: 10;
  color: #fff;
}

#header .block-content{
  height: 190px;

}

#header-wrap{
	background:#E7E4D3 url(images/layout/gradient.jpg) repeat-x scroll center bottom;
	height:215px;
	width:100%;
}

#head_container
{
	height:216px;
	margin:auto;
	position:relative;
	width:1000px;
}
#logo_head {
	background:transparent url(images/layout/logo.jpg) no-repeat scroll 0 0;
	float:left;
	height:216px;
	width:203px;
}
#logo_A {
display:block;
height:100%;
width:100%;
}

#buttons_head {
	border-bottom:1px solid #B30000;
	border-top:1px solid #B30000;
	height:54px;
	left:203px;
	padding-left:9px;
	position:absolute;
	top:120px;
	width:788px;
}

.menu_g_link, menu_g_link:hover, menu_g_link:visited
{
	display:block;
	float:left;
	height:54px;
	margin:0 5px;
	width:47px;
}

#wiadomosci:hover
{
background:transparent url(images/layout/b-wiad-rol.gif) no-repeat scroll 0 0;
}
#wiadomosci
{
	background:transparent url(images/layout/b-wiad.gif) no-repeat scroll 0 0;
}

#poradniki:hover
{
	background:transparent url(images/layout/b-pora-rol.gif) no-repeat scroll 0 0;
}
#poradniki
{
	background:transparent url(images/layout/b-pora.gif) no-repeat scroll 0 0;
}

#technika:hover
{
	background:transparent url(images/layout/b-tech-rol.gif) no-repeat scroll 0 0;
}
#technika
{
	background:transparent url(images/layout/b-tech.gif) no-repeat scroll 0 0;
}

#prawo:hover
{
	background:transparent url(images/layout/b-praw-rol.gif) no-repeat scroll 0 0;
}
#prawo
{
	background:transparent url(images/layout/b-praw.gif) no-repeat scroll 0 0;
}

#oferty:hover
{
	background:transparent url(images/layout/b-ofer-rol.gif) no-repeat scroll 0 0;
}
#oferty
{
	background:transparent url(images/layout/b-ofer.gif) no-repeat scroll 0 0;
}

#przetargi:hover
{
	background:transparent url(images/layout/b-prze-rol.gif) no-repeat scroll 0 0;
}
#przetargi
{
	background:transparent url(images/layout/b-prze.gif) no-repeat scroll 0 0;
}

#katalog:hover
{
	background:transparent url(images/layout/b-kata-rol.gif) no-repeat scroll 0 0;
}
#katalog
{
	background:transparent url(images/layout/b-kata.gif) no-repeat scroll 0 0;
}

#forum:hover
{
	background:transparent url(images/layout/b-foru-rol.gif) no-repeat scroll 0 0;
}
#forum
{
	background:transparent url(images/layout/b-foru.gif) no-repeat scroll 0 0;
}

#dom_link
{
	background:transparent url(images/layout/b-dom.gif) no-repeat scroll 0 0;
	display:block;
	height:54px;
	position:absolute;
	right:10px;
	width:122px;
}

#napis_prawy
{
	background:transparent url(images/layout/text-gradient.jpg) no-repeat scroll 0 0;
	bottom:25px;
	height:13px;
	left:218px;
	position:absolute;
	width:294px;
}
#napis_prawy_2
{
	bottom:25px;
	height:13px;
	right:0px;
	position:absolute;
	font-size:10px;
	color: #AAAAAA;
}
#napis_prawy_2 a {
	color: #AAAAAA;
}

#pagetitle{
  padding: 3em 0 0 1em;
}

#pagetitle h1.logo{
  font-family:Tahoma,Arial,sans-serif;
  font-size: 500%;
  float: left;
  padding: .1em 0 0 0;
  margin: 0;
  letter-spacing: -0.1em;
  font-variant: small-caps;
  font-weight: normal;
  color: #eeeadb;
}

#pagetitle h1.logo a{
  color: #eeeadb;
  text-decoration: none;
}

#pagetitle h1.logo a:hover{
  color: #fff;
}

#pagetitle h4{
  float: left;
  border-left: 1px solid #8e7762;
  padding: .6em 0 .6em .8em;
  margin-left: 1em;
  color: #e9e2c9;
}


/* search */
.search-block{
  background: transparent url(images/search-bg.png) no-repeat left top;
  position: absolute;
  right: 2em;
  bottom: 1em;
}

.search-block .searchform-wrap{
  background: transparent url(images/search-go.png) no-repeat right top;
  width: 146px;
  height: 30px;
}

.search-block input{
  background: none;
  border: 0;
  color: #928a85;
  float: left;
  width: 100px;
  padding: 0;
  margin: 0;
}

.search-block input.searchfield{
  margin: 5px 0 0 8px;
}

.search-block fieldset{
  border: 0;
  padding: 0;
}

.search-block input.go{
  width: 36px;
  height: 30px;
  text-transform: uppercase;
  text-align: center;
  float: right;
  color: #fff;
}


/* main navigation */

#nav-wrap1{
  background: transparent url(images/nav-left.png) no-repeat left top;
  padding-left: 25px;
  position: absolute;
  z-index: 3;
  top: 170px;
  left: 1em;
  height: 64px;
}

#nav-wrap2{
  background: transparent url(images/nav-bg.png) no-repeat right top;
  padding-right: 25px;
  height: 64px;
  float: left;
}

ul#nav, ul#nav li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul#nav{
  background: transparent url(images/nav-div.png) no-repeat right top;
  padding-right: 2px;
  display: block;
  height: 64px;
}


ul#nav li{
  display:inline;
  float: left;
  position: relative;
  background: transparent url(images/nav-div.png) no-repeat left top;
  padding-left: 2px;
}

ul#nav li a{
  display: block;
  margin-top: 1px;
  height: 35px;
  float: left;
  color: #b5d1e6;
  text-decoration: none;
  font-size: 115%;
  font-weight: bold;
  text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
}

ul#nav li a span.arrow{display:none;}

ul#nav li a:hover{
  color: #fff;
}

ul#nav .fadeThis {
  position:relative;
  z-index: 1;
  background: none;
}

ul#nav .fadeThis span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent url(images/nav-active.png) repeat-x left top;
  z-index: -1;
  margin: 0;
  padding: 0;
}

ul#nav li a span{
  display: block;
  margin-top: 6px;
  padding: 0 8px;
}


/* sub-menus */

ul#nav ul {
  position: absolute;
  background: #f7f5ef url(images/side-menu-active.png) repeat-x left bottom;
  display: none;
  width:255px;
  top: 36px;
  left: 0;
  margin: 0;
  padding: 1em 0;
  font-size: 100%;
  line-height: 100%;
  z-index: 5;
  border: 1px solid #fff;
  -moz-box-shadow:0px 8px 14px rgba(0,0,0,0.3);
  -webkit-box-shadow:0px 8px 14px rgba(0,0,0,0.3);
  box-shadow:0px 8px 14px rgba(0,0,0,0.3);
}

ul#nav ul ul{
}

ul#nav li ul li{
  background: none;
  padding: 0;
}

ul#nav a.active ul,
ul#nav li.current_page_item ul,
ul#nav li.current_page_ancestor ul,
ul#nav li.current-cat ul{
  background: #fff;
}

ul#nav li.current_page_item ul ul,
ul#nav li.current_page_ancestor ul ul,
ul#nav li.current-cat ul ul{
  border: 1px solid #fff !important;
}

ul#nav li ul a{
  width:230px;
  float:left;
  background: none;
  margin: 0;
  padding: 8px 15px 8px 10px;
  height: auto;
  color: #000;
  font-weight: normal;
  line-height: 125%;
  text-shadow: none;
  position: relative;
}

ul#nav li ul a span.arrow{display:block;position:absolute;right:8px;top:0;line-height:32px;}

ul#nav li ul a span, ul#nav li ul a span span{
  margin: 0;
  padding: 0;
  height: auto;
  float: none;
}

ul#nav ul .fadeThis span.hover {
  background: #3b88b7;
}

ul#nav li ul a:hover, li ul#nav ul a:hover,
ul#nav a.active ul a:hover,
ul#nav li.current_page_item ul a:hover,
ul#nav li.current_page_ancestor ul a:hover{
  color: #fff;
}

ul#nav ul a:hover, ul#nav ul a:hover span,
ul#nav a.active ul a:hover span,
ul#nav li.current_page_item ul a:hover span,
ul#nav li.current_page_ancestor ul a:hover span,
ul#nav ul li.current_page_parent a:hover span,
ul#nav ul li.current_page_item a:hover span,
ul#nav ul li.current_page_parent li.current_page_item a:hover span{
  color:#fff;
}

ul#nav li ul a span, ul#nav li ul a span{
  background: none;
}

ul#nav ul ul{
  top:auto;
}

ul#nav li ul ul {
  left:230px;
  top: 4px;
}

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li:hover ul ul ul ul{
  display:none;
}
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li li li li:hover ul{
  display:block;
}

/* active submenus */
ul#nav ul li.current_page_parent a span,
ul#nav ul li.current_page_item a span,
ul#nav ul li.current_page_parent li.current_page_item a span{
  color: #2d83d5;
}

ul#nav ul li.current_page_item li a span, ul#nav ul li.current_page_parent li a span{
  color: #000;
}

/* IE 7 bug-fixes */
ul#nav li:hover { z-index: 5; }
ul#nav * li:hover { visibility: inherit; }

/* post */
.post, .page{
  margin: 0px;
}

#main-content
{
	margin:0px;
}

h3.post-title, h2.post-title{
  font-family:Tahoma,Arial,sans-serif;
  margin: 0;
  padding: .8em 0 .1em 0;
  font-size: 180%;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-shadow: #fff 1px 1px 1px;
}

h3.post-title a, h2.post-title a{
  text-decoration: none;
  color: #000;
}

h3.post-title a:hover, h2.post-title a:hover{
  color: #df2e56;
}

/* large title on single page */
h2.post-title{
	margin:0px;
	padding:6px 0px 6px 0px;
	font-size:11px;
}


.page-title
{
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
}


.post p.post-date{
  background: #fff;
  width: 38px;
  height: 38px;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  float: left;
  line-height: 100%;
  background: #fff url(images/date-bg.png) no-repeat left bottom;
  border: 1px solid #fff;
}

.post .post-date span.month{
  background: #f44365;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 85%;
  padding: 2px 0;
  text-transform: uppercase;
}

.post .post-date span.day{
  bottom: 1px;
  padding: 3px 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.post p.post-author{
  background: transparent url(images/post-info.png) no-repeat left top;
  margin: 0 0 0 43px;
  padding: 0 12px;
  font-size: 110%;
  font-style: italic;
  border: 1px solid #f2efe5;
  min-height: 38px;
  color: #75695e;
  height: auto !important;
  height: 38px;
  line-height: 100%;
}

.post .post-author span.info{
  margin-top: 10px;
  display: block;
}

.post .post-content{
  clear: left;
  padding-bottom: .4em;
}

/* tags */
.post p.tags{
  background: transparent url(images/tag.gif) no-repeat left top;
  font-size: 80%;
  color: #a8937b;
  padding: 0 0 0 13px;
  margin: 1em 0;
}

.post p.tags a{
  color: #6b5e50;
  text-decoration: underline;
}

.post p.tags a:hover{
  color: #0071bb;
  text-decoration: underline;
}

p.post-metadata{
  font-size: 80%;
  margin: 0;
  padding: 0;
  color: #a8937b;
}

p.post-metadata a{
  color: #6b5e50;
  text-decoration: underline;
  line-height: 150%;
}

p.post-metadata a:hover{
  color: #0071bb;
  text-decoration: underline;
}


/* comments */

h3.comments{
font-family:Tahoma,Arial,sans-serif;
  padding: 0;
  margin: 2em 0 0 0;
  font-size: 150%;
}

ul#comments{
  margin: .6em 0 1em 0;
  list-style-type: none;
  padding: 0;
}

ul#comments ul{
  margin-left: 2em;
  list-style-type: none;
}

ul#comments li.comment, ul#comments li.trackback{
  width: 85%;
  margin: 0;
  padding: 0;
}

ul#comments li.comment li.comment{
  width: 100%;
}

.comment-mask{
  display: block;
  background: transparent url(images/comment-shadow.png) no-repeat right bottom;
  padding: 12px 6px 6px 0px;
  position: relative;
}

.trackback .comment-mask{
  background: none;
}

.comment-mask .avatar{
  width: 90px;
  height: 90px;
  background: transparent url(images/avatar.png) no-repeat center center;
  float: left;
  position: relative;
}

.comment-mask .avatar img{
  position: absolute;
  left: 13px;
  top: 13px;
  width: 64px;
  height: 64px;
}

.comment-main{
  background: #fff;
  padding: 1px;
}

.comment-wrap1{
  background: transparent url(images/comment-bg-right.png) no-repeat right bottom;
}

.comment-wrap2{
  background: transparent url(images/comment-bg-left.png) no-repeat left bottom;
}

.comment-head{
  background: #96816d url(images/comment-head.png) repeat-x left bottom;
  color: #fff;
  display: block;
  width: 100%; /* IE 7 fix */
  position: relative;
}

.trackback .comment-head{
  background: #7c7c7d;
}

.admincomment .comment-head{
  background: #125f9f url(images/comment-head-admin.png) repeat-x left bottom;
}

.comment-head p{
  padding: .5em 1em 1.5em 1em;
  margin: 0;
  font-style: italic;
  font-size: 90%;
}

.trackback .comment-head p{
  padding: .5em 1em;
  margin: 0;
}

.comment-head p a, .comment-head p a:visited{
  color: #ebe6da;
}

.comment-head p.controls{
  position: absolute;
  padding:0;
  display: none;
  top: 0;
  right: 6px;
  z-index: 6;
  font-style: normal;
  text-transform: uppercase;
  padding: 0 1em 0 0;
  margin: 22px 0 0 0;
}

.comment-head p.controls a{
  display: block;
  float: left;
  text-decoration: none;
  color: #0071bb;
  background: #fff;
  padding: 3px 6px;
  margin-right: 3px;
  border: 1px solid #96816d;
}

.comment-head p.controls a:hover{
  background: #96816d;
  color: #fff;
  border: 1px solid #eeebe3;
}

.admincomment .comment-head p.controls a:hover{
  background: #0071bb;
}

.comment-body{
  padding: 0;
  height: 60px;
  min-height:60px;
  height:auto !important; /* ie6 fix */
  font-size: 90%;
}

.comment-body p{
  padding: 0 1em 1em 1em;
  margin: 0;
  line-height: 150%;
}

.comment-body blockquote{
  margin-left: 100px;
}


/* comment form */

#respond{
  display: block;
  margin: 1em 0;
}

li.comment #respond{
  margin-left: 100px;
}


/*** SIDEBAR ***/

#sidebar, #sidebar-secondary{
  padding:0;
  margin: 0;
}

#sidebar li.block, #sidebar-secondary li.block{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* sidebar menu */

ul.menu, ul.menu li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.menu{
  padding: 0 12px;
  margin: 0 0 10px 0;
  display: block;
}

ul.menu li{
  background: transparent url(images/div-h.png) repeat-x left bottom;
  display: block;
  padding: 0 0 3px 0;
  width: 100%;
}

ul.menu li a{
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 30px 3px 12px;
  color: #000;
  font-size: 120%;
}

ul.menu li a:hover{
  color: #0071bb;
}

ul.menu .fadeThis {
  position:relative;
  z-index: 1;
  background: none;
}

ul.menu .fadeThis span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #f7f5ef url(images/side-menu-active.png) repeat-x left bottom;
  z-index: -1;
}

/* sub menus */

ul.menu li li{
  margin-left: 1.8em;
  padding: 0;
  float: none;
  background: none;
  width: auto;
}

ul.menu li li li{
  margin-left: 1em;
}

ul.menu li li a{
  text-transform: none;
  padding: 0;
  font-size: 100%;
  font-style: italic;
}

ul.menu li li a:hover{
  background: none;
}


/* rss popups */

ul.menu li.cat-item {
 position: relative;
}

ul.menu li.cat-item a.rss{
  position: absolute;
  padding:0;
  display: none;
  background: transparent url(images/side-menu-rss.png) no-repeat center center;
  width: 24px;
  height: 22px;
  top: 0px;
  margin-top: 4px;
  right: 6px;
  z-index: 10;
  cursor: pointer;
}

ul.menu li.cat-item li.cat-item a.rss{
  background: none;
  visibility: hidden;
}

ul.menu li li .fadeThis {
  position:static;
  background: none;
}

ul.menu li li .fadeThis span.hover {
  display: none;
}


/*** FOOTER ***/

#footer
{
	background-attachment:scroll;
	background-color:#E7E4D3;
	background-image:url(images/layout/gradient_inner.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	position:relative;
	text-align:center;
	width:100%;
	clear:both;
}

#footer a
{
	font-size:11px;
	color:#525252;
	display:block;
	text-align:left;
	text-decoration:none;
}

#footer a:hover
{
	color:#B30000;
	text-decoration:underline;
}

#mos_bottom {
position:relative;
width:100%;
}

table.moduletable-stopka {
width:100%;
}

/* footer links/widgets */
ul#footer-widgets{
  margin: 0;
  padding: 0;
  color: #726a60;
}

ul#footer-widgets li.widget{
  float: left;
  padding: 0;
  margin: 0;
  width: 50%; /* default  */
  list-style-type: none;
}

ul#footer-widgets.widgetcount-1 li.widget{ width: 50%; }
ul#footer-widgets.widgetcount-2 li.widget{ width: 50%; }
ul#footer-widgets.widgetcount-3 li.widget{ width: 33%; }
ul#footer-widgets.widgetcount-4 li.widget{ width: 25%; }
ul#footer-widgets.widgetcount-5 li.widget{ width: 20%; }
ul#footer-widgets.widgetcount-6 li.widget{ width: 16%; }
/* no point to add more than 6 widgets, unreadable */

ul#footer-widgets h6.title{
  background: transparent url(images/div-h2.gif) repeat-x left bottom;
  padding: .1em .4em;
  font-style: italic;
}

ul#footer-widgets .the-content{
  margin: 0 1em;
  padding: .4em 0;
}

ul#footer-widgets li.widget ul{
  padding: 0;
}

ul#footer-widgets li.widget li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: .2em .6em;
  display: block;
  background: transparent url(images/div-h2.gif) repeat-x left bottom;
  position: relative;
  margin-top: 1px;
}

ul#footer-widgets li.widget li li{
  padding-left: 1em;
  border: 0;
}

ul#footer-widgets li.widget li a{
  text-decoration: none;
}

ul#footer-widgets li.widget li a:hover{
  color: #fff;
}

ul#footer-widgets li.widget li span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #403123;
  z-index: -1;
  margin: 0;
  padding: 0;
}



/*** MISC ***/

.with-tooltip{ }

div.tooltip{
  position:absolute;
  left:-20000px;
  background-color:#dedede;
  padding:5px;
  border:1px solid #fff;
  display:none;
}

div.tooltip p{
  margin:0;
  padding:0;
  color:#fff;
  background-color:#222;
  padding:2px 7px;
}

.left{ float: left; }
.right{ float: right; }
div.clear{ clear: both;height:1px;  }

/* clearfix */
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
	clear:both;
  min-width: 0;		        /* trigger hasLayout for IE7 */
  display: inline-block;
  /* \*/ display: block;	/* Hide from IE Mac */
}

* html .clearfix{
/* \*/  height: 1%;	    /* Hide from IE Mac */
}

.error, .red{ color:#ed1f24; }
.center{ text-align: center; }

/* lightbox */
div#fancyoverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;display:none;z-index:30;}
div#fancywrap{text-align:left;}
div#fancyloading{position:absolute;height:40px;width:40px;cursor:pointer;display:none;overflow:hidden;background:transparent;z-index:100;}
div#fancyloading div{position:absolute;top:0;left:0;width:40px;height:480px;background:transparent url(images/loader.gif) no-repeat;}
div#fancyloadingoverlay{position:absolute;background-color:#FFF;z-index:30;}
div#fancyouter{position:absolute;top:0;left:0;z-index:90;padding:18px 18px 33px;margin:0;overflow:hidden;background:transparent;display:none;}
div#fancyinner{position:relative;width:100%;height:100%;background-color:#eee;}
div#fancycontent{margin:0;z-index:100;position:absolute;}
div#fancydiv{background-color:#000;color:#FFF;height:100%;width:100%;z-index:100;}
img#fancyimg{position:absolute;top:0;left:0;border:0;padding:0;margin:0;z-index:100;width:100%;height:100%;}
#fancyframe{position:relative;width:100%;height:100%;display:none;}
#fancyajax{width:100%;height:100%;overflow:auto;}
a#fancyleft,a#fancyright{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;z-index:111;display:none;outline:none;}
a#fancyleft{left:0;}
a#fancyright{right:0;}
span.fancyico{position:absolute;top:50%;margin-top:-15px;width:30px;height:42px;z-index:112;cursor:pointer;display:block;opacity:0.5;}
span#fancyleftico{left:-9999px;background:transparent url(images/block-nav.png) no-repeat left top;}
span#fancyrightico{right:-9999px;background:transparent url(images/block-nav.png) no-repeat right top;}
a#fancyleft:hover{visibility:visible;}
a#fancyright:hover{visibility:visible;}
a#fancyleft:hover span{left:20px;}
a#fancyright:hover span{right:20px;}
.fancybigIframe{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;}
div#fancytitle{width:100%;z-index:100;display:none;background-color:#4e4e4e;color:#fff;text-align:center;font-weight:bold;font-size:150%;padding:.2em 0;}



/*** WORDPRESS SPECIFIC STYLES ***/

/* pagination */

.commentnavi{
  margin: 10px 0;
  display: block;
}

.commentnavi .page-numbers, #pagenavi a, #pagenavi span.pages, #pagenavi span.extend{
  padding: 2px 6px 2px 6px !important;
  border: 1px solid #a9947c !important;
  background: #f2eedf !important;
  margin:0;
  text-decoration: none;
}

#pagenavi a, #pagenavi span.pages, #pagenavi span.extend{
  margin: 0 2px;
}

#pagenavi span.current{
  background: #a9947c !important;
  color: #fff !important;
  padding: 2px 6px 2px 6px !important;
  border: 1px solid #a9947c !important;
}

.commentnavi a{
  color: #0071bb;
  text-decoration: none;
  position: relative;
}

.commentnavi a:hover{ color: #f44365; }
#comment .page-numbers.current, #pagenavi span.pages{ color: #a9947c !important; }

#pagenavi{
  display: block;
  padding-bottom: 10px;
  font-size: 100% !important;
}

/* navigation links */

.navigation{
  font-size: 80%;
  color: #a8937b;
  margin: 2em 0 1em 0;
}

.navigation a{
  color: #6b5e50;
  text-decoration: underline;
  line-height: 150%;
}

.navigation a:hover{
  color: #f44365;
  text-decoration: underline;
}


/* captions, thumbnail images in posts */

.post-content img, .attachment img, .navigation .alignleft img, .navigation .alignright img{
  padding: 3px;
  margin: 4px 10px;
  border: 1px solid #b7a99a;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.post-content img.alignleft, .attachment img.alignleft{ margin-left: 0; }
.post-content img.alignright, .attachment img.alignright{ margin-right: 0; }
.post-content img.aligncenter, .attachment img.aligncenter{ margin: 0 auto; text-align: center; }


.post-content div.caption{
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: .2em .6em;
  margin:.6em 0;
  text-align:center;
  color: #8d8b8b;
  min-width: 0; /* ie7 peakaboo fix */
}

/* no border on smilies */
.post-content img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
}

/* Sociable plugin adjustment */
.post-content .sociable img{ margin: 0; }

.post-content .wp-caption {

  padding:5px 10px;
  text-align:center;
  font-size: 80%;
  color: #928a85;
}

.post-content .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

.post-content .wp-caption.alignleft{ margin-left: 0; }
.post-content .wp-caption.alignright{ margin-right: 0; }


.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }




/* customize specific widgets */

.widget_tag_cloud{
  text-align: justify;
}

.widget_tag_cloud .the-content{
  padding: .4em 1em 1em 1em;
  line-height: 125%;
}

.widget_tag_cloud a{
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: -0.04em;
  color: #000;
  line-height: 100%;
}

.widget_tag_cloud a:hover{
  background: #f44365;
  color: #fff;
}


/* no .box style on calendar */
.widget_calendar .box,
.widget_calendar .box .wrapleft,
.widget_calendar .box .wrapright,
.widget_calendar .box .tr, .widget_calendar .box .bl, .widget_calendar .box .tl, .widget_calendar .box .br,
.widget_calendar .box .the-content{
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  border: 0;
  height:auto !important;
  min-height: none !important;
  min-width: none !important;
}

.widget_calendar .box{ margin: 0 1em; }
.widget_calendar .box .titlewrap{ display: none; }
.widget_calendar .box table{ width: 100%; }

.widget_calendar .box table td, .widget_calendar .box table th{
  text-align: center;
  padding: .1em .3em;
}

.widget_calendar .box caption{
  text-align: right;
  font-style: italic;
  padding-right: .4em;
}

#sidebar li.block .info-text, #sidebar-secondary li.block .info-text{
  margin: 1em;
  text-align: center;
  font-style: italic;
}

.profile .avatar{
  padding: 4px;
  background: #fff;
}

.profile .info{
  padding-left: 160px;
}

/* no border on smilies */
img.wp-smiley, .post .postbody img.wp-smiley, .attachment img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: -20%;
}

/*TEXT WIDGET*/

.textwidget
{
	position:relative;
}

#wyszukiwarka
{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(images/wyszukiwarka_f.gif);
	background-position:12px 50%;
	background-repeat:no-repeat;
	height:22px;
	width:150px;
}
.day_on2 a:hover
{
	color:#B30000;
	display:inline;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:underline;
}

.day_on2 a {
	color:#525252;
	display:inline;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

#lista_firm
{
	width: 300px;
	height: 201px;
	background: url('images/kata-tlo.gif') 150px 100px no-repeat;
	margin-top:15px;
}

.moduletable-main_m a.mainlevel:hover
{
	border-bottom:medium none;
	border-left:5px solid #B30000;
	margin-top:0;
	text-decoration:underline;
	width:auto;
}

.moduletable-main_m a.mainlevel
{
	border-bottom:medium none;
	border-left:5px solid #FFFFFF;
	margin-top:0;
	width:auto;
	display:block;
	height:16px;
}

a.mainlevel:hover
{
	color:#B30000;
	text-decoration:underline;
}

a.mainlevel, a.mainlevel:hover
{
	border-bottom:1px solid #B30000;
	border-left:5px solid #B30000;
	font-size:11px;
	font-weight:bold;
	height:auto;
	margin-bottom:4px;
	margin-top:12px;
	padding-left:6px;
	text-decoration:none;
	width:160px;
}

#news_div
{
	margin-top:25px;
}

#news_div .cont
{
	border: 1px solid #cabebe;
	position:relative; 
	width: 300px; 
	height: 57px;
}

#div_forum
{
	margin-top:3px;
	width: 300px;
	height: 202px;
	background: url('images/forum-tlo.gif') 0px 50px no-repeat;
}

#ramka_forum
{
	position:relative;
	width:300px;
	height: 177px;
	border: 1px solid #bfb8b2;
}
#text_forum
{
	clear:both;
	padding-left:16px;
	width:265px;
	padding-top:4px;
}

#text_forum .readon:hover {
color:#525252;
text-decoration:underline;
}
#text_forum a:hover {
color:#B30000;
text-decoration:underline;
}
#text_forum .readon, .readon:visited {
color:#B30000;
}
#temat_miesiaca
{
	width: 469px;
	height: 201px;
}
#temat_img_link img {
height:166px;
width:184px;
}


#temat_miesiaca .head
{
	background: transparent url(images/temat_f.gif) no-repeat scroll 9px 50%;
	width: 350px;
	height: 22px;
}
#temat_miesiaca .content
{
	border: 1px solid rgb(191, 184, 178);
	background: transparent url(images/temat_tlo_f.jpg) repeat-x;
	width: 467px;
	height: 177px;
}

#temat_miesiaca .bottom
{
	background: transparent url(images/ikona_temat_f.gif) no-repeat;
	width: 38px;
	height: 39px;
	position: absolute;
	top: 111px;
	left: 215px;
}
.contentpagetitle {
	background:transparent url(/wp-content/themes/arclite/images/punktor.gif) no-repeat scroll 0 4px;
	display:block;
	font-weight:bold;
	margin:0 0 5px;
	padding-left:10px;
	color:#525252;
}

#wiad_block
{
	background: transparent url(images/wiad-tlo.gif) no-repeat scroll 300px 90px;
	width: 469px;
	margin-top:15px;
	height: 201px;
	position: relative;
}

#wiad_block .head
{
	background: transparent url(images/wiadomosci_f.gif) no-repeat scroll 9px 50%;
	position: absolute;
	height: 22px;
	width: 100px;
}

.small {
background:transparent url(images/tlo_zak_f.jpg) repeat-x scroll center top;
height:19px;
margin-top:2px;
z-index:1;
}

#poradnik_block
{
	background: transparent url(images/porad-tlo.gif) no-repeat scroll 150px 80px;
	width: 469px; 
	height:	201px;
	position:relative;
	margin-top:15px;
}

#poradnik_block .head
{
	background: transparent url(images/poradniki_f.gif) no-repeat scroll 9px 50%;
	position: absolute;
	height: 22px;
	width: 100px;
}

#technika_block
{
	background: transparent url(images/tech-tlo.gif) no-repeat scroll 0pt 80px;
	position: relative;
	margin-top:15px;
	width: 469px;
	height: 201px;
}

#technika_block .head
{
	border-bottom: 1px solid rgb(179, 0, 0); background: transparent url(images/technika_f.gif) no-repeat scroll 9px 50%;
	position: absolute;
	width: 90px;
	height: 22px;
}

#technika_block .icon
{
	background: transparent url(images/technika_ico_f.gif) no-repeat scroll 0% 0%;
	position: absolute;
	left: 90px;
	width: 47px;
	height: 51px;
}

#technika_block .cont
{
	background: transparent url(images/temat_tlo_f.jpg) repeat-x scroll 0% 0%;
	position: absolute;
	left: 137px; width:332px;
	height: 191px;

}
.day_on
{
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin:0 2px 0 3px;
}

.day_on a
{
	color:#B30000;
	display:inline;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

.day_on a:hover
{
	color:#525252;
	display:inline;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:underline;
}
.post_list li,
.categories li,
.pages li
{
	margin-left:0px;
}
.post_list li,
ul.children,
ul.categories,
ul.pages, ul.pages ul
{
	list-style:none;
}

li.cat-item a:hover;
li.current_page_item a:hover
{
	color:#B30000;
	text-decoration:underline;
}

.categories li a,
li.current_page_item a,
li.current_page_parent a
{
	border-bottom:1px solid #B30000;
	border-left:5px solid #B30000;
	font-size:11px;
	font-weight:bold;
	height:auto;
	margin-bottom:4px;
	padding-left:6px;
	text-decoration:none;
	width:160px;
	display:block;
}

.categories li a:hover
{
	text-decoration:underline;
	color:#B30000;
}
.post_list li a
{
	border-left:5px solid #FFFFFF;
	border-bottom:none;
	font-weight:normal;
	font-size:11px;
	padding-bottom:4px;
	padding-left:6px;
	text-decoration:none;
	width:160px;
	display:block;
}

.children li a,
li.current_page_item li.page_item a,
li.current_page_parent li.page_item a
{
	border-left:5px solid #FFFFFF;
	border-bottom:none;
	font-weight:normal;
	font-size:11px;
	margin-bottom:4px;
	padding-left:6px;
	text-decoration:none;
	width:160px;
	display:block;
}

.post_list li a:hover,
.children li a:hover
{
	border-left:5px solid #B30000;
	text-decoration:underline;
	color:#B30000;
	width:160px;
	display:block;
}
.children .current-cat a,
li.current_page_item li.page_item a:hover,
li.current_page_parent li.page_item a:hover
{
	border-left:5px solid #B30000;
}
a.readon:hover,
.read-more a:hover
{
color:#525252;
text-decoration:underline;
}
a.readon,
.read-more a,
.read-more a:visited
{
	color:#B30000;
	font-weight:normal;
}
.componentheading {
height:19px;
position:relative;
width:598px;
}
.component_tlo {
background:transparent url(/wp-content/themes/arclite/images/pasek-tyt.gif) no-repeat scroll 0 0;
height:19px;
left:0;
position:absolute;
top:0;
width:57px;
}
.component_tekst {
border-bottom:1px solid #D1B2A5;
border-top:1px solid #D1B2A5;
color:#B30000;
font-weight:bold;
height:17px;
left:57px;
line-height:16px;
position:absolute;
top:0;
width:541px;
}

#calendar_wrap
{
	background:transparent url(/wp-content/themes/arclite/images/s-k-tlo.jpg) repeat-y scroll 0 0;
	border-bottom:1px solid #B30000;
	border-top:1px solid #B30000;
	height:187px;
	margin-bottom:21px;
	width:184px;
}

#technika_tytul,
#wiad_tytul,
#prawo_tytul,
#poradnik_tytul
{
	border-bottom: 1px solid rgb(209, 178, 165);
	margin: 0pt 13px 9px;
	width: 598px;
	height: 29px;
}


#wiad_tytul .tytul
{
	background: transparent url(/wp-content/themes/arclite/images/tytuly/wiadomosci_t.gif) no-repeat scroll 0% 0%;
	display: block;
	width: 146px;
	height: 27px;
	float: left;
}

#wiad_tytul .tytul_2
{
	background: transparent url(/wp-content/themes/arclite/images/tytuly/wiadomosci_t_2.gif) no-repeat scroll right bottom;
	display: block;
	height: 26px;
	width: 171px;
	float: right;
}
.contentheading {
	font-weight:bold;
	float:left;
}
a.contentheading
{
	background:transparent url(/wp-content/themes/arclite/images/punktor.gif) no-repeat scroll 0 4px;
	display:block;
	font-weight:bold;
	padding-left:10px;
	padding-top:0;
}
.createdate {
float:right;
}

#poradnik_tytul .tytul
{
	background: transparent url(/wp-content/themes/arclite/images/tytuly/poradniki_t.gif) no-repeat scroll 0% 0%;
	display: block;
	width: 146px;
	height: 27px;
	float: left;
}

#poradnik_tytul .tytul_2
{
	background: transparent url(/wp-content/themes/arclite/images/tytuly/poradniki_t_2.gif) no-repeat scroll right bottom;
	display: block;
	height: 26px;
	width: 171px;
	float: right;
}


#prawo_tytul .tytul
{
	background: transparent url(/wp-content/themes/arclite/images/tytuly/prawo_t.gif) no-repeat scroll 0% 0%;
	display: block;
	width: 146px;
	height: 27px;
	float: left;
}

#prawo_tytul .tytul_2
{
	background: transparent url(/wp-content/themes/arclite/images/tytuly/prawo_t_2.gif) no-repeat scroll right bottom;
	display: block;
	height: 26px;
	width: 171px;
	float: right;
}

#technika_tytul .tytul
{
	background: transparent url(/wp-content/themes/arclite/images/tytuly/technika_t.gif) no-repeat scroll 0% 0%;
	display: block;
	width: 146px;
	height: 27px;
	float: left;
}

#technika_tytul .tytul_2
{
	background: transparent url(/wp-content/themes/arclite/images/tytuly/technika_t_2.gif) no-repeat scroll right bottom;
	display: block;
	height: 26px;
	width: 171px;
	float: right;
}

.thumbnail
{
	float:left;
	margin:6px;
}

#por_list
{
	width: 624px;
	position: relative;
	height: 1060px;
	margin-top: 14px;
}
#por_list .left
{
	border-right: 1px solid rgb(179, 0, 0);
	width: 311px;
	height: 100%;
	float:left;
}

#por_list .right
{
	width: 311px;
	float:right;
	height: 100%;
}

.contentpaneopen {
margin:0 13px;
}

#por_list .opis
{
	border-bottom: 1px solid rgb(209, 178, 165);
	margin: 0pt 13px;
	padding-bottom: 4px;
}

.opis .read-more
{
	text-align:justify;
	padding:0px 15px 0px 15px;
}

#ikona_6 {
background:transparent url(/wp-content/themes/arclite/images/ikony/przed_budowa.gif) no-repeat scroll 0 0;
}

#ikona_18 {
background:transparent url(/wp-content/themes/arclite/images/ikony/budowa_i_remont.gif) no-repeat scroll 0 0;
}

#ikona_11 {
background:transparent url(/wp-content/themes/arclite/images/ikony/instalacje.gif) no-repeat scroll 0 0;
}

#ikona_27 {
background:transparent url(/wp-content/themes/arclite/images/ikony/wykonczenie.gif) no-repeat scroll 0 0;
}

#ikona_16 {
background:transparent url(/wp-content/themes/arclite/images/ikony/eksploatacja.gif) no-repeat scroll 0 0;
}

.tekst_ikony {
border-bottom:1px solid #D1B2A5;
border-top:1px solid #D1B2A5;
color:#525252;
font-weight:bold;
height:17px;
left:57px;
position:absolute;
text-align:left;
top:32px;
width:541px;
}

.tekst_ikony_maly {
border-bottom:1px solid #D1B2A5;
border-top:1px solid #D1B2A5;
color:#B30000;
font-weight:bold;
height:17px;
left:57px;
position:absolute;
text-align:left;
top:32px;
width:228px;
}
.mod_sekcje_main, .mod_sekcje_main:visited {
color:#B30000;
}
#tech_top
{
	margin: 17px 13px 0px;
	position: relative;
}
#tech_top .tech_ikona
{
	background: transparent url(/wp-content/themes/arclite/images/technika/technika-ico.gif) no-repeat scroll 0% 0%;
	width: 57px;
	height: 51px;
}
#tech_top .tekst_ikony
{
	border-bottom:1px solid #D1B2A5;
	border-top:1px solid #D1B2A5;
	color:#525252;
	font-weight:bold;
	height:17px;
	left:57px;
	position:absolute;
	text-align:left;
	top:32px;
	width:541px;
}

#tech_search
{
	border-top: 1px solid rgb(179, 0, 0);
	background: transparent url(/wp-content/themes/arclite/images/s-k-tlo.jpg) repeat-y scroll 0% 0%;
	width: 184px;
	height: 83px;
	text-align: center;
	padding-top: 10px;
}

#hasla
{
	color:#525252;
	background: transparent url(images/tech-tlo.gif) no-repeat scroll 28px 6px;
	min-height:300px;
}

#hasla .item_search a
{
	color:#525252;
	border-left:5px solid #ffffff;
	padding-left:6px;
	display:block;
	margin-bottom:4px;
}
#hasla .item_search a:hover
{
	color:#B30000;
	border-left:5px solid #B30000;
	text-decoration:underline;
	padding-left:6px;
	display:block;
}

.contentpaneopen img
{
margin:20px 13px 5px 5px;
}

.read-more
{
	text-align:justify;
}
/*STYLE DLA KALENDARZA*/
#wp-calendar
{
width:184px;
background:transparent url(/wp-content/themes/arclite/images/s-k-tlo.jpg) repeat-y scroll 0 0;
}
#cal_cat
{
	width:184px;
	clear:both;
	background:transparent url(/wp-content/themes/arclite/images/wiad-tlo.gif) no-repeat scroll 28px -38px;
	height:150px;
}

/*KALENDARZ WYDARZEŃ*/
.calnk a:hover {
	 background-position:0 0;
	 text-decoration:none;  
	 color:#000000;
	 }
.calnk a:visited {
	 text-decoration:none;
	 color:#000000;
	}
.calnk a {
	text-decoration:none; 
	color:#000000; 
	}
.calnk a span { 
	display:none; 
	}
.calnk a:hover span {
	color:#333333; 
	background:#F6F79B; 
	display:block;
	position:absolute; 
	margin-top:1px; 
	padding:5px; 
	width:150px; 
	z-index:100;
	}
 .calendar-table {
	border:none;
	width:100%;
 }
 .calendar-heading {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
	background-color:#F1F7E6;
 }
 .calendar-next {
	width:25%;
	text-align:center;
 }
 .calendar-prev {
	width:25%;
	text-align:center;
 }
 .calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
 }
 .normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:12px;
	border:1px solid #DFE6DE;
	background-color:#F1F7E6;
 }
 .weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:12px;
	border:1px solid #DFE6DE;
	background-color:#F1F7E6;
	color:#FF0000;
 }
 .day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #DFE6DE;
 }
 .no-events {

 }
 .day-without-date {
	width:60px;
	height:60px;
	border:1px solid #E9F0E8;
 }
 span.weekend {
	color:#FF0000;
 }
 .current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #BFBFBF;
	background-color:#F1F7E6;
	color:#FFF;
 }
 span.event {
 font-family: Tahoma,Arial,sans-serif;
	font-size:12px;
	color: #000;
 }
 .kjo-link {
	font-size:0.75em;
	text-align:center;
 }
 .event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
 }
 .event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
 }
 .event-content-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
 }
 .calendar-date-switcher {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
	background-color:#E4EBE3;
 }
 .calendar-date-switcher form {
	margin:0;
	padding:0;
 }
 .calendar-date-switcher input {
	border:1px #D6DED5 solid;
 }
 .calendar-date-switcher select {
	border:1px #D6DED5 solid;
 }
 .cat-key {
	width:100%;
	margin-top:10px;
	padding:5px;
	border:1px solid #D6DED5;
 }

 .inline_link
 {
	color:#B30000;
	display:inline;
	text-align:left;
	text-decoration:none;
 }
 .inline_link:hover
 {
	color:#525252;
	display:inline;
	text-align:left;
	text-decoration:underline;
 }

.linia {
border-bottom:1px solid #D1B2A5;
height:5px;
margin:-12px 13px 0px 13px;
width:598px;
}

.ikonki a
{
	float:left;
	margin-left:1px;
}
.off
{
	display:none;
}

#kreacja a img
{
width:165px;
height:auto;
border:none;
}
.sep_0
{
	width:100%;
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
}

/*mapa witryny*/

.ddsg-wrapper h2 {
color:#525252;
font-size:16px;
font-weight:bold;
}

.sitemap_list li
{
	list-style:none;
}
.sitemap_list
{
	margin:10px 0px 10px 20px;
	list-style:none;
}

.sitemap_list
{
	font-size:13px;
}

.sitemap_list a
{
	background:transparent url(images/punktor.gif) no-repeat scroll 0 4px;
	padding-left:10px;
	padding-top:0;
	font-size:11px;
}

a.sitemap_category
{
	background:none;
	padding-left:10px;
	padding-top:0;
	font-size:13px;
}
.author {
margin-right:15px;
}
li.widget-simpletags div.box {
margin:0 0 3px 18px;
}
li.widget-simpletags div.box h4 span {
font-size:15px;
background:url(images/tagi.gif) no-repeat;
}


/*STYLE DLA SLIDERA*/
#slidebox{
	width:350px;
	height:125px;
	padding:10px;
	background-color:#ffffff;
	position:fixed;
	bottom:0px;
	text-align:left;
	right:-380px;
	-moz-box-shadow:-2px 0px 5px #aaa;
	-webkit-box-shadow:-2px 0px 5px #aaa;
	box-shadow: 0 4px 10px #555555;
}
#slidebox span{
	font-size: 12px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#slidebox h2{
	font-size: 1.0em;
}
#slidebox .next-article{
	margin-top: 5px;
}
#slidebox .next-article a{
	display: inline-block;
}

#slidebox a
{
	color:#03318B;
}

#slidebox a:hover
{
	color:#B3012E;
}


#slidebox .close{
	background: url("/layout_images/close-card.png") no-repeat;
	display: block;
	height: 15px;
	margin: 3px;
	float: right;
	width: 16px;
	text-indent: -99999px;
}
#slidebox .close:hover{
	background:transparent url("/layout_images/close-card.png") -16px 0px no-repeat;
}
#slidebox strong{
	display: inline-block;
	color: #000000;
	font-family:"Verdana";
	font-size:1.2em;
	margin-left: 10px;
	vertical-align: top;
	max-width: 240px;
}

#slidebox img.slide_thumb
{
	clear: left;
	display: block;
	float: left;
	margin-right: 10px;
	height: 100px;
	width: 100px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 0;
}

#slidebox img.slide_thumb_doradca
{
	clear: left;
	display: block;
	float: left;
	margin-right: 10px;
	width: 150px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 0;
}


#polls-3-ans ul li {
	margin-left:20px !important;
	
}

#polls-3, #polls_form_3 {
	background: url("/wp-content/themes/arclite/images/s-k-tlo.jpg") repeat-y ;
}

#button_ok {
	display: block;
	width:100px;
	height:43px;
	background: url('/layout_images/button_ok.jpg') no-repeat;
}

#button_ok:hover, #button_no:hover {

	background-position: 0px -43px;
}

#button_no {
	display: block;
	width:100px;
	height:43px;
	background: url('/layout_images/button_no.jpg') no-repeat;
}

#sonda h4 {font-size:18px;}
#sonda ul.wp-polls-ul li{margin:0px;padding:0px 0px 0px 5px;list-style:none;}
#sonda input[type='submit'] {margin-top:10px}
#sonda_div ul li div.pollbar {
    background: url("images/pollbg.gif") repeat scroll 0 0 transparent;
    height: 10px;
    line-height: 10px;
    margin: 1px;
}



#sonda_div p.title {font-size:12px;font-weight:bold;margin-bottom:10px;}
#sonda_div input[type='radio'] {margin-top:2px;margin-right:5px;;float:left}
#sonda_div input[type='submit'] {margin-top:10px}