@charset "utf-8";

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}
body {
font-size: 100.01%; /* Fix for some browser bugs */
background-color: #ffffff;
}

a {
	color: #FFF;
}

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 115px;
	background-image: url(images/background_top.jpg);
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.twoColFixRtHdr #container {
	max-width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4e4a49;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	color: #FFFFFF;
	background-image: url(images/main_horizontal_gradient.jpg);
	background-repeat: y-repeat;
} 
.twoColFixRtHdr #middle_stuff {
	/*overflow: auto;*/
	width: 100%;
}

.twoColFixRtHdr #header {
	background: #2b3328;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 56px;
	background-image: url(images/top_menu_background.jpg);
	background-repeat: repeat-y;
	background-position: right;

	border: 3px;
	border-bottom-style: solid;
	//border-top-color: #cb502e;
	border-bottom-color: #f8761e;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px;
	padding-bottom: 20px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	/*min-height: 400px;*/
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#524e4d;
	background-image: url("images/footer_horizontal_background.jpg");
	background-repeat: repeat-y;
	text-align: right;
	clear: both;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#top_left_image {
	float:left;
	margin-left:-18px; 
	margin-top: -13px; 
	padding-right: 15px; 
	padding-bottom: 10px;
}

#top_menu {
	float: right;
	height:60px; 
}

.twoColFixRtHdr #container #header #logo {
}
.twoColFixRtHdr #container #header #logo {
	float: left;
}
.twoColFixRtHdr #bottom_bkground {
	position: absolute;
	z-index: -1;
	right: 0px;
	margin-top: -360px;
}

.twoColFixRtHdr #logo {
	position: relative;
	margin-top: -130px;
	float:right;	
}

.twoColFixRtHdr #searchbar {
	float:left;
	background-image: url(images/search.jpg);
	background-repeat: repeat-x;
	vertical-align: center;
	width: 180px;
	padding:0 0.6em 0 0.6em;
	height:60px; 
	line-height:60px;
}

#searchbar .searchbox, #searchbar .searchbtn {
	padding: 0;
 background-color: #DDDDDD;
 border: 1px solid #666666;
	font-size: medium;
 position: absolute;
 vertical-align: center;
 margin-top: 18px;
}

#searchbar .searchbox {
 width: 142px;
 height: 21px;
}

#searchbar .searchbtn {
	width: 20px;
	margin-left: 145px;

/* background-image: url(images/search_button.jpg);*/
}

#mainContent h2 {
	clear: left;
	margin: 5px 0;
}

#mainContent .post h2 {
	padding-top: 10px;
	padding-bottom: 15px;
}

#mainContent .entry p {
	padding: 3px 0;
	text-indent:20px;
}

/*originalnoto zaglavie*/
#mainContent h2	.menu_like {
	/*float: left;*/
	display: inline-block;
	font-size:15px;
	font-weight: normal;
        text-transform: uppercase;
	text-align: justify;	
}

#mainContent h2	.menu_like a {
	text-decoration: none;
	color: #DDDDDD;
}

#mainContent h2	.menu_like:first-letter {
	font-size: 19px;
}

#mainContent h1 {
	padding-top: 50px;
	font-size: large;
	font-weight: normal;
	text-transform: uppercase;
}

#mainContent span.pre_title{
	font-size: small;
}

#mainContent span.pre_title a{
	text-decoration: none;
}

#sidebar1 a.link_to_page, #horizontal_pages a.link_to_page {
	text-decoration: none;
}

#sidebar1 .thumbnail {
	float: right;
	border-color: inherit;
	width: 75px;
	height: 60px;
}

#sidebar1 .link_to_page:hover, #horizontal_pages .link_to_page:hover {
	border-color: #f45200;
}

.thumbnail img {
		border: solid;
		border-width: 2px;
		border-color: #ffffff;
}

.thumbnail img:hover {
		border-color: #f45200;
}

.title_big_div {
	height: 60px;
	max-width: 135px;
}

#sidebar1 .post_title, #horizontal_pages .post_title{
	font-size:11px;
        text-transform: uppercase;
	padding-top: 5px;
}

#sidebar1 .post_title {
	text-align: right;
}

#sidebar1 .post_title:first-letter, #horizontal_pages .post_title:first-letter {
	font-size: 15px;
}

#sidebar1 div.pages, #sidebar1 div.news {
	margin-bottom: 10px;
	margin-right: 24px;
	margin-top: 5px;
}

#sidebar1 div.pages {
	height: 60px;
}

#sidebar1 div.news {
}

#sidebar1 h1 {
	font-size: small;
	padding: 0;
	margin: -10px;
}
#sidebar1 .date {
	/*float: right*/
	color: #999;
	margin-top: 5px;
	DISPLAY: block; 
	TEXT-ALIGN: right;
}

#sidebar1 .link_to_full_news {
	font-size: x-small;
	color: #999999;
/*	float: right;*/
	display: block;
	text-align: right;
}

#horizontal_pages {
	padding: 20px;
	clear: both;
}

#horizontal_pages div.pages {
	margin: 10px;
	display: inline-block;
	width: 140px;
	text-align: center;
        vertical-align:top;
}

#horizontal_pages .thumbnail img{
	width: 100px;
	height: 80px;
}

/*#pixopoint_menu1_wrapper li, #pixopoint_menu1_wrapper ul {text-align:left;}*/

#pixopoint_menu1 {
	width:100%;
	height:58px;
	background-position:50% 0;
	margin:0;
}
#pixopoint_menu1 ul {
	width:100%;
	border:none;
	background:none;
	margin:0;
	padding:0;
	list-style:none;
}
#pixopoint_menu1 li {
	border:none;
	background:none;
	color:#FFFFFF;
	line-height:58px;
	z-index:20;
	font-size:15px;
        text-transform: uppercase;
	text-align: center;
        float:left;
	display: block;

	padding:0 10px;

	font-family:tahoma,sans-serif;
	position:relative;
	}


#pixopoint_menu1 li a:first-letter
{
font-size: 19px;
}



#pixopoint_menu1 li:hover,#pixopoint_menu1 li.sfhover {
	background:#D43843 url("/wp-content/themes/default/images/search.jpg");
	}
#pixopoint_menu1 li a {
	border:none;
	background:none;
	text-decoration:none;
	/*text-transform: none;*/
	display:block;
	/*margin: 0 -10px;*/
	/*padding:0 -2px;*/
	color:#FFFFFF;
	}

#pixopoint_menu1 li a:hover {
	/*border:none;
	background:none;
	text-decoration:none;
	color:#FFFFFF;*/
	background-position:100%;
	}
#pixopoint_menu1 ul ul {
	position:absolute;
	left:-999em;
	top:58px;
	width:auto;
	text-align: left;
	background: #f45200;
	margin-left: -10px;
	}
#pixopoint_menu1 li:hover ul,#pixopoint_menu1 li.sfhover ul {
	left:auto;
	}
#pixopoint_menu1 ul ul li a {
	padding:4px 5px;
	text-transform:normal;
	font-variant:normal;
	float: left;
	text-align: left;
	}
#pixopoint_menu1 ul ul li {
	color:#FFFFFF;
	z-index:20;
	width:130px;
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	background:#363636;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:0;

	margin-left: 15px;
	}
#pixopoint_menu1 ul ul li a {
	line-height:22px;
	color:#ffffff;
	text-decoration:none;
	}

#pixopoint_menu1 ul ul li:hover a,#pixopoint_menu1 ul ul li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	color:#FFFFFF;
	}
#pixopoint_menu1 ul ul li:hover li a:hover,#pixopoint_menu1 ul ul li.sfhover li a:hover {
	color:#FFFFFF;
	}
#pixopoint_menu1 ul ul li:hover,#pixopoint_menu1 ul ul li.sfhover {
	color:#FFFFFF;
	background:#ff7927;
	}
#pixopoint_menu1 ul ul ul li {
	font-size:1em;

	width: 140px;
}

#pixopoint_menu1 ul ul ul, #pixopoint_menu1 ul ul ul ul {
	position:absolute;
	margin-left:-999em;
	top:0;
	width:140px;
	}
#pixopoint_menu1 li li:hover ul,#pixopoint_menu1 li li.sfhover ul,#pixopoint_menu1 li li li:hover ul,#pixopoint_menu1 li li li.sfhover ul {
	margin-left:140px;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li li:hover a,#pixopoint_menu1 ul ul li li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}
#pixopoint_menu1 li.pixo_search:hover {
	background:none;
	}
#pixopoint_menu1 li.pixo_search form {
	margin:0;
	padding:0;
	}
#pixopoint_menu1 li.pixo_search input {
	font-family:tahoma,sans-serif;}
#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
	width:100px;
	}
#pixopoint_menu1 li.pixo_right {
	float:right;
	}

img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 0 10px 0 -23px;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

a.bottom_link_to_top {
	color: #999999; 
	float: left; 
	padding-top: 7px;
}

div.gallery_caption {
	height: 55px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}

#mainContent .navigation {
visibility: hidden;
}

.entry h4 {
  padding-top: 20px;
}

@-moz-document url-prefix() {
	#pixopoint_menu1 li a:first-letter {
		font-size: 15px;
	}

	#mainContent h2	.menu_like:first-letter {
		font-size: 15px;
	}

}


#damned_positioning {
	float:left;
	/*height:20px;*/
	width: 0px;
	overflow: visible;
	/*left:-195px;*/
	position:relative;
	top:-30px;
}

#languagebar {
	width: 300px;
}

#languagebar ul{
	list-style:none;
	list-style-image: none;
}

#languagebar ul li{
	display: inline-block;
}

	/*width: 16px;
	height: 11px;*/

#languagebar ul li.language_item{
	width: 19px;
	overflow: hidden;
	height: 14px;
}
li.current_language_item img{
	border: solid;
	border-color: orange;
	border-width: 2px;
}



.language_item a{
	text-decoration: none;
}

.language_item img {
	border: none;	
}

.horizontal_divider_image {
display: block;
padding-top: 3px;
height: 3px;
width: 111px;
}