/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* General prosilver Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #7a7a7a;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 12px;
	margin: 0;
	padding: 12px 0;
	text-align: justify;
}

h1,h2 {
	display: block;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #7a7a7a;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
}

small{
	float: right;
	color: #555555;
	font-size: 0.8em;
	display: inline;
}

.tech{
	color: #6e6e6e;
	font-size: 0.8em;
	text-align: center;
}

.wciecie{
	padding-left: 15px;
	font-size: 0.9em;
}

#logos{
	width: 900px;
	height: 188px;
}

img {
	border-width: 1;
	border-color: #000;
	margin: 5px;

}

ul, li{
	margin-left: 15px;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #7a7a7a;
	border-top: 1px solid #313131;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}


/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 20px;
	min-width: 650px;
	width: 900px;
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

a#logo:hover {
	text-decoration: none;
}




/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #7a7a7a;
	margin-bottom: 4px;
	padding: 0 5px;
}

.navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}

.navbar1 {
	background-color: #22262a;
	height: 24px;
}

.forabg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.forumbg {
	background: #ebebeb none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}

.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.post:target .content {
	color: #c2c2c2;
}

.post:target h3 a {
	color: #c2c2c2;
}

.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}
span.corners-bottom2 {
	background-image: none;
	background-position: 0 100%;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 0px solid #7a7a7a;
	font-weight: bold;
}

.copyright {
	padding: 5px;
	text-align: center;
	color: #555555;
	font-size: 0.9em;
}

	.main { width: 900px; background: #181c1f; vertical-align: top; margin: 0 auto 0 auto; }
	.west { width: 620px; background: #181c1f; vertical-align: top; margin: 0; }
	.east { width: 280px; background: #181C1F; vertical-align: top; margin: 0; }

.tabhead { width: 242px; height: 19px; background: #21252A url(../img/h4.gif); margin: 14px 14px 0px 14px;
		border: #2D3337; border-style: solid; border-width: 1px 0px 1px 0px; padding: 4px 0px 0px 8px; font-weight: bold;}

.wylistowanie { min-width: 580px; min-height: 19px; background: #21252A url(../img/h4.gif); background-repeat:repeat-x; margin: 5px 5px 0px 5px;
		border: #2D3337; border-style: solid; border-width: 1px 0px 0px 0px; padding: 4px 5px 0px 8px; }


.tabcell { width: 234px; background-color: #202328; line-height: 19px;  
		padding: 5px 8px 8px 8px; margin: 0px 14px 0px 14px; }


/* proSilver Link Styles
---------------------------------------- */

a:link	{ color: #898989; text-decoration: none; }
a:visited	{ color: #898989; text-decoration: none; }
a:hover	{ color: #d3d3d3; text-decoration: underline; }
a:active	{ color: #d2d2d2; text-decoration: none; }



/* Icon images
---------------------------------------- */
.icon-pages{
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}



.navbar {
	background-color: #22262a;
}

.forabg {
	background-color: #22262a;
	background-image: url("../img/bg_list.gif");
}

.forumbg {
	background-color: #242424;
	background-image: url("../img/bg_header.gif");
}

span.corners-top {
	background-image: url("../img/corners_left.png");
}

span.corners-top span {
	background-image: url("../img/corners_right.png");
}

span.corners-bottom {
	background-image: url("../img/corners_left.png");
}

span.corners-bottom span {
	background-image: url("../img/corners_right.png");
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #c9c9c9; }
a:visited	{ color: #c9c9c9; }
a:hover	{ color: #c3c3c3; }
a:active	{ color: #a8a8a8; }

/* Icon images
---------------------------------------- */
.icon-pages						{ background-image: url("../img/icon_pages.gif"); }
