/*
	Theme name: Blog
	Theme author: Paweł Ludwiczak & Łukasz Kliś
	Description: Szablon na blogaska. ;-)
*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

/*
	ogólne
*/

body {
	background: url(images/background.png) repeat-x #372c24;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #464646;
	margin-bottom: 50px;
	position: relative;
}

#Container {
	margin: 0 auto;
	width: 976px;
}

#Header {
	height: 189px;
	background: url(images/header.png) right 0 no-repeat;
}

#Page {
	background: url(images/pagetop.png) 0 0 no-repeat #fff;
	padding-top: 100px;
	overflow: hidden;
}

#PageContent {
	background: transparent url(images/pagebottom.png) 50% bottom no-repeat;
	overflow: hidden;
}

#Content {
	width: 600px;
	float: left;
	background: url(images/sidebar.png) right 0 repeat-y;
	padding: 0 40px;
	min-height: 1300px;
}

#Sidebar {
	font-size: 13px;
	width: 260px;
	float: right;
	padding: 0 20px 0 10px;
	margin-top: 30px;
}

#Footer {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #6d655f;
}

#Woods {
	position: absolute;
	top: 189px;
	left: 0;
	display: block;
	width: 100%;
	height: 66px;
	background: url(images/wood.png) 50% 0 repeat-x;
	z-index: -1;
}

/*
	wygląd podstrony & wpisów
*/

.Entry {
	padding-bottom: 30px;
	background: url(images/entryspacer.png) 50% bottom no-repeat;
	margin-bottom: 30px;
	overflow: hidden;
}

#Content p {
	margin: 15px 0;
	text-align: left;
}

.EntryInfo {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #728aa2;
	background: #e6e6e6;
	padding: 5px 10px;
	border: 1px solid #dfdfe1;
	overflow: hidden;
}

.EntryInfoDate {
	width: 300px;
	float: left;
}

.EntryInfoComments {
	width: 175px;
	float: right;
	text-align: right;
}

.EntryInfoCategoryList {
	clear: both;
	float: left;
	margin-top: 5px;
}

/*
	wygląd paska bocznego
*/

#Sidebar p {
	margin-bottom: 5px;
}

/*
	odnośniki
*/

a,
a:visited {
	color: #0089e1;
	text-decoration: none;
}

a:hover {
	color: #0089e1;
	text-decoration: underline;
}

h2 a,
h2 a:visited,
h2 a:hover {
	color: #00578f;
	text-decoration: none;
}

.EntryInfo a,
.EntryInfo a:visited {
	color: #728aa2;
	text-decoration: none;
	font-weight: bold;
}

.EntryInfo a:hover {
	color: #728aa2;
	text-decoration: underline;
}

#EntriesNavigation a,
#EntriesNavigation a:visited {
	color: #617a98;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#EntriesNavigation a:hover {
	text-decoration: underline;
}

#EntriesNavigationPrev a,
#EntriesNavigationPrev a:visited,
#EntriesNavigationPrev a:hover {
	padding-left: 40px;
	background: url(images/entriesnavigationarrows.png) 0 1px no-repeat;
}

#EntriesNavigationNext a,
#EntriesNavigationNext a:visited,
#EntriesNavigationNext a:hover {
	padding-right: 40px;
	background: url(images/entriesnavigationarrows.png) right -19px no-repeat;
}

ul#CategoryList li a,
ul#CategoryList li a:visited,
ul#ArchivesList li a,
ul#ArchivesList li a:visited {
	color: #004571;
	text-decoration: none;
	padding: 0 3px 5px 30px;
	height: 20px;
}

ul#CategoryList li,
ul#ArchivesList li {
	display: block;
	padding-bottom: 3px;
}

ul#CategoryList li a:hover, ul#ArchivesList li a:hover {
	color: #0078c5;
	text-decoration: none;
	background: url(images/sidebarlinkhover.png) 0 bottom repeat-x;
}

ul#Recommend li a,
ul#Recommend li a:visited,
ul#Blogroll li a,
ul#Blogroll li a:visited {
	color: #004571;
	text-decoration: none;
	padding: 3px 2px;
}


ul#Recommend li a:hover,
ul#Blogroll li a:hover {
	color: #0078c5;
	text-decoration: none;
	background: url(images/sidebarlinkhover.png) 0 bottom repeat-x;
}

#CommentsList .CommentInfo span a {
	color: #4a4444;
}

#CommentsList .CommentInfo span.CommentAuthor a {
	font-weight: bold;
}

#Footer a,
#Footer a:visited {
	color: #6d655f;
	text-decoration: none;
	font-weight: bold;
}

#Footer a:hover {
	color: #6d655f;
	text-decoration: underline;
}

/*
	nagłówki
*/

h1 {
	padding: 15px 0 0 10px;
}

h2 {
	font-size: 27px;
	font-family: Georgia, serif;
	color: #00578f;
	font-weight: normal;
	border-bottom: 1px solid #c5deec;
	margin-bottom: 10px;
}

#Comments h2,
h2#AddComment {
	font-size: 19px;
	line-height: 33px;
	color: #24479e;
	border: 0;
	padding-left: 60px;
	margin-bottom: 35px;
}

#Comments h2 {
	background: url(images/commentsh2background.png) 0 50% no-repeat;
}

h2#AddComment {
	margin-bottom: 10px;
	background: url(images/addcommenth2background.png) 0 50% no-repeat;
}

#Content h3 {
	font-size: 18px;
	font-family: Georgia, serif;
	color: #617a98;
	font-weight: normal;
	margin-bottom: 5px;
}

#Sidebar h3 {
	margin-top: 25px;
	margin-left: -5px;
}

/*
	listy
*/

ul li,
ol li {
	margin-left: 35px;
}

#Content ul, #Content ol {
	margin-bottom: 15px;
}

#Content ul li {
	list-style: square;
}

#Content ol li {
	list-style: decimal;
}

ul#EntriesNavigation {
	overflow: hidden;
	margin-bottom: 35px;
}

ul#EntriesNavigation li {
	margin-left: 0;
	display: inline;
	width: 150px;
	height: 20px;
}

ul#EntriesNavigation li#EntriesNavigationPrev {
	float: left;
}

ul#EntriesNavigation li#EntriesNavigationNext {
	text-align: right;
	float: right;
}

#Sidebar ul li {
	margin-left: 0;
	list-style: none;
}

#Sidebar ul#CategoryList, #Sidebar ul#ArchivesList {
	margin-top: 10px;
	font-family: Georgia, serif;
}

#Sidebar #CategoryList li, #Sidebar #ArchivesList li {
	margin: 0 0 5px 5px;
	background: url(images/sidebarcategorylistbackground.png) 0 0 no-repeat;
}

#Sidebar ul#Recommend,
#Sidebar ul#Blogroll {
	margin-top: 10px;
	overflow: hidden;
}

#Sidebar #Recommend li,
#Sidebar #Blogroll li {
	float: left;
	margin: 2px 15px;
	height: 20px;
}

#Sidebar ul#Recommend li, 
#Sidebar ul#Blogroll li {
	display: inline;
}

/*
	komentarze
*/

#AddCommentForm {
	margin-bottom: 50px;
}

#CommentsList {
	font-size: 12px;
	color: #645f5f;
}

ol#CommentsList li {
	list-style: none;
	margin-left: 0;
}

#CommentsList p {
	margin: 5px;
	text-align: justify;
}

#CommentsList p:first-child {
	margin-top: 0;
}

#CommentsList blockquote p {
	padding: 8px 10px;
	border: 0;
}

ol#CommentsList ul {
	margin-top: 10px 0 5px 0;
}

ol#CommentsList ul li {
	margin-left: 30px;
	list-style: disc;
}

ol#CommentsList ol {
	margin: 10px 0 5px 0;
}

ol#CommentsList ol li {
	margin-left: 30px;
	list-style: decimal;
}

ol#CommentsList li.Comment {
	overflow: hidden;
	margin-bottom: 50px;
	background: url(images/commentconnectbackground.png) 122px 0 no-repeat;
}

ol#CommentsList li.Comment .CommentInfo {
	width: 115px;
	float: left;
	text-align: center;
}

#CommentsList li.Comment .CommentInfo span {
	color: #9c9a9a;
	display: block;
	width: 115px;
	padding: 5px;
	z-index: 2;
}

#CommentsList li.Comment .CommentInfo .CommentAuthor {
	background: #d9d5d5;
	color: #4a4444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height: 17px;
}

#CommentsList li.Comment .CommentContent {
	width: 455px;
	float: right;
	padding: 10px;
	background: #ebe9e9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;;
}

/*
	obrazki
*/

img {
	border: 0;
}

img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

img.aligncenter {
	margin: 0 auto;
	display: block;
}

#Content img, img.AuthorPicture {
	border: 1px solid #e6e6e6;
	padding: 1px;
}

img.AuthorPicture {
	float: right;
	margin: 0 0 5px 5px;
}

/*
	kod
*/

pre {
	overflow: auto;
}

code,
kbd {
	font-family: "Monaco", "Lucida Console", Monospace, monospace;
	font-size: 12px;
}

/*
	formularze
*/

form,
form > div {
	overflow: hidden;
}

fieldset {
	border: 0;
}

label {
	float: left;
	width: 60px;
	margin: 0.5em 0;
	color: #939191;
	font-size: 13px;
	line-height: 23px;
}

input.text,
textarea {
	outline: none;
	float: left;
}

input.text {
	padding: 3px;
}

#AddCommentForm input.text,
#ContactForm input.text {
	margin: 0.5em 0;
}

span.Required {
	color: #ff0000;
	margin: 0 2px;
	font-size: 16px;
}

form#SzukajkaSearchForm {
	background: url(images/szukajkasearchformbackground.png) 0 0 no-repeat;
	height: 28px;
}

form#SzukajkaSearchForm fieldset {
	margin: 6px 0 0 1px;
}

form#SzukajkaSearchForm input {
	float: left;
	background: none;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #6e6e6e;
}

#SzukajkaSearchForm input#SzukajkaInputField {
	width: 200px;
	height: 16px;
	padding: 3px;
	border: 0;
}

#SzukajkaSearchForm input#SzukajkaSubmitButton {
	margin-left: 3px;
}

form#AddCommentForm,
form > #ContactForm {
	width: 600px;
}

form#AddCommentForm input,
form#AddCommentForm textarea,
form > #ContactForm input,
form > #ContactForm textarea {
	border: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

form#AddCommentForm input.text,
form > #ContactForm input.text {
	background: url(images/inputtextbackground.png) 0 0 no-repeat;
	padding: 6px 5px 3px 5px;
	width: 219px;
	height: 18px;
}

form#AddCommentForm #AddCommentContentBox textarea,
form > #ContactForm textarea {
	margin: 0.5em 0;
	padding: 5px;
	background: url(images/textareabackground.png) 0 0 no-repeat;
	width: 496px;
	height: 186px;
}

form#AddCommentForm #AddCommentSubmitBox input,
form > #ContactForm #ContactSubmitBox input {
	margin: 0 auto;
	display: block;
}

/*
	cytaty
*/

blockquote p {
	padding: 8px 20px;
	font-family: Georgia, serif;
	font-style: italic;
	border-left: 4px solid #e9e9e9;
}

/*
	akronimy
*/

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted #645f5f;
}

#CommentsList acronym {
	border: 0;
}

/*
	podkreślenia
*/

.Underlined {
	text-decoration: underline;
}

/*
	WP-Polls
*/

.wp-polls-ul li {
	overflow: hidden;
}

.wp-polls-ul li input {
	margin: 0.5em 0;
}

.wp-polls-ul li label {
	width: 535px;
	float: right;
}

#WP-PollsVoteButton {
	padding: 3px;
	color: #5d5d5d;
	border: 1px solid #cecece;
	background: #e3e3e3;
}

.wp-polls-loading img {
	border: 0 !important;
}

/*
	Subscribe-to-comments
*/

.subscribe-to-comments label {
	float: right;
	width: 535px;
}

.subscribe-to-comments #subscribe {
	margin: 10px 0;
}