html,
body {
	height: auto;
}

img {
	border: 0;
}
div.clear {
	clear:both;
}
body {
	font: 1em Arial;	
	margin: auto;
	background: url(background.jpg);
}
div#body {
	width: 1000px;
	height: auto;
	margin: auto;
	padding: 0;
	position: relative;
	color: #fff;
	clear: both;
	text-shadow: 2px 2px 2px #000;
	
}
#body  div#wrapper {
	width: 100%;
	margin:0 0 -5px 0;
	padding:0;
	background: url(body_background.png) repeat-y left;
	position:relative;
	float:left;
}

#body div#content {
	float:left;
	width:640px;
	height: auto;	
	clear: both;
	background: url(body_background.png) repeat-y left;
	padding:0;
	margin:0 0 0 0;
}

#content div.main{
	width: 640px;
	float:left;
	position: relative;
	clear:both;
}
.main div.dziennik-data {
	float: left;
	width: 90px;
	margin-top: 10px;
	padding: 5px;
	background: #181817;
	border: 1px solid #64021D;
	border-right: 0;
	text-align: center;
	opacity: 0.8;
	color: #fff;
	font-variant: small-caps;
	font-size: 0.70em;
}
.main div.entry {
	font-size: 0.82em;	
	width: 500px;
	float:left;
	position: relative;
	padding: 10px;
	line-height: 1.88em;
color: #CCCCCC;
}
.entry p {margin-bottom:10px;}
.entry h1 {
	font-size: 1.66em;
	line-height: 2em;
	text-shadow: 2px 2px 2px #000;
}
.entry a {
	color: #C68D00;
	text-decoration: none;
}
.entry a:hover {
	color: #84BB0B;
}
.entry span.top {
	font-size: 0.8em;
	line-height: 0em;
	margin-top:5px;
	white-space: nowrap;
}
.entry a.kat:hover,
.entry a.kom:hover {
	color: #CBCBCB;
	text-decoration: underline;
}
.entry a.kat,
.entry a.kom{
	color: #EAA600;
	text-decoration: none;
}
.entry a.kat:focus,
.entry a.kom:focus{
	color: #E30756;
	text-decoration: overline;
}

.entry a.more {
	display: block;
	padding: 3px 8px 3px;
	float: right;
	clear: both;
	color: #fff;
	text-decoration: none;
	background: #55071B;
	border:0;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);

}
.entry a.more:hover {
	background:#3D0514;
}

.entry blockquote {
	margin: 0 0 0 10%;
	width: 85%;
	background:#0B0B0B;
	padding: 10px;
	color: #989083 /*#625D51*/;
	/*font-variant: small-caps;*/
	border-top: 1px solid #55071B;
}
.entry ul {
	color:#989083;	
	list-style: square;
	line-height: 1.44em;
}
.entry ol {
	color:#989083;
	line-height: 1.44em;
}
.entry ul a,
.entry ol a {
	color: #989083;
	text-decoration: underline 
}
.entry h4 {
	width: 100%;
	border-bottom: 1px solid #595959;
	line-height: 1.11em;
	margin-bottom: 1em;
	margin-top: 1.3em;
}
.entry div.miniaturka {
	width: 480px;
	max-width:480px;
	height: 100px;
	overflow: hidden;
	border: 10px solid #262626;
	float:left;position:relative;
	margin:2px;
-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#content div.nav {
	width:508px;
	height: auto;
	background: #121211;
	float: left;
	clear: both;
	padding:5px;
	margin-left:101px;
}
.nav a{
	color: #969696;
	text-decoration: none;
	font-size: 0.75em;
	display: block;
	padding:5px;
	width: auto;
	float: left;
	position:relative;
}
.nav a:hover{
	color:#84BB0B;
	background: #262626;
}
.nav a.old {
	float:left;
}
.nav a.new {
	float: right;
}
#content div.footer {
	width:508px;
	height: auto;	
	float: left;
	clear: both;
	padding:5px 5px 0 5px;
	margin-left:101px;
	color: #5E5E5E;
}
.footer ul {
	width: 200px;
	float: left;
	position:relative;
	font-size: 0.78em;
	list-style: square;
	line-height: 1.22em;
}
.footer h4 {
	font-size: 1.1em;
	position: relative;
	left:-20px;
	border-bottom: 1px solid #212121;
	margin-bottom:10px;
	width: auto;
}
.footer ul li {
	width: auto;
	border-bottom: 1px solid #212121;
	color: #212121;
}
.footer ul li a{
	color: #5E5E5E;
	text-decoration: none;	
}
.footer ul li a:hover {
	color: #84BB0B;
}

#content div#komentarze {
	width:508px;
	height: auto;	
	float: left;
	clear: both;
	padding:5px;
	margin-left:101px;
}
#komentarze div.kkom {
	font-size: 0.82em;	
	width: 500px;
	float:left;
	position: relative;
	padding: 10px;
	line-height: 1.77em;
	color: #A49C91 /*#7F7A66*/;
}
#komentarze .kkom h1 {
	font-size: 1.66em;
	line-height: 2em;
	text-shadow: 2px 2px 2px #000;
}
#komentarze .kkom a {
	color: #C68D00;
	text-decoration: none;
}
#komentarze .kkom a:hover {
	color: #84BB0B;
}
#komentarze .kkom blockquote {
	margin: 0 0 0 10%;
	width: 85%;
	background: #0B0B0B;
	padding: 10px;
	color: #625D51;
	font-variant: small-caps;
	border-top: 1px solid #55071B;
}
#komentarze .kkom ul {
	color:#625D51;	
	list-style: square;
	line-height: 1.44em;
}
#komentarze .kkom ol {
	color:#625D51;
	line-height: 1.44em;
}
#komentarze .kkom ul a,
#komentarze .kkom ol a {
	color: #625D51;
	text-decoration: underline 
}
.kkom div.kdata {
	width: auto;
	height: auto;
	border-bottom: 1px solid #171716;
	position: relative;
	right: 50px;
}
.kdata p {
	clear:none;
	margin:0;
	float: left;
	padding:0;
	background: #60041D;
	padding: 0 10px 0 10px;
	width: 150px;
	text-align: right;
}
.kdata p a {
	color:#fff !important;
}
.kdata p a:hover {
	color: #84BB0B!important;
}
.kdata span {
	margin-left: 10px;
	font-size:0.7em;	
}
.kdata .entry {
	color: #7F7A66;
}
#owner  p {
	background: #644A00;
}
#content div#formularz {
	width:508px;
	height: auto;	
	float: left;
	clear: both;
	padding:5px;
	margin-left:101px;
	background: #0B0B0B;
	border-top: 1px solid #60041D;
}
#formularz p {
	background: #181817;
	padding: 5px;
	margin: 5px;
	font-size: 0.7em;
	line-height: 1.77em;
	color: #7F7A66;
	text-align: justify;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);

}
#formularz div.lewa_form {
	float:left;
	position:relative;
	width: 300px;
	padding:5px;
}
#formularz textarea {
	width: 280px;
	padding: 5px;
	height: 200px;
	color: #7F7A66;
	font: 0.77em Tahoma;
	background: #181817;
	border: 0;
	border-top: 1px solid #60041D;
	line-height: 1.77em;
		-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#formularz div.prawa_form {
	float:left;
	position:relative;
	width: 180px;
	padding:5px;
	font-size: 0.77em;
	color: #7F7A66;
}
#formularz label {
	clear: both;
	float: left;
	width: 100%;
	background: #181817;
	padding: 5px;
	border-bottom: 1px solid #60041D;
	margin-bottom: 10px;
	font-size: 0.88em;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#formularz input {
	background: #000000;
	padding: 5px;
	border: 1px solid #60041D;	
	color: #C68D00;
	font-size: 1em;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);

}
#formularz div#ed_toolbar_commbody input {
	font-size: 0.77em;
	padding: 1px;
	margin: 1px;
}
#formularz input[type="text"] {
	margin-bottom: 5px;
	width:100%;
}
#formularz input[type="submit"]:hover{background:#3D0514;}

/* box */
#body div#box {
	float:left;
	width:300px;
	height: auto;
	padding-top:50px;	
}
#box div#blip{
	width: 100%;
	padding: 5px;
	font-size: 0.72em;
	height: 60px;
	line-height: 1.66em;
	background: #181818 url(blip.png) no-repeat right;
	margin-bottom: 15px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#blip p {
	text-align: right;
	padding-top: 5px;
	font-size: 0.98em;
	text-shadow: 1px 1px 1px #000;
	color: #959595;
	vertical-align: super;
	float:left;
	width: 245px;
	position: relative;
	margin-right: 10px;
}
#blip a {
	color:#84BB0B;
	text-decoration: underline;
	float:left;
	position: relative;
	top:44px;
	font-size: 0.9em;
}
#blip a:hover {
	color:#A2A2A2;
	text-decoration: none;
}
#box div#miniblog{
	width:100%;
	padding:5px;
	font-size:0.7em;
	line-height: 1.33em;
	color:#BCBCBC;
	background: #181818;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#miniblog p{
	clear:both;
	position: relative;
	font-size: 0.98em;
	vertical-align: super;
}
#miniblog a {
	color: #A2A2A2;
	text-decoration: underline;
}
#miniblog a:hover {
	color:#84BB0B;
	text-decoration: none;
}
#miniblog a.mini_next {
	float:right;
	display: block;
	clear:both;
	position: relative;
	right:-4px;
	font-size: 0.9em;
	padding: 5px;
	background: #181818;
	
	
}
#box div.logo {
	width: 300px;
	height: 68px;
	background: url(logo.png) no-repeat;
	margin-bottom:20px;
}

#box div#szukajka {
	width:100%;
	padding:5px;
	color:#BCBCBC;
	background: #181818;
	float:left;
	clear:both;
	margin-top: 10px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#szukajka input[type="text"] {
	background: #121211;
	border:1px solid #000;
	width: 90%;
	font-size: 1em;
	color: #BB0B47;
	margin:5px;
}
#szukajka input[type="submit"]{
	background: #55071B;
	border:0;
	color:#fff;
	padding:5px;
	margin:2px;
	float:right;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);

}
#box div#menu {
	width: 100%;
	clear:both;
	float:left;
	position: relative;
}
#menu ul {
	float:left;
	list-style: square;
	color: #3B3B3B;
	margin:0;
	padding:0;
	font-size: 0.80em;
	line-height: 1.44em;
}
#menu ul h4 {
	font-size: 1.22em;
	color: #C9C9C9;
}
#menu ul li {
	border-bottom: 1px solid #3B3B3B;
}
#menu ul li a{
	color: #898989;
	text-decoration: none;
}
#menu ul li a:hover {
	color:#84BB0B;
}
#menu ul.main {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0 15px 15px;
}
#menu ul.main li:hover {
	background: #262626;
}
#menu ul.archiwum,
#menu ul.kategorie {
	width: 120px;
	float:left;
	margin-left: 15px; 
	padding:5px;
}
