/* Begin Typography & Colors */
body {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	/*background-image: url('http://octavo.pl/tlo.gif');
	background-position: center top;
	background-repeat: no-repeat;*/
	background-color: #1e1e1e;
	color: white;
	}

#page {
	text-align: left;
	}


#headermenu {
padding-left: 250px;
}	

	
#headermenu a {
color: #f4d100;}


}	
#content {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	}


.column .postmetadata {
	font-size: 11px;
	line-height: 16 px;
	}

.alt {
	background-color: #1e1e1e;
	}

#footer {
	background: #1e1e1e; 
	border: none;
	}

h1, h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	font-family: Verdana, Sans-Serif;
	}
	
h3 {
	font-size: 18px;
	line-height: 18px;
	color: white;
	font-weight: normal;
	font-family: Verdana, Sans-Serif
}


.description {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	}


a:link {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
	}

a:hover {
	text-decoration: underline;
	color: #f4d100;
	}

a:active {
	text-decoration: none;
	color: #f4d100;
}

/*
h2 #comments {
padding-top: 50px;
}*/

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	}

.commentlist li {
	font-style: normal;
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-size: 11px;
	font-style: normal;
	color: #f4d100;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	}

.commentlist p {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	}

#commentform p {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	}

.commentmetadata {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	}

#sidebar {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	}



/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	text-align: center;
	}

#page {
	margin: 0px auto;
	width: 850px;
	}

#header {
	background-color: none;
	margin: 0px auto; 
	padding: 0; 
	height: 170px; 
	}

#headerimg {
	margin: 0;
	height: 200px;
	}

.column {
	float: left;
	padding: 0;
	margin: 0;
	width: 595px;
	}


.post {
	text-align: left;
	margin-bottom: 50px;
	}


.postsearchtext {
	text-align: left;
	margin-bottom: 16px;
	}		
	
	
.postsearchresult {
	color: #9a9a9a;
	text-align: left;
	}	

	
	
.entry a {
	color: #f4d100;
}
	
	
.entry a:visited {
	color: #f4d100;
}


.entry a:hover{
	color: #f4d100;
	text-decoration: underline;
}


	
.post hr {
	display: block;
	}


.postmetadata {
	clear: left;
	color: #9a9a9a;
}


.postmetadata a:link{
	color: #9a9a9a;
}


.postmetadata a:active{
	color: #9a9a9a;
}

.postmetadata a:visited{
	color: #9a9a9a;
}

.postmetadata a:hover{
	color: #f4d100;
}



#footer {
	padding-top: 20px;
	padding-left: 250px;
	margin: 0 auto;
	clear: both;
	}

	
#footer p {
	color: #9a9a9a;
	text-align: left;
	}
	
	
#footer p a{
	color: #9a9a9a;
	text-align: left;
	}
	
	
#footer p a:hover{
	color: #f4d100;
	text-align: left;
	}
	
	
	#szukaj input{
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
	color: #f4d100;
	;
	}
/* End Structure */



/*	Begin Headers */
h1 h2 {
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}

	
.post h1 a{
	font-weight: normal;
	line-height: 18px;
	/*color: #f4d100;*/
	}
	
	
.post h2 a{
	font-weight: normal;
	line-height: 18px;
	/*color: #f4d100;*/
	}
	
	
.post h3 a{
	font-weight: normal;
	line-height: 18px;
	/*color: #f4d100;*/
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/*Listy*/

ul{
	list-style-type: none;
	}
/*Koniec list*/







/* Begin Form Elements */
#searchform {
	padding-top: 16px;
	text-align: right;
	}

#sidebar #searchform #s {
	width: 100px;
	background: #1e1e1e;
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: 1px solid white;
	}


.entry #szukaj {
	text-align: left;
	margin-top: -11px;
	padding: 0px;
	}
	
	
.entry #searchform #s {
	width: 100px;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: 1px solid white;
	}
	
	
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

	
select {
	width: 130px;
	}

	
#commentform input {
	border: none;
	background-color: #3e3e3e;
	color: white;
	height: 15px;
	width: 170px;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	}

	
#commentform textarea {
	width: 100%;
	margin-top: 2px;
	border: none;
	background-color: #3e3e3e;
	color: white;
	}

	
#commentform #submit {
	border: none;
	background-color: #f4d100;
	color: #3e3e3e;
	height: 19px;
	width: 170px;
	padding: 2px;
	margin-top: 2px;
	text-align: left;
	}

/* End Form Elements */







#archiwum li {

list-style-position: outside;
list-style: none;
margin: 0px;
}



/* Begin Comments*/

.commentlist {
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

.commentlist li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #3e3e3e;
	list-style: none;
	}
/*
.commentlist p {
	margin: 0px;
	padding: 0px;
	}
*/
#commentform p {
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentdata {
	color: #9a9a9a;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	text-align: right;
	float: left;
	padding-top: 37px;
	margin-right: 10px;
	width: 240px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */




blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}


.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/




/*Podœwietlenie menu*/

/*
.page_item {
  background-color:#ccc;
  color:#000;
}


.cat-item {
  background-color:#ccc;
  color:#000;
}
*/

.current_page_item a{
color: #f4d100;  
} 

.current-cat a{
color: #f4d100;
}




.pagebar 
	{ 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 4px; 
		border: solid 1px #f4d100; 
		background: #none; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 4px; 
		border: solid 1px #f4d100; 
		background: none; 
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 4px; 
		border: none; 
		background: #1e1e1e; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 4px; 
		border: 1px solid #f4d100; 
		font-weight: normal; 
		color: #1e1e1e;
		background: #f4d100;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #f4d100; 
		border-color: #f4d100; 
		text-decoration: none;
	}