
form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Header */

#header {
	height: 50px;
	padding: 10px;
}

#header h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 36px;
}

#header h2 {
	float: left;
	padding: 17px 0 0 5px;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
}

#header a {
	padding-left: 0;
	background: none;
	text-transform: lowercase;
	text-decoration: none;
	color: #FF7800;
}

/* Links */

#links {
	float: left;
	width: 200px;
}

/* Archives */

#archives {
	float: left;
	width: 180px;
}

/* Posts */

#posts {
	margin-left: 400px;
}

#posts .post {
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
}

#posts .title {
	font-size: 24px;
	color: #333333;
}

#posts .posted {
	font: normal 9px Tahoma, Arial, Helvetica, sans-serif;
}

#posts .story {
	line-height: 18px;
}

#posts a {
	color: #333333;
}

#posts a:hover {
	text-decoration: none;
	color: #000000;
}


/* Orange Box */

.obox {
	margin-bottom: 10px;
	background: #FFFBF6;
	border: 5px solid #FFE3C0;
}

.obox .heading {
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #FFE3C0;
	text-transform: uppercase;
	font-size: 11px;
	color: #FF7800;
}

.obox .content {
	padding: 10px;
}

.obox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}

.obox li {
}


.obox a:hover {
	text-decoration: underline;
}

/* Blue Box */

.bbox {
	padding: 10px 20px 20px 20px;
}

.bbox .heading {
	margin-bottom: 5px;
	font-size: 14px;
	color: #4BA3D8;
}

.bbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}

.bbox li {
}


.bbox a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 180px;
	padding: 20px;
	font-size: 9px;
}

#footer a {
	color: #727171;
}

#footer ul {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

#footer li {
	display: inline;
	list-style: none;
}


body {
	margin: 11px;
	padding: 0;
	background: #FEFCFC url(http://www.labz.pl/wieczora/poczeto.gif) repeat-y;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #727171;
}
#posts .category {
	padding-left: 15px;
	background: url(http://www.labz.pl/wieczora/piecyki.gif) no-repeat left center;
}

#posts .comment {
	padding-left: 15px;
	background: url(http://www.labz.pl/wieczora/wowczas.gif) no-repeat left center;
}
.obox a {
	padding-left: 10px;
	background: url(http://www.labz.pl/wieczora/sprzedaz.gif) no-repeat left center;
	text-decoration: none;
	color: #FF7800;
}
.bbox a {
	padding-left: 10px;
	background: url(http://www.labz.pl/wieczora/starego.gif) no-repeat left center;
	text-decoration: none;
	color: #4BA3D8;
}

