/**
 * Główny plik CSS
 * @author: Korneliusz Kirsz
 */

/*wspólne*/
html, body {
	margin: 0;
	padding: 0;
}

iframe {
	display: none;
}

div, ul, li, h1, h2, h3, h4, h5, h6, table, tr, td, form, img {
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 100%;
}

.cls {
	clear: both;
}

.content_bold {
	font-weight: bold;
}

.content_italic {
	font-style: italic;
}

.content_underline {
	text-decoration: underline;
}

.content_justify {
	text-align: justify;
}

.content div img {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 620px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(pub/pie/PIE.htc);
}

div.content_image_left {
	float: left;
	padding: 0 10px 0 0;
}

div.content_image_right {
	float: right;
	padding: 0 0 0 10px;
}

div.content_image_left img,
div.content_image_right img {
	display: inline;
	position: relative;
	margin: 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(pub/pie/PIE.htc);
}

.red {
	color: red;
}

.green {
	color: green;
}

.right_header {
	color: #868686;
}

a {
	color: #73BE1C;
	text-decoration: none;
	
	-webkit-transition: color .5s ease-out;
	-moz-transition: color 0.5s ease-out 0s;
	-o-transition: color .5s ease-out;
	transition: color .5s ease-out;
}

a:hover {
	color: #edab0d;
}

/* główne bloki */
body {
	font-family: arial,helvetica,sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color: #3A3A3A;
	background-color: #E9E4C0;
}

div.wrapper {
	margin: 0 auto;
	width: 960px;
}

div#mainbg {
	padding: 0 0 20px 0;
	background: transparent url('../img/tpl/bgall.jpg') repeat scroll 0 0;
}

div#main {
	background: transparent url('../img/tpl/bg1.jpg') no-repeat scroll 50% 0;
}

div#header {
	position: relative;
	padding: 13px 0 0 0;
	height: 147px;
	background: transparent url('../img/tpl/header.png') no-repeat scroll 0 0;
}

a#logo {
	display: block;
	width: 292px;
	height: 55px;
	font-size: 0;
	background: transparent url('../img/tpl/logo.png') repeat scroll 0 0;
}

a#home {
	position: absolute;
	top: 87px;
	display: block;
	width: 42px;
	height: 42px;
	font-size: 0;
}

div#top_menu {
	padding: 19px 0 0 0;
	height: 73px;
}

ul#main_menu {
	margin: 0 0 0 60px;
	border: 0;
	padding: 5px 0 0 0;
	height: 68px;
	font-size: 1.3em;
	background: none;
}

ul#main_menu > li {
	margin: 0 10px 0 0;
	border: 0;
	padding: 0;
	height: 68px;
	background: none;
}

ul#main_menu > li > a {
	display: block;
	margin: 0;
	border: 0;
	padding: 8px 12px 0 12px;
	height: 29px;
	text-shadow: 1px 1px 0 #66880C;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: none;
	
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	behavior: url(pub/pie/PIE.htc);
}

ul#main_menu > li.sfHover > a,
ul#main_menu > li:hover > a {
	border-top: 2px solid #698C14;
	padding-top: 6px;
	color: #FFEC1D;
	background-color: #719716;
}

ul#main_menu > li > ul {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 31px;
	font-size: 11px;
	background: none;
}

ul#main_menu > li > ul > li {
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	height: 31px;
	background: none;
}

ul#main_menu > li > ul > li > a {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	height: 31px;
	text-shadow: 1px 1px 0 #526E10;
	text-decoration: none;
	font-weight: bold;
	line-height: 31px;
	color: #ffffff;
	background: none;
}

ul#main_menu > li > ul > li.current > a,
ul#main_menu > li > ul > li:hover > a {
	color: #FFEC1D;
}

/* breadcrumbs */
div#breadcrumbs {
	height: 30px;
	line-height: 30px;
	color: #BCBE9D;
	background: transparent url('../img/tpl/bread.png') repeat scroll 0 0;
}

div#breadcrumbs div {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: transparent url('../img/tpl/ar.png') no-repeat scroll left center;
}

div#breadcrumbs div:first-child {
	padding: 0;
	background: none;
}

div#breadcrumbs > div > span,
div#breadcrumbs > div > a {
	font-size: 1.1em;
}

div#breadcrumbs h1,
div#breadcrumbs h2,
div#breadcrumbs h3,
div#breadcrumbs h4,
div#breadcrumbs h5,
div#breadcrumbs h6 {
	display: inline;
	font-weight: normal;
	font-size: 1.1em;
}

div#breadcrumbs a {
	text-decoration: none;
	color: #BCBE9D;
}

/* paginator */
div#paginator {
	margin: 0 0 15px 0;
}

div#paginator table {
	margin: 0 auto;
}

div#paginator td {
	padding: 0 5px 0 0;
}

div#paginator span,
div#paginator a.rect, 
div#paginator a.bord {
	display: block;
	position: relative;
	border: solid 1px #D5D5D5;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 25px;
	color: #5B5B5B;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	behavior: url(pub/pie/PIE.htc);
}

div#paginator span {
	width: 25px;
	background-color: #F6F6F6;
}

div#paginator a.rect {
	width: 25px;
	background-color: #E8E8E8;
}

div#paginator a.bord {
	padding: 0 7px;
	background-color: #E8E8E8;
}

div#paginator a.rect:hover,
div#paginator a.bord:hover {
	background-color: #F6F6F6;
}

div#content {
	position: relative;
	padding: 10px;
	background-color: #ffffff;
}

div#center {
	float: left;
	width: 620px;
}

div#right {
	float: right;
	padding: 0 0 0 40px;
	width: 280px;
}

div#footer {
	font-size: 1.1em;
	color: #9B9777;
}

div#bottom_content {
	border-top: 1px dashed #DDD2C4;
	height: 43px;
	line-height: 43px;
	background: transparent url('../img/tpl/bgall.jpg') repeat scroll 0 0;
}

div#bottom_content ul {
	list-style-type: none;
}

div#bottom_content ul li {
	float: left;
	margin: 0 15px 0 0;
}

div#bottom_content a {
	color: #878365;
}

div#bottom_content a:hover {
	text-decoration: underline;
}

div.copyright {
	text-align: right;
	color: #B8B390;
}

div#bottom_content2 {
	padding: 25px 0 0 0;
	height: 105px;
}

div.recommended {
	float: left;
	width: 35%;
}

div.recommended h6 {
	float: left;
	margin: 0 25px 0 0;
	font-size: 1.1em;
	color: #75704C;
}

div.recommended ul {
	float: left;
	list-style-type: none;
}

div.recommended ul li {
	margin-bottom: 3px;
}

div.recommended a {
	color: #9B9777;
}

div.recommended a:hover {
	text-decoration: underline;
}

div.copyright2 {
	float: right;
	width: 65%;
	text-align: right;
}

h1.art_view_true_title,
div.header {
	position: relative;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #F5F5F4;
	padding: 0 0 5px 0;
	font-weight: normal;
	font-size: 1.9em;
}

div.header a {
	color: #BE1C1C;
}

div.header a.zall {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size: 0.6em;
	color: #BEBEBE;
}

div.header a.zall:hover {
	color: #edab0d;
}

div.entry {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #F5F5F5;
	padding: 0 0 15px 0;
}

h2.art_list_title {
	font-size: 1.1em;
}

h2.art_list_title a {
	text-decoration: none;
	color: #73BE1C;
}

h2.art_list_title a:hover {
	color: #edab0d;
}

div.art_list_entry > div.content_justify {
	font-size: 1.1em;
}

div.more {
	text-align: right;
	padding: 10px 0 0 0;
}

div.more a,
a.submit {
	display: inline-block;
	position: relative;
	padding: 4px 10px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #5B5B5B;
	background: #f6f6f6;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f6f6), to(#e8e8e8));
	background: -webkit-linear-gradient(#f6f6f6, #e8e8e8);
	background: -moz-linear-gradient(#f6f6f6, #e8e8e8);
	background: -ms-linear-gradient(#f6f6f6, #e8e8e8);
	background: -o-linear-gradient(#f6f6f6, #e8e8e8);
	background: linear-gradient(#f6f6f6, #e8e8e8);
		
	behavior: url(pub/pie/PIE.htc);
}

div.entry div.image_author,
div.entry div.image_source {
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 10px;
}

div.right_entries img {
	width: 70px;
}

div.right_entries div.image_author,
div.right_entries div.image_source {
	width: 70px;
}

div.right_box {
	margin: 0 0 15px 0;
	background-color: #F8F8F8;
}

div.right_box ul {
	padding: 5px 0;
	list-style-type: none;
	font-size: 1.2em;
}

div.right_box ul li {
	padding: 5px 10px;
}

div.right_box ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #3A3A3A;
}

div.right_box ul li a:hover {
	color: #edab0d;
}

div.content {
	font-size: 1.1em;
}

div.content div.image_author,
div.content div.image_source {
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 10px;
}

div.content table td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}

div.content table td div {
	display: inline-block;
}

div.art_info {
	margin: 10px 0 0 10px;
}

/* encyklopedia roslin */
div.content div#menu {
	font-size: 1.1em;
}

div.content div#menu table,
div.content div#menu table tr,
div.content div#menu table tr td {
	margin: 0;
	padding: 0;
}

div.content div#menu table {
	width: 100%;
}

div.content div#menu table tr td {
	width: 50%;
}

div.content div#menu table td.alphabet span {
	font-weight: bold;
}

div.content div#menu div {
	font-weight: bold;
}

div.content div#menu ul {
	margin: 10px 0;
	padding: 0 0 0 30px;
	list-style-type: circle;
}

table#plants, 
table#plants tr, 
table#plants tr td {
	margin: 0;
	padding: 0;
}

table#plants {
	width: 100%;
	font-size: 1.1em;
}

table#plants tr td {
	width: 50%;
}

table#plants div.ency_letter {
	display: block;
	border-bottom: solid 1px #F5F5F5;
	font-size: 30px;
	line-height: 30px;
}

table#plants div.up a {
	color: #BCBE9D;
}

ul#sitemap,
ul#arts_list {
	list-style-type: none;
}

ul#arts_list li {
	margin: 0 0 3px 0;
}

ul#arts_list li.cat {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

ul#sitemap li.level_1 {
	margin: 0 0 0 20px;
}

/* galeria */
div.gallery {
	margin: 0 0 15px 0;
	font-size: 1.1em;
	background-color: #F6F6F6;
}

div.gallery table {
	margin: 0 auto;
	width: 620px;
}

div.gallery td {
	vertical-align: top;
}

div.gallery td.main {
	width: 280px;
	text-align: left;
}

div.gallery td.item {
	width: 180px;
	text-align: center;
}

div.gallery div.main-item {
	position: relative;
}

div.gallery img {
	position: relative;
	width: 130px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(pub/pie/PIE.htc);
}

div.gallery-desc {
	position: absolute;
	top: 0;
	left: 140px;
}

div.gallery h2 {
	font-size: 1.1em;
}

div.more2 {
	margin: 10px 0 0 0;
}

div.more2 a {
	display: block;
	position: relative;
	padding: 4px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background: #d6d6d6;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
		
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d6d6d6), to(#a0a0a0));
	background: -webkit-linear-gradient(#d6d6d6, #a0a0a0);
	background: -moz-linear-gradient(#d6d6d6, #a0a0a0);
	background: -ms-linear-gradient(#d6d6d6, #a0a0a0);
	background: -o-linear-gradient(#d6d6d6, #a0a0a0);
	background: linear-gradient(#d6d6d6, #a0a0a0);
	
	behavior: url(pub/pie/PIE.htc);
}

div.list_cat,
div.gallery_navigation {
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

div.original_image {
	margin: 0 0 15px 0;
	padding: 20px;
	text-align: center;
	background-color: #F6F6F6;
}

div.original_image img {
	position: relative;
	max-width: 580px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(pub/pie/PIE.htc);
}

div.org_img_info {
	text-align: left;
}

/* formularz kontaktowy */
div.message {
	font-weight: bold;
}

span.validation_error {
	color: red;
}

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

div.form_item {
	width: 620px;
}

div.form_item_left {
	float: left;
	margin: 15px 0 0 0;
	width: 100px;
	font-weight: bold;
	text-transform: uppercase;
}

div.form_item_left img {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
}

div.form_item_right {
	float: left;
	margin: 15px 0 0 0;
	width: 520px;
}

div.form_item_right input.text {
	margin: 0;
	border: 1px solid #D5D5D5;
	padding: 0;
	width: 318px;
}

div.form_item_right textarea {
	margin: 0;
	border: 1px solid #D5D5D5;
	padding: 0;
	width: 318px;
	height: 200px;
}

div.form_item_right input.submit {
	border: 1px solid #6F6F6F;
	width: 318px;
	height: 30px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

/* slider */
div#slider {
	margin: 0 0 15px 0;
	height: 260px;
	background-color: #F8F8F8;
}

div.slider_content_left {
	float: left;
	position: relative;
	width: 425px;
	height: 260px;
}

ul#mycarousel {
	width: 425px;
	height: 260px;
	overflow: auto;
}

ul#mycarousel li {
	width: 425px;
	height: 260px;
}

div.item-container {
	position: relative;
	width: 425px;
	height: 260px;
	cursor: pointer;
}

div.item-container img {
	width: 425px;
	height: 260px;
}

div.jcarousel-container {
	width: 425px;
	height: 260px;
	overflow: hidden;
}

div.jcarousel-clip {
	width: 425px;
	height: 260px;
}

div.item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 425px;
	height: 25px;
	font-size: 1.1em;
	background: transparent url('../img/tpl/sbg.png') repeat scroll 0 0;
}

div.item-title h2 {
	margin: 0 15px;
	font-size: 1.5em;
	font-weight: bold;
}

div.item-title h2 a {
	color: #FFFFFF;
}

table#slider-navigation {
	display: none;
	position: relative;
	top: -255px;
	margin: 0 auto;
	color: #FFFFFF;
	background: transparent url('../img/tpl/sbg.png') repeat scroll 0 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

table#slider-navigation tr td {
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

table#slider-navigation tr td.selected {
	background-color: #73BE1C;
}

div.slider_content_right {
	float: right;
	width: 195px;
	height: 260px;
	font-size: 1.1em;
}

div.slider_content_right ul {
	padding: 0 10px;
	width: 175px;
	list-style-type: none;
}

div.slider_content_right ul li {
	margin: 10px 0 0 0;
}

div.slider_content_right ul li h2 {
}

div.slider_content_right ul li h2 a {
}

/* reklamy */
div#code120x600 {
	position: absolute;
	top: 0;
	right: -125px;
	width: 120px;
	height: 600px;
}

div#code750x100 {
	padding: 20px 0;
	text-align: center;
}

div#in_text_1 {
	text-align: center;
}

/* forum - logowanie */
div#login_box {
	margin: 0 0 15px 0;
	border: 1px solid #E0E0E0;
	padding: 10px 13px;
	background-color: #f6f6f6;
	
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div.forum div.form_item {
	margin: 10px 0 0 0;
	width: auto;
}

div.forum div.form_item:first-child {
	margin: 0;
}

div.forum .label, 
div.forum .error {
	font-size: 1.1em;
}

div.forum input.text {
	border: solid 1px #e0e0e0;
	padding: 5px;
	width: 238px;
}

div.forum textarea {
	border: solid 1px #e0e0e0;
	padding: 5px;
	width: 238px;
	height: 125px;
}

div.forum span.submit {
	display: inline-block;
	position: relative;
	padding: 4px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	background: #d6d6d6;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
		
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d6d6d6), to(#a0a0a0));
	background: -webkit-linear-gradient(#d6d6d6, #a0a0a0);
	background: -moz-linear-gradient(#d6d6d6, #a0a0a0);
	background: -ms-linear-gradient(#d6d6d6, #a0a0a0);
	background: -o-linear-gradient(#d6d6d6, #a0a0a0);
	background: linear-gradient(#d6d6d6, #a0a0a0);
	
	behavior: url(pub/pie/PIE.htc);
}

div.forum a.register {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 1.1em;
}

/* komentarze */
div#comments {
	margin: 15px 0 0 0;
}

div.comment {
	margin: 0 0 15px 0;
	border: 1px solid #E0E0E0;
	padding: 10px 13px;
	cursor: pointer;
	background-color: #F6F6F6;
	
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div.comment:hover {
	background-color: #ffffff;
}

div.comment span.date {
	color: #5B5B5B;
}

div.comment div.post {
	width: 590px;
	overflow: auto;
}

div.new-comment {
	border: 1px solid #E0E0E0;
	padding: 10px 13px;
	background-color: #F6F6F6;
	
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div.new-comment textarea {
	width: 478px;
}

div.new-comment textarea.content_text {
	position: absolute;
	left: -5000px;
}

/* forum - formatowanie */
.bbc_u {
	text-decoration: underline;
}

.bbc_list {
	padding: 0 0 0 40px;
}

.bbc_tt {
	font-family: "dejavu sans mono","monaco","lucida console","courier new",monospace;
}

.codeheader,
.topslice_quote {
	font-weight: bold;
}

.bbc_code, 
.bbc_standard_quote {
	display: block;
	margin: 5px 0 0 0;
	border-top: solid 2px #E0E0E0;
	border-bottom: solid 2px #E0E0E0;
	padding: 3px 10px;
	font-size: x-small;
	background-color: #ffffff;
}

.bbc_code {
	font-family: "dejavu sans mono","monaco","lucida console","courier new",monospace;
}

hr {
	border: 0 none;
	height: 1px;
	color: #E0E0E0;
	background-color: #E0E0E0;
}

/* widomosci dla uzytkownika */
div#message-box {
	padding: 0 0 20px 0;
	text-align: center;
}

div#message-box div.message {
	padding: 5px 30px;
	font-size: 1.1em;
	color: #ffffff;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div#message-box div.success {
	background-color: #719716;
}

div#message-box div.error {
	background-color: #BE1C1C;
}
