body {
	font: 14px Tahoma, Verdana, sans-serif;
	color: #333;
	background-image: url(../images/tlo.png);
	/*background: #eee url(../images/bg.png) repeat-x center top;*/
	margin-top: 7px;
}
a { outline: 0; }
/* @group Global */

* {
	margin: 0;
	padding: 0;
}
/*
table{
	border-style: solid;
	border-color: orange;
}
*//*
td{
	border-style:inset;
	border-color: orange;
}
*/
img {
	border: 0;
}

h1, h2, h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	color: #525b5c;
}

h3 {
	font-size: 1.4em;
}

blockquote {
	background: url(../images/quote.png) 10px 0 no-repeat;
	margin: 20px 0;
	padding: 0 20px 0 50px;
}

code {
	font: 1em 'Courier New', Courier, Monospace;
}

.clear {
	clear: both;
}

.widthfix {
	width: 800px;
	margin: 0 auto;
}

/* @end */

/* @group Links */

a {
	color: darkgreen;
	text-decoration: none;
}

a:hover {
	color: green;
}

/* @end */



/* @group Header */

#header {
	margin: 0 auto;
	padding: 0;
	background: url(../images/header.png) repeat-x;
	width: 100%;
	height: 140px;
}

#herb{
position: absolute;
background: url(../images/logo2.png) no-repeat;
margin-top: 5px;
width: 100px;
height: 100px;
}


.logo {
	float: left;
	margin: 20px 0px 20px 110px;
	border: none;
	height: 70px;
}

.logo h1 {
	color: #EFEFEF;
	font-size: 3em;
}
.logo a {
	color: #EFEFEF;
}

/* @end */

/* @group Search */

#searchform {
	margin-top: 5px;
}

#searchform input {
	font: 1.1em Arial, Tahoma, Verdana, sans-serif;
	background: #eee url(../images/formfield_bg.png) repeat-x;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #ccc;
}

#s {
	font: 1.1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
	background: #eee url(../images/formfield_bg.png) repeat-x;
	width: 220px;
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/* @end */

/* @group nav menu */

ul.menu {
	font-size: 12px;
	list-style-type: none;
	height: 30px;
	background: #2d393b url(../images/nav-bg.png) repeat-x center bottom;
}

ul.menu li {
	color: #eee;
	float: left;
}

ul.menu li a {
	background: url(../images/header-menu.png) 100% 100% no-repeat;
	float: left;
	display: block;
	height: 23px;
	padding: 7px 25px 0 25px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

ul.menu li a:hover {
	background: url(../images/header-menu.png) 100% 0% no-repeat;
	color: #000;
}

ul.menu li.active a,
ul.menu li.active a:hover {
	background: url(../images/header-menu.png) 100% 0% no-repeat;
	color: #000;
	text-decoration: none;
}

/* @end */

/* @group content */

#pasek-content{
	margin: 0 auto;
	width: 800px;
	height: 20px;
	background: url(../images/pasek-content.png);
}
#menuczcio{
color: white;
}
#menuczcio a{
color: white;
}
#content {
	margin: 0px auto;
	width: 800px;
	background-color: #f3f3f3;
}

#content h2 a {
	text-decoration: none;
}

.navigation {
	display: block;
	width: 500px;
}

/* @end */

/* @group box */

#article {
	/*background: url(../images/entry-bg.png) right top no-repeat;*/
	float: left;
	width: 790px;
	padding-left:10px;
	margin-top: 10px;
	text-align: left;
}

#sidebar {
	float: left;
	width: 180px;
}

/* @end */

/* @group entry */

.entry {
	padding-bottom: 20px;

}

.entry p {
	color: #333;
	line-height: 160%;
	margin: 7px 0;
}

.entry ul {
	margin: 0 0 0 5px;
}

.entry ul li {
	margin: 7px 0;
}

.entrytitle h2, .entrytitle h3 {
	display: inline;
}

.date {
	font-size: 1em;
	color: #a8adad;
}

/* @end */

/* @group sidebar */

#sidebar ul {
	margin-top: 10px;
}

#sidebar li {
	list-style-type: circle;
	color: orange;
	margin: 3px 15px;
	padding: 0 0 0 0px;
	/*background: url(../images/li.png) 0 7px no-repeat;*/
}

#sidebar li:hover {
	list-style-type: disc;
	color: orange;
}

#sidebar li a {
	
}

#sidebar li a:hover {
		list-style-type: disc;
		color: orange;
}

.widget {
	margin: 10px 0 30px 0;
	padding: 10px 10px 0 0px;
}

.widget h2 {
	font-size: 1.25em;
	margin-bottom: 5px;
}

.widget p {
	color: #333;
	line-height: 160%;
}

/* @end */

/* @group footer */

#bottom {
	background: #E3E3E3 url(../images/bottom.png) repeat-x;
	border-bottom: 1px solid #cdd1d1;
	width: 100%;
	height: 30px;
}

#footer {
	height: 60px;
	padding-top: 10px;
	width: 100%;
	text-align: right;
	font-size: 10px;
}

/* @end */

/* @group images */

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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* @end */

/* @group comments */

#comments {
	margin-left: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
}

#commentform input, #commentform textarea {
	background: #eee url(../images/formfield_bg.png) repeat-x;
	border: 1px solid #ccc;
	padding: 3px;
}

#commentform textarea {
	width: 480px;
	margin: 0;
	height: 100px;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.6em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}

#commentform span.error {
	font-size: 0.9em;
	color: red;
}

#commentform input.error,
#commentform textarea.error {
	background: #FFDDDD url(../images/formfield_bg_error.png) repeat-x;
}

.alt {
	padding: 10px;
}

.commentlist {
	width: 490px;
	text-align: justify;
}

.commentlist li {
	background: #ececec;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #cdd1d1;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 10px 0;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	border-bottom: 1px dotted #cdd1d1;
	padding-bottom: 5px;
	display: block;
}

#respond {
	margin-top: 20px;
}

.commentcount {
	font-family: Georgia,sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #cdd1d1;
	float: right;
}
.logo span{
color: #EFEFEF;
}
/* @end */
