/*** Body **/

body{

	margin: 0 auto;
	padding: 0;
	color: #000000;
	font: 11px Arial, Helvetica;
	background-color: #ffffff;
	text-align: center;
}

a {
	text-decoration: none;
	color: #818181;
}

a:hover {
	
	color: #d0d0d0;
}

img {
	
	border: none;	
}

/*** Content **/

div.content {
	
	width: 720px;
	margin: 0 auto;
	text-align: left;
	margin-top: 40px;
}

div.lewa{
	width: 300px;
	min-height: 600px;
	float: left;
	display: block;
}

.tytul {
	
	font: bold 2.1em trebuchet ms;
	margin: 0;
}

.podpis {
	
	width: 710px;
	word-spacing: 0.25em;
	text-align: justify;
}

.data {
	margin-top: 0px;
	word-spacing: 0.2em;
}

.data a {

	color: #c7c7c7;
}

.data a:hover {

	color: #e9e9e9;
}

div.komenty {

	width: 710px;
}

.author {
	
	font: bold 1.2em arial;
	margin: 0;
}

.data2 {
	
	color: #b3b4b8;
}

div.entries {
	
	margin-left:10px;
	word-spacing: 0.25em;
	padding: 5px;
	border-bottom: 1px solid #ebe8e8;
}

div.entries:hover {
	
	background-color: #f5f5f5;
	padding: 5px;
}

div.formcom {
	
}

div.rest {
	
	width: 120px;
	height: 122px;
	background: url('gfx/restbg.gif') repeat-x;
	margin-right:30px;
	float: left;
}

.copy, .copy a {
	
	color: #6a6a6a;
}	

/*** Archives **/



/*** Links **/

div.tab {

	margin-left:60px;
}

div.links, div.links2 {
	
	width:50%;
	float:left;
}

/*** Forms style **/

input, textarea {
	
	font: 11px Tahoma, Arial, Helvetica;
	border: 2px solid #ebe8e8;
	vertical-align: middle;
	color: #999999;
	padding: 5px;
	background-color: #fff;
}

input:focus, textarea:focus {
	
	background-color: #f5f5f5;
}

hr{
	width: 700px;
	color: #ffffff;
	border-top: dotted 1px #fff;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

h1{
	font-size: 2.1em;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
}

