/* @override http://appleblog.pl/wp-content/themes/pdf20/style.css */

/*
	Reset
	*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	line-height: 20pt;
}

#page {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: auto;
}

#main {
	width: inherit;
	height: auto;
	display: block;
}

#logo {
	height: 47px;
	width: 302px;
	background-image: url(images/logo.jpg);
	float: left;
	cursor: pointer;
	margin-left: -49px;
	display: none;
}

/* @group menu */

#menu {
	width: 551px;
	height: 47px;
	overflow: hidden;
	float: left;
	display: none;	
}

#menu ul {
	width: 520px;
	height: 20px;
	margin-top: 13px;
}

#menu li {
	float: left;
	margin-right: 10px;
	padding-left: 9px;
	list-style-type: none;
}

#menu li a, #menu li a:visited {
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 3px;
	font-size: 0.8em;
	color: #f7f7f7;
	display: block;
	text-shadow: #3a3a3a 0px 2px 0px;
	text-decoration: none;
}

#menu li:hover {
	background-image: url(images/menu_hover_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu li:hover a {
	background-image: url(images/menu_hover_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu li#active,
	#menu li:active,
	#menu li:focus {
	background-image: url(images/menu_active_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu li#active a,
	#menu li a:active,
	#menu li a:focus,
	#menu li:active a,
	#menu li:focus a {
	background-image: url(images/menu_active_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* @end	*/

#search {
	padding-top: 13px;
	height: 30px;
	width: 140px;
	float: right;
	text-align: right;
	padding-right: 5px;
	display: none;	
}

#search input {
	width: 140px;
	margin: 0px;
	padding: 0px;
}

#search input {
	border: thin #b3b3b3 solid;
}

.hiddeninfo {
	padding-left: 25px;
	width: auto;
	height: auto;
	color: #f8f8f8;
	text-shadow: #5a5b5b 2px 2px 1px;
	font-size: .9em;
	display: none;	
}

.hiddeninfo li {
	list-style-type: none;
	padding: 0px;
}

#wpis .tresc p .a, #wpis .tresc .a {
	color: #5b5b5b;
	width: 80px;
}

#lefty {
	float: left;
	height: 162px;
	width: 257px;
	cursor: pointer;
	background: url(images/logo_bottom.png) no-repeat;
	display: none;	
}

#content {
	overflow: hidden;
	padding-top: 10px;
	float: left;
	height: auto;
	margin-left: 5px;
}

#sidebar {
	display: none;	
	float: right;
	height: auto;
	width: 210px;
	padding-top: 10px;
}

.wpis .header {
	display: block;
	height: 49px;

	padding: 3px 0 0 15px;
}

.wpis .header h3 a, .wpis .header h3 a:visited {

	background: none;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	color: #484848;
}

.wpis .header h3 a:hover {
	text-decoration: underline;
}

.wpis .footer {
	height: 26px;

	padding: 4px 15px 0;
	color: #484848;
	margin-bottom: 1px;
}

.wpis .footer .bottom-text, .wpis .footer .bottom-text {
	padding: 0;
	background: transparent;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: normal;
	float: left;
	display: block;

}

.wpis .footer .post-number, .wpis .footer .post-number {
	padding: 0;
	background: transparent;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: normal;
	float: right;
	display: block;
	width: 110px;
	text-align: right;
	margin-right: 10%;
}

.wpis .space {
	height: 20px;

}

/*
	Layout
	*/

.wpis h1, .wpis h1 a, .wpis h1 a:hover, .wpis h1 a:active, .wpis h1 a:visited {
	padding: 0px;
	background-image: url(none);
	height: auto;

	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18pt; 
	display: block;
	background: none;
	text-decoration: none;
	color: #282828;
}

.wpis .tresc {
	height: auto;
	width: 90%;
	margin-bottom: 0;
	margin-top: 0;
	display: block;

	background-repeat: repeat-y;
	background-position: center 0;
	padding: 1px 15px;

}

.wpis .tresc hr {
	background: #fff;
	border-top: thin dashed #aaa;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
}

.wpis .tresc p .a, .wpis .tresc .a {
	color: #5b5b5b;
	width: 80px;
}

.wpis blockquote {
	width: 400px;
	margin: 10px 20px 10px 30px;
	padding-left: 10px;
	color: #393939;
	border-left: 2px solid #cde7f1;
}

code, pre {
	background: #454545;
	color: #ffffff;
	font-size: 1.2em;
	padding: 0px 2px 0px 2px;
	overflow: auto;
}

.wpis img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
}

.wpis img.r, .wpis .alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.wpis .tresc p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.tresc .old_post_alert {
	background: #ebfffd;
	border-top: thin dashed #bcbcbc;
	border-bottom: thin dashed #bcbcbc;
	padding: 10px 10px 0px 10px;
	line-height: 1.5em;
}

.tresc .old_post_alert strong {
	color: #ff2a28;
}

.tresc .old_post_alert input {
	margin: 10px auto 0px;
	display: block;
}

.tresc .subscribe-to-comments {
	padding-left: 10px;
}
#dodajkomentarz img {
	display: none;
}

/*linki*/

.wpis a {
	text-decoration: none;
	color: #165ca2;
}

.wpis a.no, .wpis a:visited.no, .wpis sup.footnote a, .wpis sup.footnote a:visited, #dodajkomentarz a, #dodajkomentarz a:visited {
	background: none;
	margin: 0px;
	padding: 0px;
	color: #5b5b5b;
}

.wpis a:hover, .wpis p a:hover, .wpis li a:hover {
	text-decoration: underline;
	color: #5b5b5b;
}

.wpis a:visited, .wpis p a:visited, .wpis p a:visited, .wpis li a:visited {
	color: #5b5b5b;
}

/* nawigacja na dole strony (poprzednie/nast«pne) */

#bottom-nav {
	background: none;
	height: 50px;
	width: 480px;
	padding: 3px 15px 0px 15px;
	margin: 0px auto 0px;
	display: none;
}

#bottom-nav .prev {
	float: left;
	width: 220px;
	text-align: left;
}

#bottom-nav .next {
	float: right;
	width: 220px;
	text-align: right;
}

#bottom-nav a, #bottom-nav a:visited, #bottom-nav a:active {
	color: #ececec;
	text-decoration: none;
	padding: 3px;
	background: none;
}

#bottom-nav a:hover {
	color: #ececec;
	text-decoration: none;
	padding: 3px;
	background: #808080;
}


#commentlist {
	margin-left: 10%;
	width: 80%;
	margin-bottom: 20px;
}
#commentlist a {
	padding: 0px;
	background: none;
	color: black;
	text-decoration: underline;
	}
#commentlist .content p {
	margin: 0px;
	color: #262626;
}
.tekst {

	padding: 0px;
}
.avatar {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.avatar-alt {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.avatar-alt img, .avatar img {
	display: none;
	padding: 0px;
	margin: 0px;
}

.dymek {

	position: relative;
}

.dymek .top {
	height: 20px;
	background-position: center top;
	background-repeat: no-repeat;

	
}
.dymek .middle {
	display: block;

}
.dymek .content {

	font-size: 1em/1.8em;
	color: #000;
	background: none;
}
.dymek .content p, .dymek-alt .content p {
	margin-top: 10px;
}
.dymek .bottom {
	display: none;
	background-position: center bottom;
	background-repeat: no-repeat;

}

.dymek-alt {

	position: relative;
}
.dymek-alt .top {
	height: 20px;
	background-position: center top;
	background-repeat: no-repeat;

	
}
.dymek-alt .middle {
	display: block;

}
.dymek-alt .content {


	font-size: 1em/1.8em;
	color: #000;
	background: none;
}
.dymek-alt .bottom {
	height: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;

}




.color1 {
	background: #fff;
}

.color2 {
	background: #fff;
}
.color3 {
	background: #fff;
}

.color4 {
	background: #fff;
}

.color5 {
	background: #fff;
}

.color6 {
	background: #fff;
}

.color7 {
	background: #fff;
}

.bottom-text, .bottom, #dodajkomentarz, #respond, #commentform, #bottom-line {
	display: none;
}
textarea, input {
	
	display: none;
}




