body
{
	background-color: black;
	color: white;
	white-space: normal;
}
article, aside, footer, header, nav, section {
	display: block;
}
#page
{	
	background-color: black;
	color: white;	
	width: 700px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
 	-khtml-border-radius: 5px;    /* Konqueror */
 	-moz-border-radius: 5px; /* Firefox */
  	border-radius: 5px;
	border-width: 10px;
	border-color: lightblue;
	border-style: ridge;
	z-index: 1;
}
.submenu {
	height: 17px;
	background-color: white;
	margin-top: 33px;
	color: black;
	width: 100%;
	display: table;
	border-spacing: 0px;
	border-top-width: 2px;
	border-top-color: white;
	border-top-style: solid;
}
.submenu div{
	display: table-cell;
	font-size: 12px;
	text-align: center;
}
#banner
{	
	width: 100%;
	height: 200px;
	position: relative;
}
#news
{
	background-color: #f0f0f0;
	-webkit-border-radius: 5px; /* Safari, Chrome */
 	-khtml-border-radius: 5px;    /* Konqueror */
 	-moz-border-radius: 5px; /* Firefox */
  	border-radius: 5px;
}
a {
	color: darkblue;
}
#strip1
{
	background-color: white;
	height: 10px;
	width: 100%;
	top: 210px;
	left: 0px;
	position: absolute;
	z-index: 0;
}
#strip2
{
	background-color: white;
	height: 10px;
	width: 100%;
	top: 251px;
	left: 0px;
	position: absolute;
	z-index: 0;
}
#left
{
	width: 220px;
	position: absolute;
	left: 0px;
	top: 255px;
}
#content
{	
	background-color: lightgreen;	
	color: black;
	width: 674px;
	border-color: black;
	border-width: 3px;
	border-style: ridge;
	padding: 10px;
}
#content h1 {
font: italic 28px georgia, serif;
margin: 5px 0;
letter-spacing: 1px;blockquote {
border: 2px inset rgb(16, 28, 56);
margin: 13px 0;
padding: 10px;
background: rgb(15, 75, 30);
/*width: 82%;*/
}
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a {
text-decoration: none;
}

#content h2 {
padding: 0 0 0 17px;
margin: 7px 0;
font-size: 24px;
}

#content h3 {
font-size: 20px;
padding: 0;
margin: 13px 0;
}

#content h4 {
font-size: 16px;
padding: 0;
margin: 13px 0;
}

code{
font-family: monospace;
font-size: 15px;
background-color: #80dd80;
border-bottom-style:dotted;
border-top-style:dotted;
border-bottom-width: 2px;
border-top-width: 2px;
border-bottom-color: gray;
border-top-color: gray;
}

pre code {
font-size: 12px;
color: rgb(82, 205, 205);
background: rgb(20, 50, 50);
border: none;
}

pre{
color: rgb(82, 205, 205);
margin: 13px 0;
padding: 10px;
background: rgb(20, 50, 50);
border: 2px ridge rgb(16, 28, 56);
white-space: pre-wrap; /*dopuszcza, w niektórych sytuacjach łamanie białych znaków*/
}

.previous_page{
	float: left;
}
.next_page{
	float: right;
}
.tags {
	font-size: 70%;
}

blockquote {
border: 2px inset rgb(16, 28, 56);
margin: 13px 0;
padding: 10px;
background: rgb(15, 75, 30);
/*width: 82%;*/
}

time {
font-size: 13px;
font-weight: bold;
text-align: left;
color: grey;
}


footer
{
	position: absolute;
	bottom: -50px;
	color: white;
}
#panel
{
	background-color: #f0f0f0;
	-webkit-border-radius: 5px; /* Safari, Chrome */
 	-khtml-border-radius: 5px;    /* Konqueror */
 	-moz-border-radius: 5px; /* Firefox */
  	border-radius: 5px;
	color: black;
}
#menu
{
	position: absolute;
	left: 0px;
	top: 200px;
	height: 35px;
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	display: table;
}
#menu a
{
	text-decoration: none;
	color: currentColor;
}
.submenu a
{
	text-decoration: none;
	color: currentColor;
}
.submenu hr
{
	width : 80px;
}
#commentform {
margin: 1px 0;
padding: 13px;
border: 1px solid #300000;
background: #888888;
color: black;
-webkit-border-radius: 5px; /* Safari, Chrome */
 	-khtml-border-radius: 5px;    /* Konqueror */
 	-moz-border-radius: 5px; /* Firefox */
  	border-radius: 5px;
}

#commentform input, textarea {
background: #eee;
}

#commentform table {
text-align: left;
}

#commentform .zadis-button {
font-size: 13px;
font-weight: bold;
border: 1px solid #300000;
background: black;
color: #ffc;
padding: 1px 2px;
}

.post {
	padding-bottom: 20px;
}
.post h1 {
	margin-bottom: 0px;
}
.s_post_image {
	position: relative;
	float: right;
}

#comments {
	padding-bottom: 5px;
	margin-top: 20px;
	background-color: white;
	color: black;
	-webkit-border-radius: 5px; /* Safari, Chrome */
 	-khtml-border-radius: 5px;    /* Konqueror */
 	-moz-border-radius: 5px; /* Firefox */
  	border-radius: 5px;
}

#right_menu {
	position: absolute;
	top: 228px;
	right: 50%;
	margin-right: -535px;
	width: 160px;
}
#right_menu header {
	border-width: 3px;
	border-color: grey;
	border-style: ridge;
	padding-right: 5px;
	padding-left: 5px;
	height: 26px;
	text-align: center;
	font-size: 20px;
	background-color: lightblue;
	margin: 5px;
	color: black;
}
#right_menu header h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
}
#AdTaily_Widget_Container {
	text-align: left !important;
	background-color: lightgreen !important;
	border-width: 3px !important;
	border-color: grey !important;
	border-style: ridge !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	margin-bottom: 5px !important;
}

#left_menu {
	position: absolute;
	top: 228px;
	margin-left: -500px;
	left: 50%;
	width: 140px;
}
#left_menu header {
	border-width: 3px;
	border-color: grey;
	border-style: ridge;
	padding-right: 5px;
	padding-left: 5px;
	height: 26px;
	text-align: center;
	font-size: 20px;
	background-color: lightblue;
	margin: 5px;
	color: black;
}
#left_menu header h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
}
#left_menu nav {
	text-align: left;
	background-color: lightgreen;
	border-width: 3px;
	border-color: grey;
	border-style: ridge;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#left_menu nav a {
	color: black;
}
#left_menu nav h3 {
	margin: 0px;
	padding: 0px;
}
#left_menu nav h4 {
	display: inline;
}

