p {
   margin: 0;
   padding: 0;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

img {
	border: none;
}

textarea {
	width: 596px;
	height: 500px;
	background: #222;
	border: 1px solid #111;
	color: #EEE;
	padding: 2px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior:url(border-radius.htc);
}
textarea[name=title] {
	width: 596px;
	height: 200px;
	background: #222;
	border: 1px solid #111;
	color: #EEE;
	padding: 2px;
}
input[type=text] {
	width: 400px;
	background: #222;
	border: 1px solid #111;
	/* color: #EEE; */
	padding: 3px;
} 

input[type=file] {
	background: #222;
	border: 1px solid #111;
	color: #EEE;
	padding: 3px;
}

input {
	background: #222;
	border: 1px solid #111;
	color: #EEE;
	padding: 3px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior:url(border-radius.htc);
}

input.nick {
	width: 170px;
	background: #222;
	border: 1px solid #111;
	color: #EEE;
	padding: 3px;
	padding-left: 25px;
	-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	-khtml-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	background: #222 url(user12.png) no-repeat 4% 50%;
	
}

input.password {
	width: 170px;
	border: 1px solid #111;
	color: #EEE;
	padding: 3px;
	padding-left: 25px;
	-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	-khtml-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	background: #222 url(lock14.png) no-repeat 4% 50%;
}

input.button {
	width: 80px;
	background: #222;
	border: 1px solid #111;
	color: #EEE;
	padding: 2px;
	-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	-khtml-box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
	box-shadow:0px 0px 4px rgba(0, 0, 0, 1);
}

select {
	background: #222;
	border: 1px solid #111;
	color: #EEE;
	padding: 1px;
}

#wrap {
	margin: auto;
	width: 908px;
}

/* Nagłówek */
#header {
	float: left;
	width: 908px;
	height: 178px;
	background: url(top.png);
	margin-top: 8px;
	display: inline;
}

#header p {
	margin-right: 40px;
	display: inline;
}

#header #cytat {
	float: right;
	width: 300px;
	margin-top: 25px;
	font-size: 11px;
	display: inline;
		border: 0px solid #fff;
}

#header #data {
	float: right;
	margin: 155px -300px 0 0;
	display: inline;
}

/* Menu gorne */

#main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
	display: inline;
}

#main_menu ul li {
	float: left;
}

#main_menu ul li a {
	float: left;
	width: 111px;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding-top: 15px;
}

#main_menu ul li a:hover {
	color: #000000;
}

/* Container */
#container {
	float: left;
	width: 908px;
	background: url(container_background.png) repeat-y;
}

#container_2 {
	float: left;
	width: 908px;
	background: url(container_2_background.jpg) repeat-y 197px 0;
}

/* MENU */
#sidebar {
	float: left;
	width: 198px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin: 3px 0 12px 25px;
	display: inline;
}

#sidebar ul li {
	float: left;
	width: 150px;
	padding-left: 15px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar ul li.aa a {
	color: #777;
}

#sidebar ul li a {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar ul li .poz {
	float: right;
	padding: 0px;
}	

/* TRESC */
#content {
	float: right;
	width: 710px;
}

#content div.article {
	float: left;
	width: 621px;
	margin: 5px 0 15px 33px;
	display: inline;
}

#content div.article .title {
	float: left;
	width: 611px;
	height: 21px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background: url(articles-top.png);
	margin: 0;
	padding: 4px 0 0 10px;
}

#content div.article .tresc {
	float: left;
	width: 601px;
	background: #4e4e46;
	padding: 9px;
	border: 1px solid #1d1d19;
}
#content div.article .tresc .left {
	float: left;
	text-align: left;
}
#content div.article .tresc .right {
	float: right;
	text-align: right;
}

#content div.article .tresc img.first  {
	float: right;
	border: 2px solid #FFF;
	margin-left: 5px;
}

#content div.article .tresc hr {
	border: 1px solid #333;
}

#content div.article .bottom {
	float: left;
	width: 597px;
	height: 19px;
	background: url(articles-bottom.png);
	font-size: 10px;
	text-align: right;
	padding: 6px 12px 0 12px;
}

#content div.article .bottom .left {
	float: left;
	height: 13px;
	font-size: 10px;
	text-align: left;

}

#content div.article .bottom .right{
	float: right;
	height: 13px;
	font-size: 10px;
	text-align: right;

}

#content div.article .bottom .opis {
	color: #777;
}

#content #stronnicowanie {
	float: left;
	width: 621px;
	margin: 5px 0 15px 33px;
	text-align: center;
	background: url(stronnicowanie-border.jpg) top repeat-x;
	padding-top: 10px;
	display: inline;
}

/* STOPKA */
#footer {
	float: left;
	width: 908px;
	background: url(footer.png) no-repeat top;
}

#footer p {
	float: left;
	width: 100%;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
	display: inline;
}
#footer a {
	color: #000000;
}

