@CHARSET "UTF-8";

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	text-align: center;
	color: #40ffc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div {
	margin: 0px;
	padding: 0px;
}

/*p {
	padding: 0px;
	margin: 0px;
}*/

p {
  margin: 0.4em 0 0;
}

.clear {
	clear: both;
}  /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
	/*/*/
.clear {
	display: none;
}  /* */
	/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap {
	width: 1015px;
	text-align: left;
	margin: 0 auto;
}

.box-header {
	background-image: url("../images/clear_logo.jpg");
	background-position: -3px 0px;
	width: 1015px;
	height: 161px;
}

.box-footer {
	padding: 1.5em;
	clear: both;
	border: none;
	text-align: center;
	font-size: 14px;
	color: #c0ffea;
	font-family: Trebuchet MS;
	text-align: center;
	font-weight: bold;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float {
	float: left;
	width: 815px;
}

.column-one {
	float: right;
	width: 615px;
}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
	/*/*/
.column-two {
	margin-right: 615px;
}

.column-three {
	margin-left: 815px;
}

/* */
.column-one-content,.column-two-content,.column-three-content {
	/*padding: 6px;*/
	border: none;
}

/*.column-one-content { background: #ff6666; }
.column-two-content { background: #66ff66; }
.column-three-content { background: #6666ff; }*/
	/* VERTICAL PADDING ABOVE COLUMNS */
.box-header {
	margin-bottom: 0px;
}

.column_padding_after {
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */
	/*/*/
.box-wrap,.columns-float,.column-one,.column-two,.column-three,h2,h3 {
	position: relative;
}

/* */
.box-header h1,.box-header h2,div.column-two-content h2 {
	display: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffff80;
}

a:visited {
	color: #eeee70;
}

a:hover {
	color: #ff9560;
}

div.article_date h2 {
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 1em;
	padding-left: 1em;
	background-image: url("../images/halfdark.jpg");
	color: #40ffc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

div.article_title h3 {
	background-image: url("../images/lisciowalinia.jpg");
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div.notices h3 {
	background-image: url("../images/halfdark.jpg");
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #20ffb5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div.menu h3,div.offmenu h3 {
	font-size: 14px;
	color: #c0ffea;
	font-family: Trebuchet MS;
	background-color: #008055;
	font-weight: bold;
}

div.notices ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 6px;
	padding-bottom: 8px;
}

div.menu ul,div.offmenu ul {
	line-height: 1.2em;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 6px;
	padding-bottom: 8px;
}

div.offmenu ul {
	background-image: url("../images/patt-owce.jpg");
	text-align: center;
}

.column-two-content h3,.column-three-content h3 {
	text-align: center;
	margin: 0px;
}

div.article_body {
	margin: 8px 12px;
}

div.article_author {
	color: white;
}

div.article_comments {
	text-align: right;
}

div.article_comments a {
	color: white;
}

div#guestbook {
	text-align: center;
	background-image: url("../images/wpisy.jpg");
	height: 117px;
	padding-top: 16px;
	margin-bottom: 10px;
}

div#stats {
	text-align: center;
	margin: 20px 10px;
	color: #20ffb5;
	font-family: Arial, Helvetica, sans-serif;
}

div.panel {
	background-image: url("../images/leaf3.jpg");
	margin-bottom: 10px;
	text-align: center;
	color: #e0ffea;
}

div.panel input[type='text'] {
	width: 81px;
}

div.panel form {
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
}

div.panel h3,div#calendar h3 {
	font-size: 14px;
	color: #20ffb5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #008055;
}

div#calendar {
	text-align: center;
	background-image: url("../images/09hippievan_in_morning_forest2.jpg");
	color: #e0ffea;
	margin: 10px 0px;
}

div#calendar a {
	font-weight: bold;
}

div#calendar table {
	margin: 5px auto;
	width: 190px;
}

div.panel ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}

div#arts h3 {
	font-size: 14px;
	color: #20ffb5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div#arts p {
	font-size: 10px;
	color: #008080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

div#arts ul {
	list-style: none;
	padding: 10px 0px 40px 0px;
	margin: 0px;
	text-align: center;
}

div#arts h4 {
	position: absolute;
	width: 200px;
	margin-top: 70px;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div#arts h4 a {
	color: #e0ffea;
	text-decoration: underline;
}

div#arts li {
	display: inline;
}

div#arts img,div#images img {
	border: none;
}

div#header {
	text-align: center;
	margin-bottom: 10px;
}

div#header h2 {
	font-size: 14px;
	color: #e0ffea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
}

div#header p {
	font-size: 14px;
	font-style: normal;
	color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.article {
	margin-bottom: 20px;
}

div.comments {
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

div.comment {
	margin-top: 30px;
}

div#images {
	font-size: 0px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.navigate {
	font-weight: bold;
	height: 2em;
}

span.last_page {
	display: block;
	text-align: right;
	float: right;
}

span.next_page {
	display: block;
	text-align: left;
	float: left;
}

div.comment_content:first-line {
	color: #ffff80;
}

td.submit_row {
	text-align: center;
}

div.login_button {
	text-align: center;	
}

div.login_message {
	text-align: center;
	color: red;
}

div.error_message, div.article_removed {
	text-align: center;
	color: red;
	margin: 10px;
}

div.message {
	margin: 10px;
	text-align: center;
	color: green;
}

div.add_comment_button {
	display: inline;
	margin-right: 10px;
}

div.add_comment_button a {
	/*border-color: red;
	border-style: solid;
	border-width: 1px;*/
	padding: 1px 3px;
	background:#E4E4E4 none repeat scroll 0 0;
	border-color:#D8D8D8 #ADADAD #ADADAD #CECECE;
	border-style:solid;
	border-width:1px;
	color:#444444;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

div.comment_form {
	/*border-color: green;
	border-style: solid;
	border-width: 2px;*/
	margin-left: 12px;
	margin-right: 12px;
	padding: 5px;
}

textarea.comment_content_field {
	width: 575px;
}

div.comment_form label {
	font-size:14px;
	font-weight:bold;
	color:#C0FFEA;
	font-family:Trebuchet MS;
	text-align:center;
}

div.comment_form_row {
	margin-bottom: 10px;
}

div.comment_submit_button input, div.comment_cancel_button input {
	margin-top: 15px;
	background:#FFD427 none repeat scroll 0 0;
	border-color:#D8D8D8 #ADADAD #ADADAD #CECECE;
	border-style:solid;
	border-width:1px;
	color:#444444;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:18px;
	text-decoration:none;
	width: 100px;
}

div.comment_submit_button input {
	float: right;
}

div.comment_cancel_button input {
	float: left;
	background-color:#E4E4E4;
}

.errors {
	color: red;
	font-weight: bold;
}

div.buttons {
	text-align: right;
}

div.author_title h3 {
	background-image: url("../images/lisciowalinia.jpg");
	background-color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	margin: 0px;
	text-align: center;
	color: #ffff80;
}

div.author_content, div.authors_list_content {
	margin: 12px;
}

div.author_content p {
	margin: 1em 0px;
}

div.author_image {
	float: left;
}

div.authors_list {
	clear: left;
}

div.authors_list_content ul	{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.authors_list {
	margin-top: 50px;
}

div.authors_list_title h3 {
	border-top: 1px dotted white; 
	border-bottom: 1px dotted white;
	margin: 0px 12px;
	padding: 6px 0px; 
}

div.return_link {
	font-weight:bold;
	text-align:center;
}

div.article_stats {
	text-align: right;
	font-size: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.article_moderated {
	color: red;
}

div.article_modified_count {
	color: gray;
}

/*



.login {
	color: black;
}
form.login dt {
	clear:both;
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

form.login dd {
	display:inline;
	float:right;
	margin:0;
	padding:0;
}*/

