@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #F4FBFF url(../images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F6977;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
	word-spacing: -6px;
}

h1 strong {
	color : #F9C1C1;
	text-transform : capitalize;
}

h2 {
	font-size: 28px;
}

h2.title:first-letter {
	color : White;
	background-color : #D1D7DC;
	padding: 0 4px;
}

h2.title img {
	padding-right: 10px;
}

h3 {
	font-size: 16px;
}

h3.tytul {
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: bold;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
}

li.current {
	color: #FF4500;
}

ul.no_list, ul.no_list ul {
	list-style-type : none;
	margin-left: 10px;
	padding-left: 0px;
}

ul.no_list li {
	list-style-type : none;
	line-height: 22px;
	margin-top: 6px;
}

ul.test {
	list-style-type : none;
	padding-left: 0px;
	margin: 9px 0;
	margin-right: 15px;
	line-height: 24px;
}

ul.test table, ul.test td {
	border: 0;
	padding: 0;
	margin: 0;
}

ul.test td {
	padding-left: 5px;
	vertical-align : top;
}

ul.test li.pytanie {
	font-weight: bold;
	margin-bottom: 6px;
}

ul.test label {
	cursor: hand;
}

blockquote {
	font-style: italic;
}

a {
	color: #38B5F1;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 954px;
	height: 183px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 115px 0 0 50px;
	font-weight: bold;
}

#logo h2 {
	padding: 143px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
	font-style : italic;
	letter-spacing : 1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 140px 20px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 28px 0 0;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a.current {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFF7D;
	text-decoration : none;
}

#menu a.current:hover {
	text-decoration : underline;
}

/* Page */

#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img03.jpg) repeat-y;
}

#bg {
	background: url(../images/img06.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 680px;
	background: url(../images/img04.jpg) no-repeat;
}

table.little {
	width: 95%;
	margin: 10px auto;
	border-top: 1px dashed #ADD8E6;
	border-bottom: 1px dashed #ADD8E6;
	zoom: 1;
}

table.little td,
table.little th {
	padding: 9px;
}

td.one {
	background-color : #EAF5FF;
}

table.little th {
	font-weight : bold;
	color : White;
	background-color : #8FBC8F;
	letter-spacing: 1px;
}

td.one1 {
	background-color : #FFFFF0;
}

td.zero {
	background-color : #E6FFBF;
	font-weight : bold;
	color : #556B2F;
	height: 40px;
	border-top: 1px dotted Lime;
	border-bottom: 1px dotted Lime;
}

td.t1 {
	width: 66%;
}

td.t2 {
	width: 44%;
}

table.stat,
table.list {
	width: 99%;
}

table.bordered {
	border : 1px solid #8FBC8F;
}

table.list {
	border: 0px;
}

table.stat td.t2 {
	color : #228B22;
	width: 18%;
}


table.form {
	width: 500px;
	margin: 25px auto;
}

table.form td.t1 {
	width: 215px;
}

table.form td.t2 {
	width: 280px;
}


/* Posts */

.post {
	width: 606px;
	padding-left: 48px;
}

div.first {
	padding-top: 57px;
}

div.next {
	padding-top: 15px;
}

.post .title {
	padding: 0 0 0 12px;
}

.post .title a {
	color: #4F6977;
}

.post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #79AFCD;
}

.post .entry {
	padding: 25px 20px 20px 12px;
	background: url(../images/img07.jpg) no-repeat;
}

.post .navigation {
	padding: 15px 12px 12px;
	background: url(../images/img08.jpg) no-repeat left bottom;
	color: #3CB371;
}

.entry img.author_img {
	float: left;
	margin: 4px 10px 10px 4px;
	padding: 1px;
	border : 1px solid #B2FD58;
}

/* About Box */

#about-box {
	width: 185px;
	height: 162px;
	padding: 70px 37px 0 35px;
	background: url(../images/img11.jpg) no-repeat left bottom;
}

#about-box h2 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}

#about-box p {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 274px;
	background: url(../images/img05.jpg) no-repeat;
	margin-bottom: 15px;
}

#sidebar ul {
	width: 206px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#sidebar li {
	display: block;
}

#sidebar li ul {
	width: auto;
	padding: 0 15px 0 0px;
}

#sidebar li li {
	background: url(../images/img13.gif) repeat-x;
}

#sidebar li li.first {
	padding-top: 0;
	background: none;
}

#sidebar li li.last {
	padding-bottom: 30px;
}

#sidebar li h2 {
	font-size: 18px;
	padding: 30px 0 40px 10px;
	background: url(../images/img12.jpg) no-repeat left bottom;
}

#sidebar li h2 a {
	text-decoration: none;
	color: #4F6977;
	padding-right: 20px;
	background : url(../images/icon_item.png) no-repeat right 8px;
}

#sidebar li h2 a:hover {
	text-decoration: none;
	color: #2E8B57;
	background : url(../images/icon_item_on.gif) no-repeat right 8px;
}

#sidebar li li a {
	display: block;
	width: 100%;
	text-decoration: none;
	height: 22px;
	padding: 5px 0px 5px 10px;
}

#sidebar li li a:hover {
	background-color: #E8FFFF;
}

#sidebar li li a#active {
	letter-spacing: 1px;
	color : #FFA500;
}

#sidebar li li a#active:hover {
	background-color: #FFF1D9;
	color : #DC143C;
}

#sidebar li li a.current {
	font-weight: bold;
}

/* Footer */

#footer {
	padding: 30px 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #83B3CE;
}

#footer a {
	color: #83B3CE;
}

/* Form Style */

div.formularz, div.test {
	width: 590px;
	margin: 20px auto -15px 5px;
	text-align: left;
}

div.test {
	margin: 20px 0px;
	width: 600px;
}

form.test_start div.formularz {
	margin-top: 0px;
}

form.test_start {
	margin: 0px;
	padding: 5px 0px 11px 0px;
}

div#column_left {
	width: 26%;
	float: left;
	text-align : right;
}

div#column_right {
	width: 71%;
	float: right;
	margin: 0px;
	padding: 0px;
}

div#clear_area {
	clear: both;
	height: 15px;
}

div#column_one {
	width: 98%;
	text-align: left;
	padding-left: 15px;
}

div#column_one label {
	display: block;
	padding-bottom: 6px;
}

label.checkbox {
	cursor: hand;
	font : 11px/17px "Trebuched MS", Geneva, sans-serif;
	display: block;
}

label.required:before {
	content: "* ";
	color : #FF4500;
	font-size: 14px;
	font-family : "MS Serif", "New York", serif;
}

form label.error {
	margin: 0 0 -5 0;
	padding: 3px 0px 0px;
	font-size: 12px;
	color: Red;
	display : block;
	font-weight: normal;
}

div.formularz input, table.form input {
	background-color : White;
	border : 1px solid Gray;
	width : 220px;
	color: Gray;
	padding: 4px;
}

div.formularz textarea, table.form textarea {
	background-color : transparent;
	border : 1px solid Gray;
	width : 374px;
	height: 76px;
	overflow : auto;
	color: Gray;
	padding: 4px;
}

select {
	width: 310px;
	padding: 3px 4px 4px;
	height: 26px;
	color: #008080;
	font-family : "Trebuchet MS",  "@Arial Unicode MS", Arial;
}

div#column_one textarea {
	width: 550px;
	height: 200px;
}

div.buttons input {
	margin-top: 10px;
	background-color: #CDFF82;
	border : 1px solid #228B22;
	width: auto;
	color: #228B22;
	cursor: hand;
	padding: 4px 16px;
	background-image : url(../images/input_bg.jpg);
}

input#form_sms {
	width: 100px;
	text-transform : uppercase;
	text-align : center;
	font-weight : bold;
}

div.buttons input.test {
	width: 180px;
	letter-spacing: 1px;
	margin-top: 20px;
}

div.captcha input {
	width: 75px;
	text-transform : uppercase;
	text-align : center;
	font-weight : bold;
}

div.captcha img {
	position : absolute;
	z-index : 10000;
	margin-left: 3px;
}

div.test div#column_ask {
	width: 76%;
	float: left;
	text-align : left;
}

div.test div#column_ask span {
	margin-right: 12px;
}

div.test div#column_ans {
	width: 22%;
	text-align : right;
	margin-top: 2px;
	float : right;
	white-space : nowrap;
}

div.test div#column_ans input {
	padding: 0px 2px;
}

div.row_one, div.row_two {
	padding: 10px 5px 10px 10px;
	margin: 2px 0 2px 0;
	display: block;
	zoom: 1;
}

div.row_one {
	background-color: #F5FDD9;
}

div.div_one, div.div_two {
	padding: 10px 10px;
	margin: 0px;
}

div.div_one {
	background : #F5FDD9 url(../images/div_bg.jpg) repeat-x top;
}

ul.list_item {
	list-style-type: none;
	padding-left: 2em;
	line-height: 29px;
}

ul.list_item li {
	padding: 1px 8px;
	list-style-type : circle;
}

div.div_one a,
div.div_two a,
ul.list_item a,
a.author {
	color: Green;
	text-decoration : none;
	border-bottom: 1px dashed;
}

div.div_one a:hover,
div.div_two a:hover,
ul.list_item a:hover {
	color: #003300;
}

div.div_one a:visited,
div.div_two a:visited,
ul.list_item a:visited {
	color: #006666;
	border-bottom: 1px dashed #006666;
}

input#form_declare, input#form_statute {
	width: auto;
	height: auto;
	font-size: 18px;
	border: 1px solid #0080C0;
	color: #0080C0;
	cursor : hand;
}

a.author {
	color : #5F9EA0;
}

a.author:hover {
	color : #4169E1;
}

a.author:visited {
	color : #778899;
	border-bottom: 1px dashed #778899;
}

a.title_link,
ul.list_item a.title_link {
	color : #778899;
	text-decoration : none;
	border-bottom: 1px dashed transparent;
}

a.title_link:hover,
ul.list_item a.title_link:hover {
	border-bottom: 1px dashed #778899;
}

div.test div#clear_area,
form.test_start div#clear_area {
	height: 0px;
}

/* CHECKBOX */

div.star,div.star a {
	background: url(../images/star.gif) no-repeat 0 0px;
}

div.rating_scale {
	background: url(../images/star.gif) repeat-x 0px -20px;
	height: 20px;
}

/* Pager Style */

ul.pager {
	margin: 15px 0 0 0;
	padding: 0px;
	float: right;
}

ul.pager li {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	float: left;
	border: 1px solid #2e6ab1;
}

ul.pager li.empty,
ul.pager li a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #0e509e;
}

ul.pager li a.active,
ul.pager li a:hover {
	color: #fff;
	background: #0e509e;
}

ul.pager li.off {
	color: #888;
	border-color: #888;
}

div.close_pager {
	clear : both;
	padding-bottom: 15px;
}

/* Comments Views */

div.comments {
	padding-top: 10px;
	font-size: 13px;
}

div.comments p.ngl {
	background-color: #F5FFEC;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #DDEEFF;
}

div.comments p.dgl {
	padding: 5px;
}

p.ngl a {
	color: Teal;
	text-decoration : none;
}

p.ngl a:hover {
	text-decoration : underline;
}

p.ngl span.date, .liczba {
	color: #9F9F9F;
}

/* Other Styles */

div.clear {
	clear: both;
}

span.sms_premium {
	font-weight : bold;
	color : #228B22;
	font-size : 12px;
}

span#numbers {
	letter-spacing : 1px;
}

div.error_list {
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	border : 3px double #FF6347;
	padding : 0px;
	width : 90%;
	margin : 22px auto 26px;
	color : Red;
	background-color : #FEF8ED;
}

div.error_list span {
	padding: 0px;
	display : block;
	margin : 10px 10px 0px 10px;
	font-weight: bold;
}

div.error_list ol, div.error_list ul {
	margin: 7px 5px;
}

div.error_list li {
	line-height: 19px;
}

.small {
	font-size: 12px;
	line-height: 13px;
	padding: 2px 0px;
}

.no_p {
	margin: 0;
	padding: 0;
}

.warning {
	color : #FF4646;
}

span.favor {
	color: #228B22;
}

span.colour_of_love {
	color : #E9967A;
	font-weight : bold;
	letter-spacing: 1px;
}

p#aniol_milosci {
	margin: 0 auto;
	text-align: center;
}

p#aniol_milosci img, img.opacity {
	-moz-opacity:.60;
	opacity: .60;
}

img.opacity_lite {
	-moz-opacity:.80;
	opacity: .80;
}

img.opacity:hover, img.opacity_lite:hover {
	-moz-opacity:1.0;
	opacity: 1.0;
}

div.nice_text, p.nice_text {
	margin: 25px 5px;
	padding: 15px;
	background-color : #F5FFFA;
	border: 1px solid #DCDCDC;
}

div.nice_text h3 {
	font-weight: bold;
	padding-bottom: 8px;
	letter-spacing: 1px;
	color: #FF4500;
}

div.nice_text .hr {
	border-top: 1px solid #DCDCDC;
	margin: 0px -13px 21px -13px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 0.9em;
}

div.entry a.new_window {
	padding-right: 15px;
	background : url(../images/new_window.gif) no-repeat right;
}

div.after_br {
	margin-bottom: 15px;
}

p.line_top {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px dashed #AFEEEE;
}

.before_br {
	margin-top: 30px;
}

p.sub_h3 {
	margin-top: -1.6em;
	padding-left: 15px;
	background : url(../images/icon_item.png) no-repeat 2px 4px;
}

div.ngl {
	background-color: #E8FFFF;
	padding: 10px 18px;
	color : #82B172;
}

div.hr_line {
	border-top: 1px dashed #DCDCDC;
}

#loader {
	background-color: White;
	border: 4px solid Black;
	padding: 4px;
}
