@CHARSET "UTF-8";


html, body {
	text-align: center;
	/*height: 100%;*/
	display: block;
	margin: 0px;
	padding: 0px;

}

.clear {
	clear: both;
	}

#over_page_container {
		width: 920px;
		margin: 0px auto;
		background-image: url("../images/backgrounds/body.png");
		background-repeat: no-repeat;
		background-repeat: repeat-y;
		background-position: center;
	}

#page_container {
	width: 900px;
	margin: 0px auto;
	/*position: relative;*/
	min-height:100%;
	min-width: 900px;
	max-width: 95%;
	border-width: 0px 1px;
	border-color: #999;
	border-style: solid;
	background-color: #FFF;
	position: relative;
	background-position: 500px 200px;
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	/*float: left;*/
	/*height: 120px;*/
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
	text-align: left;
}

#header_nav {

}

#main {
	width: 100%;
	/*float: left;*/
	text-align: left;
	/*background-color: #FFF;*/
	z-index: 20;

	/*overflow: hidden;
	position: relative;*/

	padding-bottom: 120px;
	float: left;
}

#footer {
	width: 900px;
	height: 20px;
	/*float: left;*/
	background-color: #333;
	/*position: absolute;*/
	/*bottom: 0px;*/
	/*bottom: 0px;
	right: 0px;*/
	clear: both;
	z-index: 1000;
	color: #FFF;
}

#over_footer {
	width: 900px;
	height: 30px;
	float: left;
	position: absolute;
	/*bottom: 0px;*/
	bottom: 30px;
	clear: both;
	background-color: #FFF;
	z-index: 1;
}

#footer p, #over_footer p {
	font-size: 0.65em;
	font-family: Verdana, Arial;
	padding: 0px;
	text-align: right;
}

#over_footer p {
	text-align: left;
	}

.main_info {
	color: #FFF;
	margin: 10px 8px 0px 0px;
}

#header_logo  {
}

#header_logo {
	width: 280px;
	margin-left: 10px;
	margin-top: 30px;
	background-repeat: no-repeat;
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial;
	/*color: #223399;
	font-size: 1.4em;*/
	color: #114411;
	font-size: 1.7em;
}

#header_logo2 {
	width: 500px;
	height: 40px;
	margin-left: 10px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	color: #777;
}

#header_logo p {
	margin: 0px;
}
.header_logo_type {
	font-size: 1.2em;
}
.header_description {
	font-family: Verdana, Arial;
	font-size: 0.65em;
	color: #3366FF;
}

#middle {
	/*float: left;*/
	}
.black {
	color: #000;
}
/* LEFT SIDEBAR */



#sidebar {
	float: left;
	width: 200px;
	border-right: 1px solid #DDD;
	margin: 10px 0px;
	height: 300px;
	z-index: 20;
}

#sidebar_footer {
	border-right: 1px solid #DDD;
	position: absolute;
	bottom: 30px;
	height: 30px;
	float: left;
	width: 200px;
	}


/* MAIN */
.main_header {
	font-size: 1.1em;
	font-family: Trebuchet MS, Arial;
	margin: 1px;
}



/***************** ORANGE *************/
@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	/*background: #FFFFFF url(/images/bodyline.gif) repeat-x;*/
	/*background: #FFFFFF url(/images/body.jpg) repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;

}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 0.9em;
}



/* Menu */

#header_nav {
	font-size: 0.7em;
	font-family: Verdana;
	letter-spacing: 0px;
	/*border-bottom: 1px solid #999;*/
	width: 100%;
	/*float: left;*/
	/*height: 30px;*/
	float: left;
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #DADADA;

}

#header_nav ul {
	list-style: none;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#header_nav ul a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 150px;
	font-weight: bold;

}

#header_nav ul a:hover {
	color: #000;
	color: #305616;
	text-decoration: none;
	background-color: #D2EEBF;
}

#header_nav ul li {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #DADADA;
	float: left;
	position: relative;
}

#header_nav ul li ul {
	list-style: none;
	position: absolute;
	left: -1px;
	top: 100%;
	display: none;
	border-top: 1px solid #FFF;
	z-index: 10000;
}

#header_nav ul li:hover ul { display: block; }

#header_nav ul li:hover ul li ul { display: none; }

#header_nav ul li ul li:hover ul {
	display: block;
	position: absolute;
	left: 140px;
	top: -1px;
	border-left: 1px solid #FFF;
}

.level_2_menu {
	z-index: 2000;
	border: 1px solid #CCC;
	background-color: #EAEAEA;
	-moz-opacity : 0.8;
	opacity : 0.8;
	filter : alpha(opacity=80);
}


/*
#header_nav ul {
	height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_nav li {
	float: right;
	height: 30px;
}

#header_nav a {
	float: left;
	height: 25px;
	margin: 0px;
	padding: 4px 8px;
	text-decoration: none;
	color: #777;
}

#header_nav a:hover {
	color: #000;
	height: 25px;
}

#header_nav .current_page_item a {
	height: 22px;
	color: #FFFFFF;
}
*/
/* Splash */

#splash {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #DDD;
	/*background-color: #FFF;*/
	background-image: url("/images/backgrounds/top01.gif");

}


/* Logo */

#logo {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: left;
	width: 880px;
	margin: 20px 10px 20px 10px;
}

.post {
	padding-bottom: 20px;
}

 .title {
	margin: 0px 0px 8px 0px;
	padding: 0px 2px;
	border-bottom: 1px dashed #B9B9B9;
	text-align: left;
	font-family: Trebuchet MS;
	color: #B30000;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	font-size: 0.75em;
	font-family: Verdana, Arial;
	border-right: 1px dashed #CCC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(/images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 0px;
	margin: 0px 10px;
	font-size: 90%;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 6px;
	background: url(/images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

/* Search */

#search form {
	padding: 10px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */


#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.inside {
	//float: left;

	width: 100%;
	}

.page_description_edited_text {
	font-size: 0.8em;
	margin: 4px 12px 12px 8px;
	}

/*.inside p {
	margin: 0px;
	}*/


#sidebar .user_lgged {
	color: #660000;
}
.page_contains {
	font-size: 0.8em;
}

.page_contains .page_header {
	margin: 16px 2px 4px 2px;
	}

.form_left {
	text-align: right;
}

#sidebar .level_2_menu {
	margin: -2px 2px 12px 12px;
	font-size: 90%;
	padding: 0px;

}

.level_2_menu a{
	color: #777;
}

#sidebar .level_2_menu li {
	padding: 0px 0px 0px 5px;
	}

#new_question_nick, #new_question_adres_email {
	width: 20em;
	}

#new_question_temat, #new_question_wpis {
	width: 30em;
	}
#new_question_wpis {
	height: 10em;
}
#map {
	border: 1px solid #BBB;
	margin: 5px auto;
	}
#languages {
	/*float: right;
	margin: 3px;*/
	position: absolute;
	top: 0px;
	right: 0px;
}
#languages img {
	border: 1px solid #CCC;
	}
#languages .current_language img {
	border: 1px solid #555;
}

.error_container {
	width: 400px;
	border: 1px solid red;
	padding: 10px;
	margin: 5px auto;
	}