html {
	height: 100%;
}

body {
	height: 100%;
	background: #c6cbcf url(../img/bg.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #494c4f;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#wrapper {
	position: relative;
	min-height: 100%;
}

body#home div#wrapper {
	background: url(../img/cont_bg.jpg) no-repeat 50% 158px;
}

div#container {
	padding: 0 0 260px 0;
	width: 960px;
	margin: 0 auto;
}

div#header {
	height: 158px;
	position: relative;
}

div#header p {
	position: absolute;
	top: 28px;
	left: 0;
	font-size: 9px;
	color: #494c4f;
	padding: 59px 83px 0 0;
	border-right: 1px solid #dfdfe0;
}

div#header ul {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35px;
	font-weight: bold;
	font-size: 14px;
}

div#header li {
	float: left;
	height: 31px;
}

div#header li a {
	color: #434a4f;
	display: block;
	padding: 5px 22px 6px 22px;
	border-right: 1px solid #cccfd1;
	text-align: center;
}

div#header li.active {
	background: url(../img/menu_active.gif) no-repeat center bottom;
}

div#header li.active a {
	color: white;
	background: #b60036;
}

div#header li.active a:hover {
	text-decoration: none;
}

div#header li.last a {
	border: none;
}

div#header form {
	position: absolute;
	bottom: 10px;
	right: 0;
	background: white;
	width: 240px;
	height: 25px;
}

div#header form label {
	float: left;
	width: 15px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/loupe.gif) no-repeat;
	margin: 4px 4px 5px 6px;
}

div#header input#form_text {
	border: 0;
	padding: 5px 4px 4px 2px;
	float: left;
	color: #b90036;
	width: 140px;
}

div#header input#form_submit {
	background: transparent url(../img/search_button.gif) no-repeat;
	border: 0;
	color: white;
	float: right;
	font-weight: bold;
	padding: 3px 0 4px 3px;
	text-indent: 8px;
	width: 69px;
	*height: 25px;
	*padding: 3px 0 4px 10px;
}

h1 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 302px;
	height: 80px;
	background: url(../img/logo.gif) no-repeat 0 0;
}

h1 a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
}

a#logotyp_header {
	position: absolute;
	left: 388px;
	top: 36px;
}

div#recent_post {
	width: 720px;
	height: 366px;
	padding: 20px 0;
	color: white;
	float: left;
	position: relative;
}

div#recent_post h2 {
	font-size: 32px;
	line-height: 39px;
	background: #b20035 url(../img/h2_bg.gif) repeat-y;
	padding: 2px 20px 7px 20px;
	width: 665px;
}

h2 a {
	color: white !important;
	font-weight: normal;
}

h2 a:hover {
	text-decoration: none;
}

h2 span {
	background: white;
	color: #bb0037;
	font-size: 12px;
	padding: 2px 8px;
	font-weight: bold;
	vertical-align: middle;
}

div#recent_post_wrapper1, div#recent_post_wrapper2 {
	float: left;
	width: 340px;
	height: 271px;
	overflow: hidden;
	margin: 10px 20px 10px 0;
}

div#recent_post div.post_comments {
	right: 7px !important;
}

div#recent_post p.post_intro {
	font-size: 18px;
	line-height: 21px;
	margin: 5px 0 8px 0;
	width: 340px;
	height: 95px;
}

div#recent_post div.post_excerpt a {
	color: #DE2359;
}

div.post_excerpt {
	line-height: 17px;
	width: 335px;
	margin: 0 0 5px 0;
	overflow: hidden;
}

div.post_excerpt p {
	padding: 7px 0;
}

div#recent_post img {
	margin: 0 auto;
	display: block;
}

p.post_author {
	color: #77888e;
	padding: 13px 0 0 0;
	font-size: 9px;
	background: url(../img/rule2_bg.gif) repeat-x 0 0;
	width: 335px;
}

div.post_sidebar {
	width: 325px;
}

div.post_addto {
	width: 76px;
	height: 12px;
}

div.post_addto a {
	float: left;
	margin: 0 4px;
	height: 12px;
	background-image: url(../img/icons.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div.post_addto a.post_addto1 {
	width: 10px;
	background-position: 0 0;
	margin: 0 4px 0 0 !important;
}

div.post_addto a.post_addto2 {
	background-position: -10px 0;
	width: 14px;
}

div.post_addto a.post_addto3 {
	background-position: -25px 0;
	width: 12px;
}

div.post_addto a.post_addto4 {
	background-position: -37px 0;
	width: 12px;
}

div.post_comments {
	position: absolute;
	right: 8px;
	top: 0;
	width: 190px;
}

div.post_comments p {
	float: right;
	color: #de2359;
	margin: 0 8px;
}

div.post_comments span a {
	background:transparent url(../img/comment.gif) no-repeat 0 0;
	color: white;
	float: right;
	margin: -13px 0 0;
	padding: 12px 6px;
	width: 54px;
}

div.post_comments span a:hover {
	background:transparent url(../img/comment_hover.gif) no-repeat 0 0;
	color: black;
	text-decoration: none;
}

div.post_tags {
	overflow: hidden;
	font-size: 11px;
	padding: 4px 8px 8px 8px;
	width: 325px;
}

div.post_tags span {
	color: white;
	padding: 4px 12px;
	background: #31373d;
	float: left;
}

div.post_tags p.post_tags_list {
	float: left;
	background: #22272d;
	width: 284px;
	line-height: 19px;
}

div.post_tags p.post_tags_list a {
	color: #acaeaf;
	padding: 0 0 0 20px;
	float: left;
}

div#recent_post div.post_sidebar_wrapper {
	position: absolute;
	bottom: 20px;
	right: 25px;
	width: 325px;
}

div#recent_post div.post_tags {
	padding: 10px 0 0 0;
}

div#recent_post_sidebar {
	float: right;
	width: 220px;
	height: 390px;
	padding: 10px 10px 6px 10px;
	background: #666e75;
	color: white;
}

div#recent_post_sidebar a {
	color: white !important;
}

div#recent_post_sidebar h3 {
	clear: both;
	padding: 8px 9px;
	background: #4c5258;
	font-size: 18px;
	font-weight: normal;
}

div#recent_post_sidebar ul#subscribe {
	margin: 17px 0 0 0;
	padding: 0 0 0 43px;
	background: url(../img/rss_icon.gif) no-repeat 0 0 ;
	height: 55px;
}

div#recent_post_sidebar ul#subscribe li {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

div#recent_post_sidebar ul#popular_posts li {
	line-height: 19px;
	padding: 6px 10px;
	background: url(../img/rule1_bg.gif) repeat-x 0 100%;
}

div#recent_post_sidebar ul#popular_posts li.last {
	background: none;
}

div#content {
	overflow: hidden;
	clear: both;
}

div#content a {
	color: #df235a;
}

div.content_container {
	margin: 20px 10px 0 10px;
	width: 340px;
	float: left;
}

div.content_container h3 {
	background: #dbdee1;
	padding: 8px 10px;
	font-size: 20px;
}
div.content_container h3 a {
	color: #687077 !important;
	text-decoration: none;
}

div.content_container a.see_archive {
	display: block;
	margin: 19px 0 0 0;
	padding: 1px 0;
}

div.post {
	margin: 25px 0 0 0;
	position: relative;
}

div.post img {
	margin: 9px 0 0 0;
}

div.post p.post_author {
	background: 0;
	margin: 0 0 9px 2px;
	padding: 0;
	color: #77888e;
}

div.post h2 {
	font-size: 26px;
	line-height: 31px;
	background: #b50035;
	width: auto;
	padding: 1px 10px;
}

div.post p.post_intro {
	margin: 19px 0;
	color: black;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

div.post div.post_excerpt {
	overflow: auto;
	height: auto;
}

div.post div.post_sidebar {
	background: #c7cbcd;
	padding: 8px;
	position: relative;
}

div.post div.post_comments {
	top: 10px;
}

div.post div.post_comments span a {
	color: white !important;
}

div.post div.post_comments span a:hover {
	color: black !important;
}

div.post div.post_tags {
	background: #c7cbcd;
}

div.post p.post_tags_list {
	background: #d7dadd;
}

div.post div.post_tags span {
	background: #a9b0b7;
}

div.post div.post_tags p.post_tags_list a {
	color: #494c4f !important;
}

div#press_container h2 {
	background: white;
}

div#press_container h2 a {
	color: #b90036 !important;
}

div#press_container h2 span {
	background: #e3e5e8;
}

div#press_container div.post img {
	*display: none;
}

ul#archive_list {
	font-size: 14px;
	margin: 10px 0;
}

ul#archive_list li {
	padding: 6px 10px;
	border-bottom: 1px solid #ebeced;
}

ul#archive_list a {
	color: #494c4f;
}

a#archive_link {
	display: block;
	font-size: 12px;
	padding: 0 10px 16px;
	color: #494c4f !important;
}

div#sidebar {
	clear: right;
	float: right;
	width: 240px;
	margin: 10px 0;
}

div#sidebar_head {
	background: white;
	padding: 10px 10px 0 10px;
}

ul#authors_list {
	padding: 5px 0;
	font-weight: bold;
}

ul#authors_list a {
	color: #494c4f;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

ul#authors_list a:hover em {
	text-decoration: underline;
}

ul#authors_list li {
	clear: both;
	padding: 5px 0;
	overflow: hidden;
}

ul#authors_list img {
	float: left;
	margin: 0 8px 0 0;
}

ul#authors_list em {
	font-style: normal;
	line-height: 22px;
	font-size: 15px;
}

ul#authors_list span {
	display: block;
	font-size: 9px;
}

div#sidebar_head h3 {
	background: #e0e3e5;
	color: black;
	padding: 8px 10px;
	font-size: 20px;
}

div#sidebar_head p {
	font-size: 12px;
	padding: 15px 7px;
	line-height: 22px;
}

div#sidebar_head p a {
	color: #494c4f;
	padding: 0 2px;
}

div#sidebar_links {
	margin: 20px 12px;
}

div#sidebar_links h3 {
	font-size: 20px;
	color: black;
	margin: 0 0 15px 0;
}

div#sidebar_links ul li {
	margin: 5px 0;
}

div#sidebar_links ul li a {
	color: #494c4f;
}

div#footer {
	position: relative;
	margin: -240px 0 0 0;
	height: 260px;
	width: 100%;
	background: url(../img/cont_bg.jpg) no-repeat 50% 100%;
}

div#footer_inner {
	width: 940px;
	height: 214px;
	margin: 0 auto;
	padding: 23px 10px;
	color: #b1b3b5;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	overflow: hidden;
} 

div#footer_inner img {
	margin: 0 0 7px 0;
}
div#footer_inner a {
	color: #b1b3b5;
}

div#footer_about {
	float: left;
	margin: 0 23px 0 0;
}

div#footer_about p {
	padding: 8px 0;
	width: 350px;
}

div.footer_links {
	float: left;
	width: 170px;
	margin: 0 23px 0 0;
}

div.footer_links h3 {
	font-size: 19px;
	color: white;
	margin: 0 0 28px 0;
	font-weight: normal;
}

div.footer_links li {
	line-height: 15px;
}

div#footer_inner p#copyright {
	position: absolute;
	bottom: 5px;
	left: 10px;
	border-top: 3px solid #5a6063;
	width: 918px;
	padding: 13px 11px;
}

div#content_post {
	float: left;
	width: 720px;
}

div#content_post p.post_author {
	padding: 0;
	margin: 0 0 15px 0;
	background: none;
}

div#content_post h2 {
	font-size: 32px;
	line-height: 39px;
	background: #b20035 url(../img/h2_bg.gif) repeat-y;
	padding: 2px 20px 7px 20px;
	width: 660px;
	color: white;
	font-weight: normal;
}

div#content_post p.post_intro {
	margin: 27px 0;
	font-size: 18px;
	line-height: 21px;
	color: black;
}

div#content_post .post_content, div#content_post .post_content p {
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 9px 0;
}

div#content_post div.post_margin {
	overflow: hidden;
	margin: 15px 0 0 0;
}

div#content_post div.post {
	clear: both;
	width: 341px;
}

div#comments {
	margin: 25px 0 10px 0;
	
}

div#comments h3 {
	background: white url(../img/komentarze.gif) no-repeat;
	padding: 15px 20px 0 20px;
	color: black;
	font-size: 20px;
	height: 38px;
	font-weight: normal;
}

div.comment {
	margin: 10px 0 0 0;
	padding: 20px;
	background: #f5f6f7;
}

div.comment h4 {
	font-weight: bold;
	color: black;
	font-size: 17px;
	margin: 0 0 4px 0;
}

div.comment span {
	font-size: 11px;
}

div.comment p {
	font-size: 15px;
	line-height: 20px;
	margin: 17px 0 10px 0;
	padding: 12px 0 0 0;
	border-top: 1px solid #dbdee2;
}

div#dodaj_komentarz {
	background: #666e75;
	padding: 10px;
	overflow: hidden;
}

div#dodaj_komentarz h3 {
	background: url(../img/dodaj_komentarz.gif) no-repeat;
	padding: 5px 10px 0 10px;
	margin: 0 10px 10px 0;
	color: black;
	font-size: 20px;
	height: 38px;
	font-weight: normal;
}

div#dodaj_komentarz form {
	margin: 10px;
}

div#dodaj_komentarz form div {
	background: #4f555b;
	margin: 10px 0 0 0;
	padding: 2px 2px 2px 8px;
	overflow: hidden;
	height: 18px;
}

div#dodaj_komentarz form input {
	background: #D0D4D7;
	border: none;
	float: right;
	padding: 1px 3px;
	width: 352px;
	color: #494c4f;
	text-align: right;
}

div#dodaj_komentarz form label {
	color: white;
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: both;
	margin: 3px 0 0 0;
}

div#dodaj_komentarz form label small {
	font-weight: normal !important;
}

div#dodaj_komentarz form textarea {
	clear: both;
	float: left;
	background: #D0D4D7;
	border: 2px solid #4F555B;
	padding: 3px;
	margin: 0;
	width: 650px;
	color: #494c4f;
	text-align: left;
}

div#commentarea_div {
	width: 152px;
	height: 18px !important; 
}

div#commentarea_div label {
	font-size: 15px !important;
}

div#dodaj_komentarz form input#submit {
	background: url(../img/send.gif) no-repeat;
	color: white;
	font-size: 16px;
	font-weight: bold;
	height: 37px;
	padding: 0 0 12px 0;
	text-align: center;
	width: 106px;
	margin: 10px 0 0 0;
}

div.post_item {
	margin: 20px 10px 0 10px;
}

div.single_post {
	margin: 20px 10px 0 10px;
	width: 700px !important;
}

div#content h2#archive-title {
width:180px;
margin:15px 0px 5px 0px;
}

ul#archives-by-date-matrix {
padding:15px 30px;
}

ul#archives-by-date-matrix li a {
line-height:16px;
}

ul#archives-by-date-list {
padding:0px 30px 30px 30px;
}

ul#archives-by-date-list li a {
line-height:16px;
}


ul#archives-by-date-list li h3 {
font-size:16px;
padding:10px 0px;
text-transform:capitalize;
}

a.komentarzy {
	float: right;
	color: #DE2359;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.pagination {
	text-align: center;
	margin: 30px;
}

.pagination a {
	margin: 0 10px;
}

img[src=""] {
	display: none;
}

.standarizedUnorderedList { background: transparent; list-style-type:disc; list-style-position:outside; padding-left:40px; margin:16px 0px; display:block; }
.standarizedUnorderedList li { padding:0px; margin:0px; }
.standarizedOrderedList { background: transparent; list-style-position:outside; padding-left:40px;  margin:16px 0px; list-style-type:decimal; display:block; }
.standarizedOrderedList li { padding:0px; margin:0px; }

