@CHARSET "UTF-8";
/*
Styl ten nie jest szablonem, nie moźna go wykorzystywać do wlasnych celów.

FF, OPERA, IE (style-ie.css)

@author Adam Woźniak (adam85.w@gmail.com)
@copyright 2006-2007 Adam Woźniak
*/

* {
	margin: 0;
}
body, html { height: 100%; }

body {
	margin: 0 auto;
	padding: 0;
	font-size: 0.76em; 
	font-family: "sans-serif" Tahoma, Verdana;
	background: #024800 url("img/bg.gif") top center repeat-y;
}
img {
	border: 0px;
}
fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;	
}
textarea,
input {
	font-size: 1em;
	font-family: "sans-serif" Tahoma, Verdana;
}
pre,
code {
	margin-top: 2.5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2.5px;
	font-size: 13px;
	color: #505050;
}
p {
	margin: 0px;
	padding: 0px;
}
a,
a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 {
	font-size: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
}
ul {
	list-style-type: circle;
	margin-left: 10px;
	padding-left: 5px;
}
div#wrapper {
	width: 720px;
	background: #ffffff;
	color: #000000;
	/* Dla stopki na dole */
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
  /* ... */
}
div#top {
	width: 720px;
	height: 60px;
	background: #FF0000 url("img/logo.png") left no-repeat;
	color: #000000;
	text-align: right;
}
div#navbar {
	width: 710px;
	height: 25px;
	padding-right: 5px; padding-left: 5px;
	background-color: #000000;
	line-height: 25px;
	color: #FFFFFF;
}
div#navbar a,
div#navbar a:link,
div#navbar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div#navbar a:hover, 
div#navbar a#active {
	color: #FFFFFF;
	text-decoration: none;
}
div#menu {
	width: 160px;
	float: left;
}
div#menu ul {
	width: 160px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
div#menu ul li {
	width: 160px;
	height: 35px;
	list-style: none;
	line-height: 35px;
}
div#menu ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 45px;
}
div#menu ul li a:link,
div#menu ul li a:visited {
	border-bottom: 1px #000000 solid;
	background: url("img/manta.gif") left no-repeat;
}
div#menu ul li a:hover,
div#menu ul li a#active {
	border-bottom: 1px #FF0000 solid;
	background: url("img/manta1.gif") left no-repeat;
}
div#img {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 0;
	margin-bottom: 10px;	
}
div#page {
	width: 520px;
	float: right;
	padding: 5px;
	margin-bottom: 25px;
	line-height: 20px;
}
div#page p#activeMembers {
	background-color: #f6f6f6;
	color: #024800;
	border: 2px solid #e6e6e6;
	text-align: center;
	font-size: 0.90em;
}
div#footer {
	clear: both;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
div#footer, div#push {
	height: 25px;
}
div#footer a,
div#footer a:link,
div#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer a:hover, 
div#footer a#active {
	color: #FFFFFF;
	text-decoration: none;
}
/** Zawartość kontentu dla listy newsów */
p#pager {
	text-align: center;	
}
p#pager a {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	background-color: #f9f9f9;
	border: 1px dotted #000000;	
}
p#pager a:hover {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	background-color: #f1f1f1;
	border: 1px solid #000000;	
	 	
}
/**
h2.title {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
*/
div.news {
	margin-bottom: 12px;
	margin-top: 8px;
}
p.text {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
p.date,
p.author {
	display: inline;
	font-size: 0.85em;
	color: #464646;
}
p.author a {
	color: #464646;
}
p.back {
	text-align: center;
}
p.back:before {
	content: '<< ';
	color: #646464;
}
span.readMore:after {
	content: ' >>';
	color: #646464;
}
span.readMore a {
	text-decoration: underline;
}
span.readMore a:hover {
	text-decoration: none;
}
/** Czyszczenie wartosc domyslnych tabel */
table,
thead,
tbody,
td,
tr,
th {
	border: 0px;
	padding: 0px;
	maring: 0px;
	font-size: 1em;
}
th,
caption {
	font-weight: normal;
	text-align: left;	
}
/* Styl do tabeli czlonkow klanu */
table#members {
	border: 1px solid #888888;	
	border-collapse: collapse;
}
table#members caption {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 4px;
}
table#members thead th {
	background-color: #e2e2e2;	
}
table#members tbody td {
	background-color: #f2f2f2;	
	border-top: 1px solid #888888;
}
table#members th,
table#members td {
	padding: 2px;
}
table#members th.nick,
table#members td.nick {
	width: 130px;
}	
table#members th.function,
table#members td.function {
	width: 140px;	
}
table#members th.email,
table#members td.function {
	width: 140px;	
}
table#members th.gg,
table#members td.gg {
	width: 50px;	
}
table#members th.active,
table#members td.active {
	text-align: center;
	width: 60px;	
}
/** Style do tabeli HELP (POMOC) */
table#help {
	border: 1px solid #888888;	
	border-bottom: 0px;
	border-collapse: collapse;
}
table#help td,
table#help th {
	border-bottom: 1px solid #888888;	
	padding: 2px;
}
table#help th {
	font-weight: bold;
	background-color: #ffffff;	
}
table#help td.row1 {
	background-color: #f6f6f6;	
}
table#help td.row2 {
	background-color: #e2e2e2;	
}
/** Zrzuty ekranu */
img.screen {
	margin: 2px;
	padding: 3px;
	background-color: #e2e2e2;
	border: 1px solid #888888;	
}
