* {
	margin:		0;
	padding:	0;
	border:		0;
}

html, body {
	height:		100%;
	margin:		0;
	/*padding:	0;*/
	/*font:		12px/1.5 verdana, arial, helvetica, sans-serif;*/
	font:		12px/1.5 georgia, serif;
}

body {
	padding:	20px;
	background:	#beb8a8;
}

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

/* Specify pairs of quotes for two levels in two languages */
q:lang(en) { quotes: '"' '"' "'" "'" }
q:lang(pl) { quotes: '\201E' "\201D" }

/* Insert quotes before and after Q element content */
/*q:before { content: open-quote }
q:after  { content: close-quote }*/



#container {
	position:	absolute;
	width:		960px;
	top:		0;
	left:		50%;
	margin-left:-480px;
	color:		#403306;
	background:	#e9e1cd url(../obrazki/content-bg_2.jpg) repeat-y center;
}

/* header */
#header {
	position:	relative;
	top:		0;
	left:		0;
	width:		930px;
	height:		134px;
	margin:		0px 15px 0 15px;
	padding:	0px;
	background: url(../obrazki/header-bg_v9.jpg) no-repeat;
	text-align:	right;
	color:		#c83c3c;
	font-weight:	bold;
	background-color: #000;
}

#header span {
	padding:	5px;
	display:	block;
}

#header_a1 {
	position:	absolute;
	width:		930px;
	height:		134px;
	margin-left:50%;
	left:		-465px;
	top:		0px;

}
#header_flag_div {
	position:	absolute;
	display:	block;
	position:	absolute;
	right:		10px;
	bottom:		5px;
}

#header_a2:hover {
	background:	#333333;
}

/* sideBar */
#login_header, #registration_header, #menu_header, #forum_header, #chlog_header, #worldnews_header, #turnament_header, #newplayers_header{
	width:160px;
	height:32px;
	margin-top:10px;
	margin-bottom:5px;
	background-repeat:no-repeat;
}

#sideBar {
	width:		190px;
	margin:		0 0 50px 0;
	float: left;
}

#sideBarIn {
	padding:	0 0 0 30px;
}
#sideBar h2 {
	margin-top:	15px;
	margin-bottom:	5px;
	padding-left: 3px;
	text-align:	center;
	background:	url(../obrazki/h1Bg.png) #ded6c3;
}
#sideBar h2 a {
	color:		#403306;
}
#sideBar h2 a:hover {
	color:		#857c60;
}
#sideBar h3 {
	font-size: smaller;
	cursor:pointer;
	text-align:center;
}
#sideBar h4 {
	font-size: 12px;
	text-align:center;
	color:		#403306;
}
#sideBar a {
	color:		#403306; 
	text-decoration:none;
}
#sideBar a:hover {
	color:		#999999;
}
#sideBar p {
	text-align:	justify;
}
#sideBar ul {
	list-style-type:none;
	margin-left: 10px;
}


#login_div{
	display:	block;
	height:		165px;
	opacity:	1;
}

.a_headers{
	position:absolute;
	width:160px;
	height:32px;
}
#loginForm, #passwdForm {
	width:		150px;
	margin:		4px 0;
	padding:	2px 0 0 2px;
	background:	#fcf4df url("../obrazki/formBg.png");
	border:		1px solid #ded6c3;
}
#submitForm {
	width:		150px;
	margin:     0 0 0 2px;
	padding:	0 0 0 2px;
	border:		1px solid #ded6c3;
	color:		#403306;
	background:	#E6E5D9;
}
#submitForm:hover {
	color:		#666666;
}
#registration_div{
	display:	none;
	height:		165px;
	opacity:	0;
}
.log-reg_ins_div{
	font-size:	12px;
	height:		120px;
	
}
#menu_div{
	display:	none;
	opacity:	0;
}

#forum_div ul, #chlog_div ul, #best_turnament_div ul, #world_news_div ul, #newplayers_div ul {
	margin:		0 0 0 0;
	font-size: 12px;
	list-style-image: none;
	text-align: left;
	background-image:none;
	padding-left:0;
}

#menu_div ul li a, #forum_div ul li a, #chlog_div ul li a, #best_turnament_div ul li a, #world_news_div ul li a  {
	background: url(../obrazki/ulBtn2.png) no-repeat 0 50%;
	padding-left: 12px;
}





#banner_div {
	background-image: url(../obrazki/wand_ban.gif);
	height:		40px;
	width:		160px;
}
#banner_div a {
	position:	absolute;
	height:		40px;
	width:		160px;
}


#best_turnament_div {
	margin-top:10px;
}
#best_turnament_div .GrName{
	margin-top:14px;
}


#main {
	width:		530px;
	min-height:	600px;
	margin-top:       0px;
	margin-right:    10px;
	margin-bottom:    0px;
	margin-left:     10px;
	padding-top:      0px;
	padding-right:    0px;
	padding-bottom:  10px;
	padding-left:    10px;
	float: left;
}
#main p {

	text-align:	justify;
	margin-top:	5px;
	margin-bottom:	10px;
}
#main p:first-letter {
	font-weight:	bold;
}
#main h1 {
	font-style:	italic;
	margin:		10px;
	padding-left: 10px;
	font-size: 130%;
	border-bottom: 2px solid #403306;
}
#main h2 {
	font-size: 140%;
	background: #F3EBD8;
	padding-left: 2px;
	margin: 1em 0 0 0;
}
#main ul {
	margin:		5px 0 10px 40px;
	list-style-image:	url('../obrazki/ulBtn.png');
	text-align:	justify;
}
#main ol {
	margin:		5px 0 10px 40px;
	list-style-type:upper-roman;
	text-align:	justify;
}

#main il {
	margin:		5px 0 10px 40px;
	list-style-type:none;
        text-align:	justify;
}

#main a {
	color: black;
}
#main a:hover {
	color: #D82507;
}

.fl {
        float:left;
        width:230px;
        height:100px;
        padding:5px;
}

.mr {
        margin-top: 20px;
}

.prof {
        float:left;
        width:145px;
        padding:5px;
        margin: 5px;
}

.prof2 {
        float:left;
        width:500px;
}
/* footer */
#footer {
	height:		45px;
	margin:		0px 15px 0 15px;
	font-weight:	bold;
	border-top:	1px solid #8e5402;
	background:	#c4beae;
	border-bottom:	1px solid #c4beae;
	clear:		both;

}
.footer_wnd{
	width:495px;
	float:left;
	margin-top:10px;
	margin-left:5px;	
}
#footer address {
	float:		right;
	color:		#e3dbc9;
	margin-right: 10px;
	font-weight:	normal;
	font-size:	10px;
	font-family:	verdana, arial, helvetica, sans-serif;
}
#footer address:after {
	content:	" spam@wariat.org.pl";
}
#footer address:hover {
	color:		inherit;
	cursor:		help;
}


/* images */
.menuBtn {
	float:left;
	margin-left:5px;
	margin-top:15px;
	
	width:80px;
	height:15px;
}
/*
http://gtmcknight.com/buttons/
http://www.struzzo.tv/antipixels/antipixels.htm
*/
.WandererBtn {
	background-image:url("../obrazki/WandererBtn.png")
}
.WandererBtn:hover{
	background-image:url("../obrazki/WandererHoverBtn.png")
}

.firefoxBtn {
	background-image:url("../obrazki/firefox_apxl.png")
}
.firefoxBtn:hover{
	background-image:url("../obrazki/firefox_apxlHover.png")
}


.BrowseHappyBtn {
	background-image:url("../obrazki/BrowseHappy.png")
}
.BrowseHappyBtn:hover{
	background-image:url("../obrazki/BrowseHappyHover.png")
}

.GentooBtn {
	background-image:url("../obrazki/gentoo-badge.png")
}
.GentooBtn:hover{
	background-image:url("../obrazki/gentoo-badgeHover.png")
}

.ValidW3CBtn {
	background-image:url("../obrazki/Valid-W3C.png")
}
.ValidW3CBtn:hover{
	background-image:url("../obrazki/Valid-W3CHover.png")
}


/*   TWORZENIE KONTA   */
#create_acc				{float:left;margin-top:20px; margin-left:70px; width:400px;}
#create_acc input		{background: #fcf4df url(../obrazki/formBg.png);border:1px solid #ded6c3;margin:4px 0;padding:2px 0 0 2px; width:186px;}
#create_acc div			{display:inline-block; float:left;width:200px;}
#create_acc	.submit	{font-weight:bold; background-image:none; width:190px;}
#create_acc_Info		{float:left;margin:20px 50px 20px 50px; padding:5px 0 5px 0; width:430px; text-align:center;border:1px solid #CC0000;background:#ded6c3}


/*		STRONY W CHANGELOGU	*/
#ChangeLogPages 										{margin:10px 0 10px 0;text-align:center;font-size:1.2em;font-weight:bold}
#ChangeLogPages a, #ChangeLogPages .PageDots 	{margin:5px 3px 1px 1px;color:#000000;font-variant:small-caps;text-align:center;padding:0 7px 4px 7px}
#ChangeLogPages a 										{text-decoration:none}
#ChangeLogPages .Page			 						{background:#ded6c3;border:1px #999999 solid}
#ChangeLogPages .PageView							{background:#dfd7d4;border:1px #999999 solid;color:#CC6600}
#ChangeLogPages .Blank 								{margin:5px 3px 1px 1px;color:#999999;font-variant:small-caps;text-align:center;padding:0 7px 4px 7px}



