* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	background: url('p2.gif') #282828;
	padding: 20px 0;
}

img {
	border: none;
}

#container {
	margin: 0 auto;
	width: 960px;
	max-width: 960px;
	min-width: 960px;
	border: 7px solid #FFFFFF;
	background: #FFFFFF;
	position: relative;
}

#header {
	width: 100%;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
	background: url('head2.jpg') no-repeat;
	position: relative;
}

#header_nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3em;
	background: url('p4.jpg');
	z-index: 1;
}

#header_nav ul {
	margin: 0 2em;
	position: relative;
	height: 3em;
	padding: 1em 0;
}

#header_nav ul li {
	display: inline;
	position: relative;
	color: #FFFFFF;
	font-size: 1em;
	margin-left: 0.5em;
}

#header_nav a, #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#header_nav a:hover, #footer a:hover {
	color: #BFBFFF;
	text-decoration: none;
}

#header_search {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	height: 3em;
	text-align: right;
}

#header_search form {
	height: 1em;
	padding: 0.8em 0;
}

#header_search input.text {
	font-family: "georgia","times new roman",serif;
	font-size: 0.8em;
	border: none;
	vertical-align: middle;
	padding: 0.25em;
}


#header_search input.submit {
	font-family: "georgia","times new roman",serif;
	font-size: 0.8em;
	color: #FFFFFF;	
	background: #000000;
	vertical-align: middle;
	border: none;
	padding: 0.20em
}

#main {
	width: 100%;
	background: #FFFFFF;
	margin: 1em 0 2em;
}

#content {
	float: left;
	width: 660px;
	max-width: 660px;
	min-width: 660px;
	padding: 0 0 2em;
}

#main_nav {
	float: left;
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	height: 100%;
	margin-bottom: 2em;
}

#main_nav img {
	border: none;
	float: right;
	padding-right: 2em;
}

#main_nav h3 {
	color: #7DA721; 
	font-size: 1.2em;
	padding-top: 1em;
	padding-left: 0;
	margin-right: 2em;
	clear: both;
	border-bottom: 0.1em solid;
	border-color: #787878;
}

#main_nav ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 2em;
	padding-top: 0.5em;
}

#main_nav ul li {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #7DA721;
}

#main_nav a {
	color: #464646;
	text-decoration: none;
}

#main_nav a:hover {
	color: #787878;
	text-decoration: underline;
}

.entry {
	margin: 1em 2em 1em;
	padding: 0;
}

.entry h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.2em;
	margin-bottom: 0em;
	color: #7DA721;
}

.entry h2 a {
	text-decoration: none;
	color: #7DA721;
}

.entry .entry_data, .entry .entry_date {
	color: #787878;
	font-size: 0.8em;
	position: relative;
	width: 100%;
}

.entry_data iframe {
	vertical-align: middle;
}

.entry .entry_date {
	background: transparent url('time.png') no-repeat scroll 0 0;
	padding-left: 20px;
}
.entry a {
	color: #73971D;
	text-decoration: underline;
}

.entry a:hover {
	color: #7DA721;
	text-decoration: none;
}

.entry p {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1em;
	text-align: justify;
	clear: both;
	line-height: 1.4em;
	margin: 0em 0em 1em;
}

.entry ul {
	padding: 0 1em 1em;
}

.entry ul li {
	line-height: 1.4em;
	font-size: 1em;
	text-align: justify;
}

.entry blockquote {
	font-style: italic;
	border-top: 1px solid #7DA721;
	border-bottom: 1px solid #7DA721;
	background: #F5FFD0 url('comma1.png') no-repeat;
	padding-left: 60px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.entry code {
	color: #2C2C2C;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	background-color: #DCDCCD;
	border-top: 1px solid #2C2C2C;
	border-bottom: 1px solid #2C2C2C;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 1em;
	width: 100%;
}

.entry pre {
	color: #2C2C2C;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.7em;
	background-color: #DCDCCD;
	border-top: 1px solid #2C2C2C;
	border-bottom: 1px solid #2C2C2C;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 1em;
	width: 100%;
	overflow: auto;
}

.cat0 { font-size: 0.9em }
.cat1 { font-size: 1.0em }
.cat2 { font-size: 1.1em }
.cat3 { font-size: 1.15em }
.cat4 { font-size: 1.2em }
.cat5 { font-size: 1.3em }

#header_search form {
	margin: 0 2em 0;
}


#footer {
	width: 100%;
	height: 2.8em;
	min-height: 2.8em;
	max-height: 2.8em;
	background: url('p4.jpg') #7DA721;
	clear: both;
}

#footer p {
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	padding-top: 0.8em;
}

#footer .mini {
	color: #FFFFFF;
	font-size: 0.6em;
	text-align: center;
	padding-top: 0.1em;
}

.cntr {
	margin: 0 auto 0;
	display: block;
}

.rgh {
	text-align: right !important;
}

.comment1 {
	border-top: 1px solid #7DA721;
	border-bottom: 1px solid #7DA721;
	min-height: 60px;
	margin-bottom: 0.3em;
	background: #FAFFE4;
	position: relative;
}

.comment2 {
	border-top: 1px solid #7DA721;
	border-bottom: 1px solid #7DA721;
	min-height: 60px;
	margin-bottom: 0.3em;
	background: #F5FFD0;
	position: relative;
}

.owner {
	background: #FFF7D7;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

#comments {
	margin: 1em 2em 1em;
	padding: 0;
	font-size: 0.95em;
	text-align: justify;
	line-height: 1.4em;
}

#comments h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.1em;
	color: #7DA721;
}

#comments ul {
	list-style-type: none;
	list-style-position: outside;
}


.jogger a, .trackback a, .guest a {
	color: #73971D;
	text-decoration: underline;
}

.jogger a:hover, .trackback a:hover, .guest a:hover {
	color: #7DA721;
	text-decoration: none;
}

.commed {
	background: #EFFFB2;
	border: 1px solid #7DA721;
	padding: 2em;
}

.commed input, .commed textarea {
	background: #FFFFFF;
	border: 1px solid #7DA721;
}

.comm_num {
	position: absolute;
	right: 0.183em;
	top: 0.217em;
	font-size: 4em;
	font-weight: bold;
	z-index: 3;
	text-align: right;
	height: 4.6em;
}

.comm_num2 {
	position: absolute;
	right: 0.20em;
	top: 0.20em;
	font-size: 4em;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 4;
	text-align: right;
	height: 4.6em;
}

.jogger .comm_num, .trackback .comm_num, .guest .comm_num {
	color: #7DA721;
}

.owner .comm_num {
	color: #FF9900;
}

.comm_content {
	z-index: 5;
	position: relative;
	color: #2E341F;
}

.comm_data {
	font-size: 0.8em;
	color: #787878;
	font-weight: bold;
}

.comm_data img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.owner a, .owner .comm_data a {
	color: #DC7500;
	text-decoration: underline;
}

.owner a:hover, .owner .comm_data a:hover {
	color: #DC7500;
	text-decoration: none;
}

.track_url {
	background: transparent url('track.png') no-repeat scroll 0 0;
}

.rss_url {
	background: transparent url('feed.png') no-repeat scroll 0 0;
}

.comm_url {
	background: transparent url('comm.png') no-repeat scroll 0 0;
}

.cat_url {
	background: transparent url('tag2.png') no-repeat scroll 0 0;
}

.tag_url {
	background: transparent url('tag.png') no-repeat scroll 0 0;
}

.tag_url img {
	width: 1px;
	height: 1px;
}

.wyk_url {
	background: transparent url('http://s1.imgwykop.pl/img/tools/wykop_small.gif') no-repeat scroll 0 0;
}

.track_url, .track_url, .rss_url, .comm_url, .cat_url, .wyk_url, .tag_url {
	padding:1px 3px 3px 20px;
}

.monkey {
	vertical-align: middle;
}
