/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se
Modified by: Artanis & Poe

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background-color:white;
	background-image: url(background-color.png), url(background-bottom-color.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position:left top, right bottom;
	font: normal 100% "Trebuchet MS", sans-serif;
	margin: 0;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li
	{
	margin-left:15px;
	padding: 1px;
	}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}


	
div.error {
	border: 3px solid #444;
	color: #ffffff;
	font: normal sans-serif 50%;
	height:auto;
	width: 65%;
	margin: 5px;
	margin-top: 10px;
	text-align:justify;
	}


img
	{
	border:0px;
	}

ul {margin-left: 2px;}
h1 {
	font: bold sans-serif 95%;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	width: 50%;
	border-left: 5px solid #A00000;
	margin: 5px;

}
h2 { 
	font: bold Verdana,sans-serif 80%;
	width: 50%;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 2px;
	border-left: 5px solid #A00000;
	margin: 0px;
}
h3 {
	font: bold Verdana,sans-serif 75%;
	width: 50%;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 2px solid #FFC400;
	}

/* misc */
.clearer {clear: both;}
.stripes {
	display:none;
}

/* header */
.header {
	background: none;
	border: none;
	border-left: 5px solid #A00000;
	margin-left: 0px;
	margin-right: 2px;
	padding-left:1px;
	padding-right:2px;
	font: normal 100% sans-serif;
	width: 99%;
	display:block;
	text-align: justify;
}
.header a {
	text-decoration: none;
	width: 100%;
}

.header a:hover {
	background: none ;
}

/*div.headbox
	{ 
/* 	border: 1px dotted #000000; */
/*	margin-right: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 98%;
	}*/


/* structure */
.container {
	padding-top:2px;
	background: none;
	border: 0px dotted #444;
	width: 1005px;
	height: auto;
	position:static;
	display:block;

}

.main {
	position:relative;
	background: white;
	border: 1px dotted #2A2A2A;
	margin-top: 10px;
	margin-bottom: 40px;
	display:table;
	height: 100%;
	width: auto;
	text-align: right;
}
.left {
	top:20px;
	display:table-row;
	background: white;
	font-size:small;
	margin-left: 2px;
	width: /*143px*/15%;
	height:100%;
	overflow:auto; 
	padding: 1px;
	padding-bottom: 3px;
	padding-top: 10px;
	float:left;
	clear: right;
	text-align:center;
	
}
.left img
	{
	padding: 3px;
	padding-bottom: 5px;
	border: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	}

.right {
	top: 20px;
	display:block;
	background: white;
	margin-left: 16%;
	margin-right: 1px;
	border-left: solid 2px #666666;
	width: /*871px*/ 83%; 
	height: inherit;
	font-size: 87%;
	padding: 2px;
	padding-top: 2px;
	padding-right:0px;
	padding-left: 6px;
	text-align: justify;
	clear:right;
}

.right img
	{
	margin: 2px;
	padding: 1px;
	}

.right center img
	{
	width: auto;
	height: auto;
	padding: 15px;
	padding-bottom: 25px;
	border: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	}
.right a
	{
	text-decoration:none;
	color: #A00000;
	}
.right a:hover
	{
	background: #666666;
	}

.content {
	background: white;
	border: none;
	border-left: 2px solid;
	margin: 5px;
	padding: 2px;
	position: relative;
	
}

.content a {
	color: #000000;
	text-decoration: none;
}
.content a:hover {
	background: #717171;	
	color: #CCC;
	}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav 
	{
	display:inline;
	border: none;	
	width:100%;	
	}
.nav img
	{
	display:inline;
	padding:1px;
	padding-top:0px;
	}
.nav a {
	background: #A00000;
	font: normal 90% Verdana,sans-serif;
	line-height: 0px;
	padding: 10px;
	padding-top:0px;
	margin: 0px;
	text-align:left;
	display:inline;
}
.nav a[title~='Główna']:hover 
	{
	background: #FFC400;
	}
.nav a[title~='Linki']:hover 
	{
	background: #0023BF;
	}
.nav a[title~='Biografia']:hover
	{
	background: #30A000;
	}
.nav a[title~='Mapa']:hover
	{
	background: #00CDB5;
	}
.nav a[title~='Zaloguj']:hover
	{
	background: #B946BD;
	}
.nav a[title~='Administracja']:hover
	{
	background:#FF8383;
	}
.nav a[title~='Twój']:hover
	{
	background:#B8FF55;
	}
/* foot */
div.footbox
	{
	border: 0px dotted #000000;
	display: block;
	color: #000000;
	font-size: 70%;
	height: auto;
	width: 100%;
	margin: 5px;
	}
div.footbox a
	{
	color: #A00000;
	font-size:65%;
	}
.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

fieldset
	{
	border: dashed 0px white;
	width: 90%;
	height: 100px;
	margin: 5px;
	text-align:justify;
	}

